﻿/* Required for full background image */

.bg-soundcloud {
    background: linear-gradient(120deg,#FF8800,#FF3300);
}
.bg-cloudsound {
    background: linear-gradient(120deg,#FF3300,#FF8800);
}
.bg-sungradient {
     background-image: linear-gradient(120deg, #ffcb80, #FFB64D);
}

/**	43. Testimonials
**************************************************************** **/
ul.testimonial-dotted {
    overflow: hidden;
}

    ul.testimonial-dotted > li {
        padding-top: 30px;
        padding-bottom: 30px;
    }

        ul.testimonial-dotted > li figure {
            text-align: center;
            display: block;
        }

        ul.testimonial-dotted > li img {
            display: inline-block;
        }

        ul.testimonial-dotted > li:after {
            content: '';
            position: absolute;
            width: 100%;
            height: 0;
            top: auto;
            left: 0;
            bottom: -1px;
            border-bottom: 1px dashed rgba(0,0,0,0.3);
        }

        ul.testimonial-dotted > li:before {
            content: '';
            position: absolute;
            height: 100%;
            top: 0;
            left: -1px;
            border-left: 1px dashed rgba(0,0,0,0.3);
        }

.assignment {
    background: rgb(159,239,244);
    background: radial-gradient(circle, rgba(159,239,244,0.05087972689075626) 0%, rgba(241,255,254,1) 100%);
    border-radius: 5px;
}

    .assignment h2 {
        color: whitesmoke;
        text-align: center;
        font-family: 'Franklin Gothic Medium', 'Arial Narrow', Arial, sans-serif;
        padding: 1rem;
        text-decoration: none;
        font-size: 3rem;
        border-radius: 5px;
        background: rgb(160,72,83);
    }

    .assignment h4 {
        padding:1rem;
        text-align:center;
        justify-content:left;
    }

    .assignment ul {
        padding:1rem;
    }
        .assignment ul li {
            padding:1rem;
            font-family:'Trebuchet MS', 'Lucida Sans Unicode', 'Lucida Grande', 'Lucida Sans', Arial, sans-serif;
        }

section.dark ul.testimonial-dotted > li:after {
    border-bottom: 1px dashed rgba(255,255,255,0.3);
}

section.dark ul.testimonial-dotted > li:before {
    border-left: 1px dashed rgba(255,255,255,0.3);
}

div.testimonial p {
    margin-top: 0;
}

div.testimonial > figure > img {
    width: 65px;
    height: 65px;
    -webkit-border-radius: 3px;
    -moz-border-radius: 3px;
    border-radius: 3px;
}

div.testimonial > h4 {
    color:bisque;
    overflow: hidden;
}

.testimonial cite {
    font-weight: bold;
    text-shadow: none;
    color: antiquewhite;
}

    .testimonial cite span {
        display: block;
        color: white;
        font-size: 12px;
        font-weight: 300;
    }

section.parallax .testimonial cite span {
    color: #FF8800;
}

.testimonial-content {
    position: relative;
    padding-left: 75px;
}

/* Nav Pills */
/* Style the links inside the pill navigation menu */
.pill-nav a {
    display: inline-block;
    color: black;
    text-align: center;
    padding: 14px;
    text-decoration: none;
    font-size: 17px;
    border-radius: 5px;
}

    /* Change the color of links on mouse-over */
    .pill-nav a:hover {
        background-color: #ddd;
        color: black;
    }

    /* Add a color to the active/current link */
    .ul li.active {
        background-color: coral;
        color: white;
    }

    /* Add a color to the active/current link */
    .pill-nav a.active {
        background-color: coral;
        color: white;
    }

    /* Add a color to the active/current link */
    .pill-nav li:not(:active) {
        background-color: antiquewhite;
        border-radius: 3rem;
        color: white;
    }
/* owl carousel testimonial */
div.owl-carousel.owl-testimonial .testimonial {
    margin-bottom: 50px;
    display: block;
}

/* owl mini carousel testimonial */
div.owl-carousel.owl-mini-testimonial {
    text-align: left;
}

    div.owl-carousel.owl-mini-testimonial .testimonial-content {
        text-align: left;
    }

    div.owl-carousel.owl-mini-testimonial .testimonial {
        margin-bottom: 30px;
    }

        div.owl-carousel.owl-mini-testimonial .testimonial img {
            float: left;
            margin-right: 20px;
        }

        div.owl-carousel.owl-mini-testimonial .testimonial p {
            margin: 0;
        }

    div.owl-carousel.owl-mini-testimonial .owl-controls {
        text-align: right;
    }

        div.owl-carousel.owl-mini-testimonial .owl-controls .owl-page span {
            width: 6px;
            height: 6px;
            margin: 5px 4px;
        }


/* bordered */
div.testimonial-bordered {
    border: #eaeaea 2px solid;
    padding: 30px 15px;
    margin: 30px 0;
}

section.dark div.testimonial-bordered {
    border-color: #666;
    background-color: rgba(0,0,0,0.1);
}

.page-section:after {
    content: "★";
    text-align: center;
    color: red !important;
    font-size: 50px;
    position: absolute;
    z-index: 1;
    top: -45px;
    left: calc(50% - 3px);
    width: 90px;
    height: 90px;
    background-color: white;
    clip-path: circle(50% at 50% 50%) !important;
}

.grid-container {
    align-items: start;
    display: grid;
    grid-gap: 1rem;
    grid-template-columns: auto auto auto;
    justify-content: center;
}

/* Card-Deck Flex System START */
.card-img-top {
    width: 100%;
    height: 15vw;
    object-fit: cover;
}
.card-deck {
    display:table-cell;
}
.card {
    display:inline-block;
}

/* Maximum 2 Columns */
@media (min-width: 0) {
    .card-deck .card.max3 {
        flex: 0 0 calc(100% - 30px);
    }
}

@media (min-width: 576px) {
    .card-deck .card.max3 {
        flex: 0 0 calc(50% - 30px);
    }
}

@media (min-width: 768px) {
    .card-deck .card.max3 {
        flex: 0 0 calc(50% - 30px);
    }
}

@media (min-width: 992px) {
    .card-deck .card.max3 {
        flex: 0 0 calc(50% - 30px);
    }
}

@media (min-width: 1200px) {
    .card-deck .card.max3 {
        flex: 0 0 calc(50% - 30px);
    }
}

/* Maximum 3 Columns */
@media (min-width: 0) {
    .card-deck .card.max3 {
        flex: 0 0 calc(100% - 30px);
    }
}

@media (min-width: 576px) {
    .card-deck .card.max3 {
        flex: 0 0 calc(50% - 30px);
    }
}

@media (min-width: 768px) {
    .card-deck .card.max3 {
        flex: 0 0 calc(33.3333333333% - 30px);
    }
}

@media (min-width: 992px) {
    .card-deck .card.max3 {
        flex: 0 0 calc(33.3333333333% - 30px);
    }
}

@media (min-width: 1200px) {
    .card-deck .card.max3 {
        flex: 0 0 calc(33.3333333333% - 30px);
    }
}

/* Maximum 4 Columns */
@media (min-width: 0) {
    .card-deck .card.max4 {
        flex: 0 0 calc(100% - 30px);
    }
}

@media (min-width: 576px) {
    .card-deck .card.max4 {
        flex: 0 0 calc(50% - 30px);
    }
}

@media (min-width: 768px) {
    .card-deck .card.max4 {
        flex: 0 0 calc(33.3333333333% - 30px);
    }
}

@media (min-width: 992px) {
    .card-deck .card.max4 {
        flex: 0 0 calc(25% - 30px);
    }
}

@media (min-width: 1200px) {
    .card-deck .card.max4 {
        flex: 0 0 calc(25% - 30px);
    }
}

/* Maximum 5 Columns */
@media (min-width: 0) {
    .card-deck .card.max5 {
        flex: 0 0 calc(100% - 30px);
    }
}

@media (min-width: 576px) {
    .card-deck .card.max5 {
        flex: 0 0 calc(50% - 30px);
    }
}

@media (min-width: 768px) {
    .card-deck .card.max5 {
        flex: 0 0 calc(33.3333333333% - 30px);
    }
}

@media (min-width: 992px) {
    .card-deck .card.max5 {
        flex: 0 0 calc(25% - 30px);
    }
}

@media (min-width: 1200px) {
    .card-deck .card.max5 {
        flex: 0 0 calc(20% - 30px);
    }
}
/* Maximum 10 Columns */
@media (min-width: 0) {
    .card-deck .card.max10 {
        flex: 0 0 calc(100% - 30px);
    }
}

@media (min-width: 576px) {
    .card-deck .card.max10 {
        flex: 0 0 calc(50% - 30px);
    }
}

@media (min-width: 768px) {
    .card-deck .card.max10 {
        flex: 0 0 calc(33.3333333333% - 30px);
    }
}

@media (min-width: 992px) {
    .card-deck .card.max10 {
        flex: 0 0 calc(20% - 30px);
    }
}

@media (min-width: 1200px) {
    .card-deck .card.max10 {
        flex: 0 0 calc(10% - 30px);
    }
}
/* Card-Deck Flex System END */

.centre {
    display: flex;
    align-items: center;
    justify-content: center;
}
.centre button {
    margin: 0 5px;
}
.gradient-box {
    overflow: hidden;
    box-shadow: inset;
    font-family: Papyrus;
    padding: 0.75rem;
}
.brushScript {
    color: white;
    font-family: 'Brush Script MT';
    font-size: larger;
}
.topnav {
    background: linear-gradient(to bottom, #ffcb80 0%, #FFB64D 100%);
    margin-top: -1rem;
    margin-bottom: -1rem;
}
.topnav h1 {
    font-family: Gabriola !important;
}
.topnav i {
    font-family: Gabriola;
    font-size: 4rem;
    color: white;
}
.h4 {
    font-family: Gabriola;
    color: white;
}

/*==================================================
 * Shadow Effects
 * ===============================================*/

/*==================================================
 * Effect 1
 * ===============================================*/
.effect1 {
    -webkit-box-shadow: 0 10px 6px -6px #777;
    -moz-box-shadow: 0 10px 6px -6px #777;
    box-shadow: 0 10px 6px -6px #777;
}

/*==================================================
 * Effect 2
 * ===============================================*/
.effect2 {
    position: relative;
}

    .effect2:before, .effect2:after {
        z-index: -1;
        position: absolute;
        content: "";
        bottom: 15px;
        left: 10px;
        width: 50%;
        top: 80%;
        max-width: 300px;
        background: #777;
        -webkit-box-shadow: 0 15px 10px #777;
        -moz-box-shadow: 0 15px 10px #777;
        box-shadow: 0 15px 10px #777;
        -webkit-transform: rotate(-3deg);
        -moz-transform: rotate(-3deg);
        -o-transform: rotate(-3deg);
        -ms-transform: rotate(-3deg);
        transform: rotate(-3deg);
    }

    .effect2:after {
        -webkit-transform: rotate(3deg);
        -moz-transform: rotate(3deg);
        -o-transform: rotate(3deg);
        -ms-transform: rotate(3deg);
        transform: rotate(3deg);
        right: 10px;
        left: auto;
    }

/*==================================================
 * Effect 3
 * ===============================================*/
.effect3 {
    position: relative;
}

    .effect3:before {
        z-index: -1;
        position: absolute;
        content: "";
        bottom: 15px;
        left: 10px;
        width: 50%;
        top: 80%;
        max-width: 300px;
        background: #777;
        -webkit-box-shadow: 0 15px 10px #777;
        -moz-box-shadow: 0 15px 10px #777;
        box-shadow: 0 15px 10px #777;
        -webkit-transform: rotate(-3deg);
        -moz-transform: rotate(-3deg);
        -o-transform: rotate(-3deg);
        -ms-transform: rotate(-3deg);
        transform: rotate(-3deg);
    }

/*==================================================
 * Effect 4
 * ===============================================*/
.effect4 {
    position: relative;
}

    .effect4:after {
        z-index: -1;
        position: absolute;
        content: "";
        bottom: 15px;
        right: 10px;
        left: auto;
        width: 50%;
        top: 80%;
        max-width: 300px;
        background: #777;
        -webkit-box-shadow: 0 15px 10px #777;
        -moz-box-shadow: 0 15px 10px #777;
        box-shadow: 0 15px 10px #777;
        -webkit-transform: rotate(3deg);
        -moz-transform: rotate(3deg);
        -o-transform: rotate(3deg);
        -ms-transform: rotate(3deg);
        transform: rotate(3deg);
    }

/*==================================================
 * Effect 5
 * ===============================================*/
.effect5 {
    position: relative;
}

    .effect5:before, .effect5:after {
        z-index: -1;
        position: absolute;
        content: "";
        bottom: 25px;
        left: 10px;
        width: 50%;
        top: 80%;
        max-width: 300px;
        background: #777;
        -webkit-box-shadow: 0 35px 20px #777;
        -moz-box-shadow: 0 35px 20px #777;
        box-shadow: 0 35px 20px #777;
        -webkit-transform: rotate(-8deg);
        -moz-transform: rotate(-8deg);
        -o-transform: rotate(-8deg);
        -ms-transform: rotate(-8deg);
        transform: rotate(-8deg);
    }

    .effect5:after {
        -webkit-transform: rotate(8deg);
        -moz-transform: rotate(8deg);
        -o-transform: rotate(8deg);
        -ms-transform: rotate(8deg);
        transform: rotate(8deg);
        right: 10px;
        left: auto;
    }

/*==================================================
 * Effect 6
 * ===============================================*/
.effect6 {
    position: relative;
    -webkit-box-shadow: 0 1px 4px rgba(0, 0, 0, 0.3), 0 0 40px rgba(0, 0, 0, 0.1) inset;
    -moz-box-shadow: 0 1px 4px rgba(0, 0, 0, 0.3), 0 0 40px rgba(0, 0, 0, 0.1) inset;
    box-shadow: 0 1px 4px rgba(0, 0, 0, 0.3), 0 0 40px rgba(0, 0, 0, 0.1) inset;
}

    .effect6:before, .effect6:after {
        content: "";
        position: absolute;
        z-index: -1;
        -webkit-box-shadow: 0 0 20px rgba(0,0,0,0.8);
        -moz-box-shadow: 0 0 20px rgba(0,0,0,0.8);
        box-shadow: 0 0 20px rgba(0,0,0,0.8);
        top: 50%;
        bottom: 0;
        left: 10px;
        right: 10px;
        -moz-border-radius: 100px / 10px;
        border-radius: 100px / 10px;
    }

    .effect6:after {
        right: 10px;
        left: auto;
        -webkit-transform: skew(8deg) rotate(3deg);
        -moz-transform: skew(8deg) rotate(3deg);
        -ms-transform: skew(8deg) rotate(3deg);
        -o-transform: skew(8deg) rotate(3deg);
        transform: skew(8deg) rotate(3deg);
    }

/*==================================================
 * Effect 7
 * ===============================================*/
.effect7 {
    position: relative;
    -webkit-box-shadow: 0 1px 4px rgba(0, 0, 0, 0.3), 0 0 40px rgba(0, 0, 0, 0.1) inset;
    -moz-box-shadow: 0 1px 4px rgba(0, 0, 0, 0.3), 0 0 40px rgba(0, 0, 0, 0.1) inset;
    box-shadow: 0 1px 4px rgba(0, 0, 0, 0.3), 0 0 40px rgba(0, 0, 0, 0.1) inset;
}

    .effect7:before, .effect7:after {
        content: "";
        position: absolute;
        z-index: -1;
        -webkit-box-shadow: 0 0 20px rgba(0,0,0,0.8);
        -moz-box-shadow: 0 0 20px rgba(0,0,0,0.8);
        box-shadow: 0 0 20px rgba(0,0,0,0.8);
        top: 0;
        bottom: 0;
        left: 10px;
        right: 10px;
        -moz-border-radius: 100px / 10px;
        border-radius: 100px / 10px;
    }

    .effect7:after {
        right: 10px;
        left: auto;
        -webkit-transform: skew(8deg) rotate(3deg);
        -moz-transform: skew(8deg) rotate(3deg);
        -ms-transform: skew(8deg) rotate(3deg);
        -o-transform: skew(8deg) rotate(3deg);
        transform: skew(8deg) rotate(3deg);
    }

/*==================================================
 * Effect 8
 * ===============================================*/
.effect8 {
    position: relative;
    -webkit-box-shadow: 0 1px 4px rgba(0, 0, 0, 0.3), 0 0 40px rgba(0, 0, 0, 0.1) inset;
    -moz-box-shadow: 0 1px 4px rgba(0, 0, 0, 0.3), 0 0 40px rgba(0, 0, 0, 0.1) inset;
    box-shadow: 0 1px 4px rgba(0, 0, 0, 0.3), 0 0 40px rgba(0, 0, 0, 0.1) inset;
}

    .effect8:before, .effect8:after {
        content: "";
        position: absolute;
        z-index: -1;
        -webkit-box-shadow: 0 0 20px rgba(0,0,0,0.8);
        -moz-box-shadow: 0 0 20px rgba(0,0,0,0.8);
        box-shadow: 0 0 20px rgba(0,0,0,0.8);
        top: 10px;
        bottom: 10px;
        left: 0;
        right: 0;
        -moz-border-radius: 100px / 10px;
        border-radius: 100px / 10px;
    }

    .effect8:after {
        right: 10px;
        left: auto;
        -webkit-transform: skew(8deg) rotate(3deg);
        -moz-transform: skew(8deg) rotate(3deg);
        -ms-transform: skew(8deg) rotate(3deg);
        -o-transform: skew(8deg) rotate(3deg);
        transform: skew(8deg) rotate(3deg);
    }

/*Headers*/
h1, h1 a, h1 a:hover {
    color: white;
    font-family: Gabriola;
    margin: 10px;
}

article h1, article h1 a, article h1 a:hover, h2, h3, h4, h5, h6 {
    line-height: 1.1em;
    color: #444;
    font-family: 'PT Sans Narrow', Calibri, 'Myriad Pro', Tahoma, Arial;
    padding: 10px 0;
    margin: 0;
}

article h1, article h1 a, h2 {
    font-size: 30px;
    letter-spacing: -1px;
}

h3 {
    font-size: 30px;
}

h4 {
    font-size: 22px;
    font-weight: normal;
    padding-bottom: 10px;
}

h5 {
    font-size: 14px;
}

/* When the screen is less than 600 pixels wide, hide all links, except for the first one ("Home"). Show the link that contains should open and close the topnav (.icon) */
@media screen and (max-width: 600px) {
    .topnav a:not(:first-child) {
        display: none;
    }

    .topnav a.icon {
        float: right;
        display: block;
    }
}

/* The "responsive" class is added to the topnav with JavaScript when the user clicks on the icon. This class makes the topnav look good on small screens (display the links vertically instead of horizontally) */
@media screen and (max-width: 600px) {
    .topnav.responsive {
        position: relative;
    }

    .topnav.responsive a.icon {
        position: absolute;
        right: 0;
        top: 0;
    }

    .topnav.responsive a {
        float: none;
        display: block;
        text-align: left;
    }
}
.AlternativeEducationCarousel {
    width: 100%;
}
.clearfix::after {
    content: "";
    clear: both;
    display: table;
}
.carousel-inner > .carousel-item > img, .carousel-inner > .carousel-item > a > img {
    display: block;
    height: 20rem;
    width: 100%;
    opacity: 0.8;
}
.img-fluid {
    max-width: 100%;
    height: 30rem;
}
.btn {
    font-family: 'Arial Rounded MT';
}
.modal-content {
    border-radius: 50%;
    width: 5rem;
    height: 5rem;
    border: 0.1rem solid #000;
    background-image: url(../images/test/rotating_card_profile2.png);
    background-size: cover;
    background-repeat: no-repeat;
    background-position: 50% 50%;
}
.close-ribbon {
    position: absolute;
    top: 0;
    right: 1em;
    z-index: 1;
    color: #eee;
    font-size: 2em;
    cursor: pointer;
    width: 1.5em;
    line-height: 0.5em;
    -webkit-transition: line-height 0.5s;
    transition: line-height 0.5s;
}
.close-ribbon:after {
    content: "";
    font-size: 0.5em;
    position: absolute;
    height: 1.2em;
    border: 1.5em solid #F44336;
    z-index: -1;
    top: -1em;
    border-top-width: 1.5em;
    border-bottom-color: transparent;
    right: 0;
    -webkit-transition: height 0.5s;
    transition: height 0.5s;
}
.close-ribbon:before {
    content: "";
    font-size: 0.5em;
    position: absolute;
    border-style: solid;
    border-color: transparent transparent #B71C1C transparent;
    top: -1em;
    right: 3em;
    border-width: 0 0 1em 0.7em;
    z-index: -1;
}
.close-ribbon:hover:after {
    border: 1.5em solid #EF5350;
    border-bottom-color: transparent;
    height: 1.6em;
    -webkit-transition: height 0.5s;
    transition: height 0.5s;
}
.close-ribbon:hover {
    line-height: 0.9em;
    color: #333;
    -webkit-transition: line-height 0.5s;
    transition: line-height 0.5s;
}
.bm-container {
    display: none;
    align-items: center;
    justify-content: center;
    position: fixed;
    width: 100%;
    height: 100%;
    z-index: 2;
}
.bm-overlay {
    display: block;
    position: fixed;
    width: 100%;
    height: 100%;
    z-index: 3;
    background-color: rgba(0,0,0,0.5);
}
.bm-active {
    display: flex;
}
.blazor-modal {
    display: flex;
    flex-direction: column;
    width: 50rem;
    background-color: #fff;
    border-radius: 4px;
    border: 1px solid #fff;
    padding: 1.5rem;
    z-index: 4;
}
.bm-header {
    display: flex;
    align-items: flex-start;
    justify-content: space-between;
    padding: 0 0 2rem 0;
}
.bm-title {
    margin-bottom: 0;
}
.bm-close {
    padding: 1rem;
    margin: -1rem -1rem -1rem auto;
    background-color: transparent;
    border: 0;
    -webkit-appearance: none;
    cursor: pointer;
}
.group:before,
.group:after {
    content: "";
    display: table;
}

.group:after {
    clear: both;
}

.group {
    clear: both;
    *zoom: 1;
}
/* docksidebar styles */
.e-menu-wrapper ul .e-menu-item .e-caret,
#header .search-icon,
.sidebar-menu .action-btn,
#header .e-menu-item .e-caret,
.e-menu-wrapper ul .e-menu-item {
    color: black !important;
}

.e-close .e-menu-wrapper ul .e-menu-item {
    width: 50px;
}

.e-close ul .e-menu-item.e-menu-caret-icon {
    padding-right: 12px;
}

.sidebar-menu.e-dock.e-close .e-menu-wrapper ul .e-menu-item .e-caret,
.sidebar-menu.e-dock.e-close .main-menu-header,
.sidebar-menu.e-dock.e-close .action-btn {
    display: none;
}

.sidebar-menu.e-dock.e-close .e-menu-wrapper ul .e-menu-item.e-menu-caret-icon,
.sidebar-menu.e-dock.e-close .e-menu-wrapper ul.e-vertical {
    min-width: 0;
    width: 50px !important;
}

.sidebar-menu.e-dock.e-close .e-menu-wrapper ul.e-menu {
    font-size: 0;
}

.sidebar-menu.e-dock.e-close .e-menu-item .e-menu-icon {
    font-size: 20px;
    padding: 0;
}

.e-menu-wrapper ul .e-menu-item.e-focused {
    background-color: #33383e !important;
}

.sidebar-menu, #header ul, .e-menu-wrapper {
    background-color: blanchedalmond !important;
    color: #fff !important;
    overflow: hidden;
}

/* parallax */
@media only screen and (max-width: 768px) {
    section.page-header-parallax,
    section.parallax {
        background-attachment: fixed !important;
        background-size: auto 150% !important;
        background-position: 50% -50px !important;
        background-attachment: scroll !important;
    }

    section.parallax-xs-fixed {
        background-attachment: scroll !important;
        background-size: 200% !important;
        background-position: 50% -50px !important;
    }
}

.parallax h1,
.parallax h2,
.parallax h3,
.parallax h4,
.parallax h5,
.parallax h6,
.parallax p,
.parallax .btn,
.parallax img,
.parallax div,
.parallax {
    font-family: 'Open Sans',Arial,Helvetica,sans-serif;
    color: #fff;
    position: relative;
    z-index: 10;
}

    .parallax .btn-default {
        background-color: transparent;
    }

    .parallax .overlay {
        background-color: rgba(34,34,34, .3);
        position: absolute;
        left: 0;
        right: 0;
        top: 0;
        bottom: 0;
        z-index: 1;
    }

    .parallax h1 {
        font-size: 60px;
    }

    .parallax h2 {
        font-size: 50px;
    }

    .parallax h3 {
        font-size: 40px;
    }

@media only screen and (max-width: 760px) {
    /*
		.parallax {
			background-position:center center !important;
		}
		*/
    .parallax h1 {
        font-size: 55px;
    }

    .parallax h2 {
        font-size: 45px;
    }

    .parallax h3 {
        font-size: 45px;
    }
}

@media only screen and (max-width: 500px) {
    .parallax h1 {
        font-size: 36px;
    }

    .parallax h2 {
        font-size: 30px;
    }

    .parallax h3 {
        font-size: 30px;
    }
}
