/*Global*/
/**{
    font-family: 'Playfair Display', serif;
}
body{
    overflow-x: hidden;
}
.text-center{
    text-align: center;
}
*/


@font-face {
    font-family: "myFirstFont";
    src: url(../fonts/Brandon_reg.otf);

}


*{
    font-family: "myFirstFont";
    font-size:18px;
}


nav {
  width: 100%;
  height: auto;
  position: absolute;
  top: 0;
  left: 0;
}
nav .logo {
  width: 180px;
  float:left;
  position: relative;
  left: 40px;
  top: 20px;
}
nav .logo img {
  width: 180px;
  height: 100%;
}
nav .menu_bar {
  float: right;
  position: relative;
  right: 40px;
  top: 20px;
  cursor: pointer;
    z-index: 99999;
}
#menu{
    width: 100%;
    width: calc(100% - 30px);
    /* height: calc(100vh - 120px); */
    margin-top: 86px;
}
.menu_bar a{
    text-decoration: none;
    display: block;
    transition: 0.3s;
}
.bar1, .bar2, .bar3 {
    width: 35px;
    height: 5px;
    background-color: #333;
    margin: 6px 0;
    transition: 0.4s;
}
.change.bar1 {
    background-color: #000;
    -webkit-transform: rotate(-45deg) translate(-9px, 6px) ;
    transform: rotate(-45deg) translate(-9px, 6px) ;
}

.change.bar2 {opacity: 0;}

.change.bar3 {
    background-color: #000;
    -webkit-transform: rotate(45deg) translate(-8px, -8px) ;
    transform: rotate(45deg) translate(-8px, -8px) ;
}
.main_site{
  margin-top: 100px;
}


.heading {
  margin: 0px 0px 26px;
}

.table tbody tr td{
  border: none;
  padding: 2px;
  font-size: 15px;
}
footer{
  text-align: center;
  margin-top: 30px;
}
