﻿.intro {
	background: url(../img/bg1-services.jpg) no-repeat top center;
}

@media (max-height:700px) {
    .intro {
	    background: url(../img/bg1-services-medium.jpg) no-repeat top center !important;
    }
}
@media (max-width:768px) {
    .intro {
	    background: url(../img/bg1-services-small.jpg) no-repeat top center !important;
    }
}

.nav.navbar-nav {
    background-color: rgba(255, 255, 255, 0.7);
}

.boxed-grey .inner {
    height: 440px;
    min-height: 440px;
}
.boxed-grey .inner p {
    min-height: 128px;
    height: 128px;
}

/*.navbar-custom ul.nav li a {
    color: white;
}

.navbar-custom .nav li a {
    transition: color 0.3s ease-in-out 0s;
}

.navbar-custom ul.nav ul.dropdown-menu li a {
    color: #444;
}*/

.rowseparator {
    margin-top: 60px;
    margin-bottom: 90px;
}

