/* Banner Styles */
/* Video Styles */
.video {
    overflow: hidden;
    height: auto;
    z-index: 0;
    width: auto;
    max-width: 100%;
    max-height: 100%;
}

.video video {
    width: 100%;
    height: auto;
    z-index: 0;
    vertical-align:top;
}






/* About Section */
.about {
    width: auto;
    padding-top: 100px;
    padding-bottom: 100px;
    background-image: linear-gradient(to bottom right, #031834, #62097B);

}

.about .about-text {
    width: 50%;
    margin: 0 auto;
    text-align: center;
}

.about .about-text h1 {
    font-size: 50px;
    margin-bottom: 10px;
    background: linear-gradient(to right, #f76765, #f48fb1, #7e57c2, #2196f3, #26c6da, #43a047, #eeff41, #f9a825, #ff5722);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    -webkit-transition: all ease 0.2s;
	-moz-transition: all ease 0.2s;
	transition: all ease 0.2s;
}

.about .about-text p {
    font-size: 19px;
    line-height: 165%;
    font-weight: 500;
    color: #f0f5f9;
    margin-top: 25px;
}

.quick-videos {
    width: 100%;
    display: flex;
    margin-top: 75px;
}

.quick-videos iframe {
    aspect-ratio: 16 / 9;
    width: 45% !important;
    margin-left: 2.5%;
    margin-right: 2.5%;
}

.morevideos {
    width: 250px;
    height: 50px;
    line-height: 50px;
    border: 2px solid #FF7472;
    color: #FFF;
    font-size: 18px;
    font-weight: 600;
    display: block;
    -webkit-transition: all ease 0.2s;
	-moz-transition: all ease 0.2s;
	transition: all ease 0.2s;
    text-align: center;
    margin: 0 auto;
    margin-top: 75px;
}

.morevideos:hover {
    background-color: #FF7472;
}


/* Picture Styles */
.pictures {    
    display: flex;
    flex-wrap: wrap;
    background-color: #000;
}

.pictures img {
    width: 25%;
    -webkit-transition: all ease 0.2s;
	-moz-transition: all ease 0.2s;
	transition: all ease 0.2s;
    vertical-align: center;
    display: flex;
    justify-content: center;
    flex-direction: column;
}


@media screen and (max-width: 1400px) {

    .video {
        height: auto;
    }

    .video video {
        margin-top: 0px;
        vertical-align:top;
    }
    
}

@media screen and (max-width: 1250px) {
    .home h1 {
        font-size: 80px;
    }
}

@media screen and (max-width: 1150px) {

    iframe {
        aspect-ratio: 16 / 9;
        width: 100% !important;
        margin-top: 25px;
    }

    .about {
        padding-top: 50px;
        padding-bottom: 50px;
        display: block;
    }

    .about div {
        width: 100%;
    }

    .about .about-text {
        padding-right: none;
        text-align: center;
        padding-right: 0px;
        width: 100%;
    }

    .about .about-pic {
        display: none;
    }


}

@media screen and (max-width: 1100px) {

    .home {
        height: auto;
        padding-top: 250px;
        padding-bottom: 250px;
    }
    .home h1 {
        font-size: 60px;
    }
}

@media screen and (max-width: 950px) {

    .pictures img {
        width: 50%;
    }

    .video {
        margin-top: 0px;
        height: auto;
    }

    .home {
        padding-top: 150px;
        padding-bottom: 150px;
    }

    .about .about-text h1 {
        font-size: 40px;
    }

    .about .about-text p {
    font-size: 16px;
}

.morevideos {
    font-size: 19px;
}

}

@media screen and (max-width: 850px) {

    .video video {
        margin-top: 0px;
    }

    .quick-videos {
        display: block;
    }

    .quick-videos iframe {
        width: 100% !important;
    }
}

@media screen and (max-width: 650px) {
    .home {
        padding-top: 100px;
        padding-bottom: 100px;
    }

    .home h1 {
        font-weight: 800;
        font-size: 38px;
    }
}