*{
    margin: 0;
    padding: 0;   
}

/* html, body {margin: 0; height: 100%; overflow: hidden} */
body{
    /* background-color: #898F8B; */
    /* background-color: #8EFA9A; */
    /* background-color: #27D65F; */   
    /* min-height: 100%; 
    height: 100%; */
    /* background-color: rgb(63, 61, 61); */
    background-color: rgb(38, 53, 38);    
    background-image: url(images/gallery/img\ \(8\).jpg);
    background-size:cover;
    background-position: center;
}
.backColorBorder{
    background-color: #8EFA9A; 
    border-right-style: solid;
    border-left-style: solid;
    border-left-width: 6px;
    border-right-width: 6px;
    border-color: gold;
}
.wrapper{
    height: 100%;;
    display: flex;    
    flex-direction: column; 
    margin: 0 auto;
    width: 1750px;
    border-color: gold;    
}
.wrapper2{
    height: 100%;;
    display: flex;    
    flex-direction: column; 
    margin: 0 auto;
    width: 1750px;
    border-color: black;    
}

.lockScroll{    
    overflow-y: hidden;    
}
.lockScrollV2{    
    position: fixed;
    overflow-y: scroll;   
    width: 100%; 
}

.outline{
    outline-style: solid;
    outline-color: black;
    outline-offset: -3px;
    outline-width: 4px;    
    
}
/*-----------------------------------------------------------------*/
#galleryTable{        
    align-items: center;  
    padding-bottom: 0; 
    border-top: solid;
    border-top-color: black;
    border-top-width: 6px; 
    background-color: whitesmoke;  
}

img{
    border: 5px solid black;
}

#galleryTable h2{        
    text-align: center;
    font-size: 60px;
    padding-top: 20px;
    padding-bottom: 20px;
}


/*-----------------------------------------------------------------*/
#mainMembers{    
    border-right-style: solid;
    border-left-style: solid;
    border-left-width: 6px;
    border-right-width: 6px;
    /* display: flex;
    flex-direction: column; */
    flex-grow: 1;
    /* background-color: #8EFA9A;      */
    /* background-color: rgb(255, 217, 0); */
    background-color: whitesmoke;
    border-color: black;
    border-top: solid;
    border-top-color: black;
    border-top-width: 6px;
}

#mainMembers h2{
    font-size: 50px;
    text-align: center;
    padding-bottom: 40px;
    padding-top: 30px;
    border-bottom-style: solid;
}

#mainMembers h3{
    font-size: 20px;
    text-align: center;
    padding-bottom: 20px;
    padding-top: 20px;
    border-bottom-style: solid;
}

#mainMembers p{
    font-size: 20px;
    padding-left: 50px;
    padding-right: 50px;
    padding-top: 120px;
    text-align: center;
}

#mainMembers ul{
    list-style:none;
    margin:0;
    padding: 0;
    overflow: hidden;
    border-bottom-style: solid;
}
#mainMembers ul li{
float: left;
}

.img_jarrod{
    width: 400px;
    height: 500px;
    background-image: url(images/members/jarrod.png);
    background-size:cover;
    background-position: center;
}
.text_jarrod{
    width: 475px;
    height: 500px;
    border-left-style: solid;
    border-right-style: solid;
}
.img_luiz{
    width: 400px;
    height: 500px;
    background-image: url(images/members/luiz.jpg);
    background-size:cover;
    background-position: center;
}
.text_luiz{
    width: 465px;
    height: 500px;
    border-left-style: solid;    
}
.img_chris{
    width: 400px;
    height: 500px;
    background-image: url(images/members/chris.jpg);
    background-size:cover;
    background-position: center;
}
.text_chris{
    width: 475px;
    height: 500px;
    border-left-style: solid;
    border-right-style: solid;
}
.img_hardik{
    width: 400px;
    height: 500px;
    background-image: url(images/members/hardik.jpg);
    background-size:cover;
    background-position: center;
}
.text_hardik{
    width: 465px;
    height: 500px;
    border-left-style: solid;    
}
/*-----------------------------------------------------------------*/

#mainFileLinks{ 
    flex-grow: 1;  
    list-style:none;
    text-decoration: none; 
    text-align: center;
    font-size: 20px;  
    padding-bottom: 20%; 
    background-color: whitesmoke;   
    border-top: solid;
    border-top-color: black;
    border-top-width: 6px;  
}
#mainFileLinks h1{     
    padding-top: 50px;
    list-style: none;
    text-decoration: none; 
    text-align: center;
    font-size: 70px;   
}
#mainFileLinks h2{     
    padding-top: 60px;
    list-style:none;
    text-decoration: none; 
    text-align: center;
    font-size: 30px;   
}

#mainFileLinks ul{ 
    text-decoration: none; 
    list-style: none;     
} 

/*-----------------------------------------------------------------*/
#mainVideos{
    border-top: solid;
    border-top-color: black;
    border-top-width: 6px;
    background-color: whitesmoke;  
}
#mainVideos h2{
    text-align: center;    
    padding-top: 50px;
    font-size: 40px;
    font-weight: bold;    
}
#video1{ 
    margin-left: auto;
    margin-right: auto;
    display: block  
}
#video2{ 
    margin-left: auto;
    margin-right: auto;
    display: block  
}
#video3{    
    margin-left: auto;
    margin-right: auto;
    margin-bottom: 100px;
    display: block    
}
/*-----------------------------------------------------------------*/
#mainTitle{    
    height: 175px;    
    padding: 20px 0; 
    /* background-color: #06D125;   */    
    background-color: black;
    border-right-style: solid;
    border-left-style: solid;    
    border-width: 6px;
    
}
#mainTitle h1{  
    font-family: 'Times New Roman', Times, serif;  
    font-size: 60px;
    font-style: normal;
    font-weight: 900;
    text-align: center;
    text-decoration: none;
    text-indent: normal;
    text-transform: none;
    color:gold;
    letter-spacing: 3px;
    line-height: normal;
}
#mainTitle h2{  
    font-family: 'Times New Roman', Times, serif;  
    font-size: 40px;
    font-style: normal;
    font-weight: bold;
    text-align: center;
    text-decoration: none;
    text-indent: normal;
    text-transform: none;
    color:gold;
    letter-spacing: 3px;
    line-height: normal;
}

.homePage{
    height: 300px;
}
/*-----------------------------------------------------------------*/
#mainNavigation{
    /* width: auto; */    
    height: 90px;  
    border-style: solid; 
    border-top: solid; 
    border-width: 5px;
    border-right-style: solid;
    border-left-style: solid;
    border-left-width: 6px;
    border-right-width: 6px;
    /* background-color: #96D6A4; */
    background-color: rgb(37, 37, 37);
    border-color: gold;  
    outline-style: solid;
    outline-color: black;
    outline-offset: -10px;
    border-bottom-color: gold;
    padding-top: 5px;
    padding-bottom: 5px;
    
}
#mainNavigation ul{
    text-align: center; 
    padding: 5px 0;   
}
#mainNavigation ul li{
    list-style:none;
    display: inline-block;    
    line-height: 75px;
    padding: 0 20px;
}
#mainNavigation ul li a{      
    display: block;
    text-decoration: none;
    font-size: 25px;
    font-weight: bold;
    font-family: 'Times New Roman', Times, serif;
    color: black;
    padding: 0px 95px;
    border-style: solid;
    border-width: 4px;    
    border-color: black;     
    /* background-color:#38BD08; */
    background-color: gold;
    /* background-color: #58E09F;   
} */
}
#mainNavigation ul li a:hover, a:active{      
    color:black;
    /* background-color:#00F03E;    */
    background-color: goldenrod;
}
/*-----------------------------------------------------------------*/
#mainProjectDescription{
    border-right-style: solid;
    border-left-style: solid;
    border-left-width: 6px;
    border-right-width: 6px;   
    /* background-color: #8EFA9A;  */
    background-color: whitesmoke;    
    height: 100vh;
    border-top: solid;
    border-top-color: black;
    border-top-width: 6px;
    
    
}

#mainProjectDescription h2{
    font-family: 'Times New Roman', Times, serif;  
    font-size: 35px;    
    font-weight: bold;
    text-align: center;    
    /* color:white; */
    letter-spacing: 3px;    
    padding-top: 100px;
    padding-bottom: 50px;    
}

#mainProjectDescription h3{
    font-family: 'Times New Roman', Times, serif;  
    font-size: 15px;    
    font-weight: normal;
    text-decoration: underline;
    font-style: italic;
    text-align: center;    
    /* color:white;        */
    padding-top: 430px;
    padding-bottom: 50px;    
}
#mainProjectDescription p{
    /* background-color: blue; */
    font-family: 'Times New Roman', Times, serif;  
    font-size: 18px;    
    font-weight: normal;
    text-align: center;    
    /* color:white; */
    letter-spacing: 1px;    
    padding: 0px 190px;       
}
/*-----------------------------------------------------------------*/
#mainHomePageMembers{    
    border-right-style: solid;
    border-left-style: solid;
    border-left-width: 6px;
    border-right-width: 6px;
    /* display: flex;
    flex-direction: column; */
    flex-grow: 1;
    background-color: #8EFA9A;
}
/*-----------------------------------------------------------------*/