@import url(https://fonts.googleapis.com/css?family=Roboto:300italic);


/* Available Fonts
  font-family: ScubaWeb;
  font-family: ScubaWeb-Bold;
  font-family: ScubaWeb-Extrabold;
  font-family: ScubaWeb-Light;
*/


body { 
  font-family: ScubaWeb, sans-serif;
  /*font-family: ScubaWeb-Light, sans-serif;*/
  font-size: 18px;
}

h1 { 
  font-family: ScubaWeb-Bold, sans-serif;
  /*font-size: 8.5em;*/
}

h2 { 
  font-family: ScubaWeb-Bold, sans-serif;
  /*font-size: 2.3em;*/
}

h3 { 
  font-family: ScubaWeb, sans-serif;
  /*font-size: 1.6em;*/
}

h4 { 
  font-family: ScubaWeb, sans-serif;
  /*font-size: 1.4em;*/
}

h5 { 
  font-family: ScubaWeb, sans-serif;
  /*font-size: 1.3em;*/
}


h6 { 
  font-family: ScubaWeb, sans-serif;
  /*font-size: 0.7em;*/
}



blockquote {
  font-family: "Roboto", sans-serif !important;
  font-style: italic !important;
  color: #424242 !important;
  margin-left: 0 !important;
  border-left: 7px solid #cccccc !important;
  padding-left: 26px !important;
  font-size: 1.1em !important;
  font-weight: 300 !important;
  background-color: #f7f7f9;
}



.whitelink a {
color: #ffffff;
}
.whitelink a:hover {
border-bottom: 2px solid ;
}




