
/* Pull up  */
/*div.pullUp .navbar-nav li a:before {
    position: absolute;
    width: 100%;
    height: 2px;
    left: 0px;
    bottom: 0px;
    content: '';
    background: #f94c3b;
    opacity: 0.3;
    transition: all 0.3s;
}

div.pullUp .navbar-nav li a:hover:before {
    height: 100%;
}*/


/* Pull right  */
/*div.pullRight .navbar-nav li a:before {
    position: absolute;
    width: 2px;
    height: 100%;
    left: 0px;
    top: 0px;
    content: '';
    background: #f94c3b;
    opacity: 0.3;
    transition: all 0.3s;
}

div.pullRight .navbar-nav li a:hover:before {
    width: 100%;
}*/

/* Pull left  */
/*div.pullLeft .navbar-nav li a:before {
    position: absolute;
    width: 2px;
    height: 100%;
    right: 0px;
    top: 0px;
    content: '';
    background: #f94c3b;
    opacity: 0.3;
    transition: all 0.3s;
}

div.pullLeft .navbar-nav li a:hover:before {
    width: 100%;
}*/

.btn.btn-primary, a {
    transition: all .2s ease-in-out
}

body {
    padding-top: 3.5rem;
    font-family: Lato,sans-serif
}

main {
    padding: 2rem 0
}

img {
    max-width: 100%
}

a {
    color: #f94c3b
}

    a:hover {
        color: #f71f0a
    }

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: #f94c3b;
    border-color: #f94c3b
}

    .btn.btn-primary:hover {
        background-color: #e11a07;
        border-color: #e11a07
    }

.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: #f94c3b
}

.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, .navbar.fixed-top .container-fluid {
        max-width: 100%
    }
}

header {
    background-position: 50% 50%;
    background-size: cover;
    position: relative
}

.container, .container-fluid {
    padding: 0;
}

header .container, header .container-fluid {
    padding: 7rem 0;
    position: relative;
    overflow:hidden;
}

.container hr, .container-fluid hr{
    margin:0
}

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);
    margin: 0 0 1.5rem 0;
}

header.has-image .dimmer {
    background: #000;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    opacity: .45
}

.block {
    padding: 1.5rem 0 0 0;
}

.block:first-child {
    padding-top: 0;
}
/*
.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: #f94c3b;
    min-width: 2.5rem;
    text-align: center
}

    .page-link:hover {
        color: #f71f0a
    }

.page-item.active .page-link {
    background: #f94c3b;
    border-color: #f94c3b
}

.dropdown-menu {
    padding: 0;
}

.dropdown:hover > .dropdown-menu {
    display: block;
}

li.nav-item.dropdown {
    width: -webkit-fill-available;
}

/*#navbar li.nav-item a.nav-link {
    padding: 29px;*/
/*border: 1px solid currentColor;*/
/*background-color: #f3f3f3;*/
/*margin: 0 1px;
}

#navbar li.nav-item.active a.nav-link {
    border-color: #f94c3b;
    background-color: #f94c3b;
    color: #fff;
    opacity: 0.8
}

#navbar li.nav-item a.nav-link:hover {
    border-color: #f94c3b;
    background-color: #f94c3b;
    color: #fff;
    opacity: 1
}*/


.page-footer {
    background: #3e3e3e;
    text-align: center;
    color: #fff;
    /*position: fixed;*/
    width: 100%;
    bottom: 0;
}

.page-footer .block {
    padding: 12px 5px 1px;
}

main {
    padding: 0;
}

.col-md:has(img) {
    padding: 0;
}

div.container-fluid .navbar-nav .nav-item,
div.container .navbar-nav .nav-item {
    min-height: 55px;
    height: 0;
    width: 100%;
    margin: auto 5px;
}

div.container .navbar-nav a, div.container-fluid .navbar-nav a {
    color: #f94c3b;
    text-decoration: none;
    font-size: 1em;
    padding: 10px 10px;
    position: relative;
    z-index: 0;
    cursor: pointer;
    height: 100%;
    display: flex;
    align-content: center;
    flex-wrap: wrap;
    min-width: max-content;
}

nav#navbar.navbar.fixed-top {
    min-height: 56px;
}

.navbar.fixed-top .navbar-nav .active a {
    color: #fff;
    background: #f94c3b;
}

div.container .navbar-nav a.dropdown-item, div.container-fluid .navbar-nav a.dropdown-item {
    margin: 0;
    padding: 5px;
}

.dropdown-toggle::after{
    display:none;
}

ul.navbar-nav{
    padding:0
}

a.navbar-brand{
    padding:0px
}

.archive .first-archive-post article header {
    text-align: center !important;
}

@media (max-width: 991.98px) {
    #sticky-wrapper {
        min-height: 65px;
    }
}