/*!
 * Start Bootstrap - Modern Business (https://startbootstrap.com/template-overviews/modern-business)
 * Copyright 2013-2017 Start Bootstrap
 * Licensed under MIT (https://github.com/BlackrockDigital/startbootstrap-logomodern-business-nav/blob/master/LICENSE)
 */

body {
  padding-top: 54px;
}

body a:hover{
  color:#e61601;
}

@media (min-width: 992px) {
  body {
    padding-top: 56px;
  }
}

.header{
  border-bottom:solid 2px #e61601;
}

.carousel-item {
  height: 65vh;
  min-height: 300px;
  background: no-repeat center center scroll;
  -webkit-background-size: cover;
  -moz-background-size: cover;
  -o-background-size: cover;
  background-size: cover;
}

.portfolio-item {
  margin-bottom: 30px;
}

.dropdown:hover .dropdown-menu {
  display: block;
}

@keyframes dropdown-item {
  0% {
    transform: translateY(1rem);
    opacity: 0;
  }
  100% {
    transform: translateY(0rem);
    opacity: 1;
  }
}

.dropdown-item {
  -webkit-animation-name: dropdown-item;
  animation-name: dropdown-item;
  animation-duration: 0.4s;
  animation-fill-mode: both;
}

.dropdown-item:hover {
  color: tomato;
}

div.dropdown-menu.nav-item > a:not(:last-child) {
  border-bottom: solid 1px gray;
}

.nav-item {
color:black !important;
font-weight: bold;
}
.c_title{
  text-shadow: 2px 2px #000;
}
.sectionTitle{
  background-color: #e61601;
  color:#fff;
  font-weight: bolder;
  text-transform: uppercase !important;
}

.trending_songs{
  box-shadow: 0 2px 2px 2px lightgray;
}

.list_post{
  margin: 2% 0;
  clear: both;
  overflow: hidden;
}

.photo_thumb{
  width: 100px;
  float: left;
  margin-right: 2%;
  height: 90px;
}

.okela_btn{
  border:solid 1px #e61601;
  color:#e61601;
  box-shadow: 0 1px 1px 1px lightgray;
  font-weight: bold;
}

.okela_btn:hover{
  background-color: #e61601;
  color:#fff;
  border:solid 1px #e61601;
}

.sectionBody{
  box-shadow: 0 2px 2px 2px lightgray;
  margin: 2% 0%;
}

.view_all{
  float:right;
  font-weight: 500;
}

.sectionImage{
  min-height:100px;
  overflow:hidden;
}

.sectionItem{
  max-height: 130px;
}

.slider_image{
  min-height: 100%;
}

.sidebar{
  box-shadow: 0 1px 1px 1px lightgray;
  max-height:1000px;
}

.sidebar_links{
  text-decoration: none;
  color:#000;
}

.social_links{
  font-size: 30pt;
  zoom: 1;
}

.fa-tiktok {
  color: #111111;
  
  filter: drop-shadow(2px 0px 0px #FD3E3E) drop-shadow(-2px -2px 0px #4DE8F4);
}

.no-link-line{
  color:#fff;
}
.no-link-line:hover {
  color: #e61601 !important;
}

.postBody{
  box-shadow: 0 2px 2px 2px lightgray;
}

.related-posts{
  margin: 2% 0;
  border: solid 1px lightgray;
  overflow: hidden;
}
.small-title{
  color: #fff;
  background-color: #e61601;
  padding: 1%;
}

.fa-instagram-square {
  background: radial-gradient(circle at 30% 107%, #fdf497 0%, #fdf497 5%, #fd5949 45%, #d6249f 60%, #285AEB 90%);
  -webkit-background-clip: text;
          /* Also define standard property for compatibility */
          background-clip: text;
  -webkit-text-fill-color: transparent;  
}

.c_icon{
    text-shadow: 2px 2px #000;
}
