
@media screen and (max-width: 767px){

    #jumbo-text-smaller-black{
        font-size: 20px !important;
    }
    .btn-warning{
        font-size: 15px !important;
    }
}
@media screen and (min-width: 930px){
    #jumbo-text-smaller-black{
        padding-top: 17% !important;
    }
}
@media screen and (min-width: 768px) and (max-width: 930px){
    #myVideo{
        width: 125% !important;
    }
    #jumbo-text-smaller-black{
        font-size: 50px !important;
    }
}
@media screen and (max-width: 767px){
    #myVideo{
        width: 170% !important;
    }
    .peterEmail{
        font-size: 15px;
    }
    #jumbo-text{
        font-size: 25px !important;
    }
    #vid-2-div{
        padding-left: 0px !important;
    }
    #vid-row{
        padding-left: 15px !important;
        /*padding-bottom: 0px !important;*/
    }
    #jumbo-text-smaller-blue{
        font-size: 25px !important;
    }
    .profilePicture{
        width: 75%;
        height: 100%;
        margin-bottom: 25px !important;
    }
    #jumbo-text-smaller-black{
        font-size: 25px;

        width: 100% !important;
        margin-left: 0px !important;
    }
    .profileDivider{
        display: none !important;
    }
    .puzzleDiv{
        width: 90% !important;
    }
    .keyText{
        font-size: 30px !important;
        font-weight: bold !important;
    }
    #white-background-1{
        width: 80% !important;
        margin-left: 10% !important;
    }
    #team-text-div{
        margin-top: 20px;
    }
    #team-text-div h2{
        text-align: center;
    }
    .flagText{
        font-size: 25px;
    }
    .peopleGrid .col-6 #team-text-bold{
        min-height: 100px;
    }
}
p,h1,h2,h3,h4,h5,h6 {
    -webkit-animation: fadein 2s; /* Safari, Chrome and Opera > 12.1 */
    -moz-animation: fadein 2s; /* Firefox < 16 */
    -ms-animation: fadein 2s; /* Internet Explorer */
    -o-animation: fadein 2s; /* Opera < 12.1 */
    animation: fadein 2s;
}

@keyframes fadein {
    from { opacity: 0; }
    to   { opacity: 1; }
}

/* Firefox < 16 */
@-moz-keyframes fadein {
    from { opacity: 0; }
    to   { opacity: 1; }
}

/* Safari, Chrome and Opera > 12.1 */
@-webkit-keyframes fadein {
    from { opacity: 0; }
    to   { opacity: 1; }
}

/* Internet Explorer */
@-ms-keyframes fadein {
    from { opacity: 0; }
    to   { opacity: 1; }
}

/* Opera < 12.1 */
@-o-keyframes fadein {
    from { opacity: 0; }
    to   { opacity: 1; }
}
p {
    margin-top: 25px;
    font-size: 21px;
    text-align: center;
}

.sendEmail{
    margin-top: 25px;
}
.peopleGrid .col-lg-3{
    margin-bottom: 25px !important;
}
#small-nav {

    height: 35px;
    background-color: #f3f3f3;
    font-size: 10px;
    padding-top: 10px;
    padding: 5px;


}
#bottomVideo,#myVideo{
    position: absolute;
    z-index: -1;
    width: 100%;
    right: 0px;
}
#vid-row{
    background-color: rgba(0,0,0,0.1);
}
/*.textContent{*/
    /*position: absolute;*/
    /*z-index: 9999;*/
/*}*/
.jumbotron{
    padding-left: 0px;
    padding-right: 0px;
}
#navbar {
    border-bottom: 25px solid dodgerblue;
    margin-bottom: 0px;
    padding-bottom: 0px;
    font-family: 'Noto Sans HK', sans-serif;
    font-weight: 700;
    color: dodgerblue;

}
.topText{
    margin-top: 0px !important;
}
.topText, .benefitText{
    color: #fff !important;
}

#vid-row {
    width: 100%;
    margin-left: 0px;
    color: dimgray;
    margin-top: 0px;
    padding-top: 0px;
    border-radius: 0px;
    margin-bottom: 0px;

}

#jumbo-text {
    font-family: 'Noto Sans HK', sans-serif;
    font-size: 100px;
    font-weight: 700;
    letter-spacing: .1em;
    padding-top: 20px;
    max-width: 100%;
}

#jumbo-text-smaller {
    font-family: 'Noto Sans HK', sans-serif;
    font-size: 55px;
    font-weight: 900;
    color: white;
    padding-top: 20px;

}

#jumbo-text-smaller-blue {
    font-family: 'Noto Sans HK', sans-serif;
    font-size: 55px;
    font-weight: 900;
    color: dodgerblue;
    padding-top: 20px;

}

#jumbo-text-smaller-black {
    font-family: 'Noto Sans HK', sans-serif;
    font-size: 55px;
    font-weight: 900;
    color: black;
    padding-top: 20px;
    width: 60%;
    margin-left: 20%;
}

#small-text {
    font-family: 'Noto Sans HK', sans-serif;
    font-size: 19px;
    color: darkgray;
    text-align: left;
    font-weight: 900;
    padding-left: 10px;
}

#small-text-1 {
    font-family: 'Noto Sans HK', sans-serif;
    font-size: 16px;
    line-height: 29px;
    color: dimgray;
    text-align: left;
    max-width: 650px;
    padding-left: 10px;


}

#small-text-center {
    font-family: 'Noto Sans HK', sans-serif;
    font-size: 19px;
    color: #F4FA58;
    text-align: left;
    font-weight: 900;
    padding-left: 10px;
    text-align: center;


}

#small-text-center-blue {
    font-family: 'Noto Sans HK', sans-serif;
    font-size: 19px;
    color: dodgerblue;
    text-align: left;
    font-weight: 900;
    padding-left: 10px;
    text-align: center;


}

#small-text-left-blue {
    font-family: 'Noto Sans HK', sans-serif;
    font-size: 19px;
    color: dodgerblue;
    text-align: left;
    font-weight: 900;
    padding-left: 10px;


}

#row-table {

    margin: auto;

}

#mid-row {
    background-color: dodgerblue;
    color: white;
    margin-top: 0px;
    border-radius: 0px;
}

#white-background {
    background-color: white;

}

#white-background-1 {
    background-color: white;
    font-family: 'Noto Sans HK', sans-serif;
    font-size: 25px;
    width: 70%;
    margin: auto;
    padding: 7%;
    text-align: center;
}


#team-row {
    background: url(papyrus.png);
    /*min-height: 500px;*/


}

#team-text-div {

    text-align: left;
}

#team-text-div h2{

    text-align: center;
}
#team-text-bold {
    font-family: 'Noto Sans HK', sans-serif;
    font-size: 15px;
    font-weight: 700;
}

#team-text {
    font-family: 'Noto Sans HK', sans-serif;
    font-size: 15px;

}

#box-div {
    background-color: white;
    padding: 5%;
    margin: auto;
    text-align: center;
    border-radius: 5px;
    width: 75%;


}

#line {

    width: 95%;
    margin: auto;
    max-width: 500px;
    border-bottom: 3px solid dodgerblue;
    margin-bottom: 10px;

}

#line-bottom {

    width: 95%;
    max-width: 500px;
    margin: auto;
    border-top: 3px solid dodgerblue;
    margin-bottom: 50px;
    margin-top: 25px;

}

#vid-2-div {
    background-color: rgba(0,0,0,0.1);
    width: 100%;
    margin-left: 0px;
    font-family: 'Noto Sans HK', sans-serif;
    color: white;
    margin-top: 0px;
    padding-top: 0px;
    border-radius: 0px;
    margin-bottom: 0px;
    padding-bottom: 0px !important;
}
#jumbo-text-smaller-black{
    color: white;
}
#quote-text {
    float: left;
    padding-top: 10%;
    font-size: 24px;
    line-height: 45px;
    color: dimgray;
}

#full-line {
    width: 80%;
    border-bottom: 3px solid dimgray;
    margin: auto;
    padding-top: 3%;
    margin-right: 30px;
}

#jobsBody {
    font-family: 'Noto Sans HK', sans-serif;
    padding-left: 10%;
}
