@font-face {
    font-family: Bauhaus93;
    src: url(Bauhaus-93.ttf);
}


* {

    font-family: 'Bauhaus93', cursive;

    transition: all 0.5s;
        -webkit-transition: all 0.5s; /* Safari */

}

html {

    overflow-x: hidden;

}

#LogoImg {

    height: 150px;
    padding-left: 30px;
    padding-top: 20px;

}


.fullscreen-bg {
    position: fixed;
    top: 0;
    right: 0;
    bottom: 0px;
    left: 0;
    overflow: hidden;
    z-index: -110;
    background-color: saddlebrown;
}

.fullscreen-bg__video {
    position: absolute;
    top: 50%;
    left: 50%;
    width: auto;
    height: auto;
    min-width: 100%;
    min-height: 100%;
    -webkit-transform: translate(-50%, -50%);
       -moz-transform: translate(-50%, -50%);
        -ms-transform: translate(-50%, -50%);
	    transform: translate(-50%, -50%);
}

@media (max-width: 767px) {
        .fullscreen-bg {
        background: url('img/Background1.jpg') center center / cover no-repeat;
    }

    .fullscreen-bg__video {
        display: none;

    }
}


#Background {
/*
        background: url(img/Wood5.jpg) 0 0 / cover;
  -webkit-background-size: cover;
  -moz-background-size: cover;
  -o-background-size: cover;
  background-size: cover;
    
   
    position: fixed;
    z-index: -100;
    top: 0;
    left: 0;
    right: 0;
    bottom: -100px;
    
    display: none;
    
    */
    

}

#DarkBackground {

      position: fixed;
    z-index: -99;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    
    background-color: black;
    opacity: 0.5;
    
}

#MainBody {

  background-image: url(img/texture.jpeg);
  background-repeat:repeat;
    height: 710px;
    width: 500px;
    margin: 0 auto;
    border-radius: 10px;
    margin-top: 250px;
  
    
}

#MenuButtonDiv {

    height: 50px;
    width: 50px;
    position: absolute;
    right: 50px;
    top: 80px;
    z-index: 2;
    float: right;
    


}

#MenuButtonLine1 {

    height: 10px;
    border-radius: 1px;
background-image: url(img/textureSmall.jpeg);
  background-repeat:repeat; 
    
    margin-bottom: 5px;
    
    position: relative;
    z-index: 11;
    top: 0px;


}

#MenuButtonLine2 {

    height: 10px;
    border-radius: 1px;
background-image: url(img/textureSmall.jpeg);
  background-repeat:repeat;    

    margin-top: 5px;
    margin-bottom: 5px;
    
      position: relative;
    z-index: 12;
    top: 0px;

}

#MenuButtonLine3{

    height: 10px;
    border-radius: 1px;
background-image: url(img/textureSmall.jpeg);
  background-repeat:repeat;    

    margin-top: 5px;

      position: relative;
    z-index: 13;
        top: 0px;

}

#MenuDrawer {

    background-color: transparent;
    height: 200px;
    width: 150px;
    position: absolute;
    top: 150px;
    right: -160px;
    
    border-left: solid;
    border-color: burlywood;
    border-width: 3px;
    


}

#MenuButton {

    height: 30px;
    color: burlywood;
    font-size: 30px;
    margin-top: 15px;
    transition: all 0.1s;
        transition-delay: 0.1s;
    text-align: center;


}

#MenuButton:hover {


    color: blanchedalmond;
}

.MenuLink {

    text-decoration: none;

}

#MenuText {

    font-weight: 500;
    color: burlywood;
    text-align: center;
    margin-top: 5px;

}

#MainText {

    text-align: center;
    color: blanchedalmond;
    font-size: 40px;
    margin-bottom: -170px;
    margin-top: 70px;
    line-height: 120%;
    

}


.HomeImg {


    height: 200px;
    width: 200px;
    border-style: solid;
    border-color: transparent;
    border-radius: 200px;
 
border-width: 5px;
    margin-top: 5px;
-webkit-filter: sepia(1);
    
    display: none;

}




#HomeImg1 {

    border-top-left-radius: 100px;
    border-bottom-left-radius: 100px;
    border-top-right-radius: 0px;
    border-bottom-right-radius: 0px;

}

#HomeImg1:hover {

-webkit-filter: sepia(0);

}

#HomeImg2 {

    border-top-right-radius: 100px;
    border-bottom-right-radius: 100px;
    border-top-left-radius: 0px;
    border-bottom-left-radius: 0px

}

#HomeImg2:hover {

-webkit-filter: sepia(0);

}

#HomeImg3 {

    border-top-left-radius: 100px;
    border-bottom-left-radius: 100px;
    border-top-right-radius: 0px;
    border-bottom-right-radius: 0px

}

#HomeImg3:hover {

-webkit-filter: sepia(0);

}

#HomeImg4 {

    border-top-right-radius: 100px;
    border-bottom-right-radius: 100px;
    border-top-left-radius: 0px;
    border-bottom-left-radius: 0px

}

#HomeImg4:hover {

-webkit-filter: sepia(0);

}

.HomeImgDiv {

    overflow: hidden;
    width: 220px;
    height: 220px;
    text-align: center;

    position: relative;
   
  

}

#InnerBody {
height: 100%;
    padding-left: 10px;
    margin-top: -240px;

}


#WelcomeText {

    text-align: center;
    font-weight: 500;
    font-size: 35px;
    padding-top: 15px;

    line-height: 90%;

}

#VAADText {
   font-size: 15px;
    font-size: 18px;
    font-family: sans-serif;
    text-align: center;
    position: relative;
    top: -25px;
    display: block;
    color: black;
        text-decoration: none;
    height: 15px;

}
#VAADText:hover {
      text-decoration: underline;

}

#FeatureDiv {

    height: 240px;
    width: 150px;
    overflow: hidden;
    border-radius: 10px;
    float: left;
    margin: 10px;
    text-align: center;
    padding: 5px;

}

#FeatureDiv:hover {

background-color:rgba(0, 0, 0, 0.1);
}

#FeatureHolderDiv {

    overflow: hidden;
    width: 360px;
    margin: 0 auto;

    position: relative;
    top: -500px;
    
}

#FeatureImg {

    height: 70px;

}

#FeatureTitle {

    font-size: 20px;
    font-weight: 100;
    margin-top: 0px;
    line-height: 90%;
    

}

#FeatureSubtitle {

    font-size: 15px;
    font-weight: 100;
    

}

footer {

    height: 50px;

}

#Copyright {

    font-size: 12px;
    color: lightgray;
text-align: center;

    padding-top: 10px;
}

a {

    text-decoration: none;

}


#QuotePopUpBackground {

    background-color: black;
    opacity: 0.5;
    position: fixed;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    z-index: 10;
    

}

#QuotePopUpDiv {

    text-align: center;
    position: fixed;
    z-index: 11;
    top: 30vh;
    left: 0;
    right: 0;
    bottom: 0;

}

#QuotePopUpInnerDiv {

    background-color: white;
    height: auto;
    width: 50vw;
    max-width: 800px;
    min-width: 300px;
    margin: 0 auto;
    background-image: url(img/texture.jpeg);
    background-repeat:repeat;
    border-radius: 10px;
    padding-bottom: 10px;
    
}

#QuotePopUpTitle {

    font-size: 35px;
    text-align: center;
    font-weight: 500;
    padding-top: 15px;
    
    border-bottom: solid;
    padding-bottom: 10px;

}

#QuotePopUpQuote {

    font-size: 20px;
    font-weight: 500;
    width: 80%;
    margin: 0 auto;
    max-height: 150px;
    overflow-y: scroll;
    

}

#QuotePopUpQuote::-webkit-scrollbar {
    width: 12px;
}
 
#QuotePopUpQuote::-webkit-scrollbar-track {
    -webkit-box-shadow: inset 0 0 6px rgba(0,0,0,5); 
    border-radius: 0px;
}
 
#QuotePopUpQuote::-webkit-scrollbar-thumb {
    border-radius: 10px;
    -webkit-box-shadow: inset 0 0 100px black; 
    width: 5px;
}

#QuotePopUpPerson {


    text-align: right;
    
    font-size: 25px;
    font-weight: 500;
    width: 80%;
    margin: 0 auto;
    
}

.PopUp {

    display: none;

}

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

    #MenuDrawer {
    
        background-color: rgba(0, 0, 0, 0.8);
       

    }
    
    #MenuButton {
    
        color: white;
    
    }
    
    #MainBody {
    
        width: 90vw;

    }
    
    .HomeImgDiv {
    display: none;
    }
    
    #FeatureHolderDiv {
    
         top: -20px;

        right: 2vw;

        
    }
    
    #WelcomeText {
    
        font-size: 30px;
        padding-bottom: 20px;
        padding-top: 20px;
    
    }
    #WelcomeTextSub {
    
         font-size: 20px !important;
    
    }
    
    #MainText {
    
        font-size: 30px;
        padding-bottom: 30px;
    }
    
     #LogoImg {
    
        height: 120px;
        margin-top: 10px;
    
    }
    
    #FeatureDiv {

    height: 200px;
    width: 100px;
    overflow: hidden;
    border-radius: 10px;
    float: left;
    margin: 10px;
    text-align: center;
    padding: 5px;

}



#FeatureHolderDiv {

    overflow: hidden;
    width: 260px;
    margin: 0 auto;

    position: relative;
    top: 00px;
    
}

#FeatureImg {

    height: 60px;

}

#FeatureTitle {

    font-size: 18px;
    font-weight: 100;
    margin-top: 0px;
    line-height: 90%;
    

}

#FeatureSubtitle {

    font-size: 12px;
    font-weight: 100;
    

}
    
    #QuotePopUpDiv {

   
    top: 10vh;
 

}
    
    
    #QuotePopUpTitle {

    font-size: 25px;
   

}

#QuotePopUpQuote {

    font-size: 20px;
   
    

}

#QuotePopUpPerson {


    
    font-size: 20px;
   
}
}
