body {
    font: 400 15px/1.8 Lato, sans-serif;
    color: #777;
}

h3, h4 {
    margin: 10px 0 30px 0;
    letter-spacing: 10px;
    font-size: 20px;
    color: #111;
}

.caption-description{
    color:darkgrey;
    letter-spacing: 2px;
    font-size: 18px;
    text-align: center;
}

.container {
    padding-left:80px;
    padding-right:80px;
    padding-top:50px;
    padding-bottom:25px;
}

.person {
    border: 10px solid transparent;
    margin-bottom: 25px;
    width: 80%;
    height: 80%;
    opacity: 0.7;
}

.person:hover {
    border-color: #f1f1f1;
}

.carousel-inner img {
    width: 100%; /* Set width to 100% */
    margin: auto;
}

.front-pg-heading{
    color: #ffffff;
    font-family: 'Josefin Sans', sans-serif;
    letter-spacing: 2px;
    font-weight: 400;
    font-size:20px;
    text-transform: uppercase;
    margin-bottom:10px;
}

.carousel-caption p{
    margin-bottom: 60px;
}

@media (max-width: 600px) {
    .carousel-caption {
        display: none; /* Hide the carousel text when the screen is less than 600 pixels wide */
    }
}

.bg-1 {
    background: #134d5c;
    color: #bdbdbd;
}

.bg-1 h3 {
    color: #fff;
    margin-top:43px;
    margin-bottom:40px;
}

.list-group-item:first-child {
    border-top-right-radius: 0;
    border-top-left-radius: 0;
}

.list-group-item:last-child {
    border-bottom-right-radius: 0;
    border-bottom-left-radius: 0;
}

.thumbnail {
    padding: 0 0 15px 0;
    border: none;
    border-radius: 0;
}

.thumbnail p {
    margin-top: 15px;
    margin-right:20px;
    margin-left:20px;
    color: #555;
}

.service-title{
    padding-top:20px;
    letter-spacing:2px;
    color:#27a1be;
}

.service-description{
    color: #777777;
    font-family: "Lato", sans-serif;
    font-weight: 300;
    margin-left: 15px;
    margin-right: 15px;
    margin-bottom:15px;
    margin-top:20px;
    padding-left:5px;
    padding-right:5px;
    height:220px;
    overflow: scroll;
    overflow-x:hidden;
}

.btn {
    margin-top: 15px;
    padding: 10px 20px;
    background-color: #134d5c;
    color: #f1f1f1;
    border-radius: 0;
    transition: .2s;
}

.btn:hover, .btn:focus {
    border: 1px solid #333;
    background-color: #fff;
    color: #000;
}

.modal-header, h4, .close {
    background-color: #333;
    color: #fff !important;
    text-align: center;
    font-size: 30px;
}

.modal-header, .modal-body {
    padding: 40px 50px;
}

.nav-tabs li a {
    color: #777;
}

#googleMap {
    width: 100%;
    height: 400px;
    -webkit-filter: grayscale(100%);
    filter: grayscale(100%);
}

.navbar {
    font-family: Montserrat, sans-serif;
    margin-bottom: 0;
    background-color: #ffffff;
    border: 0;
    font-size: 11px !important;
    letter-spacing: 4px;
}

.navbar-brand{
	font-family:'Josefin Sans', sans-serif;
	letter-spacing: 3px;
	color:#27a1be;
    font-size: 22px;
}

.navbar li a, .navbar .navbar-brand {
    color: #27a1be !important;
    padding-top: 18px;
    padding-bottom:18px;
}

.navbar-nav li a:hover {
    color: #fff !important;
    background-color: #96cddb !important;
}

.navbar-nav li.active a {
    color: #fff !important;
    background-color: #27a1be !important;
}

.navbar-default .navbar-toggle {
    border-color: transparent;
}

.open .dropdown-toggle {
    color: #fff;
    background-color: #96cddb;
}

.dropdown-menu li a {
    color: #27a1be !important;
    font-size:11px;
}

.dropdown-menu li{
    border:1px solid #bdbdbd;
    margin-top:7px;
    margin-bottom:7px;
    margin-left:20px;
    margin-right:20px;
}

.dropdown-menu li a:hover {
    background-color: #96cddb !important;
    color: #ffffff;
}

footer {
    background-color: #134d5c;
    color: #f5f5f5;
    padding: 32px;
}

footer a {
    color: #f5f5f5;
}

footer a:hover {
    color: #777;
    text-decoration: none;
}

.form-control {
    border-radius: 0;
}

textarea {
    resize: none;
}

.caption-description-contact{
    color:darkgrey;
    letter-spacing: 2px;
    font-size: 16px;
    text-align: center;
    padding-left: 20px;
    padding-right:20px;
}

#mapid { height: 250px; }

#acknowledgements-toggle:visited {
    font: 400 15px/1.8 Lato, sans-serif;
    color: #ffffff;
}

#acknowledgements-toggle:hover {
    font: 400 15px/1.8 Lato, sans-serif;
    color: #ffffff;
}

#acknowledgements-toggle:active {
    font: 400 15px/1.8 Lato, sans-serif;
    color: #ffffff;
}

/*
 *  CUSTOMIZED SCROLL BAR
 */

.service-description::-webkit-scrollbar-track {
    background-color: #f1f1f1;
}

.service-description::-webkit-scrollbar {
    width: 3px;
    background-color: #F5F5F5;
}

.service-description::-webkit-scrollbar-thumb {
    background-color: #bdbdbd;
}

.feature_img{
    margin-left: auto;
    margin-right: auto;
    opacity: 0.8;
    margin-top: 3px;
    margin-bottom: 20px;
}

.page-heading{
    font-family: 'lato', sans-serif;
    letter-spacing: 10px;
    font-weight: 400;
    font-size:20px;
    text-transform: uppercase;
    margin-bottom:28px;
    text-align: center;
}

.light-bg-text{
    color: #134d5c;
}

.dark-bg-text{
    color:#ffffff;
}

.product-tiles{
    margin-top:20px;
}

.product-squ-outter{
    margin-top: 100%;
}

.product-squ-inner{
    position: absolute;
    top: 0;
    bottom: 0;
    left: 15px;
    right: 0;
}

.product-desc{
    position: absolute;
    top: 0;
    bottom: 0;
    left: -15px;
    right: 0;
    text-align:center;
    padding-top: calc(50% - 20px);
    padding-left:17px;
    padding-right:17px;
    color: white;
    font-style: italic;
    letter-spacing: 2px;
    font-size: 16px;
}

.list-feature{
    border:1px solid #134d5c;
    margin-left: 20px;
    margin-right:20px;
    margin-top: 15px;
    padding:10px;
    font-style: italic;
}

.list-feature-dark{
    border:1px solid #fff;
    margin-left: 20px;
    margin-right:20px;
    margin-top: 15px;
    padding:10px;
}

.sub-title{
    letter-spacing: 4px;
}

.divider{
    width:100%;
    height: 2px;
    background-color: #ffffff;
    margin-top:25px;
    margin-bottom: 25px;
}

.facilities-square{
    font-size:18px;
    font-weight: 300;
}

.contact-outline{
    border:1px solid #134d5c;
    margin-left:5px;
    margin-right:5px;
    padding-top:12px;
    height: 230px;
    margin-top:20px;
}