.btn.btn-primary, a {
    transition: all .2s ease-in-out
}

body {
    padding-top: 80px;
    font-family: Lato,sans-serif
}

main {
    padding: 2rem 0
}

img {
    max-width: 100%
}

a {
    color: #2c86c7
}

    a:hover {
        color: #156ead
    }

h1, h2, h3, h4, h5, h6 {
    font-family: Raleway,sans-serif
}

blockquote {
    color: #999;
    font-size: 1.5rem;
    font-weight: 300;
    margin: 3rem auto;
    width: 80%
}

.navbar-brand small {
    font-family: Lato,sans-serif;
    font-size: 75%;
    font-weight: 400;
    margin-left: .5rem
}

.lead {
    font-size: 1.2rem
}

.btn.btn-primary {
    background-color: #2c86c7;
    border-color: #2c86c7
}

    .btn.btn-primary:hover {
        background-color: #156ead;
        border-color: #156ead
    }

.card .card-img, .card .card-img-top {
    border-bottom-left-radius: 0;
    border-bottom-right-radius: 0
}

.navbar.fixed-top {
    background: #fff;
    border-bottom: 1px solid #ddd;
    font-family: Raleway,sans-serif;
    box-shadow: 0 0 2rem rgba(0,0,0,.15)
}

    .navbar.fixed-top .navbar-nav {
        font-size: .875rem;
        font-weight: 700;
        text-transform: uppercase
    }

        .navbar.fixed-top .navbar-nav .active a {
            color: #2c86c7
        }

    .navbar.fixed-top .navbar-toggler {
        padding: .25rem .5rem
    }

        .navbar.fixed-top .navbar-toggler .navbar-toggler-icon {
            width: 1em;
            height: 1em
        }

@media (max-width:767px) {
    .navbar.fixed-top .container {
        max-width: 100%
    }
}

header {
    background-position: 50% 50%;
    background-size: cover;
    position: relative
}

    header .container {
        padding-top: 7rem;
        padding-bottom: 7rem;
        position: relative
    }

    header h1 {
        font-size: 3.6rem;
        text-transform: uppercase
    }

    header .lead {
        font-size: 1.35rem
    }

    header.has-image {
        color: #eee;
        text-shadow: 1px 1px 1px rgba(0,0,0,.15)
    }

        header.has-image .dimmer {
            background: #000;
            position: absolute;
            top: 0;
            left: 0;
            width: 100%;
            height: 100%;
            opacity: .45
        }

.block {
    padding: 0 0 1.5rem
}

    .block img {
        border-radius: .25rem
    }

    .block.column-block .col-md:not(:last-child) {
        margin-bottom: 1.5rem
    }

    .block.column-block img {
        height: 100%;
        object-fit: cover
    }

    .block.image-gallery-block .carousel {
        border-radius: .25rem;
        overflow: hidden
    }

@media (min-width:768px) {
    .block.column-block .col-md:not(:last-child) {
        margin-bottom: 0
    }
}

.post-meta {
    font-size: .875rem
}

    .post-meta span:not(:last-child)::after {
        content: "\25C6";
        display: inline-block;
        padding: 0 .25rem
    }

.archive article {
    padding-bottom: 1rem
}

.comments .alert {
    background: #f4f4f4;
    padding: 2rem 2.5rem
}

.page-link {
    color: #2c86c7;
    min-width: 2.5rem;
    text-align: center
}
#156ead
    .page-link:hover {
        color: #156ead
    }

.page-item.active .page-link {
    background: #2c86c7;
    border-color: #2c86c7
}









.navbar.fixed-top {
    background: #fff;
    border-bottom: 1px solid #ddd;
    font-family: Raleway,sans-serif;
    box-shadow: 0 0 2rem rgba(0,0,0,.15)
}

a.navbar-brand {
    white-space: normal;
    text-align: center;
    word-break: break-all;
    background: url(../img/logo-text-flat.svg) center no-repeat;
    background-size: contain;
    width: 200px;
    height: 54px;
    margin: 5px 0;
}

/* Provide sufficient contrast against white background */
a {
    color: #0366d6;
}

.btn-primary {
    color: #fff;
    background-color: #1b6ec2;
    border-color: #1861ac;
}

.nav-pills .nav-link.active, .nav-pills .show > .nav-link {
    color: #fff;
    background-color: #1b6ec2;
    border-color: #1861ac;
}

/* Sticky footer styles
-------------------------------------------------- */
html {
    font-size: 14px;
}

@media (min-width: 768px) {
    html {
        font-size: 16px;
    }
}

.border-top {
    border-top: 1px solid #e5e5e5;
}

.border-bottom {
    border-bottom: 1px solid #e5e5e5;
}

.box-shadow {
    box-shadow: 0 .25rem .75rem rgba(0, 0, 0, .05);
}

button.accept-policy {
    font-size: 1rem;
    line-height: inherit;
}

/* Sticky footer styles
-------------------------------------------------- */
html {
    position: relative;
    min-height: 100%;
}

body {
    /* Margin bottom by footer height */
}

.footer {
    bottom: 0;
    width: 100%;
    background: #2c86c7 !important;
    color: rgba(255, 255, 255, 0.7) !important;
    padding: 20px;
}

    .footer h4, .footer ul li a {
        color: #fff;
    }

    .footer ul {
        list-style-type: none;
        margin: 0;
        padding: 0;
    }

        .footer ul li {
            padding: 5px;
        }


.main-container {
    margin-bottom: 200px;
}

@media (max-width: 767px) {
    body, .main-container {
        margin-bottom: 0;
    }

    .footer {
        position: initial;
    }
}
