.container, .container-fluid, body {
  background-color: #1d2124;
}

.lines {
  height: 3px;
}

.footer-wrapper {
  padding-left: 0;
  padding-right: 0;
  border-top: none;
}

.paddingLR-0 {
  padding-left: 0;
  padding-right: 0;
}

.nav-icon {
  color: white !important;
}

.sidebar-brand-full {
  font-size: 4em;
}

.sidebar-brand-narrow {
  font-size: 2em;
}

.avatar-md {
  width: 4.5rem;
}

.avatar-st {
  width: 8rem;
  font-weight: 600;
  font-size: 14px;
}

p {
  font-size: 17px;
}

h5 {
  font-weight: 600 !important;
  font-size: 18px !important;
}

.justify-text {
  text-align: justify;
}

.cil-media-play, .cil-thumb-up {
  position: relative;
  top: 0.1rem;
}

.project-navbar .container-fluid {
  padding-top: 0.2em;
  padding-bottom: 0.2em;
}
.project-navbar .navbar {
  padding-top: 0;
  padding-bottom: 0;
}
.project-navbar .navbar a {
  color: white !important;
  font-size: 1.125rem;
}

.welcome .carousel .carousel-inner, .welcome .carousel .carousel-item {
  height: 25em;
}
.welcome .carousel .carousel-item img {
  height: 25em;
  -o-object-fit: cover;
     object-fit: cover;
}
.welcome .content .tags {
  position: relative;
  bottom: -1.5rem;
}

.detail .detail-nav .nav-item {
  padding-left: 0.75rem;
  padding-right: 0.75rem;
}
.detail .detail-nav .nav-item a, .detail .detail-nav .nav-item Link {
  color: white;
  font-size: 20px;
  text-transform: uppercase;
}

.story-detail .title-text {
  font-size: 1.5rem;
}
.story-detail .author-text {
  font-size: 1.25rem;
}

.chat_section .narrator-wrapper {
  margin-top: 1rem;
}
.chat_section .narrator-wrapper .narrator {
  padding: 7.5px 10px;
}
.chat_section .narrator-wrapper .dynamic_chat .card-text {
  font-size: 18px;
}

.nav-tabs .nav-link {
  background: transparent;
  color: #999;
  font-size: 16px;
  font-weight: 600;
  border-style: none;
  padding: 0.75rem 2.5rem;
}

.nav-tabs .nav-link.active {
  color: white;
  background-color: transparent;
}

.detail-nav .nav-item .nav-link {
  padding: 0.5rem 0.75rem;
}

.lines {
  margin-bottom: 0 !important;
}

.dynamic-chat-field {
  height: 0;
}

.content-text {
  margin-top: 0.5rem;
}
.content-text .tags {
  margin-right: 0;
  margin-left: 0;
}

.filter-tag {
  margin-top: 0.5rem;
}

.nareta-logo {
  width: 45%;
  margin-top: 6%;
}

#wrapper {
  width: 100%;
  display: flex;
  align-items: center;
  justify-content: center;
  position: relative;
  right: -2.5rem;
  top: -1rem;
}

.navbar-toggle {
  -webkit-tap-highlight-color: transparent;
  transition: transform 400ms;
  -moz-user-select: none;
  -webkit-user-select: none;
  user-select: none;
  cursor: pointer;
  position: inherit;
  z-index: 20;
  top: 1rem;
  right: 1rem;
  background: transparent;
  border: none;
  outline: none;
  padding: 0;
}
.navbar-toggle .line {
  fill: none;
  transition-delay: 400ms, 0;
  transition-property: stroke, stroke-dasharray, stroke-dashoffset;
  transition-timing-function: ease;
  transition-duration: 400ms;
  stroke: #fff;
  stroke-width: 4.5;
  stroke-linecap: round;
}
.navbar-toggle .line.top {
  stroke-dasharray: 40 139;
}
.navbar-toggle .line.bottom {
  stroke-dasharray: 20 180;
  stroke-dashoffset: -20px;
}
.navbar-toggle.active {
  transform: rotate(45deg);
}
.navbar-toggle.active .line {
  stroke: #FFFFFF;
}
.navbar-toggle.active .line.top {
  stroke-dashoffset: -98px;
}
.navbar-toggle.active .line.bottom {
  stroke-dashoffset: -138px;
}
.navbar-toggle:not(.active):hover .line.bottom {
  stroke-dasharray: 40 180;
  stroke-dashoffset: 0px;
}

.navbar-mobile {
  position: fixed;
  width: 100%;
  height: 100%;
  z-index: 2;
  display: none;
  align-items: center;
  justify-content: center;
  top: 0;
  position: fixed;
  left: 0;
}
.navbar-mobile ul {
  width: 100%;
  max-width: 400px;
  list-style: none;
  padding: 0;
  margin: 0;
}
.navbar-mobile ul li {
  opacity: 0;
}
.navbar-mobile ul li a, .navbar-mobile ul li .nav-link {
  color: white;
  text-decoration: none;
  font-size: 25px;
  display: block;
  text-align: left;
  padding: 20px 0;
  font-weight: 600;
  letter-spacing: 2px;
  text-transform: uppercase;
  cursor: pointer;
  transition: all ease 500ms;
  position: relative;
  text-align: center;
  line-height: 7px;
}
.navbar-mobile ul li a:before, .navbar-mobile ul li .nav-link:before {
  position: absolute;
  left: 0;
  top: 50%;
  transform: translate(-50%, -50%);
  font-size: 70px;
  opacity: 0;
  transition: opacity ease 500ms;
}
.navbar-mobile ul li a:hover, .navbar-mobile ul li .nav-link:hover {
  letter-spacing: 3px;
}
.navbar-mobile ul li a:before, .navbar-mobile ul li .nav-link:before {
  opacity: 0.2;
}

#bg-circle {
  transform: scale(0);
  width: 80px;
  height: 80px;
  background: #603267;
  position: fixed;
  top: 0;
  right: 1rem;
  border-radius: 50%;
  z-index: 1;
}

@media (min-width: 576px) {
  .project-navbar .container-fluid {
    padding-top: 0.2em;
    padding-bottom: 0.2em;
  }
  .project-navbar .navbar {
    padding-top: 0;
    padding-bottom: 0;
  }
  .project-navbar .navbar a {
    color: white !important;
    font-size: 1.125rem;
  }
  .welcome .carousel .carousel-inner, .welcome .carousel .carousel-item {
    height: 25em;
  }
  .welcome .carousel .carousel-item img {
    height: 25em;
    -o-object-fit: cover;
       object-fit: cover;
  }
  .welcome .content .tags {
    position: relative;
    bottom: -1.5rem;
  }
  .detail .detail-nav .nav-item {
    padding-left: 3rem;
    padding-right: 3rem;
  }
  .detail .detail-nav .nav-item a, .detail .detail-nav .nav-item Link {
    color: white;
    font-size: 20px;
    text-transform: uppercase;
  }
  .dynamic-chat-field {
    height: 0;
  }
  .nav-tabs .nav-link {
    background: transparent;
    color: #999;
    font-size: 16px;
    font-weight: 600;
    border-style: none;
    padding: 0.75rem 8rem;
  }
  .nav-tabs .nav-link.active {
    color: white;
    background-color: transparent;
  }
  .lines {
    margin-bottom: 0 !important;
  }
  h5 {
    font-weight: 600 !important;
    font-size: 18px !important;
  }
  .nareta-logo {
    width: 30%;
    margin-top: 2%;
  }
  #wrapper-sm {
    width: 100%;
    display: flex;
    align-items: center;
    justify-content: center;
    position: relative;
    right: -1.5rem;
    top: -1rem;
  }
  .navbar-toggle, #toggle-sm {
    -webkit-tap-highlight-color: transparent;
    transition: transform 400ms;
    -moz-user-select: none;
    -webkit-user-select: none;
    user-select: none;
    cursor: pointer;
    position: inherit;
    z-index: 20;
    top: 1rem;
    right: 1rem;
    background: transparent;
    border: none;
    outline: none;
    padding: 0;
  }
  .navbar-toggle .line, #toggle-sm .line {
    fill: none;
    transition-delay: 400ms, 0;
    transition-property: stroke, stroke-dasharray, stroke-dashoffset;
    transition-timing-function: ease;
    transition-duration: 400ms;
    stroke: #fff;
    stroke-width: 4.5;
    stroke-linecap: round;
  }
  .navbar-toggle .line.top, #toggle-sm .line.top {
    stroke-dasharray: 40 139;
  }
  .navbar-toggle .line.bottom, #toggle-sm .line.bottom {
    stroke-dasharray: 20 180;
  }
  .navbar-toggle.active, #toggle-sm.active {
    transform: rotate(45deg);
  }
  .navbar-toggle.active .line, #toggle-sm.active .line {
    stroke: #FFFFFF;
  }
  .navbar-toggle.active.top, #toggle-sm.active.top {
    stroke-dashoffset: -98px;
  }
  .navbar-toggle.active.bottom, #toggle-sm.active.bottom {
    stroke-dashoffset: -138px;
  }
  .navbar-toggle:not(.active):hover .line.bottom, #toggle-sm:not(.active):hover .line.bottom {
    stroke-dasharray: 40 180;
    stroke-dashoffset: 0px;
  }
  .navbar-mobile {
    position: fixed;
    width: 100%;
    height: 100%;
    z-index: 2;
    display: none;
    align-items: center;
    justify-content: center;
    top: 0;
    position: fixed;
    left: 0;
  }
  .navbar-mobile ul {
    width: 100%;
    max-width: 400px;
    list-style: none;
    padding: 0;
    margin: 0;
  }
  .navbar-mobile ul li {
    opacity: 0;
  }
  .navbar-mobile ul li a, .navbar-mobile ul li .nav-link {
    color: white;
    text-decoration: none;
    font-size: 25px;
    display: block;
    text-align: left;
    padding: 20px 0;
    font-weight: 600;
    letter-spacing: 2px;
    text-transform: uppercase;
    cursor: pointer;
    transition: all ease 500ms;
    position: relative;
    text-align: center;
    line-height: 7px;
  }
  .navbar-mobile ul li a:before, .navbar-mobile ul li .nav-link:before {
    position: absolute;
    left: 0;
    top: 50%;
    transform: translate(-50%, -50%);
    font-size: 70px;
    opacity: 0;
    transition: opacity ease 500ms;
  }
  .navbar-mobile ul li a:hover, .navbar-mobile ul li .nav-link:hover {
    letter-spacing: 3px;
  }
  .navbar-mobile ul li a:before, .navbar-mobile ul li .nav-link:before {
    opacity: 0.2;
  }
  #bg-circle-sm {
    transform: scale(0);
    width: 80px;
    height: 80px;
    background: #603267;
    position: fixed;
    top: -3px;
    right: 2rem;
    border-radius: 50%;
    z-index: 1;
  }
}
@media (min-width: 768px) {
  .project-navbar .container-fluid {
    padding-top: 0.2em;
    padding-bottom: 0.2em;
  }
  .project-navbar .navbar {
    padding-top: 0;
    padding-bottom: 0;
  }
  .project-navbar .navbar a {
    color: white !important;
    font-size: 1.125rem;
  }
  .welcome .carousel .carousel-inner, .welcome .carousel .carousel-item {
    height: 25em;
  }
  .welcome .carousel .carousel-item img {
    height: 25em;
    -o-object-fit: cover;
       object-fit: cover;
  }
  .welcome .content .tags {
    position: relative;
    bottom: -1.5rem;
  }
  .detail .detail-nav .nav-item {
    padding-left: 3rem;
    padding-right: 3rem;
  }
  .detail .detail-nav .nav-item a, .detail .detail-nav .nav-item Link {
    color: white;
    font-size: 20px;
    text-transform: uppercase;
  }
  .story-detail .title-text {
    font-size: 1.5rem;
  }
  .story-detail .author-text {
    font-size: 1.25rem;
  }
  .chat_section .narrator-wrapper {
    margin-top: 1rem;
  }
  .chat_section .narrator-wrapper .narrator {
    padding: 7.5px 10px;
  }
  .chat_section .narrator-wrapper .dynamic_chat .card-text {
    font-size: 18px;
  }
  .nav-tabs .nav-link {
    background: transparent;
    color: #999;
    font-size: 16px;
    font-weight: 600;
    border-style: none;
    padding: 0.75rem 8rem;
  }
  .nav-tabs .nav-link.active {
    color: white;
    background-color: transparent;
  }
  .lines {
    margin-bottom: 0 !important;
  }
  .dynamic-chat-field {
    height: 0;
  }
  h5 {
    font-weight: 600 !important;
    font-size: 18px !important;
  }
  .nareta-logo {
    width: 35%;
    margin-top: 2%;
  }
  #wrapper-md {
    width: 100%;
    display: flex;
    align-items: center;
    justify-content: center;
  }
  .navbar-toggle, #toggle-md {
    -webkit-tap-highlight-color: transparent;
    transition: transform 400ms;
    -moz-user-select: none;
    -webkit-user-select: none;
    user-select: none;
    cursor: pointer;
    position: inherit;
    z-index: 20;
    top: 1rem;
    right: 1rem;
    background: transparent;
    border: none;
    outline: none;
    padding: 0;
  }
  .navbar-toggle .line, #toggle-md .line {
    fill: none;
    transition-delay: 400ms, 0;
    transition-property: stroke, stroke-dasharray, stroke-dashoffset;
    transition-timing-function: ease;
    transition-duration: 400ms;
    stroke: #fff;
    stroke-width: 4.5;
    stroke-linecap: round;
  }
  .navbar-toggle .line.top, #toggle-md .line.top {
    stroke-dasharray: 40 139;
  }
  .navbar-toggle .line.bottom, #toggle-md .line.bottom {
    stroke-dasharray: 20 180;
  }
  .navbar-toggle.active, #toggle-md.active {
    transform: rotate(45deg);
  }
  .navbar-toggle.active .line, #toggle-md.active .line {
    stroke: #FFFFFF;
  }
  .navbar-toggle.active.top, #toggle-md.active.top {
    stroke-dashoffset: -98px;
  }
  .navbar-toggle.active.bottom, #toggle-md.active.bottom {
    stroke-dashoffset: -138px;
  }
  .navbar-toggle:not(.active):hover .line.bottom, #toggle-md:not(.active):hover .line.bottom {
    stroke-dasharray: 40 180;
    stroke-dashoffset: 0px;
  }
  .navbar-mobile {
    position: fixed;
    width: 100%;
    height: 100%;
    z-index: 2;
    display: none;
    align-items: center;
    justify-content: center;
    top: 0;
    position: fixed;
    left: 0;
  }
  .navbar-mobile ul {
    width: 100%;
    max-width: 400px;
    list-style: none;
    padding: 0;
    margin: 0;
  }
  .navbar-mobile ul li {
    opacity: 0;
  }
  .navbar-mobile ul li a, .navbar-mobile ul li .nav-link {
    color: white;
    text-decoration: none;
    font-size: 25px;
    display: block;
    text-align: left;
    padding: 20px 0;
    font-weight: 600;
    letter-spacing: 2px;
    text-transform: uppercase;
    cursor: pointer;
    transition: all ease 500ms;
    position: relative;
    text-align: center;
    line-height: 7px;
  }
  .navbar-mobile ul li a:before, .navbar-mobile ul li .nav-link:before {
    position: absolute;
    left: 0;
    top: 50%;
    transform: translate(-50%, -50%);
    font-size: 70px;
    opacity: 0;
    transition: opacity ease 500ms;
  }
  .navbar-mobile ul li a:hover, .navbar-mobile ul li .nav-link:hover {
    letter-spacing: 3px;
  }
  .navbar-mobile ul li a:before, .navbar-mobile ul li .nav-link:before {
    opacity: 0.2;
  }
  #bg-circle-md {
    transform: scale(0);
    width: 80px;
    height: 80px;
    background: #603267;
    position: fixed;
    top: 0;
    right: 3rem;
    border-radius: 50%;
    z-index: 1;
  }
}
@media (min-width: 992px) {
  .project-navbar .container-fluid {
    padding-top: 0.2em;
    padding-bottom: 0.2em;
  }
  .project-navbar .navbar {
    padding-top: 0;
    padding-bottom: 0;
  }
  .project-navbar .navbar a {
    color: white !important;
    font-size: 1.125rem;
  }
  .welcome .carousel .carousel-inner, .welcome .carousel .carousel-item {
    height: 25em;
  }
  .welcome .carousel .carousel-item img {
    height: 25em;
    -o-object-fit: cover;
       object-fit: cover;
  }
  .welcome .content .tags {
    position: relative;
    bottom: -1.5rem;
  }
  .detail .detail-nav .nav-item {
    padding-left: 3rem;
    padding-right: 3rem;
  }
  .detail .detail-nav .nav-item a, .detail .detail-nav .nav-item Link {
    color: white;
    font-size: 20px;
    text-transform: uppercase;
  }
  .dynamic-chat-field {
    height: 15vh;
  }
  h5 {
    font-weight: 600 !important;
    font-size: 18px !important;
  }
}
@media (min-width: 1200px) {
  .project-navbar .container-fluid {
    padding-top: 0.2em;
    padding-bottom: 0.2em;
  }
  .project-navbar .navbar {
    padding-top: 0;
    padding-bottom: 0;
  }
  .project-navbar .navbar a {
    color: white !important;
    font-size: 1.125rem;
  }
  .welcome .carousel .carousel-inner, .welcome .carousel .carousel-item {
    height: 35em;
  }
  .welcome .carousel .carousel-item img {
    height: 35em;
    -o-object-fit: cover;
       object-fit: cover;
  }
  .welcome .content .tags {
    position: relative;
    bottom: -1.5rem;
  }
  .detail .detail-nav .nav-item {
    padding-left: 3rem;
    padding-right: 3rem;
  }
  .detail .detail-nav .nav-item a, .detail .detail-nav .nav-item Link {
    color: white;
    font-size: 20px;
    text-transform: uppercase;
  }
  .stories .stories-content .tag {
    width: 12.6666%;
  }
  .dynamic-chat-field {
    height: 39vh;
  }
  h5 {
    font-weight: 600 !important;
    font-size: 18px !important;
  }
}
@media (min-width: 1400px) {
  .project-navbar .container-fluid {
    padding-top: 0.2em;
    padding-bottom: 0.2em;
  }
  .project-navbar .navbar {
    padding-top: 0;
    padding-bottom: 0;
  }
  .project-navbar .navbar a {
    color: white !important;
    font-size: 1.125rem;
  }
  .welcome .carousel .carousel-inner, .welcome .carousel .carousel-item {
    height: 35em;
  }
  .welcome .carousel .carousel-item img {
    height: 35em;
    -o-object-fit: cover;
       object-fit: cover;
  }
  .welcome .content .tags {
    position: relative;
    bottom: -1.5rem;
  }
  .detail .detail-nav .nav-item {
    padding-left: 3rem;
    padding-right: 3rem;
  }
  .detail .detail-nav .nav-item a, .detail .detail-nav .nav-item Link {
    color: white;
    font-size: 20px;
    text-transform: uppercase;
  }
  .dynamic-chat-field {
    height: 35vh;
  }
  h5 {
    font-weight: 600 !important;
    font-size: 18px !important;
  }
}
