/* global */
.grid-2{
    max-width: 100%;
}

body{
    margin: 0;
    padding: 0;
    padding-bottom: 1cm;
    font-family: 'Roboto', sans-serif;
    background-color: #101214;
    color: #7A7C80;
    overflow-x: hidden; 
    max-width: 100%;
}

.theme-wrapper {
    max-width: 100%;
}

.nav {
    background-color: #101214;
    color: #0cf307;
    list-style: none;
    text-align: right;
    padding: 20px 0 0px 0;
    display:none;
    margin: 10px;
}


.nav .logo a {
    color: #f331b4;
}

.nav li {
    display: inline-block;
    padding: 0 25px 10px 25px;
    font-size: 15px;
}

.nav li a {
    text-decoration: none;
    color: #f331b4;
    transition: 0.5s;
}

.nav li a:hover {
    color: #0cf307;
}

.nav .logo a:hover {
    color: #0cf307;
    transition: 0.5s;
} 

.logo {
    color:black;
    float: left;
    padding-left: 25px;
    font-size: 16px;
    font-weight: bold;
}

.logo a {
    text-decoration: none;
    color: black;
}

h2,.white{
    color:#fff
}

a{
    color: #7A7C80;
    text-decoration: none;
}

.footer {
    color: #7A7C80;
}

/* section 1 */
.section-1{
    padding-top: 25%;
    padding-left: 10%;
    padding-right: 10%;
    margin-right: 30px;
    width:100%;
    align-items: center;
    text-align: center;
    position: relative;
}

.section-1 img{
    display: flex;
    max-width: 100%;
}

.section-1 p{
    font-size: 1.1rem;
    padding-bottom: 25px;
    margin-top: 10px;
    color:#7A7C80;
}

.section-1 h1{
    font-size: 35px;
    letter-spacing: .5px;
    display: none;
    text-align: center;
    line-height: 38px;;
    margin-top: 3px;
    margin-bottom: 10px;
}

.section-1 h3{
    letter-spacing: .75px;
    margin-bottom: 15px;
    padding-bottom: 5px;
    padding-top: 20px;
    color:#7A7C80;
    text-align: center;
    font-weight: 500;
    font-size: 18px;
}

.section-1 a{
    font-size: 1.5rem;
    padding: 10px;
}

/* section 2 */
.section-2{
    display: block;
    padding-top: 20%;
    padding-left: 5%;
    padding-right: 5%;
    width: 100%;
    line-height: 20px;
}

.section-2 .text {
    display: block;
    width: 100%;
}


.section-2 h2{
    font-size: 28px;
    padding-left: 10px;
    margin-top: 5%;
    margin-bottom: 10px;
    text-align: left;
    white-space: nowrap;
    color: #fff;
}

.section-2 .text h2 {
    padding-bottom: 10px;
}


.section-2 p{
    font-size: 1.1rem;
    padding-left: 10px;
    padding-bottom: 30%;
    margin:0px;
    max-width: 100%;
    text-align: left;
}

.section-2 .sks {
    width: 100%;
    line-height: 25px;
    padding-top: 10%;
    padding-bottom: 10%;
}

.section-2 .sks h2 {
    padding-top: 0%;
}


.section-2 .more-space {
    padding-top: 15%;
}


.section-2 .images {
    width: 100%;
    padding-top: 0%;
}

.section-2 a{
    display: block;
    padding-left: 10px;
    text-align: left;
    padding-bottom: 0.2%;
    font-size: 1.2rem;
    width: 100%;
    color:  #f331b4;
}

.section-2 .img-1 img {
    display: block;
    width:100%;
    align-items: center;
}

.section-2 .img-2 img {
    display: block;
    width:100%;
}

.section-2 .img-3 img {
    display: block;
    width:100%;
}

.section-2 li {
    align-items: center;
    width: 100%;
}

/* animations / utilities */
.section-2 a:hover{
    font-size: 1.3rem;
    color:#0cf307;
    cursor: pointer;
    transition: 0.3s;
}

.section-1 a:hover{
    color: #0cf307;
    cursor: pointer;
    transition: 0.3s;
}

.white:hover{
    position: relative;
    padding-left: 10px;
}

/* project pages */

.content {
    width: 100%;
    align-items: center;
    padding: 10% 10% 10% 10%;
    font-size: 13px;
}

.content h1 {
    font-size: 25px;
    color: #fff;
    padding-bottom: 20px;
}

.content h2 {
    font-size: 18px;
    padding-bottom: 20px;
    color: #7A7C80;
}


.description p {
    width: 100%;
    padding-bottom: 10%;
    padding-right: 6%;
    line-height: 13px;
}

.content .photos {
    width: 100%;
    align-items: center;
    
}

.content .photos img {
    display: block;
    max-width: 100%;
    height: auto;
}

.content .photos li {
    padding-bottom: 5%;

}

.container {
    display: block;
    width:100%;
    list-style: none;
    font-size: 30px;
    padding: 0 10% 5% 10%;
    line-height: 5px;
}

.container .previous a:hover{
    color: #f331b4;
    transition: 1s;
}

.container .next a:hover{
    color: #0cf307;
    transition: 1s;
}

.container .previous {
    color:#f331b4;
    transition: 1s;
    text-align: left;
}

.container .next {
    color: #0cf307;
    transition: 1s;
    text-align: right;
}

.footer p{
    display: block;
    font-size: 12px;
    width: 100%;
    text-align: center;
    padding-top: 30%;
}




/* media queries */
@media (min-width: 768px) {

    .nav {
        display: block;
    }
    
    .section-1{
        padding-left: 10%;
        padding-top: 10%;
        align-items: center;
    }

    .section-1 h1 {
        display: block;
        font-size: 40px;
        padding-bottom: 15px;
        display: none;
    }

    .section-1 img {
        display: flex;
        max-width: 70%;
        align-items: center;
        padding-left: 30%
    }

    .section-1 h3 {
        padding-bottom: 5px;
    }


    .section-2{
        align-items: center;
        padding-left: 10%;
        padding-top: 10%;
        padding-right: 10%;
    }

    .section-2 .text {
        padding-bottom: 40px;
    }
    

    .section-2 h2 {
        text-align: center;
    }

    .section-2 p {
        text-align: center;
        padding-bottom: 15px;
    }

    .section-2 a {
        width: 100%;
        text-align: center;
        display: block;
    }


    .content {
        font-size: 15px;
    }

    .content h1 {
        font-size: 25px;
        font-weight: 500;
    }

    .content h2 {
        font-size: 20px;
        padding-bottom: 25px;
    }

    .description p {
        width: 80%;
        line-height: 17px;
    }

    .nav .logo {
        font-size: 20px;
    }

    .footer p{
        padding-top: 20%;
    }

}




@media (min-width: 992px) {
    .grid-2{
        display: flex; 
    }
    
    
    .section-1 {
        width: 40%;
        padding-left: 10%;
        padding-top: 10%;
        padding-right: 5%;
        padding-left: 10%;
    }

    .section-1 h1 {
        font-size:35px;
        line-height: 50px;
        white-space: nowrap;
        padding-bottom: 0%;
        padding-left: 0%;
    }

    .section-1 p {
        margin-top: 20px;
    }

    .section-1 img{
        display: flex;
        padding-left: 3%;
        max-width:100%;
    }


    .section-2 {
        width: 70%;
        padding-left: 0%;
        padding-top: 17%;
        padding-right: 10%;
    }

    .section-2 .text {
        padding-bottom: 40px;
    }
    


    .section-2 a {
        align-items: center;
        padding-top: 25px;
        line-height: 10px;
        white-space: nowrap;
    }

    .content {
        width:100%;
        font-size: 17px;
    }
    
    .content h1 {
        font-size: 27px;
        font-weight: 500;
    }

    .content h2 {
        font-size: 20px;
        padding-bottom: 25px;
    }

    .content p {
        width: 70%;
        line-height: 19px;
    }


    .nav .logo {
        font-size: 23px;
    }

    .footer p{
        padding-top: 15%;
    }

}

@media (min-width: 1200px) {
    .grid-2{
        display: flex; 
    }

.nav .logo {
    font-size: 10px;
}    

.section-1 {
    width: 33%;
    height: auto;
    align-items: center;
    margin: 10px;
    padding-left: 140px;
    padding-top: 5%;
    padding-right: 8%;
}

.section-1 h1 {
    margin-bottom: 3px;
    white-space: nowrap;
    text-align: center;
    padding-right: -5px;
}

.section-1 img{
    display: flex;
    padding-left: 0%;
    max-width:100%;
}

.section-2 {
    width: 53%;
    padding-left: 2%;
    padding-top: 12%;
    padding-right: 2%;
}

.section-2 .text {
    width: 68%;
}

.section-2 .images {
    width: 55%
}


.section-2 h2 {
    text-align: left;
}

.section-2 p {
    text-align: left;
}

.section-2 a {
    text-align: left;
}

.content {
    width: 100%;
    font-size: 18px;
}


.description p {
    line-height: 21px;
}

.content h1 {
    font-size: 32px;
    font-weight: 500;
}

.content h2 {
    font-size: 23px;
    padding-bottom: 25px;
}

.content .description {
    width: 70%;
}


.nav .logo {
    font-size: 25px;
}

.content .photos li {
    align-items: center;
    max-width: 100%;
}

.more-space {
    width: 100%;
}

.footer p{
    padding-top: 10%;
}

}

