/* Move down content because we have a fixed navbar that is 50px tall */
body {
  padding-top: 50px;
  padding-bottom: 0px;
}

hr {
border: 0px;
padding-bottom: 25px;
}

.yellow-btn {
background: url(../images/yellow-btn.png);
background-repeat: no-repeat;
background-position: center;
background-size: contain;
padding: 20px;
color: #fff;
font-size: 16pt;
padding: 20px 20px 35px;
text-shadow: 1px 1px 1px rgba(35, 35, 35, 1);
}


.blue-btn {
background: url(../images/blue-btn.png);
background-repeat: no-repeat;
background-position: center;
background-size: contain;
padding: 20px;
color: #fff;
font-size: 16pt;
padding: 20px 20px 35px;
text-shadow: 1px 1px 1px rgba(35, 35, 35, 1);
}


h2 {
	color: #ffb82c;
    font-family: "Droid Serif",serif;
    font-size: 63px;
    text-shadow: 2px 1px 3px rgba(35, 35, 35, 1);
	font-weight: 700;
}
.headerblue {color:#137fd7}
/* Sticky footer styles
-------------------------------------------------- */
html {
  position: relative;
  min-height: 100%;
}
body {
  /* Margin bottom by footer height */
  margin-bottom: 0px;
}
.footer {
  bottom: 0;
  width: 100%;
  /* Set the fixed height of the footer here */
  background-color: #0c3764;
font-size:12pt;
}

