.page {
    height: 100vh;
    /* margin-bottom: 20vw; */
    /* border: 1px solid red; */
}

h1 {
    font-size: 4rem;
    padding-bottom: 5vh;
}

img {
    width: 100%;
}

.bottom {
    margin-bottom: 0;
    text-align: center;
}

.slide {
    display: flex;
    flex-direction: column;
    justify-content: center;
    padding-top: 10vh;
    padding-bottom: 10vh;
    padding-left:  15vw;
    padding-right: 15vw;
    font-size: 2.5rem;
}

#header {
    background: #fff;
    transition: all 0.5s;
    z-index: 1000;
    padding: 1vh 0;
    font-family: 'Gill Sans', 'Gill Sans MT', 'Calibri', 'Trebuchet MS', sans-serif;
    letter-spacing: 3px;
}

.navbar {
    box-shadow: inset 0px 5px 5px rgba(36, 50, 93, 0.03);
    padding: 0; 
    z-index: 0;
}

.wrapping-row {
    display: flex;
    flex-direction: row;
    /* border: 1px solid red; */
    flex-wrap: wrap;
    width: 100%;
    justify-content: center;
}

.wrapping-row > img {
    max-width: 500px;
}

.side-text {
    width: 520px;
    padding-left: 2vw;
    font-size: 0.5em;
}