/* http://meyerweb.com/eric/tools/css/reset/ 
   v2.0 | 20110126
   License: none (public domain)
*/
html, body, div, span, applet, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, em, img, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var,
b, u, i, center,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td,
article, aside, canvas, details, embed,
figure, figcaption, footer, header, hgroup,
menu, nav, output, ruby, section, summary,
time, mark, audio, video {
  margin: 0;
  padding: 0;
  border: 0;
  font-size: 100%;
  font: inherit;
  vertical-align: baseline; }

/* HTML5 display-role reset for older browsers */
article, aside, details, figcaption, figure,
footer, header, hgroup, menu, nav, section {
  display: block; }

body {
  line-height: 1; }

ol, ul {
  list-style: none; }

blockquote, q {
  quotes: none; }

blockquote:before, blockquote:after,
q:before, q:after {
  content: '';
  content: none; }

table {
  border-collapse: collapse;
  border-spacing: 0; }

body {
  font-family: arial; }

a {
  color: #a0a07f;
  text-decoration: none; }

a:hover {
  text-decoration: underline; }

li {
  font-size: 13px;
  letter-spacing: 1px;
  color: #406685; }

h1, h3 {
  color: #406685;
  font-weight: bold;
  text-align: center; }

h1 {
  font-size: 30px;
  letter-spacing: 2px; }

h3 {
  font-size: 15px; }

#header {
  margin: auto;
  width: 90%;
  font-family: arial; }
  #header h1, #header p {
    margin: auto;
    text-align: center; }
  #header p {
    letter-spacing: 1pt;
    font-size: 13px; }
  #header #cutemountains {
    margin: auto;
    width: 200px; }
  #header img {
    width: 200px;
    padding-top: 30px; }

.btn-default {
  background-color: white;
  border-radius: 5px;
  border-style: solid;
  padding-left: 15px;
  padding-right: 15px;
  padding-top: 10px;
  padding-bottom: 10px;
  font-family: arial;
  font-size: 1em;
  margin: auto;
  display: block;
  border-color: grey;
  border-width: 1px;
  width: 300px;
  text-align: center; }

.line {
  margin: auto;
  width: 70%;
  height: 1px;
  background-color: #406685;
  margin-top: 20px;
  margin-bottom: 20px; }

.line2 {
  margin: auto;
  width: 70%;
  height: 1px;
  background-color: #a0a07f;
  margin-top: 20px;
  margin-bottom: 20px; }

nav {
  width: 60%;
  margin: auto;
  color: grey; }
  nav ul {
    text-align: center;
    margin: auto; }
    nav ul li {
      display: inline-block;
      text-decoration: none;
      padding: 10px;
      text-align: center; }

#questionholder {
  width: 60%;
  margin: auto; }

#container {
  width: 90%;
  margin: auto;
  text-align: center;
  padding: 20px;
  line-height: 15pt; }

p, h2 {
  width: 60%;
  margin: auto;
  color: grey;
  text-align: center;
  font-size: 14px; }

h2 {
  font-size: 15px;
  letter-spacing: 2pt;
  line-height: 25px;
  font-weight: bold; }

#goals {
  margin-top: -15px;
  float: left;
  width: 50%;
  text-align: center;
  line-height: 15pt;
  padding: 15px;
  box-sizing: border-box; }
  #goals h1 {
    font-size: 15px; }
  #goals .line {
    margin-top: -5px; }

#goalcontainer {
  height: 500px;
  width: 100%; }

#antigoals {
  margin-top: -15px;
  width: 50%;
  float: right;
  text-align: center;
  line-height: 15pt;
  padding: 15px;
  box-sizing: border-box; }
  #antigoals h1 {
    font-size: 15px; }
  #antigoals .line {
    margin-top: -5px; }

/*# sourceMappingURL=style.css.map */