body {
    background-color: #22475E;
  scroll-behavior: smooth;
}

nav {
    box-shadow: 0 2px 5px 0 rgba(0,0,0,.16),0 2px 10px 0 rgba(0,0,0,.12);
}

.fakeimg-profile {
    position: relative;
    margin: 0 auto;
    width: 100%;
	height: 100%;
}

.custom-dark {
    color: #FFFFFF;
    background-color: #004d40;
}

.nav-item a {
    color: #FFFFFF;
    padding-left: 10px;
}

.fas, .far {
	width : 30px;
}

.fakeimg-profile img {vertical-align: middle;}

/* Place text in the middle of the image */
.hero-text {
    position: absolute;
    top: 2%;
    bottom: 0;
    background: rgb(0, 0, 0); /* Fallback color */
    background: rgba(0, 0, 0, 0.5); /* Black background with 0.5 opacity */
    color: #f1f1f1;
    padding-left: 10px;
    padding-right: 10px;
    text-align:center;
}

hr { 
    height:3px; 
    border:none; 
    color:rgb(60,90,180); 
    background-color:rgb(60,90,180); 
}

.crop {
    overflow: hidden;
}

.card-header {
    color: #FFFFFF;
	font-size: 14px;
}

.card {
    margin-bottom : 15px;
    box-shadow: 0 2px 5px 0 rgba(0,0,0,.16),0 2px 10px 0 rgba(0,0,0,.12);
    border-radius: 20px;
}

.card-title {
    margin-top: 10px;
}

.card-title a {
    color: #FFFFFF;
}

.hero-text1 a {
  border: none;
  outline: 0;
  display: inline-block;
  padding: 5px 20px;
  margin-right:5px;
  color: #FFFFFF;
  text-align: center;
  cursor: pointer;
}

#scroll {
    position:fixed;
    left:10px;
    bottom:10px;
    cursor:pointer;
    width:50px;
    height:50px;
    background-color:#3498db;
    text-indent:-9999px;
    display:none;
    -webkit-border-radius:60px;
    -moz-border-radius:60px;
    border-radius:60px
}
#scroll span {
    position:absolute;
    top:50%;
    left:50%;
    margin-left:-8px;
    margin-top:-12px;
    height:0;
    width:0;
    border:8px solid transparent;
    border-bottom-color:#ffffff;
}
#scroll:hover {
    background-color:#e74c3c;
    opacity:1;filter:"alpha(opacity=100)";
    -ms-filter:"alpha(opacity=100)";
}

ul {
    list-style-type: none;
}

ul li {
    display: inline;
}

ul li .time {
    width: 200px;
    font-style: bold;
}

section.videowrapper {
    position: relative;
    height: 0;
    padding-bottom: 56.25%;
    margin-bottom: 10px;
    background: #000;
}

.videowrapper iframe,.videowrapper video {
    position: absolute;
    height: 100%;
    width: 100%;
    top: 0;
    left: 0;
}

h1.play-video {
    text-transform: capitalize;
    text-align: center;
    color: #ff5733;
}

/** Use .sticky */

.ytvideo .is-sticky,.videoTag .is-sticky{
    position: fixed;
    right: 3px;
    bottom: 3px;
    top: auto;
    left: auto;
    max-width: 280px;
    max-height: 158px;
    width: 280px;
    height: 158px;
    z-index: 99999;
    -webkit-animation-name: fadeInUp;
    animation-name: fadeInUp;
    -webkit-animation-duration: 1s;
    animation-duration: 1s;
    -webkit-animation-fill-mode: both;
    animation-fill-mode: both;
}

@-webkit-keyframes fadeInUp {
    0% {
        opacity: 0;
        -webkit-transform: translate3d(0, 100%, 0);
        transform: translate3d(0, 100%, 0);
    }
    100% {
        opacity: 1;
        -webkit-transform: none;
        transform: none;
    }
}

@keyframes fadeInUp {
    0% {
        opacity: 0;
        -webkit-transform: translate3d(0, 100%, 0);
        transform: translate3d(0, 100%, 0);
    }
    100% {
        opacity: 1;
        -webkit-transform: none;
        transform: none;
    }
}

section.main-wrapper {
    max-width: 760px;
    margin: 0 auto;
}

.close-button {
    position: fixed;
    box-sizing: border-box;
    display: block;
    right: 24px;
    bottom: 175px;
    top: auto;
    left: auto;
    -webkit-animation-name: fadeInUp;
    animation-name: fadeInUp;
    -webkit-animation-duration: 1s;
    animation-duration: 1s;
    -webkit-animation-fill-mode: both;
    animation-fill-mode: both;
    display: none;
    z-index: 99999;
}

.close-button:before,
.close-button:after {
    width: 20px;
    height: 5px;
    transform: rotate(-45deg);
    content: '';
    position: absolute;
    top: 50%;
    left: 50%;
    display: block;
    background-color: #4F2121;
    transition: all 0.2s ease-out;
}

.close-button:after {
    transform: rotate(45deg);
}

.close-button:hover:after {
    transform: rotate(-45deg);
}

.close-button:hover:before {
    transform: rotate(45deg);
}

.gradient-overlay {
    position: fixed;
    right: 3px;
    bottom: 3px;
    top: auto;
    left: auto;
    max-width: 280px;
    max-height: 158px;
    width: 280px;
    height: 158px;
    opacity: .01;
    background: #000;
    z-index: 99999;
    display: none;
}

i.fa.fa-arrows-alt {
    position: fixed;
    right: 8px;
    bottom: 5px;
    top: auto;
    left: auto;
    color: #fff;
    z-index: 99999;
    cursor: pointer;
    display: none;
}

@media only screen and (max-width:1023px) {
    section.main-wrapper {
        width: 90%;
    }
    section.level {
        height: 150px;
        margin-bottom: 50px;
    }
}

@media screen and (max-width: 600px) {
   p, .otherInformation, .table td, .listOfSongs, .jumbotron {
         font-size: 13px;
     }
     
    .hero-text {
        top: 0;
    }
    
    .hero-text1 a {
        font-size: 13px;
        padding: 8px 20px;
    }
    
    .card-title {
        font-size: 16px;
    }
    
    .card-header {
        font-size: 15px;
    }
    
    .hero-text h6 {
        font-size: 14px;
    }
    
    .fakeimg-profile img {
        height: 300px;
    }
}

.card-header, .card, .card-footer, .card-body {
    -webkit-border-radius: 0;
    -moz-border-radius: 0;
    -o-border-radius: 0;
    border-radius: 0;
    border: 0;
    border: none !important;
}

.wrapper-flexbox {
  display: -webkit-box;
  display: flex;
  flex-wrap: nowrap;
  overflow-x: scroll;
  overflow-y: hidden;
  scrollbar-base-color:#ffeaff;
  height: 600px;
  width: 102.5%;
  margin-bottom: 10px;
  -webkit-overflow-scrolling: touch;
  border-radius: 5px;
}
.wrapper-flexbox .col-sm {
  -webkit-box-flex: 0;
          flex: 0 0 auto;
}

.col-sm {
  width: 33.3%;
  height: 0px;
  border-radius: 5px;
}

.wrapper-flexbox::-webkit-scrollbar {
  display: none;
}

.w3-container {
    width: 100%;
    height: 280px;
	overflow-y: scroll;
}

.card {
    border-radius: 5px;
}

.card-header {
    font-size: 15px;
	white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
 }
 
 @media screen and (max-width: 1024px) and (min-width: 768px) {
	 .col-sm {
		  width: 60%;
		  height: 0px;
	}
	
	.wrapper-flexbox {
	    height: 500px;
	}
	
	.w3-container {
		height: 250px;
	}
	
	.card-text, .otherInformation {
	    font-size:12px;
	}
	
	.otherInformation {
	    height: 500px;
	    overflow-y: scroll;
	}
 }
 
 @media screen and (max-width: 600px) {
	 .col-sm {
		  width: 60%;
		  height: 0px;
	}
	
	.wrapper-flexbox {
	    height: 500px;
	}
	
	.w3-container {
		height: 250px;
	}
 }
 
  @media screen and (max-width: 350px) {
	 .col-sm {
		  width: 80%;
		  height: 0px;
	}
	
	.wrapper-flexbox {
	    height: 380px;
	}
	
	.w3-container {
		height: 250px;
	}
 }
 
 @media screen and (max-width: 740px) and (min-width: 360px) {
	 .wrapper-flexbox {
	    height: 400px;
	}
	
	.col-sm {
		  width: 80%;
		  height: 0px;
	}
 }
 
  @media screen and (max-width: 320px) and (min-width: 240px) {
	 .card-text, .otherInformation {
	    font-size:10px;
	}
	
	#follow a {
		font-size:10px;
	}
 }
 
 .fa {
  padding: 20px;
  font-size: 30px;
  width: 30px;
  text-align: center;
  text-decoration: none;
  margin: 5px 2px;
  border-radius: 50%;
}

.fa:hover {
    opacity: 0.7;
}

.fa-facebook {
  background: #3B5998;
  color: white;
}

.fa-twitter {
  background: #55ACEE;
  color: white;
}

.fa-google {
  background: #dd4b39;
  color: white;
}

.fa-linkedin {
  background: #007bb5;
  color: white;
}

.fa-youtube {
  background: #bb0000;
  color: white;
}

.fa-instagram {
  background: #125688;
  color: white;
}

.fa-pinterest {
  background: #cb2027;
  color: white;
}

.fa-snapchat-ghost {
  background: #fffc00;
  color: white;
  text-shadow: -1px 0 black, 0 1px black, 1px 0 black, 0 -1px black;
}

.fa-skype {
  background: #00aff0;
  color: white;
}

.fa-android {
  background: #a4c639;
  color: white;
}

.fa-dribbble {
  background: #ea4c89;
  color: white;
}

.fa-vimeo {
  background: #45bbff;
  color: white;
}

.fa-tumblr {
  background: #2c4762;
  color: white;
}

.fa-vine {
  background: #00b489;
  color: white;
}

.fa-foursquare {
  background: #45bbff;
  color: white;
}

.fa-stumbleupon {
  background: #eb4924;
  color: white;
}

.fa-flickr {
  background: #f40083;
  color: white;
}

.fa-yahoo {
  background: #430297;
  color: white;
}

.fa-soundcloud {
  background: #ff5500;
  color: white;
}

.fa-reddit {
  background: #ff5700;
  color: white;
}

.fa-rss {
  background: #ff6600;
  color: white;
}

#follow {
    display: inline-block;
    color: white;
    font-weight: 500;
    font-size: 1.25rem;
    background: #549DA0;
    border: none;
    border-radius: 5px;
    padding: 8px 16px;
    cursor: pointer;
    min-width: 160px;
}
#follow:hover {
    background: #468486;
}

.submenu {
    left: 50%;
    display:none;
    transform: translate(-50%, 0);
    text-align:center;
    position: absolute;
    background-color: #549DA0;
    min-width: 160px;
    border-radius: 5px;
    box-shadow: 0px 8px 16px 0px rgba(0,0,0,0.2);
}
.submenu a {
    color: white;
    padding: 12px 16px;
    text-decoration: none;
    display: block;
}
.submenu a:hover {
    background-color: #468486;
}

@media screen and (max-width: 480px) {
    #follow {
        display: block;
        font-size: 1.125rem;
    }

    .submenu {
        width: 100%;
        position: relative;
    }
}  

.opaqueLayer {
	position: fixed;
	top: 0;
	right: 0;
	bottom: 0;
	left: 0;
	height: 100%;
	width: 100%;
	margin: 0;
	padding: 0;
	background: #000000;
	opacity: .8;
	filter: alpha(opacity=80);
	-moz-opacity: .8;
	display: none;
	z-Index: 99997;
}

.questionLayer {
	position:fixed;
	top: 32%;
	left: 32%;
	width: 250px;
	height: 20px;
	color: #ffffff;
	text-align: center;
	vertical-align: middle;
	font-family: Verdana;
	font-size: 12pt;
	font-weight: bold;
	margin: 5em;
	display: none;
	z-Index: 99999;
	white-space: nowrap;
}

.ivloader {
	position:fixed;
	top: 30%;
	left: 45%;
	margin: 0 auto;
	display: none;
	z-Index: 99999;
	text-align: center;
}

.loader {
	border: 16px solid #f3f3f3;
  	border-radius: 50%;
  	border-top: 16px solid #3498db;
	width: 150px;
	height: 150px;
  	-webkit-animation: spin 2s linear infinite; /* Safari */
  	animation: spin 2s linear infinite;
	background: #fff;
}

/* Safari */
@-webkit-keyframes spin {
  0% { -webkit-transform: rotate(0deg); }
  100% { -webkit-transform: rotate(360deg); }
}

@keyframes spin {
  0% { transform: rotate(0deg); }
  100% { transform: rotate(360deg); }
}