html {
	font-size: 1.50rem;
}

@media only screen and (max-width: 1200px) {
    html {
        font-size: 1.2rem;
    }
}

@media only screen and (max-width: 992px) {
    html {
        font-size: 1rem;
    }
}

@media only screen and (max-width: 768px)  {
    html {
        font-size: 0.85rem;
    }
}

@media only screen and (max-width: 576px)  {
    html {
        font-size: 0.75rem;
    }
}
/*
@font-face {
    font-family: ProximaNova;
    src: url('../fonts/ProximaNova-Regular-webfont.ttf');
}

@font-face {
    font-family: ProximaNova;
    src: url('../fonts/ProximaNova-Bold-webfont.ttf');
    font-weight: bold;
}

@font-face {
    font-family: Calibri Light';
    src: url('https://fonts.cdnfonts.com/css/calibri-light');
}

*/
body { 
	font-family: 'Calibri Light';
    /*font-family: ProximaNova; */
}

h1 
{ 
    color: rgb(0, 117, 193); 
    font-family: "Playfair Display"; 
    margin-bottom: 20px; 
    text-align: center; 
}

.nav-item.active {
	font-weight: bold;
}


.button-box {
    text-align: center;
}

.link-button {
    min-width: 350px;
    border-radius: 50px;
    background-color: #E7E7E3;
    color: black;
    border: none;
    font-weight: bold;
    padding: 20px 40px;
}

.link-button:hover {
    background-color: #2554A0;
    color: white;
}

.link-button:focus {
    background-color: #2554A0;
    color: white;
}

a.link-button  {
    color: black;
    text-decoration: none;
}

a.link-button :hover button {
    color: white;
    text-decoration: none;
}

a.link-button:hover {
    color: white;
    text-decoration: none;
}