﻿
.top1 {
    font-size: 80%;
    display: flex;
    width: 100%;
}

.contact {
    position: absolute;
    top: 50%;
    left: 53%;
    transform: translate(-50%, -50%);
    width: 82%;
}

.option {
    position: absolute;
    color: white;
    width: 100%;
    top: 65px;
    left: 200px;
}

.top2 {
    margin-bottom: 20px !important;
}

.counselor {
    margin-top: 2px;
    width: 100%;
}

.graduation {
    margin-top: 43px;
    width: 91%;
}

.before {
    width: 100%;
    height: 33px;
    background-color: #b62725;
    margin-top: 30px;
    margin-bottom: 23px;
    padding-top: 2px;
}

.links {
    text-decoration: underline;
}

li::before {
    color: #b62725;
}

.master {
    position: absolute;
    padding-bottom: 65px;
    padding-left: 47px;
    left: 46%;
    transform: translate(-50%, -50%);
    color: #ffffff;
    font-size: 18px;
    font-family: sans-serif;
}

.aiimscontainer a[target="_blank"]::after {
    color: #4987c5;
}


@media only screen and (max-width: 1220px) {
    .contact {
        font-size: 62%;
    }

    .option {
        font-size: 20px !important;
        top: 60px;
        margin-left: -55px;
    }

    .referencesParagraph {
        font-size: 8px;
        width: 68%;
    }

    .referencesLink {
        font-size: 10px;
    }

    .referencesWidth {
        width: 120px;
    }
}

