@media screen and (max-width: 800px) {
    .home-banner > div.col-md-12.home-banner-content > h1 {
        font-size: 130%;
    }
}

@media screen and (max-width: 800px) {
    .home-banner > div.col-md-12.home-banner-content > h2 {
        font-size: 90%;
    }
}

@media screen and (max-width: 800px) {
    .frequency-col,
    .frequency-col div.verticalize {
        font-size: 100%;
    }
}

.home-banner > div.col-md-12.home-banner-content > h1 {
    font-size: 40px;
}

.home-banner > div.col-md-12.home-banner-content > h2 {
    font-size: 20px;
}

.bg-img-hero .home-banner {
    margin-top: 20px !important;
    margin-bottom: 20px !important;
}

button#bookNow {
    background-color: #5C9CBC !important;
    border: 5px solid #ff4f00 !important;
    font-weight: bold;
    color: #FFFFFF !important;
}

    button#bookNow:hover {
        background-color: #2D7EA6 !important;
        border: 5px solid #ff4f00 !important;
        font-weight: bold;
        color: #FFFFFF !important;
    }

a.btn.btn-lg.btn-danger {
    background-color: #5C9CBC !important;
    border: 5px solid #ff4f00 !important;
}

    a.btn.btn-lg.btn-danger:hover {
        background-color: #2D7EA6 !important;
        border: 5px solid #ff4f00 !important;
    }

.header-navigation ul > li > a:hover {
    color: #2D7EA6 !important;
}

.header-navigation ul > li.active > a {
    color: #2D7EA6 !important;
    border-bottom: 2px solid #2D7EA6 !important;
}

.img-team {
    background-size: contain;
}

@media screen and (max-width: 800px) {
    .img-team {
        margin: 20px 0 20px 0;
    }
}

@media screen and (max-width: 600px) {
    .img-team {
        height: 360px;
        margin: 20px 0 20px 0;
    }
}

.home-section h3.blog-title.blog-quote-title {
    font-weight: bold;
}

.home-section .blog-quote-author {
    padding: 30px 20px 0 20px;
    margin-bottom: 0 !important;
}

body > div.main > div > div:nth-child(2) > div > div > h2 {
    font-weight: bold;
}

.styled-radiobutton--text + label {
    background-color: rgba(128,128,128,.5);
}

.home-section i.fa.fa-check {
    color: #2D7EA6 !important;
}

.home-section .blog-quote-avatar {
    display: none;
}

.square-site-logo-img {
    border: 3px solid rgba(255,255,255,0.0) !important;
    background-color: rgba(255,255,255,0.0) !important;
}

.whitebg {
    background: transparent !important;
}