 .container{
    width: 90%;
}
.owl-carousel {
    position: relative;
    height: 100%;
}
.owl-item, .item {
    height: 100%;
}
div:not(.owl-controls) {
    height: 100%;
}

.owl-slide {
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center;
}
.slide-1{
    background-image: url("/slide-1.jpg");
}
.slide-2{
    background-image: url("/slide-2.jpg"); 
}
.slide-3{
    background-image: url("/slide-3.jpg");
}

div.owl--text {
    position: absolute;
    bottom: 4em;
    left: 2em;
    width: 20em;
    height: 8em;
    padding: 1em;
    background: rgba(255, 255, 255, 0.5);
    border-radius: 4px;
}
h1{
    font-weight: 300;
}
.text-static{
    height: auto !important; 
    position: fixed;
    top: 0;
    margin-top: 10%;
    z-index: 2;
    margin-left: 10%;
    font-size: 18px;
    font-family: Raleway;
    color:#FFF;
}
.text-static p{
    letter-spacing: .035rem;
    line-height: 1.4rem
}
.text-static a{
    text-decoration: none;
    color:#FFF;
}

body,
html {
    height: 100%;
}

body {
    margin: 0;
    font-family: futura, sans-serif;
}
footer{
    height: 50px;
}
footer a{
    height: 50px;
    line-height: 50px;
    margin-left: 100px;
    text-decoration: none;
}