* {
    color: #1664a6;
    font-family: 'Montserrat', sans-serif;
}

.t404 {
    background: url(/img/surfer-bg.jpg) center;
}

td {
    padding: 5px 10px;
}

.navbar {
    background: #EDEDED !important;
}

img.logo {
    padding-left: 365px;
}

.right-side {
    padding-right: 255px;
}

body {
    font-family: 'Montserrat', sans-serif !important;
}

.navbar-toggler-icon {
    background-image: url('https://mdbootstrap.com/img/svg/hamburger1.svg?color=1664a6');
    color: #1664a6;
}

.nav-link {
    color: #1664a6;
}

.navbar {
    font-weight: 700;
    padding: 0 0;
}

.navbar .btn-warning {
    background-color: #F5821F !important;
}

.navbar {
    background-color: transparent;
}

#top {
    margin-top: 80px;
    width: 100%;
}

.privacy {
    padding-top: 150px;
}

.fab {
    color: #F5821F;
}

.links {
    text-align: center;
    padding-top: 20px;
}

.links a:hover {
    color: #F5821F;
}

.apply {
    text-align: center;
    vertical-align: middle;
}

.applying {
    padding-top: 100px;
    height: 100%;
}

iframe {
    width: 100%;
    height: 500vh;
    max-height: 100%;
}

.intro {
    height: 100vh;
    color: #1664a6;
    padding-top: 350px;
}

.intro h1 {
    font-weight: 400;
    font-size: 50px;
}

.main-logo {
    padding-bottom: 50px;
    width: 350px;
    float: right;
}

.col-md-4,
.col-sm-12 {
    padding-bottom: 50px;
}

.left {
    width: 100%;
}

.typewriter {
    padding-left: 50px;
}

.buttons {
    margin: 50px auto;
}

#carouselContent {
    padding-bottom: 25px;
}

.rotate45 img {
    padding: 25px 25px;
}

.carousel-item.active,
.carousel-item-next,
.carousel-item-prev {
    display: block;
}

.carousel-item {
    transition: transform 2s ease, opacity .5s ease-out;
    transition-delay: 4s;
}

.stats {
    display: flex;
    text-align: center;
}

.on {
    font-size: 20px;
}

.sscore {
    display: inline-block;
}

.review {
    background-color: rgb(247, 247, 247);
    padding-top: 150px;
    padding-bottom: 100px;
}

.stats h1 {
    font-weight: 700;
    font-size: 65px;
    color: #F5821F;
}

.stats .sscore h1 {
    color: #1664a6;
    font-size: 50px;
}

#why {
    padding: 50px 75px;
    display: none;
}

.help {
    padding: 100px 200px;
    background-color: rgb(247, 247, 247);
}

.more-info {
    padding: 150px 10px;
}

.footer-bottom {
    background: #F5821F;
    padding: 20px 20px;
}

.disc {
    display: block;
    font-size: 12px;
}

.disc img {
    padding-right: 20px;
    padding-bottom: 10px;
}

.us {
    padding: 150px 50px;
}

.keep {
    position: absolute;
    bottom: 0;
    right: 40%;
    color: #1664a6;
}

.wow {
    visibility: hidden;
}

.top {
    float: right;
    color: #1664a6;
}

.disc p {
    color: white;
}

.disc a {
    color: white !important;
}

.grey-text {
    color: black !important;
}

.contact-us {
    height: 100vh;
    color: #1664a6;
    padding-top: 95px;
    padding-bottom: 150px;
    height: 1600px;
}

.booking {
    height: 100vh;
}

.footer-links a {
    color: white;
}

@media (max-width:1500px) {
    img.logo {
        padding-left: 125px;
    }

    .right-side {
        padding-right: 30px;
    }
}

@media (max-width:994px) {
    .main-logo {
        float: none;
    }

    .left {
        text-align: center;
    }

    .review {
        padding-top: 175px;
    }

    .stats {
        display: block;
    }

    .intro {
        padding-top: 80px;
    }

    .home {
        padding-top: 25px;
    }

    .typewriter {
        padding: 10px 5px;
    }

    .ridewave {
        padding-bottom: 5px;
    }

    .rotate45 img {
        margin: 50px 25px;
    }

    .h1-responsive {
        padding: 25px 25px;
    }

    .sscore {
        padding-bottom: 20px;
        padding-top: 20px;
    }

    .why {
        display: none;
        padding-bottom: 50px;
    }

    .why .col-md-4 .col-sm-12 {
        width: 100%;
        padding-bottom: 50px;
    }

    .why .glasses img {
        width: 75%;
    }

    .help {
        padding: 25px 25px;
    }

    .more-info {
        padding: 15px 15px;
    }

    .buttons a {
        padding-top: 5px;
    }

    .footer-bottom img {
        float: none;
        display: block;
        margin-left: auto;
        margin-right: auto;
    }

    .keep {
        display: none;
    }

    .mobile-space {
        padding-bottom: 25px;
    }

    .contact-us {
        height: 100vh;
        color: #1664a6;
        padding-top: 75px;
        padding-bottom: 0;
        height: 1200px;
    }

    img.logo {
        padding-left: 0;
    }

    .right-side {
        padding-right: 0;
    }

    .privacy {
        padding-top: 150px;
    }
}