html {
  height: 100%;
  text-align:center;
  width: 100%;
  background-color: black;
  color:white;
  margin: auto;
}

a{
  text-decoration: none;
  }



h2 {
  font-family: Bayone;
  font-size:3.5vmax;
  position: -webkit-sticky; /* Safari */
  position: sticky;
  margin-top: 2%;
  top:0;
  text-align: center;
  color:white;
  background-color: darkred;
  padding:10px;
  border-radius:15px;
  z-index:99999;
  text-decoration: none;
}

h2:hover{
  text-decoration: none;
  background-color: #680000;
  border-style: solid;
  border-width:1px;
  border-color:white;
  }

#maincontent {
text-align: center;
font-size:2vmax;
font-family:Caslon;
margin-right:5%;
margin-left:5%;
  }

.corner{
width:20%;

  }

#RT{
  float:right;
  }

#LT{
 transform: scaleX(-1);  
  float:left;
}

#LB{
 transform: scale(-1,-1);

  float:left;
}

#RB{
 transform: scaleY(-1);  
  float:right;
}

h1{
  text-align:center;
  font-family: David;
  font-size:5vmax;
  margin-top:10%;
  float:left;
  flex:auto; 
  }


#contacter{
  font-size:1.5vmax;
  margin-top:15%;
  float:left;
  flex:auto;
  }

#bigHead{
  width:100%;
  display:inline-flex;
  text-align:center;
  }

#gallerie {
  width:100%;
   }

#gallerie img{
  max-height:350px;
  padding:1%;
  display:inline-grid;
  }



@media (max-width: 1000px) {
    h1 {
      font-size:200%;
      margin-top:10%;
    }
  h2 {
    font-size:x-large;

  }
  #maincontent{
    font-size:120%;
  }

  #gallerie {
    display: block;
    width:100%;
  }

  #gallerie img{
    width:100%;
    }
  
}


@font-face {
  font-family: Rotunda;
  src: url(../../Images/Technical/Rotunda_Pommerania.ttf);
}

@font-face {
  font-family: Bayone;
  src: url(../../Images/Technical/Bayone.ttf);
}

@font-face {
  font-family: Rhapsody;
  src: url(../../Images/Technical/Rhapsody.ttf);
}

@font-face {
  font-family: Beyond;
  src: url(../../Images/Technical/BeyondWonderland.ttf);
}

@font-face {
  font-family: Cross;
  src: url(../../Images/Technical/KingsCross.ttf);
}

@font-face {
  font-family: Calson;
  src: url(../../Images/Technical/CalsonAntique.ttf);
}

@font-face {
  font-family: David;
  src: url(../../Images/Technical/DoDavidGothicRegular.ttf);
}