/* CSS Document */

@import url(https://fonts.googleapis.com/css?family=Open+Sans:400,300,300italic,400italic,600,600italic,700,700italic);
@import url(https://fonts.googleapis.com/css?family=Open+Sans+Condensed:300,700);

@font-face {
  font-family: 'Montserrat';
  src: url('../webfonts/Montserrat-Regular.otf');
}

@font-face {
  font-family: 'Montserrat-Light';
  src: url('../webfonts/Montserrat-Light.otf');
}

@font-face {
  font-family: 'Montserrat-Bold';
  src: url('../webfonts/Montserrat-Bold.otf');
}

@font-face {
  font-family: 'Montserrat-SemiBold';
  src: url('../webfonts/Montserrat-SemiBold.otf');
}

body {
    font-size: 14px; /* This overrides the browsers default font size */
    line-height: 20px; /* If you change the font-size make sure you change the line-height value as well - the usual ratio is around 1.5 (font-size x 1.5 = line-height) */
    margin-bottom: 20px;
    color: #272727;
    /*font-family: 'Open Sans', Arial, Helvetica, sans-serif;*/
	font-family:'Montserrat-Light', Arial, Helvetica, sans-serif;
}
  body a { text-decoration: none; } /* this removes the underline from all links */
  body a:link { -webkit-tap-highlight-color: #b80000 } /* this sets the highlight color when links are tapped on Safari (browser) on iPhone */

p{margin:0 0 15px 0;}

/* HEADERS */
h1,
h2,
h3,
h4,
h5,
h6 {
    font-family:'Open Sans Condensed', Arial, Helvetica, sans-serif; /* This references one of the custom @font-face fonts - the other fonts that are referenced are fallbacks for browsers that don't support @fontface */
    font-weight: 700;
    margin-bottom: 10px;
    color: #272727;
}
h1 {
  font-size: 36px;
  line-height: 45px;
  margin: 0 0 25px 0;
  border-bottom: 1px solid #e5e5e5;
  padding-bottom: 5px;
}
h2 { font-size: 24px; line-height: 30px; margin-bottom: 20px; text-transform:uppercase; }
h3 { font-size: 50px; line-height: 52px; margin-bottom: 55px; text-transform:uppercase; }
h4 { font-size: 19px; line-height: 25px; margin-bottom: 15px; }
h5 { font-size: 16px; line-height: 20px; margin-bottom: 5px; }
h6 { font-size: 14px; line-height: 20px; font-weight: bold; margin-bottom: 5px; }
