
.align {
text-align: center;
}  



.menus{
    background-color:#C9B07A;
}

.example{
  color:#000000;
  background-color: #be9325;
}

.footer{
    color:#ffffff;
    background-color: #0b0605;
}

.copy{
    color:#ffffff;
    background-color: #090000;
}



.navbar a:hover,
.navbar a:visited
{
    background-color: #ffffff;
}

/* Links and fonts */
a {
    color: #A44D19;
    text-decoration: none;
  }

  /* mouse over link */
  a:hover {
    color: #52250E;
    text-decoration: none;
  }
  
  /* selected link */
  a:active {
    color: #52250E;
    text-decoration: none;
  }

  .center{
    text-align: center;
  }

  .small-med{
    font-size:1.4em;margin:0;padding:0;
  }

  .medium{
    font-size:2.1em;margin:0;padding:0;
  }  

  .big{
    font-size:3.5em;margin:0;padding:0;
  }

  .grey-font{
    color: #757474;
  } 

  .white-font{
    color: #ffffff;
  } 

  .red-font{
    color: red;
  } 

  .text-justify{
    text-justify: auto;
  } 


  /* Lettrine */
  .lettrine {
    font-size : 2.5em;
    color : red;
  }
