/* Sticky footer styles
-------------------------------------------------- */
html {
  position: relative;
  min-height: 100%;
}
body {
  /* Margin bottom by footer height */
  margin-bottom: 75px;
  padding-bottom: 20px;
  font-family: 'whitney_htf', arial, sans-serif;
  color: #303030;
}

h1 {
  background: url("/images/title.jpg") repeat-x scroll 0 bottom rgba(0, 0, 0, 0);
  font-weight: bold;
  line-height: 40px;
  margin: 13px 0 13px;
  padding: 0 0 6px;
  width: 100%;
}

#logo {
  font-size: 1.7em;
}

#tagline {
  padding-top: .2em;
  font-size: .9em;
}


.footer {
  position: absolute;
  bottom: 0;
  width: 100%;
  /* Set the fixed height of the footer here */
  height: 75px;
  background-color: #fcfcfc;
  padding: 1.5em;
  border-top: 1px solid #333;
  text-align: center;
}


.spacer {
    margin-top: 40px;
}

legend {
  display: inline-block;
  font-weight: bold;
  font-size: 14px;
  margin-bottom: 5px;
  max-width: 100%;
  border: none;
  color: #002F65;
}

div.output {
	border: 1px solid black;
	margin-top: 0.25em;
	margin-bottom: 0.25em;
}

.form-signin {
  max-width: 330px;
  padding: 15px;
  margin: 0 auto;
}
.form-signin .form-signin-heading,
.form-signin .checkbox {
  margin-bottom: 10px;
}
.form-signin .checkbox {
  font-weight: normal;
}
.form-signin .form-control {
  position: relative;
  height: auto;
  -webkit-box-sizing: border-box;
     -moz-box-sizing: border-box;
          box-sizing: border-box;
  padding: 10px;
  font-size: 16px;
}
.form-signin .form-control:focus {
  z-index: 2;
}
.form-signin input[type="email"] {
  margin-bottom: -1px;
  border-bottom-right-radius: 0;
  border-bottom-left-radius: 0;
}
.form-signin input[type="password"] {
  margin-bottom: 10px;
  border-top-left-radius: 0;
  border-top-right-radius: 0;
}

#go {
  margin-left: .8em;
}

.spread-out p, .spread-out ol {
  margin-bottom: 2em;
}

.navbar-nav > li > a {
    padding-bottom: 10px;
    padding-top: 35px;
}

.navbar-brand {
  height: 60px;
}

.navbar-form {
  margin-top: 25px;
  padding-bottom: 0px;
  margin-bottom: 0px;
}

#navbar {
  padding-right: 15px;
}

#main-content {
  padding-top: .5em;
}

.question {
  margin-top: 1.2em;
  font-weight: normal;
  font-size: 1.5em;
}

#mml-input , #equationMath , #equationComments {
  resize:vertical !important;

}
