﻿@import url('https://fonts.googleapis.com/css2?family=Domine:wght@400;500;600;700&display=swap');

body
{
    width:100%;
    height:100%;
    padding:0px;
    margin:0px;
    font-family: 'Domine', serif;
    background-color: #3d3834;
}
p, ul li, ol li, h1, h2, h3, h4, h5{
    font-family: 'Domine', serif;
}
h3{
    color: #3d3834;
}
p, ul li{
    font-size: 16px;
    color: #3d3834;
}
.topLogo{
    width:200px;
}
.imgHome{
    width:100%;
}
#divMain{
    background-image: url('img/motionBG.jpg');
    background-repeat: no-repeat;
    background-size: 100% 100%;
    padding: 50px 0px;
}
.imgHomeTarget{
    width:50%;
    margin-left: 19%;
}
.imgHomeArrow{
    width:30%;
    margin-top: 450px;
    margin-bottom:20px;
}
#divMainLower{
    background-color: #6ac0cd;
}
.divGlass h2, .divGlass2 h2{
    margin:0px;
    color: #3d3834;
    text-align:center;
    font-size: 45px;
    font-weight:700;
}
.divGlass{
    background: rgba( 255, 255, 255, 0.25 );
    /*box-shadow: 0 8px 32px 0 rgba( 31, 38, 135, 0.37 );*/
    box-shadow: 0 8px 32px 0 rgba(1, 112, 129, 0.37);
    backdrop-filter: blur( 4px );
    -webkit-backdrop-filter: blur( 4px );
    border-radius: 10px;
    border: 1px solid rgba( 255, 255, 255, 0.18 );
    margin: 0px auto;
    padding: 60px 10px;
    width: 500px;
    max-width:100%;
    transform: rotate(-14deg);
    display:block;
}
.divGlass2{
    background: rgba( 255, 255, 255, 0.25 );
    /*box-shadow: 0 8px 32px 0 rgba( 31, 38, 135, 0.37 );*/
    box-shadow: 0 8px 32px 0 rgba(1, 112, 129, 0.37);
    backdrop-filter: blur( 4px );
    -webkit-backdrop-filter: blur( 4px );
    border-radius: 10px;
    border: 1px solid rgba( 255, 255, 255, 0.18 );
    padding: 60px 10px;
    width: 300px;
    max-width:100%;
    transform: rotate(14deg);
    margin-left: 55%;
    margin-top: -33px;
}
.pCopyright{
    margin-top: 100px;
    text-align:center;
    color: #d0d0d0;
}
#divBody1{
    background-color: #fff;
    padding: 30px 0px;
    background-image: url('img/StringTheBow.jpg');
    background-size:40%;
    background-position: right center;
    background-repeat: no-repeat;
}
#divHomeContact{
    padding: 100px 0px;
    background-image: url('img/ContactUs.jpg');
    background-size:45%;
    background-position: left center;
    background-repeat: no-repeat;
}
#divHomeContact p, #divHomeContact h3, #divHomeContact a{
    color: #fff;
}
a{
    transition: all ease-in-out 0.5s;
}
a:hover{
    text-decoration:none;
}
#divHomeContact a:hover{
    text-decoration:none;
    color: #cacaca;
}
#divHomeContact i{
    font-size: 34px;
}
ul{
    padding-left:16px;
}
.spanContact{
    padding-left: 30px;
    padding-bottom: 8px;
}
#divHomeContact .fa-envelope{
    font-size: 35px;
    padding-left:2px;
}
#divHomeContact .fa-facebook-square{
    font-size: 37px;
    padding-left:2px;
}
@media only screen and (max-width:1199px) and (min-width:768px){
    .divGlass{
        width:450px;
        margin-left:5px;
        margin-right:0px;
    }
    .divGlass2{

    }
    .divGlass h2, .divGlass2 h2{
        font-size: 35px;
    }
}
@media only screen and (max-width:767px) and (min-width:430px){
    .divGlass{
        max-width:95%
    }
    .divGlass2{
        margin-left:100px;
        margin-top:0px;
        max-width:95%
    }
    .divGlass h2, .divGlass2 h2{
        font-size: 25px;
    }
    .imgHomeArrow{
        display:none;
    }
}
.imgFB{
    position:absolute;
    top:160px;
    height:135px;
    right:0px;
}
.imgYT{
    position:absolute;
    top:0px;
    height:150px;
    right:0px;
}
@media only screen and (max-width:429px){
    .divGlass{
        max-width:95%
    }
    .divGlass2{
        margin-left:10px;
        margin-top:0px;
        max-width:95%
    }
    .divGlass h2, .divGlass2 h2{
        font-size: 25px;
    }
    .imgHomeArrow{
        display:none;
    }
    .imgYT{
        height:100px;
        top:-50px;
    }
    .imgFB{
        height:90px;
        top:-50px;
        left:0px;
        right:auto;
    }
}
@media only screen and (min-width: 1806px){
    .imgMission{
        display:none;
    }
    .imgContact{
        display:none;
    }
}
@media only screen and (max-width: 1805px){
    .imgMission{
        width:100%;
    }
    .imgContact{
        width:100%;
    }
    #divHomeContact{
        background-image: none;
    }
    #divBody1{
        background-image: none;
    }
}