@font-face {
  font-family: 'Merchant Copy Doublesize';
  src: url(Fonts/Merchant Copy Doublesize.ttf);
}

@font-face {
  font-family: 'invisibl';
  src: url(Fonts/invisibl.ttf);
  }
  
*{
    font-family:'Merchant Copy Doublesize';
    background-color: #abaaa4;
}

body {
  
  }
  
hr {
  border-top: 3px solid black;
  width: 95%;
  
}

h2 {
  margin-bottom: -30px;
  margin-left: 2%;
  margin-right: 20%;
  
  }
  
.PageStructure {
  margin-top: 40px;
  height: 100%;
  margin-left: 2%;
  margin-right: 20%;
  
  }
  
.SubMenu_Container {
  height: 40px;
      
  
  }

.SubMenu {
  height: 100%;
  
  }
  
    .SubMenu_Button {
      width: 13%;
      height: 100%;
      float: right;
      
      }
    

.Logo_Div {
  float: left;
  margin-right: 2%;
  height: 100%;
  width: 30%;
  
  }

    .Logo_Button {
      width: 100%;
      height: 100%;
      font-family: 'Merchant Copy Doublesize';
      font-weight: 900;
      font-size: 20px;
      color: #611c20;
      
      }
  
.PageContent {
  border: 4px outset black;
  
  }

    .Post {
    display: block;
    height: auto;
    
    }
  
    .Post_Info {
    float: left;
    margin-left: 2%;
    margin-top: 1%;
    width: 20%;
    
    }
  
    .Post_Image {
    display: inline-block;
    width: 78%;
    height: auto;
    
    }
    
      .Post_Image img{
      width: auto;
      height: auto;
      max-width: 800px;
      margin: 1%;

      }













