html {font-size: 1em;}

body {
  background-color: #fff;
  font-family: 'Open Sans', sans-serif;
  font-weight: 400;
  line-height: 1.45;
  color: #333;
}

p {margin-bottom: 1.3em;}

h1, h2, h3, h4, h5, h6 {
  margin: 1.414em 0 0.5em;
  font-family: 'Montserrat', serif;
  font-weight: 700;
  line-height: 1.2;
  color: #969B9E;
}

h1 {
  margin-top: 0;
  font-size: 3.157em;
}

h2 {font-size: 2.369em;}

h3 {
  font-size: 1.777em;}

h4 {
  font-size: 1.333em;
}

small, .font_small, label {
  font-size: 0.75em;
}

label{
  text-transform: uppercase;
}

a{
  color: #CCCCCF;
  transition: all 500ms ease-in-out;
}

a:hover{
  color:#FFF68B;
  text-decoration: none;
}