
/* HEADER STYLING */
 body {
     font-family: "BPG Nino Mtavruli Book", sans-serif;
}
.articles-wrapper h5,
.switch-templates .text-center {
    font-weight: bold;
}
#nav-wrapper {
    z-index: 999 !important;
}
.header-wrapper {
     background: rgba(240,230,200,1);
     background: -moz-linear-gradient(-45deg, rgba(240,230,200,1) 0%, rgba(255,255,255,1) 100%);
     background: -webkit-gradient(left top, right bottom, color-stop(0%, rgba(240,230,200,1)), color-stop(100%, rgba(255,255,255,1)));
     background: -webkit-linear-gradient(-45deg, rgba(240,230,200,1) 0%, rgba(255,255,255,1) 100%);
     background: -o-linear-gradient(-45deg, rgba(240,230,200,1) 0%, rgba(255,255,255,1) 100%);
     background: -ms-linear-gradient(-45deg, rgba(240,230,200,1) 0%, rgba(255,255,255,1) 100%);
     background: linear-gradient(135deg, rgba(240,230,200,1) 0%, rgba(255,255,255,1) 100%);
     filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#f0e6c8', endColorstr='#ffffff', GradientType=1 );
}
 .main-title {
     font-size: 25px;
     text-shadow: 0px 0px 0px #201E1F, 0px 0px 0px #201E1F;
     text-align: center;
     font-weight: bold;
}
 .sub-title {
     font-size: 20px;
     text-shadow: 0px 0px 0px #201E1F;
     text-align: center;
     font-weight: bold;
}
 .slogan {
     font-family: "BPG Ucnobi", sans-serif;
     font-size: 20px;
     color: #AA9265;
     text-align: center;

}
 .lang-row {
     justify-content: space-around;
}
 .lang-row a {
     min-width: 35px;
     min-height: 35px;
     line-height: 35px;
     text-align: center;
     border-radius: 50%;
     box-shadow: -1px -1px 1px rgba(32,30,31,0.3);
     color: rgba(32,30,31,1);
     transition: all 0.7s;
}
 .lang-row a:hover, .lang-row a.selected {
     box-shadow: 1px 1px 1px rgba(32,30,31,0.3);
}
 .social-row {
     justify-content: space-around;
}
 .social-row a {
     width: 40px;
     height: 40px;
     background-image: url('../images/sprites-social.png');
     background-repeat: no-repeat;
     transition: all 0.7s;
}
 .social-row a.facebook {
     background-position: 0px 0px;
}
 .social-row a.facebook:hover {
     background-position: 0px -40px;
}
 .social-row a.twitter {
     background-position: -40px 0px;
}
 .social-row a.twitter:hover {
     background-position: -40px -40px;
}
 .social-row a.youtube {
     background-position: -80px 0px;
}
 .social-row a.youtube:hover {
     background-position: -80px -40px;
}
 .btn-dark {
     background-color: #AA9265;
     border: 1px solid #AA9265;
}
 .btn-dark:hover {
     background-color: #887043;
     border: 1px solid #887043;
}
/* NAV STYLING */
 .nav-wrapper {
     background-color: #201E1F;
     padding: 5px;
}
 .nav-link {
     color:#AA9265 !important;
}
 .dropdown-menu {
     border:none;
     border-radius: 0 !important;
     background-color: #201E1F;
}
 .dropdown-item {
     color:#AA9265 !important;
     transition: all 1s;
}
 .dropdown-item:hover {
     background-color: #383838;
}
 .navbar-light .navbar-toggler-icon {
     background-image: none;
     background-color: transparent;
     border:1px solid #AA9265;
     position: relative;
}
 .navbar-light .navbar-toggler-icon:after {
     content: '\2630';
     position: absolute;
     left: 50%;
     top: 50%;
     transform: translate(-50%, -50%);
     color: #AA9265;
}
 .navbar-toggler:not(:disabled):not(.disabled) {
     outline: none;
}
/* Footer styling */
 .footer-wrapper {
     background-color: #AA9265;
     padding: 10px;
     color: #FFDB97 !important;
}
 .page-created {
     font-size: 20px;
     text-transform: capitalize;
}
/* Media Queries Stilig */
 @media only screen and (max-width: 992px) {
     .container {
         max-width: 100%;
    }
}
 @media only screen and (max-width: 768px) {
     .page-logo {
         width: 40% !important;
         display: block;
         margin:auto;
    }
     .main-title, .sub-title, .slogan {
         text-align: center !important;
    }
}
