  @font-face{ 
    font-family:"robo";
    src: url("/fonts/robo.ttf"); 
  }
  @font-face{ 
    font-family:"old";
    src: url("/fonts/eng.ttf");
  }
  /*----------------------Links-------------------------------*/
  a{
    text-decoration: none;
    color: #DAD9D5;
    display: inline;

  }
  a:hover{
    text-decoration: none;
    display: inline;

    color: #ef692f;
  }
  /*----------------------Body-------------------------------*/
  p{
    font-size: 25px;
  }
  body{
    color: #42413d;
    background: #42413d;
    font-family: "robo";
  }
  
  /*----------------------Headers----------------------------*/
  h1{
    color: #ef692f;
    font-family: "old";
    font-size: 66px;
    border: none;
    display: inline;
    padding: 0;
  }
   h4{
    color: #DAD9D5;
    font-family: "old";
    font-size: 66px;
    border: none;
    display: inline;
    padding: 0;
  }
  h2{
    color: #DAD9D5;
    font-family: "robo";
    display: inline;
    font-size: 55px;
  }
    h3{
    color: #DAD9D5;
    font-family: "robo";
     display: inline;
    font-size: 30px;
  }
  /*----------------------Custom Styles----------------------------*/
  .ban{
    width: 100%;
    height: 8%;
    margin: 0;
    padding: 0;
  }
  
  .cen{
    display: block;
    margin-left: auto;
    margin-right: auto;
    width: 50%;
}

  hr{
    color: #434f52;
    background-color: #434f52;
    height: 10px; 
}

  .vspacer{
    font-size: 0; 
    height: 50px;
    line-height: 0;
}

  .hspacer{
    font-size: 0; 
    width: 20px;
    line-height: 0;
    
}




 