/* Sticky footer styles
-------------------------------------------------- */
html {
  position: relative;
  min-height: 100%;
}
body {
  /* Margin bottom by footer height */
  margin-bottom: 260px;
  padding-top: 60px; /* Add padding for fixed navbar */
}
.footer {
  position: absolute;
  bottom: 0;
  width: 100%;
  /* Set the fixed height of the footer here */
  height: 260px;
  background-color: #f5f5f5;
}


/* Custom page CSS
-------------------------------------------------- */
/* Not required for template or sticky footer method. */

body > header {
  padding: 100px 15px 100px;
}

body > header.small {
  padding: 60px 15px 40px;
}

.footer > .container {
  margin-top: 60px;
  padding-right: 15px;
  padding-left: 15px;
}

code {
  font-size: 80%;
}

header h1 {
  font-weight: bold;
  font-size: 3.5em;
}

header hr {
  width: 50%;
  margin: 40px auto 50px auto;
}

header .subhead {
  font-size: 1.6em;
}

header .subhead a:visited {
	color: #fff;
}

header .subhead a:link {
	color: #fff;
}

body > section {
  padding-top: 60px;
  padding-bottom: 80px;
}

section h3 {
  margin-bottom: 20px;
}
