@import url(http://fonts.googleapis.com/css?family=Roboto:400,700,300);

/* DEFAULT */

body {
    padding-top: 54px;
}

@media (min-width: 992px) {
    body {
        padding-top: 56px;
    }
}

.carousel-item {
    height: 65vh;
    min-height: 300px;
    background: no-repeat center center scroll;
    -webkit-background-size: cover;
    -moz-background-size: cover;
    -o-background-size: cover;
    background-size: cover;
}

.portfolio-item {
    margin-bottom: 30px;
}

/* CUSTOM */

a{
	color:#0070cd!important;
}

a.btn, footer a{
	color:#fff!important;
}


.d-none {
    display: inline!important;
    font-size: 90%;
}

span.intro{
    margin-top: 1.5rem!important;
    margin-bottom: 1.5rem!important;   
    font-size: 1.5em;
    text-align: center;
    font-family: inherit;
    font-weight: 500;
    line-height: 1.1;
    color: inherit;
    display: block;
}

body{
    font-family: 'Roboto', sans-serif;
}

.bg-dark{
	background-color: #0070cd!important;
}

.navbar-dark .navbar-nav .nav-link{
	color: #fff!important;
	font-size: 1.1em;
}

.logo{
	max-width: 15em;
}

.carousel-caption.d-none.d-md-block h3 {
    font-size: 2.3em!important;
	font-weight: bold;
	text-shadow: 1px 1px #222;
}

.carousel-caption.d-none.d-md-block p {
    font-size: 1.8em!important;
	text-shadow: 1px 1px #222;
}

.carousel-indicators .active{
	background-color: #f28a00!important;
}

.carousel-indicators li{
	cursor: pointer;
}

h1.my-4{
	font-size: 2.1em;
	text-align: center;
}

h2.my-4{
	font-size: 1.5em;
	text-align: center;
}

h3.my-4{
	font-size: 1.1em;
	text-align: center;
}

h4{
	font-size: 1.5em;
}

.portfolio-item img {
    width: 100%;
	margin: .5em 0 0 0;
}

.card-body {
    background-color: #fff;
}

.btn-primary{
background-color:#f28a00;
border-color: #f28a00;
white-space: normal;
}

.btn-primary:hover{
background-color:#0070cd;
border-color: #0070cd;
}

.btn-block{
background-color:#f28a00;
border-color: #f28a00;
white-space: normal;
}

.btn-block:hover{
background-color:#0070cd;
border-color: #0070cd;
}

.card-footer {
    background-color: #f8f8f8;
    border-bottom: 1px solid #ccc;
}

footer{
	background-color:#0070cd;
}

footer a{
	color:#fff;
}

footer a:hover{
	color:#fff;
	text-decoration: underline;
}

footer a.phone:hover{
	text-decoration: none;
}

.py-5 {
    padding-top: 1rem!important;
    padding-bottom: 1rem!important;
}

.card-header:first-child {
    background-color: #f8f8f8;
}
span.min-height{
	display: block;
	min-height: 220px;
}

span.min-min-height{
	display: block;
	min-height: 130px;
}

.card-img-top {
    width: 55%;
    margin: 0 auto;
}

.partners a {
    vertical-align: top;
    display: inline-block;
    zoom: .5;
}

.partners a img {
    filter: url(data:image/svg+xml;utf8,<svg xmlns=\'http://www.w3.org/2000/svg\'><filter …0.3333 0 0 0.3333 0.3333 0.3333 0 0 0 0 0 1 0\'/></filter></svg>#grayscale);
    filter: gray;
    -webkit-filter: grayscale(100%);
    -moz-filter: grayscale(100%);
    -o-filter: grayscale(100%);
}

.partners a:hover img {
    filter: none;
    -webkit-filter: grayscale(0);
    -moz-filter: grayscale(0);
    -o-filter: grayscale(0);
}

/* OVER ONS */

a.nav-link.active {
    text-decoration: underline;
}

.mt-4 {
    margin-top: 2.5rem!important;
}

@media (max-width: 960px) {

	.logo {
		max-width: 10em;
	}

} 