@font-face {
    font-family: 'Roboto';
    font-style: italic;
    font-weight: 100;
    src: local('Roboto Thin Italic'), local('Roboto-ThinItalic'), url(https://fonts.gstatic.com/s/roboto/v18/KFOiCnqEu92Fr1Mu51QrEz0dL_nz.woff2) format('woff2');
    unicode-range: U+0460-052F, U+1C80-1C88, U+20B4, U+2DE0-2DFF, U+A640-A69F, U+FE2E-FE2F;
}
/* Core*/
body {
    font-family: 'Roboto Condensed', sans-serif;
    /*font-family: 'Roboto', sans-serif;*/
}
/* disable navbar default tuoitre*/
.sp-sticky-header.clearfix.fixed-top{
    display: none !important;
}

.navbar-nav li {
    margin: 0 10px;
}
.navbar-nav {
    display: -webkit-box;
    overflow: auto;
    width: 100%;
}
.nav-link {
    font-family: 'VL Fonari';
    padding: 5px 0 0 0;
    font-size: 30px !important;
}
.nav-link.active{
    color: #FFC107 !important;
}
.navbar-default{
    border: none !important;
    background: url('./Header.png');
    padding: 0 15px 0 15px !important;
    width: 100%;
    top: 52px !important;
}

.navbar-default .navbar-nav > li {
    float: none;
}

.navbar-default .navbar-nav > li > a {
    font-weight: 500;
    color: rgba(230, 230, 230, 0.75);
    position: relative;
    font-size: 12px;
    cursor: pointer;
    text-transform: uppercase;
}

.navbar-default .navbar-nav > .active > a {
    background-color: unset !important;
    color: #ffffff !important;
}

.navbar-default .navbar-nav > .active > a:after {
    content: '';
    position: absolute;
    width: 100%;
    bottom: 0;
    left: 0;
    height: 4px;
    background: #ff3322;
}

/* width */
::-webkit-scrollbar {
    width: 6px;
    height: 0;
}

/* Track */
::-webkit-scrollbar-track {
    background: rgba(0, 0, 0, 0.3);
}

/* Handle */
::-webkit-scrollbar-thumb {
    background: rgba(0, 0, 0, 0.5);
    -webkit-border-radius: 10px;
    -moz-border-radius: 10px;
    border-radius: 10px;
}

/* Handle on hover */
::-webkit-scrollbar-thumb:hover {
    background: rgba(0, 0, 0, 0.7);
}

/*facebook share button*/
.fb-button{
    cursor: pointer !important;
    background-color: #324D8F;
    border-radius: 4px;
    padding: 5px 15px !important;
    color: white !important;
    display: block;
    text-transform:  unset !important;
    font-size: 13px;
}
.fb-button:hover{
    background-color: #4267b2 !important;
}
.fb-button span{
    width: 15px;
    height: 15px;
    display: inline-block;
    background-image: url(./icon-facebook.png);
    background-position: 0 0;
    background-size: 15px;
    vertical-align: middle;
    margin-right: 10px;
}
/*---------------------------------------------------------*/

.container{
    max-width: 820px !important;
    padding-top: 40px;
}

#navbarText{
    width: 100%;
}

.font-18{
    font-size: 18px;
}
.line-height-30 {
    line-height: 30px;
}
.text-spacing {
    letter-spacing: 1px;
}

.max-width-100{
    max-width: 100%;
}

.paragraph {
    font-size: 18px;
    line-height: 30px;
    letter-spacing: 1px;
}

.img-cover {
    width: 100vw;
    /*height: 100vh;*/
    /*object-fit: cover;*/
    /*object-position: bottom;*/
}
.king{
    margin-bottom: 40px;
}
.img-center-big{
    max-width: 140%;
    margin-left: -20%;
    margin-top: 40px;
}
.background{
    background: url('../images/Background.jpg') !important;
    background-size: cover !important;
    background-position: right bottom !important;
    background-repeat: no-repeat;
}
div[data-index] p{
    font-size: 18px;
    color: #4A4A4A;
    line-height: 21px;
    letter-spacing: 0.25px;
}

.more-posts .card{
    border: none;
    background: none;
    margin-bottom: 20px;
    border-bottom: 1px solid #f1f2f3;
    border-radius: unset;
}
.more-posts a {
    text-decoration: none;
}
.more-posts h3 {
    font-family: 'Roboto';
    font-weight: bold;
    font-size: 24px;
    color: #8A1709;
    padding: 15px 15px 0 15px;
    margin-bottom: 20px;
}
.more-posts .card-title{
    font-family: 'Roboto';
    font-weight: bold;
    font-size: 20px;
    color: #222222;
    letter-spacing: 0.41px;
}