@font-face {
    font-family: 'EYInterstate';
    src: url('../fonts/eyinterstate-regular.woff') format('woff');
    font-weight: 300;
    font-style: normal;
}

@font-face {
    font-family: 'EYInterstate';
    src: url('../fonts/eyinterstate-bold.woff') format('woff');
    font-weight: 700;
    font-style: normal
}

@font-face {
    font-family: 'EYInterstate';
    src: url('../fonts/eyinterstate-light.woff') format('woff');
    font-weight: 300;
    font-style: normal
}

.main-body {
    font: 11px/16px "EYInterstate", sans-serif;
    background-color: #2e2e38;
    color: white;
}

.parent-of-selection-color-yellow {
    color: white;
    font-size: 40px;
    line-height: 50px;
    margin: 33.2px 0;
}

.footer {
    background-color: white!important;
    color: rgb(116, 116, 128);
    bottom: auto;
}

.parent-of-hyperlink-text-link{
    margin:0 0.75em;
}
    .parent-of-hyperlink-text-link p {
        font-size: 1.6rem;
        display: block;
        float: right;
        margin: 0 0 0 23px;
        line-height: 2.1;
    }
    .parent-of-hyperlink-text-link a {
        font-weight: 700;
        color: #2e2e38;
    }
.hyperlink-text-link:hover {
    border-bottom: 1px solid #2e2e38;
}

.parent-of-hyperlink-icon {
    font-size: 18px;
    border: 0.5px solid rgb(116, 116, 128);
    border-radius: 50%;
    width: 40px;
    height: 40px;
    text-align: center !important;
    color: black;
}

.parent-of-hyperlink-icon:hover {
    color: white;
    background-color:black;
}