body {
    font-family: "Helvetica Neue",Helvetica,Arial,sans-serif;
    font-size: 18px;
    line-height: 1.42857143;
    color: #333;
    background-color: #fff;
}

.fl-multipost {
    display: flex;
}

/* https://stackoverflow.com/a/29503264/1381443 */
.fl-multipost > * {
    flex: 1 1 0;
}

.fl-fullpost {
    margin: 0px 15px;
}

#inline-svg {
    height: 0;
}

#wand-button {
    z-index: 9999;
    position: absolute;
    right: 10px;
    top: 10px;
    display: flex;
    padding: 2px;
    border-radius: 2px;
}

#wand-button:hover {
    background: #e0e0e0;
}

h1, h2, h3, h4, h5, h6 {
    font-weight: 400;
    line-height: 1.1;
    font-family: inherit;
    color: inherit;
}

.h1, h1 {
    font-size: 36px;
}

.h1, .h2, .h3, h1, h2, h3 {
    margin-top: 20px;
    margin-bottom: 10px;
}

hr.small {
    max-width: 100px;
    margin: 15px auto;
    border-width: 4px;
    border-color: inherit;
    border-radius: 3px;
}

.small, small {
    font-size: 85%;
}

hr {
    margin-top: 20px;
    margin-bottom: 20px;
    border: 0;
    border-top: 1px solid #eee;
    box-sizing: content-box;
    height: 0;
}

.header-row {
    display: flex;
    justify-content: space-evenly;
    align-items: center;
}

.navbar-nav > li > a {
    padding-top: 10px;
    padding-bottom: 10px;
    line-height: 20px;
}

.nav > li > a {
    position: relative;
    display: block;
    padding: 10px 15px;
}

.navbar-toggle {
    display: flex;
}

a {
    color: #337ab7;
    text-decoration: none;
}

a {
    background-color: transparent;
}

a:hover, a:focus {
    color: #0085a1;
}

.navbar {
    position: relative;
    min-height: 50px;
    margin-bottom: 20px;
    border: 1px solid transparent;
}

.navbar-custom {
    min-height: 40px;
    margin-bottom: 15px;
}

.navbar-brand {
    height: 40px;
    padding: 10px 15px;
}

.pager li a:hover, .pager li a:focus {
    color: #FFF;
    background: #0085a1;
    border: 1px solid #0085a1;
}

.pager li>a:focus, .pager li>a:hover {
    text-decoration: none;
    background-color: #eee;
}

.pager li a {
    font-family: 'Open Sans', 'Helvetica Neue', Helvetica, Arial, sans-serif;
    text-transform: uppercase;
    font-size: 14px;
    font-weight: 800;
    letter-spacing: 1px;
    padding: 10px 5px;
    background: #FFF;
    border-radius: 0;
    color: #404040;
}

.navbar-default .navbar-toggle {
    border-color: #ddd;
}

.navbar-custom {
    min-height: 40px;
    margin-bottom: 15px;
}

.navbar-custom {
    background: #F5F5F5;
    border-bottom: 1px solid #EAEAEA;
    font-family: 'Open Sans', 'Helvetica Neue', Helvetica, Arial, sans-serif;
}



.navbar-default {
    background-color: #f8f8f8;
    border-color: #e7e7e7;
}

.navbar-fixed-top {
    top: 0;
    border-width: 0 0 1px;
}


.container-fluid {
    padding-right: 15px;
    padding-left: 15px;
    margin-right: auto;
    margin-left: auto;
}

.nav {
    padding-left: 0;
    margin-bottom: 0;
    list-style: none;
}

.nav>li {
    position: relative;
    display: block;
}
* {
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
}

custom .nav li a {
    font-weight: 800;
    color: #404040;
}
.navbar-custom .nav li a {
    text-transform: uppercase;
    font-size: 16px;
    letter-spacing: 1px;
}

.navbar-custom .navbar-ponder-brand, .navbar-custom .nav li a {
    font-weight: 800;
    color: #404040;
}

.navbar-ponder {
    display: flex;
    justify-content: space-between;
    align-items: center;
}

.intro-header {
    position: relative;
}

.container {
    padding-right: 15px;
    padding-left: 15px;
    margin-right: auto;
    margin-left: auto;
    /* AB Otherwise footer is vertically misaligned */
    margin-top: -4px;
}

.header-row {
    display: flex;
    justify-content: space-evenly;
    align-items: center;
}

.navbar-fixed-bottom .navbar-collapse, .navbar-fixed-top .navbar-collapse {
    max-height: 340px;
}

footer {
    padding: 0 0 16px 0;
    background: #F5F5F5;
    border-top: 1px #EAEAEA solid;
    margin-top: auto;
    font-size: 14px;
}

footer a {
    color: #404040;
}

footer .copyright {
    font-family: 'Open Sans', 'Helvetica Neue', Helvetica, Arial, sans-serif;
    text-align: center;
    margin-bottom: 0;
}

footer .theme-by {
    text-align: center;
    margin: 10px 0 0;
}

.text-muted {
    color: #777;
}


@media only screen and (min-width: 768px) {
    .navbar-custom {
        padding: 20px 0;
    }

    .navbar-nav {
        float: left;
        margin: 0;
    }

    .navbar-nav>li {
        float: left;
    }

    .navbar-nav > li > a {
        padding-top: 10px;
        padding-bottom: 10px;
    }

    .navbar-toggle {
        display: none;
    }

    .navbar-collapse {
        padding-right: 0;
        padding-left: 0;
    }

    .navbar-collapse.collapse {
        display: block!important;
        height: auto!important;
        padding-bottom: 0;
        overflow: visible!important;
    }

    .navbar-collapse {
        width: auto;
        border-top: 0;
        -webkit-box-shadow: none;
        box-shadow: none;
    }

    footer .copyright {
        font-size: 16px;
    }

}

@media (min-width: 1200px) {

    .col-lg-offset-2 {
        margin-left: 16.66666667%;
    }

    .col-lg-8 {
        width: 66.66666667%;
    }

}
