@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;

}

body {

    height: auto;

}

#MainTitle {
    text-align: center;
    color: burlywood;
    font-size: 50px;
    margin-bottom: 0px;
    margin-top: 40px;

}

footer {

height: 50px;
    padding-top: 10px;
   

}

#Copyright {

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

    padding-top: 10px;
}

a {

    text-decoration: none;

}

#Gallery {


    padding-top: 100px;
    margin-top: 100px;
    margin-left: -10px;
    margin-right: -10px;
    max-width: 1000px;

    width: 80vw;
    margin: 0 auto;
    text-align: center;
    height: auto;
   

}



.GalleryImage {

    width: 200px;
       height: 200px;

    -webkit-filter: sepia(1);


}

.GalleryImage:hover {
-webkit-filter: sepia(0);
    
    width: 250px;
    height: 250px;

    margin-left: -25px;
    margin-top: -25px;
    

    
}



#GalleryImgDiv {

 margin: -2.5px;
    margin-top: -5px;
    border: solid;
    display: inline-flex;
    overflow: hidden;
    height: 200px;
    width: 200px;
    



}


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

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

    }
    
    #MenuButton {
    
        color: white;
    
    }
    
    #AboutDiv {
    
        width: 80vw;

    }
    
    #GalleryImgDiv {
    
        height: 120px;
        width: 120px;
        margin-bottom: 0px;
    
    }
   
    .GalleryImage {
    
    height: 120px;
        width: 120px;
    
        
    }
    
    .GalleryImage:hover {
-webkit-filter: sepia(0);
    
    width: 170px;
    height: 170px;

    margin-left: -25px;
    margin-top: -25px;
}

     #LogoImg {
    
        height: 120px;
        margin-top: 10px;
    
    }
}