@import url(../layout/fonts/Asap-VariableFont_wght.ttf);
                          
body {
	background-color: #eeeeee;
	font-family: 'Asap-VariableFont_wght', sans-serif !important;
}

.btn-primary {
	border-color: #09579c;
	background-color: #5d8fbb;	
}


.btn-primary:hover {
	border-color: #09579c;
	background-color: #1e6db3;	
}



.display-4 {
	color: #203462;	
}

.display-7 {
	font-weight: 200;
	line-height: 1.5;
	font-size: 0.8em;	
}

.link-primary{
	color: #5b8fbb;
	
}	

.link-primary:hover {	
	color: #1e6db3;	
}




.map-responsive{

    overflow:hidden;

    padding-bottom:56.25%;

    position:relative;

    height:0;

}

.map-responsive iframe{

    left:0;

    top:0;

    height:100%;

    width:100%;

    position:absolute;

}