body {
  background: #eceff1;
  color: #424242;
  font-size: 18px;
  font-weight: 400;
  font-family: 'Source Sans Pro','helvetica neue',helvetica,arial,verdana; }

h1, h2, h3, h4, h5, h6 {
  clear: both;
  color: #212121;
  font-family: Lato,sans-serif,'helvetica neue',helvetica,arial,verdana;
  font-weight: 900;
  font-style: normal; }

a {
  color: #607D8B;
  text-decoration: none; }

a:visited {
  color: #78909c; }

a:hover {
  text-decoration: none; }

.site-banner {
  background-size: cover;
  background-position: center;
  height: 500px;
  margin-bottom: 3em;
  background-image: url(../images/banner2.jpg); }

@media (min-width: 992px) {
  .site-banner {
    background-image: url(../images/banner1.jpg); } }

.navbar {
  font-family: Lato,sans-serif,'helvetica neue',helvetica,arial,verdana; }

.navbar-nav {
  margin-left: auto; }

.site-branding {
  font-family: Lato,sans-serif,'helvetica neue',helvetica,arial,verdana;
  display: flex;
  justify-content: center;
  flex-direction: column;
  align-items: center;
  text-align: center;
  width: 100%;
  height: 100%; }
  .site-branding .site-title, .site-branding .site-description {
    display: block;
    color: #fff;
    text-shadow: rgba(255, 255, 255, 0.1) -1px -1px 1px, rgba(0, 0, 0, 0.5) 1px 1px 1px;
    margin-top: 0;
    margin-bottom: 0; }
  .site-branding .site-title {
    font-size: 3.5em;
    font-weight: 700;
    text-transform: uppercase;
    letter-spacing: 10px; }
  .site-branding .site-description {
    font-size: 1em;
    font-weight: 400;
    padding: .2em 0;
    letter-spacing: 5px;
    text-transform: capitalize; }

.entry-title {
  padding-top: 1em;
  text-align: center;
  text-transform: uppercase;
  letter-spacing: 2px;
  margin-bottom: 14px;
  width: 100%;
  word-wrap: break-word;
  overflow: hidden; }

.entry-title:after {
  background: #fab526;
  height: 4px;
  width: 125px;
  margin: 10px auto;
  content: "";
  display: block; }

.site-content-area {
  border-radius: 3px;
  background-color: #fff;
  clear: both;
  padding-bottom: 2em;
  box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.15);
  -moz-box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.15);
  -webkit-box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.15);
  -o-box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.15);
  margin: 0 0 1.5em; }

@media (min-width: 768px) {
  .entry-content {
    padding: 0 4em; } }

.grid-image {
  margin-bottom: 15px;
  text-align: center; }

.site-nav {
  height: 30px;
  background-color: red; }

.navbar-brand {
  font-size: 20px;
  font-weight: 600;
  height: 70px;
  padding: 15px;
  line-height: 40px;
  text-transform: uppercase; }

.site-footer {
  background-color: #101010;
  color: #fff;
  min-height: 70px;
  font-size: 16px;
  padding: 1em;
  letter-spacing: 1px; }

.site-footer-text {
  text-align: center;
  margin: 0;
  padding-top: 10px; }

a.anchor {
  display: block;
  position: relative;
  top: -86px;
  visibility: hidden; }
