.screen-links {
    font-size: 17.5px;
}

h4 {
    font-weight: 450;
}

.screen-links a {
    font-style: initial;
}

.screen-links a {
    color: #0000EE;
}

.screen-links a:hover {
    text-decoration: underline;
}

.screen-links a:visited {
    color: #551A8B;
}

.section-heading {
    font-size: 24px;
    text-decoration: none;
}

.eval-list {
    margin-left: 2.3vw;
    line-height: 24px;
}

p {
    line-height: 23px;
}

.br {
    margin: 20px 0px;
}

/* PAGE FORMATTING */
.page-divide {
    display: flex;
    flex-flow: row nowrap;
    gap: 55px;
}

.eval-section {
    width: 65%;

    p {
        font-size: 17px;
    }
}

@media (max-width: 1300px) {
    .page-divide {
        flex-flow: column;
    }

    .eval-section {
        width: 100%;
    }
}

@media (max-width: 600px) {
    .screen-links {
        font-size: 15.5px;
    }
    .slideshow-body{
        height: 230px !important;
    }
    #slideshow{
        height: 230px !important;
    }
}