*{

margin:0;

padding:0;

}
body{
 background-color: white;
 color: black;
 font-family: "Oswald";
 /*background: url('../media/IMG_6405.JPG');
  background-size: cover;
  background-repeat: no-repeat;*/
}
.toIndex{
 color: white;
 width: auto;
}
#toptitle{
  color: black;
}
#top{
 width: 100%;
 text-align: center;
 z-index: 0;
}	
#topband{
 margin-top: 100px;
 display: flex;
 justify-content: center;
 align-items: center;

 text-align: center;
 font-size: 20pt;
 z-index: 0;
 background-color: rgba(0,0,0,0.7);
}
#center{
 display: flex;
 justify-content: center;
 align-items: center;

 text-align: center;
 z-index: 0;
}
#amb{
  width: 100%;
}
#about_para{
  font-style: italic;
  font-size: 17pt;
  margin-bottom: 100px;
}
#mecontacterhref{
   color: black;
}

@media (max-width: 767px){
  #about_para{
  font-size: 12pt;
  }
}
@media (max-width: 350px){
  #about_para{
  font-size: 10pt;
  }
}