@import url("https://fonts.googleapis.com/css?family=Comfortaa:400,700,300|Quattrocento");

body {
    font-family: "Comfortaa", Helvetica, Arial, sans-serif;
    font-size: 13px;
    font-weight: 400;
    color: #000;
    position: relative;
    background: rgb(255, 255, 255);
    /*background: -webkit-gradient(linear, left top, left bottom, color-stop(0%, rgba(26, 49, 95, 1)), color-stop(10%, rgba(26, 49, 95, 1)), color-stop(24%, rgba(29, 108, 141, 1)), color-stop(37%, rgba(41, 136, 151, 1)), color-stop(77%, rgba(39, 45, 100, 1)), color-stop(90%, rgba(26, 49, 95, 1)), color-stop(100%, rgba(26, 49, 95, 1)));*/
    /*filter: progid: DXImageTransform.Microsoft.gradient( startColorstr='#1a315f', endColorstr='#1a315f', GradientType=0);*/
}

/* NAVIGATION */
nav {
    width: 100%;
    margin: 0 auto;
    background: #000;
    padding: 50px 0;
    box-shadow: 0px 2px 0px cyan;
    font-family: "Comfortaa", Helvetica, Arial, sans-serif;
}


    nav ul {
        list-style: none;
        text-align: center;
        border-radius: 10px;
    }
        nav ul li:hover {
            background-color: #779e9c;
            color:black;
        }

        nav ul li {
            display: inline;
            border-radius: 10px;
        }

            nav ul li a {
                display: block;
                padding: 10px;
                text-decoration: none;
                color: #FFF;
                font-weight: 800;
                text-transform: none;
                margin: 0 0px;
                font-size:13px;
                
            }

                nav ul li a,
                nav ul li a:after,
                nav ul li a:before {
                    transition: all .5s;
                }






modal-open-noscroll {
        margin-right: 0 !important;
        overflow: hidden;
    }

modal-open-noscroll .navbar-fixed-top, .modal-open .navbar-fixed-bottom {
    margin-right: 0 !important;
}

.body-wrap {
    min-height: 700px;
}

.body-wrap {
    position: relative;
    z-index: 0;
    font-family: "Comfortaa", Helvetica, Arial, sans-serif;
}


    .body-wrap:before,
    .body-wrap:after {
        content: '';
        position: absolute;
        top: 0;
        left: 0;
        right: 0;
        z-index: -1;
        height: 160px;
        /*background: -webkit-gradient(linear, left top, left bottom, color-stop(0%, rgba(26, 49, 95, 1)), color-stop(100%, rgba(26, 49, 95, 0)));*/
        /*background: linear-gradient(to bottom, rgba(26, 49, 95, 1) 0%, rgba(26, 49, 95, 0) 100%);*/
        /*filter: progid: DXImageTransform.Microsoft.gradient( startColorstr='#1a315f', endColorstr='#001a315f', GradientType=0);*/
    }

    .body-wrap:after {
        top: auto;
        bottom: 0;
        /*background: linear-gradient(to bottom, rgba(26, 49, 95, 0) 0%, rgba(26, 49, 95, 1) 100%);*/
        /*filter: progid: DXImageTransform.Microsoft.gradient( startColorstr='#001a315f', endColorstr='#1a315f', GradientType=0);*/
    }

header {
    background-color: white;
    color: #FFFFFF;
    height:15px;
}


@media screen and (min-width: 768px) {
    .portfolio-projects {
        margin-top: 0.625em;
    }
}

.portfolio-projects--title {
    margin-top: 0.9375em;
}

@media screen and (min-width: 768px) {
    .portfolio-projects--title {
        margin-top: 20%;
    }
}

@media screen and (min-width: 1200px) {
    .portfolio-projects--title {
        margin-top: 5%;
    }
}

@media screen and (min-width: 768px) {
    .portfolio-projects--desc {
        margin-top: 10%;
        margin-bottom: 10%;
    }
}

.loader {
    position: relative;
    margin: auto;
    width: 350px;
    color: white;
    font-family: "Comfortaa", sans-serif;
    font-size: 200%;
    background: linear-gradient(180deg, #222 0, #444 100%);
    box-shadow: inset 0 5px 20px black;
    height:80px;
    text-shadow: 5px 5px 5px rgba(0,0,0,0.3);
}

    .loader:after {
        content: "";
        display: table;
        clear: both;
    }

span {
    float: left;
    height: 80px;
    line-height: 100px;
    width: 50px;
}

.loader > span {
    border-left: 1px solid #444;
    border-right: 1px solid #222;
}

.covers {
    position: absolute;
    height: 100%;
    width: 100%;
}

    .covers span {
        background: linear-gradient(180deg, white 0, #ddd 100%);
        animation: up 2s infinite;
    }

@keyframes up {
    0% {
        margin-bottom: 0;
    }

    16% {
        margin-bottom: 100%;
        height: 20px;
    }

    50% {
        margin-bottom: 0;
    }

    100% {
        margin-bottom: 0;
    }
}

.covers span:nth-child(2) {
    animation-delay: .142857s;
}

.covers span:nth-child(3) {
    animation-delay: .285714s;
}

.covers span:nth-child(4) {
    animation-delay: .428571s;
}

.covers span:nth-child(5) {
    animation-delay: .571428s;
}

.covers span:nth-child(6) {
    animation-delay: .714285s;
}

.covers span:nth-child(7) {
    animation-delay: .857142s;
}


#myDiv {
    display: none;
    text-align: left;
}
/* Add animation to "page content" */
.animate-bottom {
    position: relative;
    -webkit-animation-name: animatebottom;
    -webkit-animation-duration: 1s;
    animation-name: animatebottom;
    animation-duration: 1s
}

@-webkit-keyframes animatebottom {
    from {
        top: -100px;
        opacity: 0
    }

    to {
        bottom: 0px;
        opacity: 1
    }
}

@keyframes animatebottom {
    from {
        bottom: -100px;
        opacity: 0
    }

    to {
        bottom: 0;
        opacity: 1
    }
}
