@import url('https://fonts.googleapis.com/css?family=Open-Sans&display=swap');

body,html{
    font-family: 'Open-Sans', sans-serif;
    background-color: #ebebeb;
}
.bg-dark {
    background-color: #46300f !important;
}
.bg-dark-menu {
    background-color: #39260b !important;
}
.bg-gradient-end, .bg-gradient-end-small {
    width: 100%;
    height: 50px;
    background-image: linear-gradient(
rgba(255,255,255,0),
    rgba(255,255,255,1));
    margin-top: -48px;
    position: relative;
}
.opacity5 {
    opacity: .5 !important;
}
.font-18 {
    font-size: 18px !important;
}
.font-20 {
    font-size:20px;
}
.bg-blue {
    background:#0870f4 !important;
}
.bg-red {
    background:#f83f02 !important;
}
.d-table {
    display:table !important;
}
.d-table-cell {
    display:table-cell !important;
}
.vertical-align-middle {
    vertical-align: middle;
}
.h-100 {
    height: 100% !important;
}
.anim_f1 {
    -webkit-animation: 2s ease 0s normal forwards 1 fadein;
    animation: 2s ease 0s normal forwards 1 fadein;
}
.anim_f2 {
-webkit-animation: 3s ease 0s normal forwards 1 fadein;
animation: 3s ease 0s normal forwards 1 fadein;
}
.anim_f3 {
-webkit-animation: 4s ease 0s normal forwards 1 fadein;
animation: 4s ease 0s normal forwards 1 fadein;
}

@keyframes fadein{
0% { opacity:0; }
66% { opacity:0; }
100% { opacity:1; }
}

@-webkit-keyframes fadein{
0% { opacity:0; }
66% { opacity:0; }
100% { opacity:1; }
}
.form-control {
    display: block;
    width: 100%;
    height: calc(15px + .75rem + 2px);
    padding: 0.375rem .75rem;
    font-size: 1rem;
    font-weight: 400;
    line-height: 1.5;
    color: #000;
    background-color: #fff;
    background-clip: padding-box;
    border: 0px solid #ced4da;
    border-radius: 0;
    transition: border-color .15s ease-in-out,box-shadow .15s ease-in-out;
}
.logo {
    max-height: 27px;
    margin: -3px 10px 0px 0px;
}
.img-fluid {
    width: 100% !important;
    max-width: 650px !important;
}
.search-img{
    cursor: pointer;
    height: 25px;
}
.nav-link{
    font-size: 16px;
}
.main-background{
    background-color:white;
}
.container {
    max-width: 955px;
}
a{
    color:#181818;
}
.page-item.active .page-link {
    z-index: 1;
    color: #fff;
    background-color: #181818;
    border-color: #181818;
}

.page-link {
    position: relative;
    display: block;
    padding: .5rem .75rem;
    margin-left: -1px;
    line-height: 1.25;
    color:#181818;
    background-color: #fff;
    border: 1px solid #dee2e6;
}
.tags{
    color: #a2a2a2;
    font-size: 13px;
}
.footer-text{
    color: #a2a2a2;
    font-size: 12px;
    font-weight:200 !important;
}

@media (min-width:767px){
    .nav-link{
        font-size: 12px;
    }

.bg-dark-menu {
    background-color: #46300f !important;
}
}