html, body {
    margin: 0px;
    padding: 0px;
    height: auto;
}

#PageWrapper {
    display: flex;
    flex-direction: column;
    height: calc(100vw - 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;
}

#Underline {
    text-underline-offset: 5px;
    text-decoration: underline;
    text-decoration-color: #000000;
}

#HeaderBox {
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center; 
    margin-top: 200px;
}

#GrayBox {
    width: 500px;
    height: 30px;
    background-color: #d4d4d4;
    margin-bottom: 20px;
}

.LeftBox {
    display: flex;
    justify-content: flex-start;
    margin-left: 150px;
    margin-right: 250px;
    margin-bottom: 80px;
    margin-top: 50px;
}

.RightBox {
    display: flex;
    flex-direction: row-reverse;
    margin-left: 250px;
    margin-right: 150px;
    margin-bottom: 80px;
}

.NumberPic {
    width: 600px;
    height: 300px;
    margin: auto;
}

.graffitiLeft {
    display: flex;
    flex-direction: row;
    margin-left: auto;
    padding-top: 100px;
    padding-right: 20px;
    height: 150px;
    width: auto;
}

.graffitiRight {
    display: flex;
    flex-direction: row;
    padding-top: 100px;
    height: 150px;
    width: auto;
}

.Texts {
    width: 80vw;
    height: 300px;
    padding-left: 20px;
    padding-right: 20px;
}

.ProjectPic {
    height: 300px;
}

img {
    height: 300px;
    width: auto;
    margin-left: 10px;
    margin-right: 10px;
}

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;
}

a {
    color: #000000;
    margin-top: 12px;
    padding: 0px;
    text-decoration: none;
}

a:hover { 
    color:#731010;
    font-style: italic;
}

@media only screen and (min-width: 300px) and (max-width: 850px) {

    #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;
    }

    .LeftBox {
        display: flex;
        flex-direction: column;
        margin-left: 20px;
        margin-right: 20px;
        margin-bottom: 20px;
        margin-top: 50px;
    }
    
    .RightBox {
        display: flex;
        flex-direction: column;
        margin-left: 20px;
        margin-right: 20px;
        margin-bottom: 20px;
    }
    
    .NumberPic {
        display: none;
    }

    .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;
        margin-left: 5px;
        margin-right: 5px;
    }

    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;
    }
    
    h3 {
        font-family: 'Segoe UI', Tahoma, Geneva, Verdana, sans-serif;
        font-weight: 400;
        line-height: 10px;
    }
}

@media only screen and (min-width: 851px) 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: xx-large;
    }

    .LeftBox {
        display: flex;
        flex-direction: column;
        margin-left: 20px;
        margin-right: 20px;
        margin-bottom: 40px;
        margin-top: 50px;
    }
    
    .RightBox {
        display: flex;
        flex-direction: column;
        margin-left: 20px;
        margin-right: 20px;
        margin-bottom: 40px;
    }
    
    .NumberPic {
        display: none;
    }

    .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;
        margin-left: 5px;
        margin-right: 5px;
    }

    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;
    }
    
    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: 1300px) {

    #Navigation {
        color: rgb(0, 0, 0);
        display: flex;
        flex-direction: row-reverse;
        padding-right: 50px;
        height: 50px;
        width: auto;
        font-size: larger;
    }

    .LeftBox {
        display: flex;
        justify-content: flex-start;
        margin-left: 40px;
        margin-right: 50px;
        margin-bottom: 80px;
        margin-top: 50px;
    }
    
    .RightBox {
        display: flex;
        flex-direction: row-reverse;
        margin-left: 50px;
        margin-right: 40px;
        margin-bottom: 80px;
    }
    
    .NumberPic {
        width: 200px;
        height: 300px;
    }

    img {
        margin-left: 5px;
        margin-right: 5px;
    }
    
    .Texts {
        width: 400px;
        height: 300px;
        padding-left: 20px;
        padding-right: 20px;
    }
    
    .ProjectPic img {
        margin-top: 25px;
        height: 250px;
        width: auto;
    }

    .graffitiLeft {
        display: flex;
        flex-direction: row;
        margin-left: auto;
        padding-top: 100px;
        padding-right: 20px;
        height: 115px;
        width: auto;
    }
    
    .graffitiRight {
        display: flex;
        flex-direction: row;
        padding-top: 100px;
        height: 115px;
        width: auto;
    }
}

@media only screen and (min-width: 1301px) and (max-width: 1500px) {
    .LeftBox {
        display: flex;
        justify-content: flex-start;
        margin-left: 40px;
        margin-right: 50px;
        margin-bottom: 80px;
        margin-top: 50px;
    }
    
    .RightBox {
        display: flex;
        flex-direction: row-reverse;
        margin-left: 50px;
        margin-right: 40px;
        margin-bottom: 80px;
    }
    
    .NumberPic {
        width: 200px;
        height: 300px;
    }

    img {
        margin-left: 5px;
        margin-right: 5px;
    }
    
    .Texts {
        width: 400px;
        height: 300px;
        padding-left: 20px;
        padding-right: 20px;
    }
    
    .ProjectPic img {
        margin-top: 25px;
        height: 250px;
        width: auto;
    }

    .graffitiLeft {
        display: flex;
        flex-direction: row;
        margin-left: auto;
        padding-top: 100px;
        padding-right: 0px;
        height: 140px;
        width: auto;
    }
    
    .graffitiRight {
        display: flex;
        flex-direction: row;
        padding-top: 100px;
        height: 140px;
        width: auto;
    }
}