@import url("https://fonts.googleapis.com/css?family=Comfortaa:400,700,300|Quattrocento");
@import url("https://fonts.googleapis.com/css2?family=Roboto+Condensed&family=Roboto:wght@100&display=swap");
body {
    font-family: 'Roboto', sans-serif;
    font-size: 1.0rem;
    font-weight: 500;
    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);*/
}


nav {
    width: 100%;
    margin: 0 auto;
    padding: 50px 0;
    box-shadow: 0px 2px 0px cyan;
    font-family: 'Roboto', sans-serif;
    font-weight:600;
    background-color: #000;
}


    nav ul {
        list-style: none;
        text-align: center;
        border-radius: 6px;

    }
        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;
                font-weight: 600;
                font-size: 1.0rem;
                text-transform: none;
                margin: 0 0px;
                background-color:transparent;
            }

                nav ul li a,
                nav ul li a:after,
                nav ul li a:before {
                    transition: all .5s;

                }


/*.navbar a:hover, .dropdown:hover .dropbtn, .dropbtn:focus {
    background-color: red;
}*/
.navbar a, .dropdown .dropbtn, .dropbtn {
    font-size:1.0rem;
    font-weight: 600;
    
}
    .navbar a:hover, .dropdown:hover .dropbtn, .dropbtn:focus {
        background-color: #779e9c;
        color: #000;
        font-weight: 900;
        font-size: 1.0rem;

    }
navbar a{
    border-radius:10px;
}
.dropdown-content {
    display: none;
    position: absolute;
    background-color: #f9f9f9;
    min-width: 160px;
    box-shadow: 0px 8px 16px 0px rgba(0,0,0,0.2);
    z-index: 1;
    border-radius: 10px;
    
}

    .dropdown-content a {
        float: none;
        color: black;
        padding: 12px 16px;
        text-decoration: none;
        display: block;
        text-align: left;

    }

        .dropdown-content a:hover {
            background-color: #ddd;
        }

.show {
    display: block;
}

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: 'Roboto', 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%;
    }
}

