h1{
    font-family: 'PT Serif', serif;
    font-size: 30px;
    margin-top: 0;
    color: #FFFFFF;
}
h2 {
    font-size: 23px;
    font-family: 'PT Serif', serif;
    color: #000000;
}
h3{
    font-family: 'PT Serif', serif;

    /*font-weight: bold;*/
}
h4 {
    font-size: 21px;
    margin: 15px 0;
    font-family: 'PT Serif', serif;
    color: #FFFFFF;
}
h5 {
    font-size: 16px;
    font-family: 'Roboto', sans-serif;
}
p,body, button, input, select, textarea{
    font-family: 'Roboto', sans-serif;
}
a, a:visited {
    color: #ffffff;
    text-decoration:none;
}
a:focus, a:active, a:focus {
    font-style: italic;
    color: #ffffff;
    text-decoration:underline;
}
h3,h5,p,body{
    color: #000;
}
body{
    background-color: #FFFFFF;
}
#navTop{
    border-radius: 0 0 0 5px;
}
footer{
    background-color: #2A2A2D;
    padding-bottom: 50px;
    border-top: solid 1px #000000;
}
.topMid{
    padding-top: 15px;
}
.Btns{
    color: #000000;
}
.Btns:hover{
    color: #000000;
    font-style: normal;
}
.top_Right{
    padding-top:13px;
    text-align: right;
    float: right;
    padding-left: 15px;
    display: none;
}
#NavBox{
    background-color: #FFFFFF;
    box-shadow: 0 8px 16px rgb(0 0 0 / 7%);
}
#NavBar{
    background-color: #ffffff;
    height: 52px;
    margin: 0 auto;
    padding-top: 0;
    width: 94%;
    border-bottom: none;
}
a:active, a:valid, a:hover{
    color: #FFFFFF;
    text-decoration: none;
    font-style: normal;
}
a:active, a:valid, a:hover, .QBT_A:hover{
    color: #ffffff;
}
#NavBar h1{
    cursor: pointer;
}
.topLeft{
    padding-top: 10px;
    padding-left: 0;
    font-size: 21px;
    font-family: 'Roboto', sans-serif;
    font-weight: 700;
    cursor: pointer;
    width: 167px;
}
#topMenu{
    padding-right: 0px;
    padding-top: 15px;
    float: right;
    width: unset
}
.QBox,.QBoxPix,.QBox,#NavBar{
    box-sizing: border-box;
}
.phoneIcon{
    width: 21px;
    padding: 0 7px 0 15px ;
}
.phoneIcon2{
    width: 21px;
    padding-right: 7px;
}
.bar1,.bar2,.bar3{
    background-color: #000000;
}
/*////Nav////*/
#bannerWrap {
    min-height: 70vh;
    position: relative;
    background: linear-gradient(0.25turn, rgba(0, 0, 0, 0.30), rgba(0, 0, 0, 0.15));
}
.bannerText h4, .bannerText h1{
    text-shadow: 1px 1px 2px #000000;
}
.BannerParallaxSub{
    min-height: 50vh;
}
.BannerParallaxCover{
    position: absolute;
    top: 0;
    left: 0;
}
.QBox3{
    padding-bottom: 35px;
    padding-top: 30px;
}
.blueBack{
    background-color: #2b3543;
}
.Btn1{
    background-color: transparent;
    border: solid 1px #FFFFFF;
    border-radius: 5px;
}
.Btn1:hover {
    background-color: #000000;
}
.Btn1{
    padding: 11px 30px;
    font-size: 17px;
    margin-bottom: 15px;
    color: #FFFFFF;
    text-align: center;
    cursor: pointer;
}
.bannerText{
    top: 50%;
    max-width: 613px;
    -webkit-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    transform: translateY(-50%);
    position: absolute;
    margin-left: 7%;
    margin-right: 7%;
}
.bannerText h4{
    margin-bottom: 30px;
}
.QContentWrap{
    width: 92%;
    max-width: 1700px;
    margin: 0 auto;
    padding-top: 50px;
}
.Btn1{
    padding: 7px 21px;
}
.Btn2{
    background-color: #000000;
}
.GIVE_Btn{
    color: #000000;
    border-radius: 5px;
    border: solid 1px #000000;
    padding: 3px 11px;
}
.w_2Wrap{
    text-align: center;
}
.QWrap,.w_2Wrap{
    padding: 30px 0 0 0;
}
.w_2Wrap{
    padding: 30px 0 50px 0;
}
.fadeUp{
    -webkit-animation-delay: 1s;
    animation-delay: 1s;
    animation: fadeUp 1s;
}
@keyframes fadeUp {
    0% {
        padding-top: 60px;
        opacity:0;

    }
    100% {
        padding-top: 0;
        opacity:1;
    }
}
.VWrap{
    padding: 30px 0;
}
.contactLogoBottom{
    height: 150px;
}
.InfoPic{
    width: 100%;
}
/*////*/
.colorWrap{
    background-color: #2b3543;
    width: 100%;
    padding: 50px 0;
}
.subTopCB{
    background-color: #2b3543;
    padding-bottom: 50px;
}
.w9_Box {
    width: 100%;
    max-width: 1450px;
    margin: 20px auto;
    background-color: #242424;
    border-radius: 5px;
    overflow: hidden;
}
.w9_box_text {
    flex-direction: column;
    justify-content: center;
    display: flex;
    width: 100%;
    margin-left: 0;
    padding: 0 30px;
    box-sizing: border-box;
    clear: both;
    text-align: left;
    color: #FFFFFF;
    position: relative;
}
.w9_box_textM{
    padding: 0;
}
.w9_title {
    padding: 30px 20px 20px 00px;
    font-size: 30px;
    font-family: 'PT Serif', serif;
    text-transform: uppercase;
    text-align: left;
    color: #FFFFFF;
}
.w9_textBody {
    line-height: 25px;
    padding-bottom: 10px;
}
.w9_textBody h3, .w9_textBody p, .w9_textBody h5{
    color: #FFFFFF;
}
.content_wrap {
    max-width: 1450px;
    width: 94%;
    color: #242424;
    margin-left: auto;
    margin-right: auto;
}
.w9_Box,.w9_BoxM {
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: -moz-flex;
    display: -webkit-flex;
    display: flex;
}
.colorWrapD{
    display: none;
}
.colorWrapM{
    display: block;
}
.w9_textLine{
    width: 100%;
    height: 1px;
    background-color: #FFFFFF;
    margin-bottom: 25px;
}
.w9_photoBoxM{
    width: 30%;
}
.w9_box_text_M{
    width: 70%;
    box-sizing: border-box;
    flex-direction: column;
    justify-content: center;
    display: flex;
    margin-left: 0;
    padding: 0 30px;
    text-align: left;
    color: #FFFFFF;
}
.w9_BoxM{
    margin-bottom: 30px;
}
.ConPhoneIcon{
    width: 17px;
    padding: 0 5px 3px 0;
}
.QBoxD{
    display: none;
}
.QContentWrapSub{
    max-width: 1000px;
}
.footBoxWrap{
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: -moz-flex;
    display: -webkit-flex;
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    width: 95%;
    margin: 0 auto;
    padding: 30px 0 15px 0;
    max-width: 1000px;
}
.footBox{
    width: 100%;
    padding: 7px;
    box-sizing: border-box;
}
.footBox a,.footBox p{
    color: #c7c7c7;
    /*text-decoration: underline;*/
}
.foot_wrap a, .foot_wrap a:visited {
    color: #c7c7c7;
    /*text-decoration:underline;*/
}
.footInfo{
    width: 100%;
    display: block;
    padding-bottom: 7px;
    text-underline-offset: 5px;
}
.footBox p{
    margin-bottom: 0px;
}
.historyPic{
    padding: 30px 30px 5px 30px;
}
.historyWrap{
    padding-bottom: 30px;
}
@media only screen and (min-width: 370px) {
    h1{
        font-size: 45px;
    }
    h2{
        font-size: 30px;
    }
}
@media only screen and (min-width: 500px) {
    .top_Right{
        display: revert;
    }
}
@media only screen and (min-width: 598px) {

}
/* Layout: 740px */
@media only screen and (min-width: 740px) {
    h2 {
        font-size: 50px;
        padding: 15px 0;
    }
    h4 {
        font-size: 21px;
    }
    #NavBar {
        margin: 0 auto;
        width: 100%;
        padding:0 50px;
    }
    .topLeft {
        padding-top: 13px;
    }
    #mainText {
        padding-bottom: 50px;
    }
    .BannerParallaxCover {
        background: linear-gradient(0.25turn, rgb(82 82 82 / 45%), rgba(255, 255, 255, 0));
    }
    .w_2BoxOverlay {
        opacity: 0;
        background: rgb(223 223 223 / 62%);
    }
    .w_2Wrap {
        padding: 70px 0 30px 0;
    }
    .QBox {
        flex-direction: column;
        justify-content: center;
        display: flex;
    }
    .QBoxD{
        display: none;
    }
    .QContentWrap{
        width: 87%;
    }
    .colorWrapD{
        display: block;
    }
    .colorWrapM{
        display: none;
    }
    .Btns{
        display: none;
    }
    .footBox{
        width: 25%;
    }
    .historyWrap{
        display: -webkit-box;
        display: -moz-box;
        display: -ms-flexbox;
        display: -moz-flex;
        display: -webkit-flex;
        display: flex;
        flex-wrap: wrap;
        justify-content: space-between;
        width: 96%;
        margin-left: 4%;
        padding: 50px 0 0 0;
    }
    .historyPic{
        width: 23%;
        padding: 0;
    }
    .historyText{
        width: 77%;
    }
}

@media only screen and (min-width: 850px) {
    h2{
        line-height: normal;
    }
    .colorWrap{
        padding: 58px 0;
    }
}
/* Desktop Layout:1029px */
@media only screen and (min-width: 1029px) {
    .QBox{
        width: 47%;
    }
    .Btns{
        display: inline;
        padding-left: 13px;
        padding-right: 11px;
    }
    .top_Right{
        width: 182px;
        padding-top: 15px;
        float: none;
    }
    #topMenu{
        display: none;
    }
    .QWrap{
        display: -webkit-box;
        display: -moz-box;
        display: -ms-flexbox;
        display: -moz-flex;
        display: -webkit-flex;
        display: flex;
        flex-wrap: wrap;
        justify-content: space-between;
        padding: 50px 0;
    } .QBoxM{
          display: none;
      }
    .QBoxD{
        display: inherit;
    }
}
@media only screen and (min-width: 1100px) {
    .Btns{
        display: inline;
        padding-left: 23px;
        padding-right: 15px;
    }
    h4{
        font-size: 31px;
    }
    h1{
        font-size: 65px;
        line-height: 85px;
    }
}

@media only screen and (min-width: 1200px) {

}

@media only screen and (min-width: 1400px) {

}