body
{
   padding: 0px;
   margin: 0px;
   top: 0px;
}

.Everything{
  scrollbar-width: none;
  overflow: hidden;
}

html{
  scrollbar-color: #191a1c #666666;
  scrollbar-arrow-color: #191a1c;
}

html:before {
  content: "";
  position:fixed;
  left:50%;
  top:50%;
  transform:translate(-50%,-50%);
  background: url("../images/Background.jpg") center/cover no-repeat;
  min-width:800px;
  min-height:800px;
  width:100vw;
  height:100vh;
  z-index: -100;
}

span p, span img{
  display: inline-block;
}

p{
  font-family: -apple-system, BlinkMacSystemFont, 'Segoe UI', Roboto, Oxygen, Ubuntu, Cantarell, 'Open Sans', 'Helvetica Neue', sans-serif;
  font-size: 20px;
}

p.Light{
  color: #dfdfdf;
}

p.Dark{
  color: #191a1c;
}

.Menubar{
  height: 90px;
  width: calc(100vw - 15px);
  background-color: rgba(9.4,10.2,10.6,0.6);
  top: 0px;
  text-align: center;
  font-family: Roboto;
  font-weight:  bold;
}

.MenuButton{
  display: inline-block;
  padding: 37px 50px 21px 50px;
  font-size: 26px;
  color: #dfdfdf;
  text-decoration: none;
  vertical-align: top;
}

.MenuButtonImg{
  display: inline-block;
  padding: 30px 35px 21px 35px;
}

.MenuButtonImg img{
  height: 32px;
}

.MenuButtonImg span{
  padding: 0px;
}

span.MenuButton p{
  margin: -15px 0px 0px 15px;
  font-size: 26px;
  color: #dfdfdf;
  text-decoration: none;
}

img, button, input{
  cursor: pointer;
}

.MainDiv{
  background-color: #666666;
  margin: 0px 13vw 0px 13vw;
  color: #dfdfdf;
}

.NormalIMG{
  width: 50%;
}

header{
  background-color: rgba(22.4,22.4,22.4,1);
}

h1{
  color: #c9b541;
  font-family: Impact;
  font-size: 50px;
  letter-spacing: 2px;
  text-align: center;
  margin-top: 0px;
}

h2{
  color: #c9b541;
  font-family: Impact;
  font-size: 45px;
  letter-spacing: 2px;
  text-align: center;
  margin-top: 0px;
}

.LightContent h3{
  color: #191a1c;
  font-family: Impact;
  font-size: 38px;
  letter-spacing: 2px;
  text-align: left;
  margin-top: 0px;
  margin-bottom: 0px;
}

.DarkContent h3{
  color: #757575;
  font-family: Impact;
  font-size: 38px;
  letter-spacing: 2px;
  text-align: left;
  margin-top: 0px;
  margin-bottom: 0px;
}

p::selection, img::selection, div::selection{
  background-color: #c9b541;
}

p::-moz-selection, img::-moz-selection, div::-moz-selection{
  background-color: #c9b541;
}

h1::selection, h2::selection, h3::selection, a::selection{
  background-color: #c9b541;
  color: #191a1c;
}

h1::-moz-selection, h2::-moz-selection, h3::-moz-selection, a::-moz-selection{
  background-color: #c9b541;
  color: #191a1c;
}

.LightContent{
  padding: 60px 60px 60px 60px;
}

.DarkContent{
  background-color: #191a1c;
  padding: 60px 60px;
}


.footer{
  width: 100%;
  display: inline-block;
  text-align: center;
  background-color: #191a1c;
  margin-top: 100px;
  bottom: -9px;

  font-family: -apple-system, BlinkMacSystemFont, 'Segoe UI', Roboto, Oxygen, Ubuntu, Cantarell, 'Open Sans', 'Helvetica Neue', sans-serif;
  font-size: 18px;
  color: #dfdfdf;
}

.footer div{
  display: inline-block;
}

.footer img{
  transform-origin: 50% 50%;
  text-align: right;
  height: 25px;
  padding: 0px 20px;
}

.modal-overlay {
  position: fixed;
  width: 100%;
  height: 100%;
  background-color: black;
  opacity: 0.6;
  top: 0px;
  left: 0px;    
}
.modal-img {
   position: fixed;
   top: 0px;
   margin-left: 15vw;
   margin-top: 10vh;
}

.modal-img img{
  width: 70vw;
}

a.MenuButton:hover , a.MenuButtonImg:hover, .MenuButtonImg:hover p
{
  color: rgba(9.4,10.2,10.6,0.6);
  background-color: #dfdfdf;
}

