/* ! Base Style */

body{background-color: #f5f5f1;}
h1 { 
  font-family: 'Catamaran', sans-serif;
  font-size: 45px;
  color: #333338;
}
h2 { 
  font-family: 'Catamaran', sans-serif;
  font-size: 30px;
  color: #333338;
}
h3 { 
  font-family: 'Catamaran', sans-serif;
  font-size: 18px;
  color: #333338;
}
h4 { 
  font-family: 'Catamaran', sans-serif;
  font-size: 16px;
  color: #333338;
}


/* unvisited link */
a:link {
    color: #fc7523;
    text-decoration: none;
  }
  
  /* visited link */
  a:visited {
    color: #fc7523;
    text-decoration: none;
  }
  
  /* mouse over link */
  a:hover {
    color: #fc7523;
    text-decoration: underline;
  }
  
  /* selected link */
  a:active {
    color: #fc7523;
    text-decoration: underline;
  }
                   












  
*,
*:before,
*:after {
  -webkit-box-sizing: border-box;
     -moz-box-sizing: border-box;
          box-sizing: border-box;
}
