.content-padding {
    display: flex;
    justify-content: center;
    padding: 75px 15px 125px 15px;
}

.shortcuts-container {
    width: 100%;
    max-width: 150px;
    margin: 75px 15px;
}

.content-container {
    max-width: 850px;
    margin: 0 30px;
}

.content-container ul {
    list-style-type: circle;
    padding: 10px;
    margin-left: 15px;
}

.content-container  ol {
    padding: 10px;
    margin-left: 15px;
}

.content-container h1 {
    font-size: 2em;
    text-transform: uppercase;
    letter-spacing: 1.5px;
    font-weight: bold;
}

.content-container .divider {
    background: #013243;
}

.content-container h2 {
    font-size: 1.4em;
    text-transform: uppercase;
    letter-spacing: 1.3px;
    font-weight: bold;
    margin-top:30px;
}

.content-container h3 {
    font-size: 1.1em;
    text-transform: uppercase;
    letter-spacing: 1.3px;
    font-weight: bold;
    margin-top: 25px;
}

.shortcuts-title {
    font-size: 17px;
    font-weight: bold;
}

#shortcuts {
    margin-top: 10px;
    border-left: 1px solid #013243;
}

.shortcuts-H2 {
    margin: 5px 5px 0 15px;
    font-size: 15px;
    cursor: pointer;
}

.shortcuts-H3 {
    margin: 5px 5px 0 25px;
    font-size: 14px;
    cursor: pointer;
}

.sidebar-links {
    display: flex;
    flex-direction: column;
    margin: 30px 0 0 0;
}

@media only screen and (max-width: 1090px) {
    .shortcuts-container {
        display: none;
    }
}