h1, h2, h3, h4, h5, h6 {
    color: #09111E;
}

h2.title {
    font-size: 2.5rem;
}

a {
    text-decoration: underline;
    color: #2D0B0C;
}

a:hover {
    color: #6B1F21;
}

.hero {
    position: fixed;
    width: 100vw;
    background-color: #A8383B;
    color: #fff;
    text-align: center;
}

.hero .logo {
    padding: 2rem;
    max-height: 100px;
}
.img-thumbnail {
    max-width: 300px;
}
.content-body {
    padding-top: 150px;
}

.sidebar {
    padding: 2rem;
    margin-right: 3% !important;
}

.sidebar .site-title {
    margin: 0;
    font-weight: bolder;
    font-size: 4.0rem;
    text-align: center;
    overflow-wrap: break-word
}

.sidebar .sub-title {
    font-size: 2.5rem;
    color: #747474;
    text-align: center;
    overflow-wrap: break-word
}

.card {
    border: solid 1px #2D0B0C;
    border-radius: 4px;
    padding: 2rem;
    margin: 0 0 2rem 0;
    overflow-wrap: break-word;
}

.card .card-title {
    font-size: 2.0rem;
    line-height: 2.5rem;
}

div.tag-cloud {
    text-align: justify;
}

div.tag-cloud .size-1 {
    font-size: 12px;
}

div.tag-cloud .size-2 {
    font-size: 15px;
}

div.tag-cloud .size-3 {
    font-size: 20px;
}

div.tag-cloud .size-4 {
    font-size: 30px;
}

div.tag-cloud .size-5 {
    font-size: 40px;
}

ul.menu {
    list-style: none;
}

ul.menu.vertical li {
    display: block;
    border-top: solid 1px #2D0B0C;
    border-left: solid 1px #2D0B0C;
    border-right: solid 1px #2D0B0C;
    margin: 0;
    padding: 1rem;
}

ul.menu.vertical li:first-child {
    border-radius: 4px 4px 0 0;
}

ul.menu.vertical li:last-child {
    border-bottom: solid 1px #2D0B0C;
    border-radius: 0 0 4px 4px;
}

/* Mobile first queries */

/* Larger than 200px */
@media (min-width: 200px) {
    .hero .logo {
        max-width: 75%;
    }

    .main-content {
        padding: 2rem;
    }
}

/* Larger than mobile */
@media (min-width: 400px) {
}

/* Larger than phablet */
@media (min-width: 550px) {
    .main-content {
        padding: 2rem 0 2rem 2rem;
    }
}

/* Larger than tablet */
@media (min-width: 750px) {}

/* Larger than desktop */
@media (min-width: 1000px) {}

/* Larger than Desktop HD */
@media (min-width: 1200px) {}