html { font-size: 16px;}
body {
	font-family: 'Quicksand', sans-serif;
  color: #2e2e2e;
  line-height: 1.5;
}

a { color: #f26522; text-decoration: none;}
a:hover { color: #f26522; text-decoration: none;}

img { max-width: 100%; border: none;}
img.hero { display: block; margin-left: auto; margin-right: auto;}

p { margin-bottom: 1em;}
p:last-child { margin-bottom: 0;}

h1,h2,h3,h4,h5,h6,
.h1,.h2,.h3,.h4,.h5,.h6 {
  margin-bottom: .5em;
  font-family: 'Vidaloka', serif;
  font-weight: bold;
  color: #f26522;
  line-height: 1.3;
}

h1, .h1 { font-size: 2.7em}
h2, .h2 { font-size: 2.4em}
h3, .h3 { font-size: 2.1em}
h4, .h4 { font-size: 1.8em}
h5, .h5 { font-size: 1.5em}
h6, .h6 { font-size: 1.2em}

ul.list {}
ul.list li {}

.font-1 { font-family: 'Quicksand', sans-serif;}
.font-2 { font-family: 'Vidaloka', serif;}

.color-1 { color: #2e2e2e;}
.color-2 { color: #f26522;}
.color-3 { color: #6f6f6f;}
.color-4 { color: #fff;}