@import url('https://fonts.googleapis.com/css?family=Open+Sans:300,300i|Oswald:400,700|Lato:400,700|Montserrat:700');
body {
  font-size: 100%; }

.smaller {
  font-size: smaller; }

.larger {
  font-size: larger; }

.ligher {
  opacity: 0.75; }

.more_lighter {
  opacity: 0.5%; }

h1 {
  font-family: 'Oswald', sans-serif;
  font-size: 2em;
  text-transform: uppercase;
  color: #0d1b5e; }

h2 {
  font-family: 'Oswald', sans-serif;
  font-size: 1.8em;
  color: #0d1b5e; }

h3 {
  font-family: 'Oswald', sans-serif;
  font-size: 1.5em;
  color: #0d1b5e; }
/*
 h4 {
 @include h4_dt;
 }
 h5 {
 @include h5_dt;
 }
 h6 {
 @include h6_dt;
 }
 */
h1:first-child {
  margin-top: 0; }

h1, h2, h3, h4, h5, h6, p {
  margin: 2em 0; }

p {
  line-height: 1.25;
  font-family: 'Arial Narrow', Arial, sans-serif;
  font-size: 1em;
  color: #333; }

em {
  font-style: italic; }

p:first-child {
  margin-top: 0; }

a {
  font-family: 'Arial Narrow', Arial, sans-serif;
  color: #f18330;
  text-decoration: none; }

a:hover {
  font-family: 'Arial Narrow', Arial, sans-serif;
  color: #f18330;
  text-decoration: underline; }

.highlight {
  font-family: 'Oswald', sans-serif;
  font-weight: 700;
  color: red; }

.float-left-img {
  float: left;
  margin: 0 20px 20px 0;
  width: 30%;
  height: auto; }
