/*!
 * Start Bootstrap - One Page Wonder HTML Template (http://startbootstrap.com)
 * Code licensed under the Apache License v2.0.
 * For details, see http://www.apache.org/licenses/LICENSE-2.0.
 */

body {
    margin-bottom: 50px; /* Required padding for .navbar-fixed-top. Remove if using .navbar-static-top. Change if height of navigation changes. */
    font-family: 'Rubik', sans-serif;
}

a, a:hover, a:active, a:visited {
    background-color: #000;
    color: #FFF;
    padding: 2px 4px;
    text-decoration: none;
}

a:hover {
    background-color: #FF0;
}

.list-unstyled li {
    margin-bottom: 5px;
}

.wrapper {
    min-height: 100vh;
}

.header-image {
    display: block;
    width: 100%;
    text-align: center;
    //background: url('http://placehold.it/1900x500') no-repeat center center scroll;
    -webkit-background-size: cover;
    -moz-background-size: cover;
    background-size: cover;
    -o-background-size: cover;
}

.headline {
    padding: 10% 0;
}

.headline h1 {
    font-size: 80px;
    font-size: calc(50px + 4vw);
    font-weight: 700;
    line-height: 95%;
    text-transform: uppercase;
    margin: 0;
}

.headline h2 {
    font-size: 55px;
    font-size: calc(20px + 1.8vw);
    font-weight: 300;
    line-height: 95%;
    margin: 0;
}

h3 {
    font-size: 20px;
    font-size: calc(20px + 0.44444vw);
}


h4 {
    margin-top: 20px;
    font-weight: 400;
}

.navbar-inverse{
    background-color: #000;
}

.navbar .navbar-nav {
    display: inline-block;
    float: none;
}

.navbar .navbar-collapse {
    text-align: center;
}

.rand-color1 {
    color: #944;
}
.rand-color2 {
    color: #499;
}

.rand-bg-color1 {
    background-color: #944;
}
.rand-bg-color2 {
    background-color: #499;
}

.back-button {
    position: fixed;
    top: 50%;
    left: 15px;
    height: 30px;
    transform: translateY(-15px);
}

.fullframe {
    min-height: 100%;
    padding: 0;
}

.row {
    display: flex;
}
.flexframe {
    min-height: 100%;
    padding: 0;
}

#projects {
    position: fixed;
    top: 0;
    left: 100%;
    width: 100%;
    height: 100vh;
    height: calc(100vh - 50px);
    background-color: #FFF;
    z-index: 100;
    overflow: auto;
    transition: all 1s ease-in-out;
}

#main {
    transition: all 1s ease-in-out;
}
.projectlink {
    cursor: pointer;
}

.active {
    transform: translateX(-100%);
}

#loader {
    position: fixed;
    bottom: 50px;
    left: 0;
    width: 0;
    height: 100vh;
    z-index: 101;
    transition: all 1s ease-in-out; 
}

.loading {
    opacity: .3!important;
} 

#allvines {
    font-size: 80px;
    font-size: calc(50px + 4vw);
    font-weight: 700;
    line-height: 200px;
    text-transform: uppercase;
    padding: 10px 20px;
}
/*
@media(max-width:1200px) {
    .headline h1 {
        font-size: 140px;
    }

    .headline h2 {
        font-size: 63px;
    }

    .featurette-divider {
        margin: 50px 0;
    }

    .featurette-image.pull-left {
        margin-right: 20px;
    }

    .featurette-image.pull-right {
        margin-left: 20px;
    }

    .featurette-heading {
        font-size: 35px;
    }
}

@media(max-width:991px) {
    .headline h1 {
        font-size: 105px;
    }

    .headline h2 {
        font-size: 50px;
    }

    .featurette-divider {
        margin: 40px 0;
    }

    .featurette-image {
        max-width: 50%;
    }

    .featurette-image.pull-left {
        margin-right: 10px;
    }

    .featurette-image.pull-right {
        margin-left: 10px;
    }

    .featurette-heading {
        font-size: 30px;
    }
}

@media(max-width:768px) {
    .container {
        margin: 0 15px;
    }

    .featurette-divider {
        margin: 40px 0;
    }

    .featurette-heading {
        font-size: 25px;
    }
}

@media(max-width:668px) {
    .headline h1 {
        font-size: 70px;
    }

    .headline h2 {
        font-size: 32px;
    }

    .featurette-divider {
        margin: 30px 0;
    }
}

@media(max-width:640px) {
    .headline {
        padding: 75px 0 25px 0;
    }

    .headline h1 {
        font-size: 60px;
    }

    .headline h2 {
        font-size: 30px;
    }
}

@media(max-width:375px) {
    .featurette-divider {
        margin: 10px 0;
    }

    .featurette-image {
        max-width: 100%;
    }

    .featurette-image.pull-left {
        margin-right: 0;
        margin-bottom: 10px;
    }

    .featurette-image.pull-right {
        margin-bottom: 10px;
        margin-left: 0;
    }
}*/
