body {
    background-color: rgb(231, 224, 255);
}

.content-background {
    background-color: rgb(231, 224, 255);
}

.main-title {
    margin-left: 57%;
    margin-top: -35%;
    font-family: Arial;
    font-weight: bold;
    font-size: 380%;
    letter-spacing: 5px;
}

.main-paragraph {
    margin-left: 57%;
    font-family: Arial;
    font-size: 200%;
    margin-left: 56%;
    letter-spacing: 5px;
    margin-right: 4%;
}

.main-picture{
    width: 35%;
}

.main-picture-spacing {
    margin-right: 25%;
    margin-top: 5%;
}

.content-paragraph {
    text-align: justify;
    padding: 8%;
    margin-left: 25%;
    margin-top: 10%;
}

.content-title {
    font-weight: bold;
    font-size: 110%;
}

h1{
    font-family: Arial;
}

.resume {
    text-align: center;
    font-family: 'Lucida Console';
    font-size: 300%;
    font-weight: bold;
    margin-top: 3%;
}

.view-resume {
    margin-left: 55%;
    margin-top: 15%;
}

.return-home-button {
    width: 18%;
    height: 70px;
    border-radius: 30px;
    background-color: rgb(109, 79, 165);
    color: #fff;
    font-weight: bold;
    text-align: center;
    margin-left: 8%;
    letter-spacing: 3px;
    margin-top: 3%;
    font-size: 130%;
}

.education-title {
    font-size: 130%;
    font-weight: bold;
}

.education-subsection {
    font-size: 100%;
}

.education {
    margin-left: 20%;
    margin-right: 10%;
    margin-top: 8%;
    line-height: 2;
}

.sidenav {
    height: 100%;
    width: 200px;
    position: fixed;
    z-index: 1;
    top: 0;
    left: 0;
    background-color: rgb(109, 79, 165);
    overflow-x: hidden;
    padding-top: 20px;
}

    .sidenav a {
        padding: 17%;
        text-decoration: none;
        font-size: 25px;
        font-family: Arial;
        color: #f1f1f1;
        display: block;
    }

 .sidenav a:hover {
         background-color: rgb(152, 117, 221);
    }

.main {
    margin-left: 200px;
}

@media screen and (max-height: 450px) {
    .sidenav {
        padding-top: 15px;
    }

        .sidenav a {
            font-size: 18px;
        }
}

.slide-container {
    overflow: auto;
    white-space: nowrap;
}

.contact-text {
    margin-top: -32%;
}

.icon-spacing { 
    margin-right: 2%;
}

.contact-icons {
    display: flex;
    justify-content: space-between;
    align-items: center;
    margin-top: 17%;
    padding-left: 15%;
    padding-right: 15%;
}

    .contact-icons img {
        width: 14%;
        height: 15%;
    }

.contact-info {
    display: flex;
    justify-content: space-between;
    align-items: center;
    margin-top: 17%;
    padding-left: 15%;
    padding-right: 15%;
}

.arrow {
    border: solid black;
    border-width: 0 3px 3px 0;
    display: inline-block;
    padding: 3px;
}

.right {
    transform: rotate(-45deg);
    -webkit-transform: rotate(-45deg);
}

.page-background {
    background-color: #FAF2DD;
}

.title {
    text-align: center;
    font-family: 'Lucida Console';
    font-size: 300%;
    font-weight: bold;
    margin-top: 3%;
}

.padding {
    margin-top: 10%;
}

.carousel-spacing {
    padding-bottom: 5%;
}

page-header {
    padding-left: 30%;
}

.carousel-image {
    width: 100%;
    height: auto;
}

.carousel-item {
    height: 700px;
}

.carousel-image {
    width: 30%;
}

.carousel-item img {
    object-fit: cover;
    width: 80%;
    height: 650px;
    margin-right: 20%;
    padding-top: 10%;
}

    .carousel-control-next-icon:after {
        content: url('Media/right-arrow.jpg');
        font-size: 30px;
        color: black;
    }

    .carousel-control-prev-icon:after {
        content: url('Media/left-arrow.jpg');
        font-size: 30px;
        color: black;
    }

.contact-button {
    width: 18%;
    height: 70px;
    border-radius: 30px;
    background-color: rgb(109, 79, 165);
    color: #fff;
    font-weight: bold;
    text-align: center;
    margin-left: 70%;
    letter-spacing: 5px;
    margin-top: 11%;
    font-size: 130%;
}

    .contact-button:hover {
        background-color: #ddd;
    }
