body {
    font-family: Segoe UI, Calibri, sans-serif;
    font-size: medium;
    background-color:#ba9f47;
    color:#2d2119;
    text-align: center;
}

.summary p {
    position: relative;
    width: 60%;
    left: 19%
}

.hormenu {
    list-style: none;
    margin: 20;
    padding: 20;
    display: inline-flex;
}

li {
    list-style: none;
    margin-left: -40px;
}

a:link, a:visited {
    color: #db1010;
    text-decoration: none;
}

a:hover {
    color: #ff3232;
    text-decoration: none;
}

/* Slideshow container */
.slideshow {
    max-width: 1000px;
    position: relative;
    margin: auto;
}

/* Hide the images by default */
.mySlides {
    display: none;
}

/* Next & previous buttons */
.prev, .next {
    cursor: pointer;
    position: relative;
    top: 5px;
    width: auto;
    margin-top: -22px;
    padding: 16px;
    font-weight: bold;
    font-size: 18px;
    transition: 0.6s ease;
    border-radius: 0 3px 3px 0;
    user-select: none;
}

/* Position the "next button" to the right */
.next {
    right: 0;
    border-radius: 3px 0 0 3px;
}

/* On hover, add a black background color with a little bit see-through */
.prev:hover, .next:hover {
    background-color: rgba(0,0,0,0.8);
}

/* Caption text */
.text {
    font-size: 15px;
    position: relative;
    bottom: 8px;
    width: 100%;
    text-align: center;
}

/* Number text (1/3 etc) */
.numbertext {
    font-size: 12px;
    padding: 8px 12px;
    position: relative;
    top: 0;
}

/* Fading animation */
.fade {
    animation-name: fade;
    animation-duration: 1.5s;
}

@keyframes fade {
    from {opacity: .4}
    to {opacity: 1}
}


#profileDiv {
    align-items: center;
    align-self: center;
    text-align: center;
    position: relative;
    margin: 0px;
    border: 0px;
}
.profile {
    margin: 2%;
    position: relative;
    left: -100px;
}