body{
    background: rgb(250, 250, 250);
    margin: 0;
    padding: 0;
    font-family:'Segoe UI', Tahoma, Geneva, Verdana, sans-serif
    ;
}

header{
    padding: 40px;
    padding-bottom: 10px;
    background: #ffffff;
    color: rgb(0, 0, 0);

    nav img{
        width: 20px;
        height: 20px;
    }

    ul{
        margin: 0px;
        padding: 0px;
        list-style-type: none;
    }
    
    li{
        margin-right: 20px;
        display: inline-block;
    }

    div.Top{
        display: inline-block;
        margin-right: 20px;
        text-transform: uppercase;
    
        h1{
            font-size: 32px;
            color: rgb(0, 0, 0);
        }
    }
}


a{
    text-decoration: none;
    color: black;
}

h2{
    font-size: 36px;
}

div{
    display: inline-block;
    margin: auto;
}

section{
    margin-left: 12vw;
    margin-right: auto;
    width: 60vw;
    background: rgb(255, 255, 255);
    height: auto;

    li{
        font-family: 'Times New Roman', Times, serif;
        font-size: 24px;
        line-height: 38px;
    }
}

div.introduction{
    display: flex;

    padding-bottom: 60px;
    padding-top: 60px;

    margin-left: 30px;
    margin-right: 30px;
    border-bottom: 3px solid rgb(235, 235, 235);
    border-top: 3px solid rgb(235, 235, 235);

    img{
        width: 300px;
        height: auto;
        margin-top: auto;
        margin-left: auto;
        margin-right: 75px;
        border-radius: 20px;
    }
}

div.introText{
    margin-top: auto;
    margin-left: 0px;
    width: 500px;

    p{
        font-size: 18px;
    }
}

@media screen and (max-width: 1560px ){
    div.introduction{
        flex-direction: column;

        img{
            margin: auto;
        }
    }
    div.introText{
        text-align: center;
        margin: auto;
    }
}
@media screen and (max-width: 850px ){
    div.introText{
        width: 425px;

    }
}
@media screen and (max-width: 700px ){
    div.introduction{
        img{
            width: 45vw;
        }
        padding-bottom: 7vw;
        padding-top: 10vw;
    }
    div.introText{
        width: 75vw;
        h2{
            margin-top: 4vw;
            margin-bottom: 4vw;
        }
    }
}

div.title{
    display: flex;
    padding-left:20px;

    h2{
        font-size: 40px;
    }
}

div.showcaselist{
    display: flex;
    flex-wrap: wrap;
    align-items: flex-start;
    column-gap: 20px;
}

div.showcase{
    margin-top: 0px;
    width: 300px;
    color: rgb(65, 65, 65);
    margin-bottom: 15px;
    padding: 20px;
    border-left: 3px solid rgb(235, 235, 235);
}
div.showcase img{
    width: 300px;
    height: 200px;
    border-radius: 3px;
}
div.showcase h3{
    font-size: 36px;
}
div.showcase p{
    margin-top: 10px;
    font-family: 'Times New Roman';
    font-size: 22px;
    line-height: 32px;
}
div.showcase p.date{
    color: gray;
    margin-top: 0px;
    margin-bottom:30px;
    line-height: 5px;
    font-size: 20px;
}
div.showcase a{
    text-decoration: none;
    color: rgb(22, 22, 22);
}
@media screen and (max-width: 1180px ){
    section{
        width: 70vw;
        margin-left:auto;
    }
}
@media screen and (max-width: 700px){
    section{
        width: 100vw;
        margin-left:0;
    }
    section div.showcaselist{
        flex-direction: column;
    }
    div.showcase{ 
        width: 80vw;
        margin-left: auto;
        margin-right: auto;
    }
    div.showcase h3{
        font-size: 32px;
    }
    div.showcase p{
        font-size: 20px;
        line-height: 28px;
    }
}
@media screen and (max-width: 400px){
    div.showcase img{
        width: 75vw;
        height: auto;
    }
}

div h3{
    font-size: 30px;
    margin-bottom: 10px;
    margin-top: 15px;
}

section.project{
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    padding-left: 60px;
    padding-right: 60px;
    color: rgb(65, 65, 65);

    h2{
        color: rgb(0, 0, 0);
    }

    h3{
        color: rgb(0, 0, 0);
    }

    a{
        font-family: 'Segoe UI', Tahoma, Geneva, Verdana, sans-serif;
    }

    div.projectpage{
        p{
            margin-top: 10px;
            font-family: 'Times New Roman';
            font-size: 24px;
            line-height: 38px;
        }
    
        img.banner{
            height: 440px;
            width: 660px;
        }
    
        img.content{
            width: 560px;
            height: auto;
        }
    }

}

@media screen and (max-width: 1100px ) {
    section.project > div.projectpage{

        img.banner{
            width: 70vW;
            height: 47vw;
        }

        img.content{
            width: 60vW;
            height: auto;
        }

        p{
            width: 70vW;
            height: auto;
        }

        iframe{
            width: 60vW;
            height: 35vw;
        }
    }
}
@media screen and (max-width: 700px) {
    section.project{
        padding-left: 0px;
        padding-right: 0px;

        div.projectpage{
            margin: 10vw;
            
            img.banner{
                width: 80vW;
                height: 53vw;
            }
        
            img.content{
                width: 70vW;
                height: auto;
            }
    
            p{
                width: 80vW;
                font-size: 20px;
                line-height: 28px;
            }
    
            iframe{
                width: 70vW;
                height: 40vw;
            }
        }
    }
    section li{
        width: 80vW;
        font-size: 20px;
        line-height: 28px;
    }
}
@media screen and (max-width: 500px){
    section.project div.projectpage p{
        font-size: 18px;
    }
    section li{
        font-size: 18px;
    }
}
@media screen and (min-width: 1170px ){
    section.project div.projectpage{
        margin: auto;
        
        p{
            width: 700px;
            font-size: 26px;
        }
    }
}

section.bio{
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    padding-left: 60px;
    padding-right: 60px;
    color: rgb(65, 65, 65);

    h2{
        color: rgb(0, 0, 0);
    }
    
    div.about{
        display: flex;
        align-items: center;
        flex-direction: column;
    
        p{
            margin-top: 10px;
            font-family: 'Times New Roman';
            font-size: 24px;
            line-height: 38px;
        }
    
        img{
            height: 440px;
            width: 440px;
            border-radius: 20%;
            padding-bottom: 30px
        }
    }
}


@media screen and (max-width: 1100px ){
    section.bio div.about img{
        width: 40vW;
        height: auto;
    }
    section.bio div.about p{
        width: 70vW;
        height: auto;
    }
    section.bio div.about iframe{
        width: 60vW;
        height: 35vw;
    }
}
@media screen and (max-width: 700px){
    section.bio{
        padding-left: 0px;
        padding-right: 0px;
    }
    section.bio div.about{
        margin: 10vw;
    }
    section.bio div.about p{
        width: 80vW;
        font-size: 20px;
        line-height: 26px;
    }
    section.bio div.about img{
        width: 40vW;
    }
    section.bio div.about iframe{
        width: 70vW;
        height: 40vw;
    }
}
@media screen and (max-width: 500px){
    section.bio div.about p{
        font-size: 18px;
    }
}
@media screen and (min-width: 1170px ){
    section.bio div.about{
        margin: auto;
    }
    section.bio div.about p{
        width: 700px;
        font-size: 26px;

    }
}

footer{
    background: rgb(17, 17, 17);
    color: white;
    padding: 20px;

    h1{
        color: white;
    }

    a{
        color: white;
    }

    div.contact{
        display: flex;
        flex-direction: row;
        flex-wrap: wrap;
        column-gap: 50px;
        row-gap: 30px;

        img{
            width: 80px;
            height: auto;
        }
    }
    
    @media screen and (min-width: 700px ){
        div.contact{
            width: 600px;
            margin-left: 40px;
        }
    }
}


