/* 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: 680px; max-width: 100%!important;}
	.h2-responsive {font-size: 115%!important;}
}

h2 {
    white-space: nowrap;
    font-weight: bold;
    text-transform: uppercase;
}


body {
    font-family: Roboto,"Helvetica Neue",Arial,sans-serif;
    font-size: 1.1rem;
    font-weight: 400;
    line-height: 1.5;
    color: #403d3d;
	text-align:center;
}

a {
	color:#F07821;
	text-decoration:none;
	font-weight: bold;
}
a:hover{
	color:#8D281B;
	text-decoration:underline;
	font-weight: bold;
}
span {
	font-family: Kalam,"Helvetica Neue",Arial,sans-serif;
	color:#F07821;
	text-decoration:none;
	font-size: 1.6rem;
	font-weight: bold;
}



.col-md-12{margin-top: 25px}

img {margin: 0 auto;}