
  #page-wrap 
  { width: 80%; margin: 0px auto; position: relative;}

p {
  font-family: Garamond, serif;
}
/*SIDEBAR*/

.sidenav {
    height: 100%;
    width: 450px;
    position: fixed;
    top: 0;
    left: 0;
    z-index: 1;
    background-color: rgb(212, 212, 212);
    overflow-x: hidden;
    padding-top: 20px;
  }
  
  .sidenav a {
    padding: 6px 8px 6px 16px;
    text-decoration: none;
    font-size: 25px;
    color: #414141;
    display: block;
  }
  
  .sidenav a:hover {
    color: #ffffff;
  }
  
  hr {
    height: 3px;
}


  .main {
    margin-left: 450px; /* Same as the width of the sidenav */
    font-size: 28px; /* Increased text to enable scrolling */
    padding: 0px;
    margin-top: 0px;
  }
  
  @media screen and (max-height: 450px) {
    .sidenav {padding-top: 15px;}
    .sidenav a {font-size: 18px;}
  }

 

.myFloated {
    padding-left: 5px;
  padding-right: 10px;
  float: left;
  position: relative;
  top: -0.25em;
  margin-bottom: -0.5em;
  margin-left: -6px;
  margin-right: 2px;
  font-size: 100px;
  }


iframe {
    width: 365px;
    height: 250;
    margin: 0 auto;
    background-color: #777;
    display:block;
}

/*side column */

  aside {
    display: block;
    position: relative;
    margin:  0;
    border-left: 34px solid rgb(255, 182, 87);
    padding-left: 10px;
  }
  
  aside h3 {
    font: bold 12px Sans-Serif;
    letter-spacing: 2px;
    text-transform: uppercase;
    background: #369;
    color: #fff;
    padding: 5px 10px;
    margin: 0 0 10px 0;
    line-height: 24px;
 /* Abs positioning makes it not take up vert space */
 position: absolute;
 top: 0;
 left: 0;

 /* Border is the new background */
 background: none;

 /* Rotate from top left corner (not default) */
 transform-origin: 0 0;
 transform: rotate(90deg);
}
  
  
  
  .footer {
      left: 0;
      bottom: 0;
      width: 100%;
      background-color: #98b694ec;
      color: white;
      text-align: center;
      font-family: Garamond, serif;
      position: relative;
      display: block;
      margin:  0;
      padding-left: 0px;
    
    
    }
  
       
        .f1 {
          vertical-align: text-top;
          padding: 0%;
          margin: 0%;
        }
       
  
        .f1,
        .f2,
        .f3,
        .f4,
        .f5,
        .f6 {
          position: relative;
          display: inline-block;
          text-align: left;
          font-size: 20px;
          padding-bottom: 0%;
          width: calc(110% / 8);
          padding-top: 0%;
          padding-left: 1%;
          padding-right: 1%;
          top: 0px;
          vertical-align: text-top;
        }
       
  
  
        