/* Place your custom styles here */
body, .slideout-panel {
    background-color: #EAE0C7;
}

p, ul, ol, li, a {
    font-size: 20px;
}

a {
    color: #61959b;
}

a:active, a:focus, a:hover {
    color: #61959b;
    text-decoration: underline;
}

h1 {
    margin-top: 5px;
    font-size: 50px;
    color: #547382;
}

h2 {
    font-size: 35px;
    color: #547382;
    border-bottom: 1px solid #547382;
}

h3 {
    font-size: 30px;
    color: #547382;
}

h4 {
    font-size: 20px;
}

h5 {
    font-size: 20px;
}

h6 {
    font-size: 20px;
}

.content {
    padding: 0 2em;
}

.header-hr {
    border: 1px black solid;
    box-shadow: none;
}

/*technically for the notices plugin but eh*/

.notices p {
    padding-right: 20px;
}