html, body {
    height: 100%;
}

.pre-wrap {
    min-height: 100%;
    margin-bottom: -80px;
}

.pre-wrap:after {
    content: "";
    display: block;
    height: 142px;
}

.masthead {
    background-color: #ffffff;
    box-shadow: inset 0 -2px 5px rgba(143, 143, 143, 0.10);
    overflow: hidden;
    position: relative;
}

.masthead-title {
    float: left;
    padding: 20px 0;
}

.nav {
    padding-top: 25px;
}

.nav-item {
    position: relative;
    display: inline-block;
    padding: 10px;
    font-weight: 500;
    color: #25306b;
}
.nav-item:hover,
.nav-item:focus {
    color: #870606;
    text-decoration: none;
}
.nav-item:hover:after,
.nav-item:focus:after {
    position: absolute;
    bottom: 0;
    left: 5px;
    right: 5px;
    height: 0;
    vertical-align: middle;
    content: " ";
    border-right:  5px solid transparent;
    border-top: 5px solid #870606;
    border-left:   5px solid transparent;
}


/* Active state gets a caret at the bottom */
.nav .active {
    color: #000000;
}
.nav .active:after {
    position: absolute;
    bottom: 0;
    left: 5px;
    right: 5px;
    height: 0;
    vertical-align: middle;
    content: " ";
    border-right:  5px solid transparent;
    border-top: 5px solid;
    border-left:   5px solid transparent;
}

#image-carousel {
  position: absolute;
  top: 77px;
  left: 0;
  right: 0;
  bottom: 80px;
  background: #353535;
}

.big-text {
  left: 0;
  right: 0;
  position: absolute;
  z-index: 100;
  font-weight: bold;
  text-align: center;
  font-size: 32px;
  display: flex;
  flex-direction: column;
}

.big-text > div.inner {
  padding: 80px 30px 0 0;
  background: #ffffffd9;
  margin: 0 auto;
}

.big-text > p {
  font-size: 16px;
  font-weight: normal;
}

.image {
    width: 100%;
    height: 100%;
    background: no-repeat center;
    background-size: cover;
    box-shadow: inset 0 0 10px rgb(0, 0, 0);
}

.carousel-caption {
    left: auto;
    bottom: auto;
    text-align: left;
    padding: 20px;
    right: 20%;
    top: 30px;
}

.footer {
    color: white;
    padding: 30px 10px;
    background: #4f1a1c;
}

.profile {
    width: 100%;
    float: left;
    padding: 20px 0;
    border-bottom: solid 1px #d1d1d1;
    position: relative;
}

.profile > img {
  position: absolute;
  left: 0;
  top: 25px;
    width: 75px;
    min-height: 75px;
    background: black;
    float: left;
}

.profile > .body {
  padding-left: 100px;
    float: left;
    font-size: 14px;
}

.profile > .body > .name {
  font-weight: bold;
  text-transform: capitalize;
}

#lang {
    position: absolute;
    top: 3px;
    right: 10px;
}

#lang a {
    text-decoration: none;
    opacity: 0.1;
}

#lang a:hover {
    opacity: 1;
}

#lang a.active {
    opacity: 0.65 !important;
}

#lang img {
    width: 20px;
    margin: 5px;
}


.margin-top {
    margin-top: 60px;
}
