﻿/*OPEN EVENING PAGE*/

.content_Cont {
    overflow: hidden;
}

 .row {
    position: relative;
    height: 100vh;
    display: flex;
    align-items: center;
    justify-content: center;
    color: white;
    text-shadow: 0 0 5px #000;
}

 .parallax {
    /* Full height */
    height: 100vh;
    /* Create the parallax scrolling effect */
    background-attachment: fixed;
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;

}

.content {
    position: relative;
    height: 100%;
    min-height: 100vh;
    padding-top: 10vh;
    padding-bottom: 10vh;
    display: flex;
    align-items: center;
    justify-content: center;
    color: white;
    text-shadow: 0 0 5px #000;
    flex-wrap: wrap;
    background: #467cb4;
}

     .content .item {
        width: 50%;
        display: block;
        padding: 1em;
    }
.subject-vid {
    width: 20% !important;
    float: none !important;
    text-align:center !important;
}
.full-width {
    width: 100% !important;
    float: none !important;
    text-align: center !important;
}

     .content .item:nth-child(odd) {
        float: right;
        text-align: left;
    }

     .content .item:nth-child(even) {
        float: left;
        text-align: right;
    }

     .content .item:last-child:nth-child(odd) {
        float: none !important;
        width: 100% !important;
        text-align: center !important;
    }
.content a {
    font-size: 2em;
    /*padding: 1em;*/
    color: white;
    -webkit-text-stroke-width: 1px;
    -webkit-text-stroke-color: black;
}
.content a:hover {
    color: black;
}

.item div {
    float: inherit;
}
.quote {
    left: 70%;
    position: absolute;
    bottom: 25%;
    font-size: 5em;
    color: #467cb4;
    -webkit-text-stroke-width: 1px;
    -webkit-text-stroke-color: black;
    overflow-wrap: normal;
    padding-right: 1em;
}
.subject-vid iframe {
    max-width: 280px !important;
    max-height: 162.5px !important;
    width: 280px !important;
    height: 162.5px !important;
}
.item iframe {
    max-width: 560px;
    max-height: 315px;
    width: 560px;
    height: 315px;
}
@media (max-width: 1550px) {
    p.quote {
        /*font-size: 3em !important;*/
        left: 25%;
    }
    .subject-vid {
        width: 50% !important;
    }
}
@media (max-width: 1200px) {
    iframe{
        width: 450px !important;
        height: 253px !important;
    }
    p.quote {
        /*font-size: 3em !important;*/
        left: 25%;
    }
}
@media (max-width: 900px) {
    .item { 
        width: 100% !important; 
        display: block;
        padding: 1em;
        float: none !important;
        text-align: center !important;
    }
    iframe{
        width: 350px !important;
        height: 197px !important;
    }
    p.quote {
        /*font-size: 3em !important;*/
        bottom: 20%;
        left: 10%;
        padding-right: 0.5em;
    }
    .subject-vid {
        width: 100% !important;
    }
}
@media (max-width: 600px) {
    p.quote {
        font-size: 3.5em !important;
        bottom: 20%;
        left: 10%;
        padding-right: 0.5em;
    }
}

.full-width iframe {
    max-width: 950px ;
    max-height: 534px ;
    width: 950px ;
    height: 534px ;
}