html,
body {
    font-family: "PT Serif";
    color: #282828;
}

a,
span {
    display: inline-block;
}

.btn:not(:disabled):not(.disabled) {
    cursor: pointer;
}

.btn:focus,
.btn:hover {
    text-decoration: none;
}

.btn {
    display: inline-block;
    font-weight: 400;
    text-align: center;
    white-space: nowrap;
    vertical-align: middle;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    border: 0px solid transparent;
    padding: .375rem .75rem;
    line-height: 1.5;
    border-radius: 0;
    transition: color .15s ease-in-out, background-color .15s ease-in-out, border-color .15s ease-in-out, box-shadow .15s ease-in-out;
    font-size: 13px;
    font-style: italic;
    text-transform: uppercase;
}

.btn:focus {
    outline: none;
}

.btn-lg {
    padding: 1.25rem 5.55rem;
}

.btn-danger {
    background-color: #ee4400;
    color: #FFF;
}

.btn-danger:focus {
    box-shadow: 0 0 0 0.2rem rgba(238, 68, 0, .5);
}

.btn-icon {
    background-color: transparent;
    border: none;
}

#toTop {
    color: #282828;
    font-family: Oswald, sans-serif;
    font-size: 14px;
    font-weight: 300;
    width: 64px;
    height: 64px;
    text-align: center;

    position: fixed;
    bottom: 55px;
    right: 15px;
    z-index: 9999;
    display: none;
}

#toTop::before {
    content: "";
    width: 0;
    height: 100%;
    display: inline-block;
    vertical-align: middle;
}

#toTop>span {
    vertical-align: middle;
}

#toTop:hover,
#toTop:focus {
    cursor: pointer;
}

.d-flex {
    display: flex;
}


.flex-wrap {
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
}

.justify-content-between {
    -webkit-justify-content: space-between;
    justify-content: space-between;
}

.justify-content-end {
    -webkit-justify-content: flex-end;
    justify-content: flex-end;
}

.justify-content-center {
    -webkit-justify-content: center;
    justify-content: center;
}

.align-items-center {
    -webkit-align-items: center;
    align-items: center;
}

.form-control {
    display: block;
    width: 100%;
    padding: .375rem .75rem;
    line-height: 1.5;
    background-color: #fff;
    background-clip: padding-box;
    border: 0px solid transparent;
    transition: border-color .15s ease-in-out, box-shadow .15s ease-in-out;
    font-family: Oswald, sans-serif;
    font-size: 14px;
    font-weight: 400;
    text-transform: uppercase;
}

.form-control:focus {
    outline: 0;
    box-shadow: 0 0 0 0.2rem rgba(238, 68, 0, .8);
}

::placeholder {
    color: #e2e2e2;
    opacity: 1;
    /* Firefox */
}

:-ms-input-placeholder {
    /* Internet Explorer 10-11 */
    color: #e2e2e2;
}

::-ms-input-placeholder {
    /* Microsoft Edge */
    color: #e2e2e2;
}

h4 {
    font-size: 18px;
    margin-top: 0;
    margin-bottom: 1em;
}

@media (min-width: 768px) {
    .d-sm-flex {
        display: flex;
    }
    .justify-content-sm-start {
        -webkit-justify-content: flex-start;
        justify-content: flex-start;
    }
    .justify-content-sm-end {
        -webkit-justify-content: flex-end;
        justify-content: flex-end;
    }
}






/*=================================*/

.header {
    padding-top: 30px;
    padding-bottom: 20px;
}

.logo {
    color: rgba(40, 40, 40, .5);
    font-size: 18px;
    font-style: italic;
    line-height: 1;
}

.logo:hover,
.logo:focus {
    text-decoration: none;
    color: rgba(40, 40, 40, .5);
}

.logo__name {
    color: #eb3c00;
    font-family: Oswald, sans-serif;
    font-size: 48px;
    font-weight: 700;
    text-transform: uppercase;
    font-style: normal;
}

.navbar {
    background-color: #282828;
    margin-top: 32px;
}

.navbar-box {
    display: flex;
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-align-items: center;
    align-items: center;
}

.menu {
    padding: 0;
    margin: 0;
    list-style: none;
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
}

.menu__item {
    color: #ffffff;
    font-family: Oswald, sans-serif;
    font-size: 18px;
    font-weight: 400;
    text-transform: uppercase;
    letter-spacing: 0.9px;
}

.menu__item a,
.menu__item a:hover .menu__item a:focus {
    color: inherit;
    text-decoration: none;
}

.menu__item a {
    padding: 24px 18px;
    display: block;
    text-align: center;
}

.menu__item.active a {
    background-color: #eb3c00;
}

.login {
    color: #282828;
    font-size: 13px;
    font-style: italic;
    text-transform: uppercase;
    margin: 0 33px;
}

.login:hover,
.login:focus {
    color: #282828;
}

.login .fas {
    color: #ee4400;
    margin-right: 0.5rem;
}

.form-search {
    margin-left: auto;
    position: relative;
    width: 270px;
    -webkit-order: 1;
    -ms-order: 1;
    order: 1;
}

.form-search__input {
    padding-left: 12px;
    padding-right: 12px;
    line-height: 2.4;
}

.navbar-toggler {
    display: none;
    padding: .5rem 1.2rem;
    background-color: transparent;
    border: none;
    color: #EB3C00;
    font-size: 34px;
}

.form-search__btn {
    padding-left: 12px;
    padding-right: 12px;
    background-color: #FFF;
    color: rgba(40, 40, 40, .6);
    position: absolute;
    top: 0;
    right: 0;
    height: 100%;
    font-size: 18px;
    z-index: 1;
}

.title {
    font-family: Oswald, sans-serif;
}

.post-title {
    font-size: 48px;
    font-weight: 400;
    line-height: 60px;
    margin-top: 24px;
    margin-bottom: 38px;
}

.article {
    font-size: 18px;
    max-width: 73%;
    margin-bottom: 55px;
}

.article p {
    font-size: 24px;
    margin-bottom: 0;
    margin-bottom: 1.75em;
    line-height: 36px;
}

.article ul {
    padding-left: 22px;
}

.recent-news {
    margin-bottom: 30px;
}

.section-title {
    color: #eb3c00;
    font-family: Oswald, sans-serif;
    font-size: 14px;
    line-height: 27px;
    text-transform: uppercase;
}

.news-item {
    margin-bottom: 2rem;
    text-align: center;
}

.news-item__img {
    display: block;
    margin-left: auto;
    margin-right: auto;
    max-width: 100%;
    height: auto;
}

.news-item__title {
    font-family: Oswald, sans-serif;
    font-size: 18px;
    font-weight: 300;
    line-height: 20px;
    color: #282828;
    margin-top: .6em;
    margin-bottom: .6em;
}

.footer {
    padding-bottom: 50vh;
}

@media (max-width: 1200px) {
    .container {
        width: 100%;
    }
    .article {
        max-width: 100%;
    }
}

@media (min-width: 769px) {
    .menu {
        display: flex !important;
    }
}

@media (max-width: 768px) {
    .logo {
        margin-bottom: 30px;
    }
    .navbar-toggler {
        display: inline-block;
    }
    .menu {
        display: none;
        width: 100%;
        padding-top: 10px;
    }
    .navbar {
        padding-top: .7rem;
        padding-bottom: .7rem;
    }
    .post-title {
        font-size: 36px;
        text-align: center;
        line-height: inherit;
    }
    .form-search {
        -webkit-order: 0;
        -ms-order: 0;
        order: 0;
    }
}

@media (max-width: 576px) {
    .form-search {
        width: calc(100% - 60px);
    }
    .logo {
        text-align: center;
    }
    .logo__name {
        display: block;
    }
}