@import url('https://fonts.googleapis.com/css2?family=Sora:wght@100;300;500&display=swap');

html{
    font-size: 20px;
    scroll-behavior: smooth;
    font-family: 'Sora', sans-serif;
}

html, body {
    max-width: 100%;
    overflow-x: hidden;
}

.row.no-pad {
    margin-right:0;
    margin-left:0;
  }
  .row.no-pad > [class*='col-'] {
    padding-right:0;
    padding-left:0;
  }

.navbar-dark{
    font-family: 'Sora', sans-serif;
    font-weight: 300;
    background: #961C1B;
}
.navbar-nav > li{
    padding-left:30px;
    padding-right:30px;
  }
.text-light{
    font-family: 'Sora', sans-serif;
    font-weight: 300;
    color:white;
}
.large-rp{
    font-size: 64px;
}

.medium-rp{
    font-size: 44px;
}

.bg-rp-white{
    background:#fff;
}

.bg-rp-yellow{
    background:#FCD843;
    color:#961C1B;
}
.bg-rp-blue{
    background:#A5E2F8;
    color:#961C1B;
}
.background-color{
    font-family: 'Sora', sans-serif;
    font-weight: 500;
}
.parallax {
    background-attachment: scroll;}
.carousel {
    font-family: 'Sora', sans-serif;
}
.bold {
    font-weight: 700;
}
.card {
    border: none;
}
.regular {
    font-weight: 300;
}
.text-rp-black{
    font-family: 'Sora', sans-serif;
    color:#111;
}

.no-gutter > [class*='col-'] {
    padding-right:0;
    padding-left:0;
}

.text-rp-white{
    font-family: 'Sora', sans-serif;
    color:#fff;
}

.text-amel-red{
    font-family: 'Sora', sans-serif;
    color:#961C1B
}

.rp-default{
    font-family: 'Sora', sans-serif;
    font-weight: 300;
    color: white;
}
.no-padding{
    padding: 0px !important;
   }

.btn-outline-danger, .btn-outline-danger:hover, .btn-outline-danger:active, .btn-outline-danger:visited {
    background-color: #fff !important;
    border-color:#961C1B !important;
    outline-color:#961C1B;
    color: #961C1B !important;
}

/* width */
::-webkit-scrollbar {
    width: 10px !important;;
  }
  
  /* Track */
  ::-webkit-scrollbar-track {
    background: #961C1B;
    width: 10px !important;;
  }
   
  /* Handle */
  ::-webkit-scrollbar-thumb {
    background: #FFF;
    width: 10px !important;;
  }
  
  /* Handle on hover */
  ::-webkit-scrollbar-thumb:hover {
    background: #FFF;
    width: 10px !important;;
  }

div.navbar *::-moz-selection {
    background: none !important;
}
div.navbar *::selection {
    background: none !important;
}
html {
  -moz-user-select: none;
  -webkit-user-select: none;
  -ms-user-select: none;
  -o-user-select: none;
  user-select: none;    
}
.card-rp{
    background: #FFF; 
    font-family: 'Sora', sans-serif;
}

.card-rp-black{
    background: #111; 
    font-family: 'Sora', sans-serif;
    
}

.large{
    font-size:x-large;
}
.align-nav-rp{
    vertical-align: middle;
}

.text-footer{
    background:none;
}

.text-amel-main{
    color:#FFF;
}

.bg-amel-red{
    background:#961C1B;
}

#news-slider {
    margin-top: 80px;
}

.post-slide {
    background: #fff;
    margin: 20px 15px 20px;
    border-radius: 0px;
    padding-top: 1px;
}

.post-slide .post-img {
    position: relative;
    overflow: hidden;
    border-radius: 0px;
    margin: -12px 15px 8px 15px;
    margin-left: -10px;
}

.post-slide .post-img img {
    width: 100%;
    height: auto;
    transform: scale(1, 1);
    transition: transform 0.2s linear;
}

.bnw:not(:hover) {
    filter:grayscale();
    transition: filter 0.2s linear;
}

.post-slide .over-layer {
    width: 100%;
    height: 100%;
    position: absolute;
    top: 0;
    left: 0;
    opacity: 0;
    transition: all 0.50s linear;
}



.post-slide:hover .over-layer {
    opacity: 1;
    text-decoration: none;
}

.post-slide .over-layer i {
    position: relative;
    top: 45%;
    text-align: center;
    display: block;
    color: #fff;
    font-size: 25px;
}

.post-slide .post-content {
    background: #fff;
    border-radius: 0px;
}

.post-slide .post-title a {
    font-weight: bold;
    color: #111;
    display: inline-block;
    transition: all 0.3s ease 0s;
    text-decoration: none;
}

.post-slide .post-title a:hover {
    text-decoration: none;
    color: #961C1B;
}

.post-slide .post-description {
    line-height: 24px;
    color: #808080;
    margin-bottom: 25px;
}

.post-slide .post-date {
    color: #961C1B;
}

.post-slide .post-date i {
    margin-right: 8px;
    color: #961C1B;
}

.post-slide .read-more {
    padding: 7px 20px;
    float: right;
    background: #961C1B;
    color: #ffffff;
    border-radius: 0px;
    text-transform: uppercase;
}

.post-slide .read-more:hover {
    background: #961C1B;
    text-decoration: none;
    color: #fff;
}

.owl-controls .owl-buttons {
    text-align: center;
    margin-top: 20px;
}

.dropdown-menu {
    font-weight:100;
  }

.owl-controls .owl-buttons .owl-prev {
    background: #fff;
    position: absolute;
    top: -13%;
    left: 15px;
    padding: 0 18px 0 15px;
    border-radius: 0px;
    transition: background 0.5s ease 0s;
}

.owl-controls .owl-buttons .owl-next {
    background: #fff;
    position: absolute;
    top: -13%;
    right: 15px;
    padding: 0 15px 0 18px;
    border-radius: 0px;
    transition: background 0.5s ease 0s;
}

.owl-controls .owl-buttons .owl-prev:after,
.owl-controls .owl-buttons .owl-next:after {
    content: "\f104";
    font-family: FontAwesome;
    color: #111;
}

.owl-controls .owl-buttons .owl-next:after {
    content: "\f105";
}