body {
  font-family: 'Maven Pro', sans-serif;
  font-weight: 400;
  font-size: 16px;
  padding-bottom: 0;
  height: 100%;
}


/* FOOTER */
footer {
  background: #466368;
  background: linear-gradient(to left bottom, #648880, #293f50);
  background: -webkit-linear-gradient(to left bottom, #648880, #293f50);
  background:    -moz-linear-gradient(to left bottom, #648880, #293f50);
  text-align: center;
  overflow: hidden;
}
footer h2 {
  color: #293f50;
  text-decoration: underline;
}
footer p {
  margin-bottom: 0;
  color: white;
  text-align: center;
}
footer a {
  color: white;
  text-align: center;
}

footer span {
  font-size: 14px;
  text-align: center;
  display: block;
  vertical-align: middle
}

.useful_links {
  margin-bottom: 150px;
}
.useful_links a:visited {
  color: #293f58;
}
.useful_links a:hover {
  color: #111;
}
.useful_links a:active {
  color: #fff;
}

#footer-element2 .col-sm-4 .col-sm-offset-4 {
  margin-top: 5px;
  font-size: 14px;
  color: #111;
  border-bottom: 1px solid transparent;
  border-color: #000;
  box-shadow: 0 1px 0 rgba(255, 255, 255, .2);
}

#footer-element1, #footer-element3 {
  margin-top: 100px;
  height: 155px;
}
#footer-element3 i {
  overflow: hidden;
  top: -20px;
}

@media (max-width: 768px) {
  #footer-element2, #footer-element3 {
    border-top: 1px solid transparent;
    border-color: #000;
    box-shadow: inset 0 1px 0 rgba(255, 255, 255, .1);
  }
}
@media (min-width: 768px) {
  #footer-element3 img {
    display: block;
    margin: 0 auto;
  }
}
/* End FOOTER */

/* RETURN TO TOP */
.return-to-top {
    display: none;
    width: 50px;
    height: 50px;
    position: fixed;
    z-index: 2001;
    right: 20px;
    bottom: 25px;
    background: rgb(0, 0, 0);
    background: rgba(0, 0, 0, 0.7);
    text-decoration: none;
    -webkit-border-radius: 35px;
    -moz-border-radius: 35px;
    border-radius: 35px;
    -webkit-transition: all 0.3s linear;
    -moz-transition: all 0.3s ease;
    -ms-transition: all 0.3s ease;
    -o-transition: all 0.3s ease;
    transition: all 0.3s linear;
}

.return-to-top i {
    color: #fff;
    margin: 0;
    position: relative;
    left: 15px;
    top: 13px;
    font-size: 22px;
    z-index: 2000;
    -webkit-transition: all 0.3s ease;
    -moz-transition: all 0.3s ease;
    -ms-transition: all 0.3s ease;
    -o-transition: all 0.3s ease;
    transition: all 0.3s ease;
    text-decoration: none;
}
.return-to-top:hover {
    background: rgba(0, 0, 0, 1);
    text-decoration: none;

}
.return-to-top:hover i {
    color: #fff;
    top: 8px;
}
/* End RETURN TO TOP */



/* LAYOUT */
.section-inner {
  max-width: 85%;
  margin: 0 auto;
}
@media (min-width: 992px) {
  .featurette-heading {
    margin-top: 20px;
  }
}
.row {
  padding-top: 20px;
  padding-bottom: 50px;
}
@media (max-width: 1200px) {
  .row {
    padding-top: 50px;
  }
}
.featurette-divider {
  margin: 20px 0;
}
#about {
  padding-top: 50px;
}
@media (min-width: 768px) {
  .bio-image {
    margin-top: 120px
  }
}
.social-icon {
  display: inline;
  width: 75px;
  height: 75px;
}
@media (max-width: 1200px) {
  #about .featurette-heading {
    display: none;
  }
}
@media (min-width: 1200px) {
  .remove-title .featurette-heading {
    display: none;
  }
}

.thumb-col {
  text-align: center;
  margin-bottom: 10px;
  margin-top: 10px;
}
/* End LAYOUT */



/* CAROUSEL */
.carousel {
  margin-bottom: 0px;
}
.carousel-caption {
  /* Prevent wrapped lines from being uncentered */
  right: 0;
  left: 0;
}
.carousel-caption > h1 {
  font-family: 'Oswald', sans-serif;
  font-size: 60px;
  text-transform: uppercase;
  text-shadow: 0 4px 4px rgba(0,0,0,0.8);
}
.carousel-inner > .item > img {
  position: absolute;
  left: -9999px;
  right: -9999px;
  margin: auto;
  opacity: 1;
  filter: alpha(opacity=90); /* For IE8 and earlier */
}
@media (min-aspect-ratio: 16/9) {
  .carousel-inner > .item > a > img, .carousel-inner > .item > img {
    width: 100%;
	  max-height: none;
  }
}
@media (max-aspect-ratio: 16/9) {
  .carousel-inner > .item > a > img, .carousel-inner > .item > img {
    height: 100%;
    max-width: none;
  }
}
.carousel-caption {
  width: auto;
}
/* End CAROUSEL */



/* FIXED BACkGROUND SLIDERS */
@media (min-width: 1200px) {
  .fixed-section {
    background: #4C4C4C no-repeat left top;
    background-attachment: fixed;
    min-height: 250px;
    z-index: -10;
    background-size: cover;
    -webkit-background-size: cover;
    -moz-background-size: cover;
    -o-background-size: cover;
  }
  .fixed-section > h1 {
    text-shadow: 0 4px 4px rgba(0,0,0,0.8);
    text-align: center;
    color: white;
    font-family: 'Oswald', sans-serif;
    font-size: 60px;
    text-transform: uppercase;
    padding-top: 90px;
  }
  .featurette-divider {
    display: none;
  }
  #slider-one {
    background-image: url('../img/slider1.jpg');
  }
  #slider-two {
    background-image: url('../img/slider2.jpg');
  }
  #slider-three {
    background-image: url('../img/slider4.jpg');
  }
}
@media (max-width: 1200px) {
  .fixed-section {
    display: none;
  }
}
/* END Fixed Background Sliders */



/* NAVBAR */
.navbar-inverse .navbar-nav > li > a {
  font-family: 'Lato', sans-serif;
  font-weight: normal;
  text-transform: uppercase;
  text-shadow: 0 2px 1px rgba(0, 0, 0, 0.8);
  letter-spacing: 0.05em;
  line-height: normal;
  font-size: 16px;
  color: #fff;
}
.navbar-inverse.top .navbar-nav > li > a:hover {
  transform: scale(1.20);
  -ms-transform: scale(1.20);
  -webkit-transform: scale(1.20);
  -moz-transform: scale(1.20);
  -o-transform: scale(1.20);
}
.navbar-inverse.bottom .navbar-nav > li > a:hover {
  opacity: 0.75;
}

.navbar-header img {
  height: 60px;
  margin-left: 0px;
}
@media (max-width: 1200px) {
  #top-logo {
    letter-spacing: 0.5px;
    font-size: 28px;
    font-family: 'Fjalla One', sans-serif;
    font-weight: normal;
    text-transform: uppercase;
    color: white;
  }
  #bottom-logo {
    letter-spacing: 0.5px;
    font-size: 22px;
    font-family: 'Fjalla One', sans-serif;
    font-weight: normal;
    text-transform: uppercase;
    color: white;
    display: none;
  }
}
@media (min-width: 1200px) {

  #top-logo {
    letter-spacing: 0.05em;
    font-size: 32px;
    font-family: 'Fjalla One', sans-serif;
    font-weight: normal;
    text-transform: uppercase;
    color: white;
  }
  #bottom-logo {
    letter-spacing: 0.05em;
    font-size: 28px;
    font-family: 'Fjalla One', sans-serif;
    font-weight: normal;
    text-transform: uppercase;
    color: white;
    display: none;
  }
}
.navbar-brand img:hover {
  opacity: 0.75;
  filter: opacity(75%);
}
.navbar-fixed-top {
  border: 0px;
}
.navbar-fixed-top.top {
  top: 20px;
  background-color: rgba(0,0,0,0.0);
}

.navbar-fixed-top.bottom {
  position: fixed;
  top: 0px;
  background-color: rgba(1, 53, 77,0.6);
}
/* End NAVBAR */



/* CASUAL VITA */
.vita {
  border-spacing: 3px;
  border-collapse: separate;
  margin: 0 auto;
}
.vita td {
  vertical-align: top;
}
.vita .separator {
  padding-top: 10px;
  padding-bottom: 10px;
  width: 155px;
}
/* End CASUAL VITA */



/* MODAL */
@media (min-width: 768px) {
  .modal-dialog {
    width: 720px;
  }
}
.modal-image-container {
  text-align: center;
}
.modal-header {
  border-bottom: 0px;
}
.modal-footer {
  border-top: 0px;
}
@media (min-width: 768px) {
  .modal-image {
    margin-top: 5px;
    margin-bottom: 5px;
  }
}
@media (max-width: 768px) {
  .modal-image {
    width: 100%;
    margin-top: 5px;
    margin-bottom: 5px;
  }
}
.modal-thumb {
  width: 100%;
}
.modal-thumb:hover {
  opacity: 0.7;
}
/* End MODAL */
