@import url(https://fonts.googleapis.com/css?family=Poppins:400,600,700&Space+Mono);



/* --- property of colours --- */
@property --bkgr-color {
  syntax: "<color>";
  inherits: false;
  initial-value: #f0ece7;
}
@property --blue-color {
  syntax: "<color>";
  inherits: false;
  initial-value: #0f52d2; 
}
@property --blue-2-color {
  syntax: "<color>";
  inherits: false;
  initial-value: #007fc1; 
}
@property --yellow-1-color {
  syntax: "<color>";
  inherits: false;
  initial-value: #f0cc3c; /* faaf41 f7c249 f0cc3c*/
}
@property --yellow-2-color {
  syntax: "<color>";
  inherits: false;
  initial-value: #f7c249; /* faaf41 f7c249 f0cc3c*/
}
@property --yellow-3-color {
  syntax: "<color>";
  inherits: false;
  initial-value: #faaf41; /* faaf41 f7c249 f0cc3c*/
}
@property --red-color {
  syntax: "<color>";
  inherits: false;
  initial-value: #fb5055;
}

html {
  font-family: sans-serif;
  line-height: 1.15;
  font-size: 16px!important;
}

body {
  font-family: 'Poppins'!important;
  min-height: 100vh;
  font-size: 16px!important;
  background-color: var(--bkgr-color)!important;
  /*padding-top: 80px;*/
}

p {
  font-family: inherit;
  font-size: 1rem;
  margin-top: 0;
  margin-bottom: 30px;
}

h1, h2, h3, h4, h5 {
  font-weight: 700!important;
}
h1 {
  font-size: 1.5rem;
  margin-top: 1.5rem!important;
  margin-bottom: 1.5rem!important;
  text-align: center!important;  
}
h2 {
  font-size: 1.35rem!important;
  margin-top: 1.5rem!important;
  margin-bottom: 1.5rem!important;
}
h3 {
  font-size: 1.25rem!important;
  margin-top: 1.5rem!important;
  margin-bottom: 1.5rem!important;
}
h5 {
  /*font-size: 1.1rem!important;*/
}

a {
  text-decoration: none!important;
  color: var(--blue-color)!important;
}
a:hover {
  text-decoration: none;
  color: var(--red-color)!important;
}
ul li::marker {
  color: var(--yellow-color);
}
 /* -- images -- */
img.responsive {
  width: 100%;
  height: auto;
 }

.row.full-width-img-container .col{
  padding-left: 0;
  padding-right: 0;
}

.main-banner-wrapper img {
  display: block;
}

/* -- Header -- */
.siteHeader {
  background-color: #1f1c1a;
  color: #878481;
  /*position: fixed;*/
  width: 100%;
  top: 0;
}

.siteHeader__logo {
  margin: 0 10px;
  padding: 0;
  height: 70px;
  width: auto;
}
.nav-pills.siteNav__pills {
  --bs-nav-pills-border-radius: 9999px!important;
}

.nav-item.siteNav__item {
  width: 200px !important;
  text-align: center;
}
.nav-link.siteNav__link {
  font-size: 1.25rem;
  font-weight: 700;
  line-height: 2;
  margin: 0 1rem;
}
.siteNav__link:first-of-type {
  background-color: var(--yellow-1-color)!important;
  
}
.siteNav__link:nth-of-type(2) {
  background-color: var(--red-color)!important;
}

/* -- base.html -- */
.siteContent_wrapper {
  margin-top: 0!important; /*1.5rem!important;*/
  margin-bottom: 1.5rem!important;
  background-color: var(--bkgr-color)!important;
}

/* -- homepage -- */

.top-section {
  background-color: var(--red-color);
  position: relative;
  text-align: center;
}

.circle-cta {
  width: 200px;
  height: 200px;
  background: radial-gradient(circle, #f24f68, #ed3d3d);
  border-radius: 50%;
  color: white;
  font-weight: bold;
  position: absolute;
  left: 50%;
  transform: translateX(-50%) translateY(-25%);
  display: flex;
  align-items: center;
  justify-content: center;
  text-align: center;
  padding: 10px;
  font-size: 1.75rem;
  z-index: 20;
}
#branding-section, #branding-section-2 {
  background: linear-gradient(to bottom, var(--yellow-1-color) 0 30%, transparent 30% 100%);
}

.branding-bkgr {
  position: relative;
  object-fit: cover;
  object-position: center center;
  width: 100%;
  height: 100%;
}
.branding-body {
  position: absolute;
  padding: 10px;
  top: 15px;
  color: white;
}

footer .footer_text p {
  font-size: 0.8rem!important;
}
/* -- story index page --*/
.search-wrapper {
  margin: 2.5rem 0 2.5rem 0;
}
/*
.filter_wrapper {
  margin-top: 0;
  margin-bottom: 3rem;
}
.filter_wrapper button.btn{
  background-color: var(--blue-2-color);
  color: white;
}
*/
/* -- story's cards -- */
.card .card-title-wrapper-fixed-height {
  height: 68px;
}
.card .card-title{
  color: black;
  font-weight: 600!important;
}
.card .card-title.card-title-truncate {
  overflow: hidden;
  text-overflow: hidden;
  display: -webkit-box;
  -webkit-line-clamp: 2; /* Number of lines to display before truncation */
  -webkit-box-orient: vertical;
}
a.btn.btn-primary {
  background-color: var(--blue-color);
  color: white!important;
}
/* --- storypage css --- */
.selected-story, .related-stories {
  margin-top: 2.5rem;
  margin-bottom: 2.5rem;
}
.story-selected-info {
  background-color: #FF9!important;
  width: 100%;
  border-radius: 0!important;
}
.story-tags {
  text-transform: uppercase;
}
.story-tags .badge {
  font-size: 0.9!important;
  border-radius: 0!important;
  background-color: var(--blue-color)!important;
}
.story-tags .tags a {
  text-decoration: none;
  font-size: 0.9rem;
  color: var(--blue-color)!important;
  margin-right: -4px;
}
.story-tags .tags a:hover {
  text-decoration: none;
  font-size: 0.9rem;
  color: var(--red-color)!important;
  margin-right: -4px;
}
.story-tags .tags a:not(:first-child):before {
  /*display: inline-block;*/
  margin-right: 5px;
  margin-left: 5px;
  content: ".";
}

.social-share {
  /*margin-top: 2rem;*/
  padding: 1rem 0;
  text-align: right;
}

.share-label {
  margin-bottom: 0.5rem;
  font-weight: 600;
}

.share-btn {
  display: inline-block;
  margin: 4px 8px 4px 0;
  padding: 8px 14px;
  border-radius: 4px;
  color: white;
  text-decoration: none;
  font-weight: bold;
  transition: background-color 0.3s ease;
}

.share-btn i {
  margin-right: 6px;
}

.share-btn.facebook   { background-color: #3b5998; }
.share-btn.twitter    { background-color: #1da1f2; }
.share-btn.whatsapp   { background-color: #25d366; }
.share-btn.linkedin   { background-color: #0077b5; }

.share-btn.email {
  background-color: #6c757d;
}

.share-btn.copy {
  background-color: #444;
}

.share-btn:hover {
  opacity: 0.85;
}

