body {
    background-color: black;

}

.body-wrapper {
    overflow-x: hidden;
    margin-left: 0;
    display: flex;
    flex-direction: column;

    justify-content: center;
}

h1 {
    color: rgba(255, 255, 255, 0.20);

    font-family: 'Jomhuria', serif;
    /*font-size: max(2vh, 250px);*/
    font-size: 175px;
    font-style: normal;
    font-weight: 30;
    line-height: normal;
    letter-spacing: 20px;
    text-align: center;
    margin: 0 0 0 50px;
}

@media screen and (max-width: 800px) {
    h1 {
        font-size: 60px;
        letter-spacing: 8px;
        margin-left: 0;
        text-align: left;
        padding-left: 7vw;
        padding-top: 1.7vh;
    }
}

.container-vertical {
    display: flex;
    margin: max(5vh, 30px) auto 0 auto;
}



.container-horizontal {
    display: flex;
    /*border-color: violet;*/
    /*border-style: solid;*/
    justify-content: center;
}

a {
    display: flex   ;
}

.portrait-overview {
    /*height: 36vw;*/
    /*width: 30vw;*/
    /*background-color: cadetblue;*/
    display: flex;
    align-items: center;
    justify-content: center;
    font-family: 'Jomhuria', serif;
    font-weight: 20;
    letter-spacing: 1vw;
    color: white;
    margin: auto 30px;
    position: relative;
}

p {
    font-size: 3vw;
    color: lightgrey;
    text-shadow: -1px -1px 0 #000, 1px -1px 0 #000, -1px 1px 0 #000, 1px 0 0 #000;
}

.container-vertical1 {
    display: flex;
    justify-content: space-between;
    /*height: 1000px;*/
    flex-direction: column;
}

.paris-overview, .mtp-overview  {
    /*height: 29vw;*/
    /*background-color: red;*/
    margin-top: auto;
    margin-bottom: auto;
    margin-left: 3vw;
    display: flex;
    align-items: center;
    vertical-align: middle;
    justify-content: center;
    font-family: 'Jomhuria', serif;
    font-size: 6vh;
    font-weight: 20;
    letter-spacing: 1vw;
    position: relative;
    text-align: center;
}

.centered {
    position: absolute;
    top: 40%;
    left: 53%;
    transform: translate(-50%, -50%);
}

img {
    border: black solid 3px;
}

img:hover {
    border: #44E47A solid 3px;
}

.paris-overview img, .mtp-overview img {
    width: max(35vw, 45vh);

}

.portrait-overview img {
    width: max(20vw, 25vh);
}


.paris-overview {
    margin-bottom: 5vh;
}


@media screen and (max-width: 800px) {
    .container-vertical {
        flex-direction: column;
        /*margin-top: 20vh;*/
        margin-bottom: 100px;
    }
    .container-horizontal {
        flex-direction: column;
        /*width: 75vw;*/
    }

    .portrait-overview img, .paris-overview img, .mtp-overview img {
        width: 100vw;
    }

    .portrait-overview {
        /*height: 90vw;*/
        margin-right: auto;
        margin-left: auto;
        /*margin-top: 0;*/
    }
    .portrait-overview, .paris-overview, .mtp-overview {
        margin-left: 0;
        font-size: 3em;
        letter-spacing: 4px;
        margin-top: 20px;
        margin-bottom: 0;
        margin-right: 0;
    }
    .paris-overview, .mtp-overview {
        /*height: 36vw;*/
    }

    .mtp-overview {
        margin-bottom: 100px;
    }

    p {
        font-size: 1em;
    }
    .centered {
        position: absolute;
        top: 40%;
        left: 50%;
        transform: translate(-50%, -50%);
    }

}

