@import url(https://fonts.googleapis.com/css?family=Varela+Round);
@import url(https://fonts.googleapis.com/css?family=Open+Sans:400,300,600,700);

*,
*::after,
*::before {
  box-sizing: border-box;
}

html,
body {
  height: 100%;
}

body {
  font-family: "Open Sans", sans-serif;
  font-size: 16px;
  line-height: 1.5em;
}

#container {
  padding-bottom: 40px;
}

h1,h2,h3,h4,h5 {
  font-family: "Varela Round", sans-serif;
  color: #339966;
}

h1 {
  margin-top: 40px;
  padding-bottom: 10px;
  border-bottom: 1px solid #ccc;
  text-transform: uppercase;
}

h2 {
  margin-top: 60px;
  padding-bottom: 10px;
  border-bottom: 1px solid #ccc;
  text-transform: uppercase;
}

h3:first-of-type {
  margin-top: 0px;
}

h3 {
  margin-top: 60px;
  margin-bottom: 10px;
}

h5 {
  margin-top: 0;
}