body.index {
  background-color: #083250;
  max-height: 70%;
}

/* NAVBAR */
.navbar-fixed-top {
  margin-bottom: 0;
}
.navbar-default .navbar-nav > .active > a,
.navbar-default .navbar-nav > .active > a:hover,
.navbar-default .navbar-nav > .active > a:focus,
.navbar-inverse .navbar-nav > .active > a,
.navbar-inverse .navbar-nav > .active > a:hover,
.navbar-inverse .navbar-nav > .active > a:focus {
  color: #0A8FD5;
  background-color: white;
  border-radius: 0;
}
.navbar-default {
  background-color: #0A8FD5;
}
.navbar-default .navbar-collapse,
.navbar-default .navbar-form {
  border-color: rgba(255, 255, 255, 0.5);
}
.navbar-inverse {
  background-color: #222;
}

.navbar-default,
.navbar-inverse {
  border: none;
  border-bottom: 1px solid rgba(255, 255, 255, 0.1);
}
.navbar-default .navbar-toggle,
.navbar-inverse .navbar-toggle {
  color: white;
  font-size: 14px;
  padding: 6px 10px;
}
.navbar-default .navbar-toggle:hover,
.navbar-inverse .navbar-toggle:hover,
.navbar-default .navbar-toggle:focus,
.navbar-inverse .navbar-toggle:focus {
  background-color: white;
  color: #222;
}
.navbar-default .navbar-brand,
.navbar-inverse .navbar-brand {
  color: white;
  opacity: 1;
  text-decoration: none;
  -webkit-transition: all 0.5s;
  -moz-transition: all 0.5s;
  transition: all 0.5s;
  font-family: "Raleway", "Helvetica Neue", Helvetica, Arial, sans-serif;
  font-weight: 900;
  text-transform: uppercase;
  font-size: 24px;
}
.navbar-default .navbar-brand:hover,
.navbar-inverse .navbar-brand:hover,
.navbar-default .navbar-brand:focus,
.navbar-inverse .navbar-brand:focus {
  opacity: 1;
}
.navbar-default .navbar-brand img,
.navbar-inverse .navbar-brand img {
  margin-top: -10px;
  height: 40px;
}
.navbar-default .navbar-nav > li > a,
.navbar-inverse .navbar-nav > li > a {
  color: white;
}
.navbar-default .navbar-nav > li > a:hover,
.navbar-inverse .navbar-nav > li > a:hover {
  color: rgba(255, 255, 255, 0.5);
}
@media (min-width: 768px) {
  .navbar-default .navbar-nav > .active > a,
  .navbar-default .navbar-nav > .active > a:hover,
  .navbar-default .navbar-nav > .active > a:focus,
  .navbar-inverse .navbar-nav > .active > a,
  .navbar-inverse .navbar-nav > .active > a:hover,
  .navbar-inverse .navbar-nav > .active > a:focus {
    border-radius: 5px;
  }
  .navbar-fixed-top.navbar-expanded {
    padding: 30px 0;
  }
  .navbar-fixed-top {
    padding: 15px 0;
    -webkit-transition: padding 0.5s;
    -moz-transition: padding 0.5s;
    transition: padding 0.5s;
  }
  .navbar-fixed-top .navbar-brand:hover {
    opacity: 0.5;
  }
  .navbar-default.navbar-expanded,
  .navbar-inverse.navbar-expanded {
    background: transparent;
    border: none;
  }
}
.navbar a:focus {
  outline: none;
}
.navbar .navbar-nav li a:focus {
  outline: none;
}

@media (max-width: 320px) {
  .navbar-inverse .navbar-brand {
    font-size: 18px;
    transition: font 0.1s ease;
  }
}
/* ------ */

/* LOGO */
img.logo {
  display: block;
  position: relative;
  padding-top: 50px;
  top: 0%;
  left: 50%;
  transform: translate(-50%, 0%);
  max-width: 100%;
  max-height: 100%;
}

.brand-logo {
  animation-delay: 2s;
}
/* ------ */

/* MENU LIST */
ul.menu {
  list-style-type: none;
  text-align: center;
  position: relative;
  top: 0%;
  transform: translateY(-50%);
  animation-delay: 2.5s;
  padding-top: -100px;
  transition: all 0.3s ease;
}
ul.menu a {
  font-family: 'Anton', sans-serif;
  text-decoration: bold;
  font-size: 50px;
  color: white;
  transition: font 0.3s ease;
}

ul.menu a:hover, ul.menu a:focus, ul.menu a:active {
  text-decoration: none;
  font-size: 60px;
  transition: font 0.3s ease;
}

@media (max-width: 767px) {
  ul.menu a {
    font-size: 30px;
    transition: font 0.3s ease;
  }

  ul.menu a:hover, ul.menu a:focus, ul.menu a:active {
    font-size: 40px;
    transition: font 0.3s ease;
  }
}

@media (max-width: 340px) {
  ul.menu {
    top: 0%;
    transform: translateY(-35%);
    animation-delay: 2.5s;
    padding-top: -100px;
    transition: all 0.3s ease;
  }
}

/* ------ */

/* FOOTER */
footer .index {
  color: white;
}

footer .index p {
  float: right;
}

@media (max-width: 767px) {
  footer .index p {
    float: none;
    text-align: center;
  }
}
/* ------ */

footer.footer {
  position: relative;
  background-color: #083250 !important;
  color: white;
  background: no-repeat center center scroll;
  -webkit-background-size: cover;
  -moz-background-size: cover;
  background-size: cover;
  -o-background-size: cover;
  padding: 50px 0 20px;
  z-index: 999;
}
footer.footer a {
  color: rgba(255, 255, 255, 0.7);
}
footer.footer a:hover {
  color: white;
}
footer.footer p {
  color: #BDBDBD;
  font-size: 22px;
}
footer.footer a {
  color: #BDBDBD;
}
footer.footer .contact-details {
  margin-top: 10px;
  margin-bottom: 65px;
}
footer.footer .social {
  margin-bottom: 75px;
}
footer.footer .copyright p.small {
  font-size: 14px;
}
@media (min-width: 1025px) {
  footer.footer {
    background-attachment: fixed;
  }
}

div.centered {
    max-height: 540px;
    max-width: 760px;
    margin-right: auto;
    margin-left: auto;
}
