h1, h2, h3, h4, h5, h6 {
    color: #09111E;
}

h2.title {
    font-size: 2.5rem;
}

a {
    text-decoration: none;
    color: #43659A;
}

.sidebar {
    padding: 2rem;
    margin-right: 3% !important;
}

.sidebar .site-title {
    margin: 0;
    font-weight: bolder;
    font-size: 3.5rem;
    text-align: center;
    overflow-wrap: break-word
}

.sidebar .site-title a,
.sidebar .site-title a:hover {
    color: #000;
}
.img-thumbnail {
    max-width: 300px;
}
.sidebar .sub-title {
    font-size: 2.2rem;
    color: #747474;
    text-align: center;
    overflow-wrap: break-word
}

.sidebar .sub-title a, 
.sidebar .sub-title a:hover {
    color: #747474;
}

.sidebar .logo {
    max-width: 75%;
    margin: 0 auto 2rem auto;
    display: block;
}

.card {
    border: solid 1px #09111E;
    padding: 2rem;
    margin: 0 0 2rem 0;
    overflow-wrap: break-word;
}

.card .card-title {
    font-size: 2.5rem;
    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-body {
        padding: 2rem;
    }
}

/* Larger than mobile */
@media (min-width: 400px) {
}

/* Larger than phablet */
@media (min-width: 550px) {
    .main-body {
        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) {}