@import url('https://fonts.googleapis.com/css?family=Montserrat:400,700,900');
@import url('https://fonts.googleapis.com/css?family=Open+Sans:400,700,800');

/* Golden Ratio Typography
  Font: Montserrat/Open Sans
  Font Size: 16px
  Content Width: 1140px
 */

h1, h2, h3, h4, h5, h6 {
  font-family: 'Montserrat', sans-serif;
  color: #162D53;
}

h1 {
  font-size: 33px;
  line-height: 1.697;
}

h2 {
  font-size: 26px;
  line-height: 1.769;
}

h3 {
  font-size: 20px;
  line-height: 1.85;
}

p, ul, ol, li {
  font-family: 'Open Sans', sans-serif;
}

p, h4, ul, ol, li {
  font-size: 16px;
  line-height: 1.938;
}

.giant {
  font-size: 42px;
  line-height: 1.643;
}

.smaller p {
  font-size: 13px;
  line-height: 2.077;
}

a:hover {
	text-decoration: none;
}

.uppercase {
  text-transform: uppercase;
}

.capitalize {
  text-transform: capitalize;
}

.lowercase{
  text-transform: lowercase;
}
