
body {
    font-size: 1rem;
    background-color: #fff;
}

.navbar {
    font-size: 1.05rem;
}

.btn {
    font-size: inherit;
    border-radius: 100px;
}

.dropdown:hover>.dropdown-menu {
    display: block;
}

.faq-section .card img {
    max-width: 100%;
}

/** FOOTER */
.footer-menu-header {
    margin-bottom: 25px;
}

.footer-menu-list {
    list-style: none;
    padding-left: 0;
}

.footer-menu-item {
    margin-bottom: 10px;
}

.footer-menu-item a {
    color: #d2d2d2;
    font-size: 0.85rem;
}

/** BLOGS */
.blog-line {
    margin-bottom: 25px;
}

.blog-title {
    margin-bottom: 0;
}

.blog-line .blog-date {
    margin-bottom: 15px;
}

.list-row,
.blog-line .content-wrapper:after {
    content: "";
    display: block;
    clear: both;
}

.list-row .image,
.blog-line .image {
    float: left;
    margin-right: 15px;
}

.blog-line .image .thumbnail {
    max-width: 200px;
    max-height: 100px;
}

.list-group .image .thumbnail {
    max-width: 100px;
    max-height: 100px;
}

.list-header {
    margin-bottom: 15px;
    padding-bottom: 5px;
    text-transform: uppercase;
    border-bottom: 3px solid #007bff;
    color: #007bff;
}

.list-row-right {
    padding-bottom: 10px;
}

.blog-content img,
.blog-content embed {
    max-width: 100%;
}

