html, body {
    margin: 0px;
    padding: 0px;
    height: auto;
}

#PageWrapper {
    display: flex;
    flex-direction: column;
    height: calc(100vh - 100px);
    width: auto;
    height: auto;
}

#Navigation {
    color: rgb(0, 0, 0);
    display: flex;
    flex-direction: row-reverse;
    padding-right: 50px;
    height: 50px;
    width: auto;
    font-size: larger;
}

.NavSpace {
    padding-left: 20px;
    color: #000000;
    text-decoration: none;
    font-weight: 500;
}


#HeaderBox {
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center; 
    margin-top: 200px;
    text-wrap: nowrap;
}

#GrayBox {
    width: 500px;
    height: 30px;
    background-color: #d4d4d4;
    margin-bottom: 20px;
}

#Devs {
    width: 600px;
    padding: 0px 50px 20px 30px;
}

#Divider {
    border-left: 3px solid black;
    margin-bottom: 20px;
}

.DividerBox {
    padding-left: 20px;
}


#Process {
    padding: 10px 0px 0px 50px;
}

.LeftBox {
    display: flex;
    justify-content: flex-start;
    margin: 10px 50px 10px 80px;
}

.RightBox {
    display: flex;
    flex-direction: row-reverse;
    margin: 10px 80px 10px 50px;
}

.Texts {
    width: 100vw;
    height: 300px;
    padding-left: 20px;
    padding-right: 20px;
}

.ProjectPic {
    height: 400px;
    width: auto;
}

img {
    height: 300px;
    width: auto;
    padding: 0px 10px 0px 10px;
}

#TIframe {
    height: 300px;
    width: 550px;
}

li {
    font-family:'Segoe UI', Tahoma, Geneva, Verdana, sans-serif;
    font-size: large;
}

p {
    font-family: 'Segoe UI', Tahoma, Geneva, Verdana, sans-serif;
    font-size: large;
}

h1 {
    font-family:'Segoe UI', Tahoma, Geneva, Verdana, sans-serif;
    line-height: 2px;
}

h2 {
    font-family:'Segoe UI', Tahoma, Geneva, Verdana, sans-serif;
    font-weight: 600;
    line-height: 10px;
}

h3 {
    font-family: 'Segoe UI', Tahoma, Geneva, Verdana, sans-serif;
    font-weight: 400;
    line-height: 10px;
}

#Footer {
    display: flex;
    justify-content: center;
    align-content: center;
    background-color: #731010;
    width: auto;
    height: 50px; 
}

#Logos {
    display: flex;
    /* justify-self: center;
    align-self: center; */
    height: 24px;
    width: 24px;
    margin: 14px 5px 0px 5px;
}

a {
    color: #000000;
    padding: 0px;
    text-decoration: none;
}

a:hover { 
    color:#731010;
    font-style: italic;
}

@media only screen and (min-width: 300px) and (max-width: 1000px) {
    #Navigation {
        color: rgb(0, 0, 0);
        display: flex;
        flex-direction: row-reverse;
        justify-content: center;
        padding-right: 0px;
        height: 50px;
        width: auto;
        font-size: large;
    }

    #GrayBox {
        width: 400px;
        height: 30px;
        background-color: #d4d4d4;
        margin-bottom: 20px;
    }

    .DividerBox {
        padding-left: 20px;
        margin-bottom: 20px;
    }

    #Devs {
        width: 600px;
        padding: 30px 50px 30px 30px;
    }

    .LeftBox {
        display: flex;
        flex-direction: column;
        margin: 10px 50px 10px 50px;
    }
    
    .RightBox {
        display: flex;
        flex-direction: column;
        margin: 10px 50px 10px 50px;
    }

    .Texts {
        width: auto;
        height: auto;
        padding-left: 20px;
        padding-right: 20px;
    }

    .ProjectPic {
        display: flex;
        justify-content: center;
        height: 325px;
        width: auto;
    }
    img {
        margin: auto; 
        height: 220px;
        width: auto;
    }

    #TIframe {
        margin: auto; 
        height: 220px;
        width: 350px;
    }


    li {
        font-family:'Segoe UI', Tahoma, Geneva, Verdana, sans-serif;
        font-size: large;
    }
    
    p {
        font-family: 'Segoe UI', Tahoma, Geneva, Verdana, sans-serif;
        font-size: large;
    }
    
    h1 {
        font-family:'Segoe UI', Tahoma, Geneva, Verdana, sans-serif;
        line-height: 2px;
        font-size: 60px;
    }
    
    h2 {
        font-family:'Segoe UI', Tahoma, Geneva, Verdana, sans-serif;
        font-weight: 600;
        line-height: 10px;
        font-size: 40px;
    }
    
    h3 {
        font-family: 'Segoe UI', Tahoma, Geneva, Verdana, sans-serif;
        font-weight: 400;
        line-height: 10px;
    }
}

@media only screen and (min-width: 1001px) and (max-width: 1800px) {
    
    #Navigation {
        color: rgb(0, 0, 0);
        display: flex;
        flex-direction: row-reverse;
        justify-content: center;
        padding-right: 0px;
        height: 50px;
        width: auto;
        font-size: xx-large;
    }

    #Devs {
        width: 800px;
        padding: 30px 50px 30px 30px;
    }

    .LeftBox {
        display: flex;
        flex-direction: column;
        margin: 10px 50px 10px 50px;
    }
    
    .RightBox {
        display: flex;
        flex-direction: column;
        margin: 10px 50px 10px 50px;
    }

    .Texts {
        width: auto;
        height: auto;
        padding-left: 20px;
        padding-right: 20px;
    }

    .ProjectPic {
        display: flex;
        justify-content: center;
        height: 325px;
        width: auto;
    }
    img {
        margin: auto; 
        height: 300px;
        width: auto;
    }

    #ITframe {
        margin: auto; 
        height: 300px;
        width: auto;
    }

    li {
        font-family:'Segoe UI', Tahoma, Geneva, Verdana, sans-serif;
        font-size: xx-large;
    }
    
    p {
        font-family: 'Segoe UI', Tahoma, Geneva, Verdana, sans-serif;
        font-size: larger;
    }

    #Divider p {
        font-size: medium;
    }
    
    h1 {
        font-family:'Segoe UI', Tahoma, Geneva, Verdana, sans-serif;
        line-height: 2px;
        font-size: 80px;
    }
    
    h2 {
        font-family:'Segoe UI', Tahoma, Geneva, Verdana, sans-serif;
        font-weight: 600;
        line-height: 10px;
        font-size: 50px;
    }
    
    h3 {
        font-family: 'Segoe UI', Tahoma, Geneva, Verdana, sans-serif;
        font-weight: 400;
        line-height: 10px;
    }

}

@media only screen and (min-width: 1001px) and (max-width: 1400px) {

    #Divider {
        border-left: 3px solid black;
        margin-bottom: 20px;
    }

    .LeftBox {
        display: flex;
        justify-content: flex-start;
        margin: 10px 50px 10px 50px;
    }
    
    .RightBox {
        display: flex;
        flex-direction: row-reverse;
        margin: 10px 50px 10px 50px;
    }
    
    .Texts {
        width: auto;
        height: 300px;
        padding-left: 20px;
        padding-right: 20px;
    }
    
    .ProjectPic {
        height: 300px;
        width: auto;
    }
    
    img {
        margin-top: 25px;
        height: 250px;
        width: auto;
    }

    #ITframe {
        margin: auto; 
        height: 300px;
        width: 450px;
    }
}

