/* YOUR CUSTOM STYLES */

@media(min-width: 1200px) { 
    .container {width: 760px; max-width: 100%!important; }
	.h2-responsive {font-size: 105%!important;}

}
@media(min-width: 992px) { 
    .container {width: 760px; max-width: 100%!important;}
	.h2-responsive {font-size: 105%!important;}

}
@media(min-width: 768px) { 
    .container {width: 700px; max-width: 100%!important;}
	.h2-responsive {font-size: 115%!important;}
}

h1 {
    white-space: nowrap;
    font-weight: bold;
	color:#5d7a6b;
}


body {
    font-family: Roboto,"Helvetica Neue",Arial,sans-serif;
    font-size: 0.95rem;
    font-weight: 400;
    line-height: 1.5;
    color: #000;
}

a {
	color:#9ac4af;
	text-decoration:none;
	font-weight: bold;
}
a:hover{
	color:#9ac4af;
	text-decoration:underline;
	font-weight: bold;
}
span {
	color:#719482;
	text-decoration:none;
	font-size: 1.1rem;
	line-height:1.1rem;
	font-style: italic;
	text-transform:uppercase;
}



.col-md-12{margin-top: 25px}