*{

}

@font-face {
    font-family: 'Bodoni';
    src: url('Bodoni 72.ttc');
}

html{
  background-color: #21252C;
}

img{
  margin-top: -5%;
  margin-bottom: -5%;
}

h1{
  color: #D7DAE1;
}
h2{
  color: #D7DAE1;
}
a{
  color: #8A8292;
  text-decoration: none;
  transition: 0.3s;
}
a:hover{
  color: #D7DAE1;
}

#morebutton {
  position: fixed;
  z-index: 3;
  top: 0px;
  right: 0px;
  cursor:pointer;
}
#morebutton img{
  border: solid;
  border-color: #282C35;
}

#main{
  margin: 5%;
  margin-top: 0%;
  margin-bottom: 2%;
  padding: 1%;
  padding-left: 2%;
  border-color: black;
  border: solid;
  border-width: 2pt;
  background-color: #282C35;

}

.frame{
  margin: 5%;
  margin-top: 0%;
  margin-bottom: 2%;
  padding: 0%;
  position: relative;
  display: flex;
  flex-direction: row;
  justify-content: flex-start;
  align-items: flex-start;
}

#halfl{
  display: inline-block;
  width: 45.25%;
  margin: 1.2%;
  margin-left: 0%;
  padding: 1%;
  padding-left: 2%;
  border: solid;
  border-width: 2pt;
  background-color: #282C35;
  border-color: black;
}
#halfr{
  right: 0%;
  display: inline-block;
  width: 45.25%;
  margin: 1.2%;
  margin-right: 0%;
  padding: 1%;
  padding-left: 2%;
  border: solid;
  border-width: 2pt;
  background-color: #282C35;
  border-color: black;
}
p{
  color: #D7DAE1;
  font-size: 16pt;
  line-height: 1.3;
  letter-spacing: 0.4pt;
  font-family: 'Bodoni', sans-serif;
  font-weight: 300;
  text-align: justify;
}
li{
  color: #D7DAE1;
  font-size: 16pt;
  line-height: 1.3;
  letter-spacing: 0.4pt;
  font-family: 'Bodoni', sans-serif;
  font-weight: 300;
  text-align: justify;
}
#hiddenMenu ul{
  list-style-type: none
}

#hiddenMenu ul li a{
  color: #D7DAE1;
  font-size: 16pt;
  line-height: 1.5;
  letter-spacing: 0.4pt;
  font-family: Avenir, sans-serif;
  text-decoration: none;
  transition: 1s;
  border-bottom: solid;
}

#hiddenMenu ul li a:hover {
  color: #9FA3A5;
}

#meta{
  margin: 5%;
  margin-top: 0%;
  margin-bottom: 2%;
  padding: 1%;
  padding-left: 2%;
  border-color: black;
  border: solid;
  border-width: 2pt;
  background-color: #282C35;

}
#meta p{
  color: #D7DAE1;
  font-size: 16pt;
  line-height: 1.5;
  letter-spacing: 0.4pt;
  font-family: Avenir, sans-serif;
  font-weight: 100;
  text-align: justify;
}
#meta h1{
  color: #D7DAE1;
  font-family: Avenir, sans-serif;
}
#meta a{
  color: #8A8292;
  font-size: 16pt;
  line-height: 1.5;
  letter-spacing: 0.4pt;
  font-family: Avenir, sans-serif;
  font-weight: 100;
  text-align: justify;
  transition: 0.3s;
  text-decoration: underline;
}
#meta a:hover{
  color: #D7DAE1;
  font-size: 16pt;
  line-height: 1.5;
  letter-spacing: 0.4pt;
  font-family: Avenir, sans-serif;
  font-weight: 100;
  text-align: justify;
}
#hiddenMenu{
  position:fixed;
  width: 20%;
  height: 100%;
  left: 100%;
  top: 0%;
  padding: 2%;
  background-color: #2C3546;
  transition: 0.5s ease-out;
  z-index: 2;
}

.choose{
    margin: 5%;
    text-align: center;
}

.choose a{
  font-size: 20pt;
  font-family: 'Bodoni', sans-serif;
  color: #D7DAE1;
  text-decoration: none;
  text-shadow: 2px 2px 12px white;
  transition: 3s;
  margin-left: 20%;
  margin-right: 20%;
}

.choose a:hover{
  text-shadow: 2px 2px 8px #B51700;
}

footer {
  padding: 8%;
  padding-top: 10%;
  margin-bottom: 0%;
  height: 60px;
}

footer a{
  font-size: 12pt;
  font-family: 'Bodoni', sans-serif;
  color: #85878B;
  text-decoration: none;
  display: block;
  margin-top: 1%;
  transition: 1s;
}

footer a:hover{
  text-shadow: 2px 2px 12px white;
}

footer p{
  font-size: 12pt;
  font-family: 'Bodoni', sans-serif;
  color: #85878B;
  text-decoration: none;
  display: block;
  margin-top: 1%;
}
