﻿body {
    padding-top: 50px;
    padding-bottom: 20px;
}
.table-header {
    color: #fff;
    font-weight: 500;
    background-color: #00A6FF;
}
h3.big {
    font-size: 29px;
    font-weight: 500;
    color: #00AAAD;
}
.body-content {
    padding-left: 15px;
    padding-right: 15px;
}

 Override the default bootstrap behavior where horizontal description lists 
   will truncate terms that are too long to fit in the left column 

.dl-horizontal dt {
    white-space: normal;
}

 Set width on the form input elements since they're 100% wide by default 
input,
select,
textarea {
    max-width: 280px;
}

.menu-text {
    white-space: nowrap;
    color: #fff;
    font-family: 'Roboto Slab',serif;
    font-weight: 700;
        font-family: 'Lato-Black';
    font-size: 15px;
    color: ghostwhite;

}


}

/* Sticky footer styles
-------------------------------------------------- */
html {
  font-size: 14px;
}
@media (min-width: 768px) {
  html {
    font-size: 16px;
  }
}

body {
  /* Margin bottom by footer height */
  margin-bottom: 60px;
}
.footer {
  position: absolute;
  bottom: 0;
  width: 100%;
  white-space: nowrap;
  line-height: 60px; /* Vertically center the text there */
}
