:root {
    --white: #FFFFFF;
    --black: #000000;
    --cornflower: #97caeb;
    --iris-blue: #00acbb;
    --crimson: #eb1946;
    --tangerine-yellow: #fdd106;
    --puerto-rico: #56C2B4;
}

.text-cornflower { color: var(--cornflower); }
.text-iris-blue { color: var(--iris-blue); }
.text-crimson { color: var(--crimson); }
.text-tangerine-yellow { color: var(--tangerine-yellow); }

.bg-cornflower { background-color: var(--cornflower); }
.bg-iris-blue { background-color: var(--iris-blue); }
.bg-crimson { background-color: var(--crimson); }
.bg-tangerine-yellow { background-color: var(--tangerine-yellow); }
.bg-puerto-rico { background-color: var(--puerto-rico); }

.btn-watch {
    background: #fbcf00 !important;
    border-color: #fbcf00 !important;
    color: #000 !important;
    font-size: 14px !important;
    margin-top: 13px !important;
    padding: 6px 25px !important;
}

.btn-iris-blue {
    color: var(--white) !important;
    background-color: var(--iris-blue);
    border-color: var(--iris-blue);
}

.btn-cornflower {
    color: var(--black) !important;
    background-color: var(--cornflower);
    border-color: var(--cornflower);
}

.btn-crimson {
    color: var(--white) !important;
    background-color: var(--crimson);
    border-color: var(--crimson);
}

.btn-tangerine-yellow {
    color: var(--black) !important;
    background-color: var(--tangerine-yellow);
    border-color: var(--tangerine-yellow);
}

.btn-puerto-rico {
    color: var(--white) !important;
    background-color: var(--puerto-rico);
}

.btn-cornflower:hover { border-color: var(--cornflower); }
.btn-iris-blue:hover { border-color: var(--iris-blue); }
.btn-crimson:hover { border-color: var(--crimson); }
.btn-tangerine-yellow:hover { border-color: var(--tangerine-yellow); }
.btn-puerto-rico:hover { background: var(--black); color: var(--white); }

.link, .link:active, .link:focus {
    color: var(--puerto-rico) !important;
    text-decoration: none;
    font-weight: 600;
}

p {
    font-size: 18px;
    color: #232323;
    letter-spacing: 0.5px !important;
}

.text-medium { font-size: 16px !important; }

.text-shadow { text-shadow: 2px 2px #000 !important; }

header nav.navbar {
    border-radius: 0;
    padding: 15px 0;
    background: #000;
}

nav.navbar.navbar-default ul.nav > li > a {
    background: transparent;
    border-color: transparent;
    font-weight: 600;
    font-size: 15px !important;
    margin: 0 20px;
    padding: 20px 0 20px;
    text-transform: uppercase;
    letter-spacing: 0.015em;
}

footer {
    font-size: 15px !important;
    font-family: 'Montserrat', sans-serif !important;
}

footer .medium-icon li {
    margin: 0 15px;
}

.list-style-3 li {
    position: relative;
    padding: 0 0 0 22px;
    margin: 0 0 11px 0;
    font-size: 18px;
    line-height: 1.4;
    color: #232323;
    font-weight: 500;
    letter-spacing: 0.5px !important;
    font-family: 'Montserrat', sans-serif;
}
.list-style-3 li:before {
    height: 2px;
    background-color: var(--black) !important;
}

.btn.btn-extra-large { font-size: 16px; }

.mobile-toggle {
    display: block !important;
}

.full-width-pull-menu .link-style-2 ul li a {
    font-size: 30px;
    line-height: 70px;
}

.full-width-pull-menu .link-style-2 .dropdown ul {
    left: 30px;
}

.full-width-pull-menu .link-style-2 .dropdown ul li a {
    font-size: 20px;
    line-height: 25px;
    color: #232323;
}

.full-width-pull-menu .link-style-2 .dropdown ul li a:hover {
    color: var(--black) !important;
}

.full-width-pull-menu .link-style-2 .dropdown ul li {
    width: 50%;
}

.svg-waves {
    transform: rotate(180deg);
}

.ul-nested {
    padding: 0 0 0 4.5% !important;
}

.h-80 {
    height: 80% !important;
}

.border-top-all { border-radius: .25rem .25rem 0 0 !important; }
.border-bottom-all { border-radius: 0 0 .25rem .25rem !important; }

b, strong {
    font-weight: 700;
}

/* Extra small devices (phones, less than 576px) */
@media (max-width: 575.98px) {
    h1 { font-size: 28px; line-height: 1.2; }
    h2 { font-size: 25px; line-height: 1.25; }
    h3 { font-size: 23px; line-height: 1.3; }
    h4 { font-size: 21px; line-height: 1.3; }
    h5 { font-size: 19px; line-height: 1.35; }
    h6 { font-size: 17px; line-height: 1.4; }
    p  { font-size: 15px; line-height: 1.4; }
    .text-large { font-size: 16px; line-height: 1.2; }
    .list-style-3 li { font-size: 15px; }
    .nav-menu a {
        font-size: 14px;
        font-weight: 500;
        line-height: 1.3;
        letter-spacing: 0.5px;
    }
    .full-width-pull-menu .link-style-2 .dropdown ul li { width: 80%; }
    .full-width-pull-menu .link-style-2 ul li a {
        font-size: 20px;
        line-height: 50px;
    }
    .full-width-pull-menu .link-style-2 .dropdown ul li a {
        font-size: 18px;
        line-height: 20px;
    }
    .ul-nested {
        padding: 0 0 0 7% !important;
    }
}

/* Small devices (phones, 576px and up) */
@media (min-width: 576px) and (max-width: 767.98px) {
    h1 { font-size: 32px; line-height: 1.2; }
    h2 { font-size: 28px; line-height: 1.25; }
    h3 { font-size: 24px; line-height: 1.3; }
    h4 { font-size: 22px; line-height: 1.3; }
    h5 { font-size: 20px; line-height: 1.35; }
    h6 { font-size: 18px; line-height: 1.4; }
    p  { font-size: 15px; line-height: 1.45; }
    .text-large { font-size: 16px; line-height: 1.2; }
    .list-style-3 li { font-size: 15px; }
    .nav-menu a { font-size: 15px; }
    .full-width-pull-menu .link-style-2 .dropdown ul li { width: 80%; }
    .full-width-pull-menu .link-style-2 ul li a {
        font-size: 20px;
        line-height: 50px;
    }
    .full-width-pull-menu .link-style-2 .dropdown ul li a {
        font-size: 18px;
        line-height: 20px;
    }
    .ul-nested {
        padding: 0 0 0 7% !important;
    }
}

/* Medium devices (tablets, 768px and up) */
@media (min-width: 768px) and (max-width: 991.98px) {
    h1 { font-size: 42px; line-height: 1.2; }
    h2 { font-size: 36px; line-height: 1.25; }
    h3 { font-size: 32px; line-height: 1.3; }
    h4 { font-size: 28px; line-height: 1.3; }
    h5 { font-size: 24px; line-height: 1.35; }
    h6 { font-size: 20px; line-height: 1.4; }
    p  { font-size: 16px; line-height: 1.5; }
    .list-style-3 li { font-size: 16px; }
    .nav-menu a { font-size: 16px; }
    .full-width-pull-menu .link-style-2 ul li a {
        font-size: 25px;
        line-height: 65px;
    }
    .h-80 {
        height: 65% !important;
    }
}

/* Large devices (desktops, 992px and up) */
@media (min-width: 992px) and (max-width: 1199.98px) {
    h1 { font-size: 55px; line-height: 1.1; }
    h2 { font-size: 45px; line-height: 1.2; }
    h3 { font-size: 38px; line-height: 1.25; }
    h4 { font-size: 32px; line-height: 1.3; }
    h5 { font-size: 26px; line-height: 1.35; }
    h6 { font-size: 22px; line-height: 1.4; }
    p  { font-size: 17px; line-height: 1.5; }
    .list-style-3 li { font-size: 17px; }
    .nav-menu a { font-size: 16px; }
    .full-width-pull-menu .link-style-2 ul li a {
        font-size: 25px;
        line-height: 65px;
    }
}

/* Extra large devices (≥1200px) */
@media (min-width: 1200px) and (max-width: 1399.98px) {
    h1 { font-size: 70px; line-height: 1.1; }
    h2 { font-size: 55px; line-height: 1.15; }
    h3 { font-size: 48px; line-height: 1.2; }
    h4 { font-size: 40px; line-height: 1.25; }
    h5 { font-size: 30px; line-height: 1.3; }
    h6 { font-size: 26px; line-height: 1.35; }
    p  { font-size: 18px; line-height: 1.5; }
    .list-style-3 li { font-size: 18px; }
    .nav-menu a { font-size: 17px; }
}

/* XXL devices (≥1400px) */
@media (min-width: 1400px) {
    h1 { font-size: 72px; line-height: 1.1; }
    h2 { font-size: 60px; line-height: 1.15; }
    h3 { font-size: 52px; line-height: 1.2; }
    h4 { font-size: 44px; line-height: 1.25; }
    h5 { font-size: 32px; line-height: 1.3; }
    h6 { font-size: 28px; line-height: 1.35; }
    p  { font-size: 18px; line-height: 1.45; }
    .list-style-3 li { font-size: 18px; }
    .nav-menu a { font-size: 18px; }
}