.img-team {
background-size: contain;
}
@media screen and (max-width: 800px) {
    .img-team {
        margin: 20px 0 20px 0;
    }
}
@media screen and (max-width: 600px) {
    .img-team {
        height: 360px;
        margin: 20px 0 20px 0;
    }
}

a.btn.btn-lg.btn-danger {
background-color: #3e7dbc !important;
border-color: #3e7dbc !important;
}
a.btn.btn-lg.btn-danger:hover {
background-color: #1D60A2  !important;
border-color: #1D60A2 !important;
}

.home-section h3.blog-title.blog-quote-title {
 font-weight: bold;
}

.home-section .blog-quote-author {
 padding: 30px 20px 0 20px;
 margin-bottom: 0 !important;
}

.home-section .blog-quote-avatar {
 display: none;
}

body > div.main > div > div:nth-child(2) > div > div > h2 {
font-weight: bold;
}

.frequency-col,
.frequency-col div.verticalize {
font-size: 130%;
}

.footer ul.social-footer {
    font-size: 36px;
}

.styled-radiobutton--text+label {
background-color: rgba(128,128,128,.5);
}

.site-logo {
    padding: 0;
}
.site-logo-img {
    max-height: 81px;
}
