html,
html a {
    -webkit-font-smoothing: antialiased !important;
}

html,
body {
    height: 100%;
}

body {
    position: fixed;
    overflow-y: scroll;
}

.carousel,
.item,
.active {
    min-height: 101%;
    height: 600px;
}

.enter {
    position: absolute;
    font-size: 100%;
    width: 100%;
    margin: auto 0;
    opacity: 0;
}

.carousel-inner {
    min-height: 101%;
    height: 600px;
}

.fill {
    height: 100%;
    min-height: 600px;
    background-position: center top;
    background-size: cover;
}

#splash {
    height: 100%;
    width: 100%;
    background-size: cover;
    background-position: center top;
    z-index: 100000;
    position: fixed;
    top: 0;
    cursor: pointer;
    cursor: hand;
}

.background-slide {
    z-index: -10;
    width: 100%;
    height: 100%;
    position: fixed;
    top: 0;
    left: 0;
    margin: 0;
    background-size: cover;
    background-repeat: no-repeat;
    opacity: 1;
    animation: imagechange ease-in-out infinite 25s;
    -webkit-animation: imagechange ease-in-out infinite 25s;
    -moz-animation: imagechange ease-in-out infinite 25s;
    -o-animation: imagechange ease-in-out infinite 25s;
}

.background-slide:nth-of-type(4) {
    animation-delay: 0s;
    -webkit-animation-delay: 0s;
    -moz-animation-delay: 0s;
    -o-animation-delay: 0s;
    background-position: top center;
}

.background-slide:nth-of-type(3) {
    animation-delay: 5s;
    -webkit-animation-delay: 5s;
    -moz-animation-delay: 5s;
    -o-animation-delay: 5s;
}

.background-slide:nth-of-type(2) {
    animation-delay: 10s;
    -webkit-animation-delay: 10s;
    -moz-animation-delay: 10s;
    -o-animation-delay: 10s;
}

.background-slide:nth-of-type(1) {
    animation: none;
    -webkit-animation: none;
    -moz-animation: none;
    -o-animation: none;
    background-position: top center;
}

header,
nav {
    opacity: 0.01;
}

#bottom {
    position: relative;
    width: 100%;
    display: block;
    height: 350px;
    background: #eee;
}

.navbar {
    background-color: #000;
    border-bottom: 2px solid #eee;
}

.navbar .container {
    padding-left: 4%;
}

.navbar .navbar-nav {
    display: inline-block;
    vertical-align: bottom;
    width: 100%;
    margin: 0 auto;
}

.navbar .navbar-collapse a {
    text-align: center;
    font-family: 'Gilda Display', serif;
    text-transform: uppercase;
    position: relative;
    right: 0;
}

nav li a {
    color: #ddd!important;
    transition: color 0.5s;
}

footer {
    font-family: 'Gilda Display', serif;
    color: #eee;
    position: fixed;
    bottom: 0;
    display: none;
    width: 100%;
    background-color: rgba(0, 0, 0, 0.93);
    font-size: 110%;
    border-top: 1.5px solid #eee;
}

.carousel-indicators {
    display: none;
}

.carousel-caption {
    font-style: italic;
    font-size: 75%;
}

.title-page,
.vert-centered {
    color: #232323;
    font-family: 'Gilda Display', serif;
    position: relative;
    top: 50%;
    transform: translateY(-50%);
    -webkit-transform: translateY(-50%);
    text-align: center;
    margin: 0 18% 0;
    text-shadow: 1px 1px 1px rgba(0, 0, 0, 0.004);
}

.title-page {
    top: 50%;
}

.fill .title-page {
    color: #fff;
}

.fill .title-page #band {
    background-color: #eee;
    box-shadow: 0px 0px 10px rgba(0, 0, 0, 0.6);
    width: 0;
    top: 50%;
    transform: translateY(-50%);
    -webkit-transform: translateY(-50%);
    height: 4px;
    display: block;
    position: absolute;
    margin: 0;
    padding: 0;
    left: 12%;
    opacity: 0.8;
}

.title-page h1 {
    font-size: 28px;
    font-family: 'Cardo', serif;
    opacity: 0;
    position: relative;
    color: #ddd;
    text-shadow: 0px 0px 15px rgba(0, 0, 0, 0.9);
}

.title-page h1:first-child {
    bottom: -20px;
}

.title-page h1:nth-child(2) {
    top: -20px;
}

main p {
    font-size: 100%;
    font-family: 'Playfair Display', serif;
}

ul {
    font-size: 100%;
    list-style: none;
    padding: 0;
    font-family: 'Playfair Display', serif;
}

h2 {
    color: #111;
    font-family: 'Gilda Display', serif;
    font-size: 150%;
}

.logo {
    display: none;
}

.carousel-control {
    background: none!important;
    opacity: 0.8;
}

.carousel-control:hover {
    background: none!important;
    opacity: 0.9;
}

.handnext {
    width: 42px;
    position: absolute;
    right: 15px;
    top: 50%;
    transform: translateY(-50%);
    -webkit-transform: translateY(-50%);
}

.handprev {
    width: 42px;
    position: absolute;
    left: 15px;
    top: 50%;
    transform: translateY(-50%);
    -webkit-transform: translateY(-50%);
}

@media (min-width: 768px) {
    .handnext {
        width: 96px;
        right: 30px;
    }
    .handprev {
        width: 96px;
        left: 30px;
    }
    #bottom {
        display: none;
    }
    nav li a {
        position: relative;
        top: 50%;
        transform: translateY(-45%);
        -webkit-transform: translateY(-45%);
        display: block;
    }
    nav li a:after {
        display: block;
        height: 2px;
        position: relative;
        width: 100%;
        bottom: -3px;
        background-color: #eee;
        content: "";
        transform: scaleX(0);
        -webkit-transform: scaleX(0);
        transition: all 0.3s ease-in-out 0s;
        -webkit-transition: all 0.3s ease-in-out 0s;
    }
    nav li a:hover {
        color: white!important;
    }
    nav li a:hover:after {
        transform: scaleX(1);
        -webkit-transform: scaleX(1);
    }
    nav li a.current:after {
        transform: scaleX(1);
        -webkit-transform: scaleX(1);
    }
    nav li a.current {
        color: white!important;
    }
    nav li {
        margin-left: 6px;
        margin-right: 6px;
        height: 90px;
        letter-spacing: 0.05em;
    }
    .logo {
        display: inline;
        height: 75px;
        margin-top: 10px;
        margin-right: 10px;
        opacity: 1;
    }
    ul {
        font-size: 150%;
    }
    main p {
        font-size: 150%;
    }
    .title-page h1 {
        font-size: 500%;
        letter-spacing: 3px;
    }
    .enter {
        font-size: 22pt;
    }
}

@media (min-width: 992px) {
    nav li {
        margin-left: 27px;
        margin-right: 27px;
        height: 90px;
    }
    h2 {
        font-size: 200%;
    }
}

@media (min-width: 1200px) {
    nav li {
        margin-left: 40px;
        margin-right: 40px;
    }
    nav li a {
        font-size: 110%;
    }
}

@-webkit-keyframes imagechange {
    0% {
        opacity: 1;
    }
    20% {
        opacity: 1;
    }
    23.33% {
        opacity: 0;
    }
    96.67% {
        opacity: 0;
    }
    100% {
        opacity: 1;
    }
}

@keyframes imagechange {
    0% {
        opacity: 1;
    }
    20% {
        opacity: 1;
    }
    23.33% {
        opacity: 0;
    }
    96.67% {
        opacity: 0;
    }
    100% {
        opacity: 1;
    }
}



