body {
    font-family: 'Lucida Sans', 'Lucida Sans Regular', 'Lucida Grande', 'Lucida Sans Unicode', Geneva, Verdana, sans-serif;
    color: white;
    margin: 0;
    background-color: rgb(26, 42, 24)
}
.header {
    padding: 50px;
}
h1 {
    margin: 0;
    font-size: 2.8rem;
    display: flex;
    flex-direction: column;
    align-items: center;
}
h2 {
    font-size: 2.3rem;
}
h3 {
    font-size: 2.3rem;
    display: flex;
    flex-direction: column;
    align-items: center;
}
.portrait {
    max-width: 50%;
    img {
        width: 25vw;
    }
}
.info {
    max-width: 50%;
    p {
        font-size: 1.2rem;
        line-height: 1.8;
    }
}
.infoBlock {
    display: flex;
    flex-direction: row;
    justify-content: space-around;
    padding: 5vw;
    align-items: center;
    background-color: rgb(55, 68, 54);
}

/* ---------- Photo Gallery ---------- */

.parallax-bg1 {
    background: url(images/starryNight.jpg);
    background-size: cover;
    height: 100vh;
    padding-left: 2vw;
}
.parallax-bg2 {
    background: url(images/almondBlossoms.jpg);
    background-size: cover;
    height: 100vh;
    padding-left: 2vw;
}
.parallax-bg3 {
    background: url(images/field.jpg);
    background-size: cover;
    height: 100vh;
    padding-left: 2vw;
}
.parallax-bg4 {
    background: url(images/starryNight2.jpg);
    background-size: cover;
    height: 100vh;
    padding-left: 2vw;
}

.swiper {
    scale: .9;
    max-width: 80%;
}
.title {
    padding-top: 660px;
    font-size: 2.3rem;
    font-weight: bold;
}
.swiper-button-next{
transition: all 300ms;
}
.swiper-button-next:hover{
    scale: 1.2;
}
.swiper-button-prev {
    transition: all 300ms;
}
.swiper-button-prev:hover {
    scale: 1.2;
}
.subtitle {
    font-size: 1.3rem;
}
.swiper-pagination-bullet {
    background-color: rgb(255, 254, 254);
}
    