body {
    font-family: 'Segoe UI', Roboto, Arial, sans-serif;
}

.navbar-brand {
    letter-spacing: .5px;
}

.page-content img, .blog-content img {
    max-width: 100%;
    height: auto;
}

.carousel-caption h2 {
    font-weight: 700;
}

footer a {
    text-decoration: none;
    color: inherit;
}
footer a:hover {
    text-decoration: underline;
}

.social-icon-btn {
    width: 36px;
    height: 36px;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    border-radius: 50%;
    background: rgba(255,255,255,.1);
    transition: background .15s ease;
}
.social-icon-btn:hover {
    background: rgba(255,255,255,.25);
}
