body {
  background: #221f1f;
  color: rgb(230, 230, 230);
  /* color: rgba(255, 217, 0, 0.9); */
  font-family: 'Montserrat', sans-serif;
  font-size: 15px;
  font-weight: 250;
  line-height: 20px;
  letter-spacing: 0.02em;
  overflow-x: hidden;
  margin: 0 auto;
  padding: 0;
  -moz-box-sizing: border-box;
  -ms-box-sizing: border-box;
  -o-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}

h1, h2, h3, h4, h5, h6 {
  margin: 0;
}

h1 {
  text-shadow: 2px 3px 1px rgba(0, 0, 0, 0.44);
  color: #c7c7c7;
}

h2 {
  /* color: rgba(255, 217, 0, 0.61); */
  color: #c7c7c7;
  text-shadow: 2px 3px 1px rgba(0, 0, 0, 0.44);
  font-weight: 600;
}

h4 {
  color: #c7c7c7;
  font-size: 14px;
  font-weight: 600;
}

a {
  color: #fff;
  font-size: 1.1rem;
  text-decoration: none !important;
  -moz-transition: all 0.5s ease-in-out 0s;
  -ms-transition: all 0.5s ease-in-out 0s;
  -o-transition: all 0.5s ease-in-out 0s;
  -webkit-transition: all 0.5s ease-in-out 0s;
  transition: all 0.5s ease-in-out 0s;
}

a:hover {
  -moz-transition: all 0.5s ease-in-out 0s;
  -ms-transition: all 0.5s ease-in-out 0s;
  -o-transition: all 0.5s ease-in-out 0s;
  -webkit-transition: all 0.5s ease-in-out 0s;
  transition: all 0.5s ease-in-out 0s;
}

a:hover, a:focus {
  color: white;
  text-decoration: underline;
}

p {
  margin: 5px 0 25px 0;
  padding: 0;
  font-size: 15px;
  line-height: 28px;
  text-shadow: 1px .5px .5px rgba(128, 128, 128, 0.5);
}

::-moz-selection {
  background: #b8a07e;
  color: #fff;
}

::selection {
  background: #b8a07e;
  color: #fff;
}

.btn {
  background: #333;
  border: medium none;
  border-radius: 0;
  color: #fff;
  font-size: 12px;
  height: 50px;
  line-height: 50px;
  padding: 0 30px;
  text-transform: uppercase;
}

.btn:hover, .btn:focus {
  color: #fff;
}

.ion-navicon-round {
  color: rgba(255, 217, 0, 0.65);
}

.padDiv {
  padding: 30px 20px;
}

.section-title {
  margin-bottom: 20px;
}

.section-title h2 {
  font-size: 25px;
  letter-spacing: 2px;
  text-transform: uppercase;
}

.form-control {
  background-color: transparent;
  border: 1px solid #999;
  border-radius: 0;
  color: #c7c7c7;
  font-size: 12px;
  font-weight: 500;
  height: 50px;
  letter-spacing: 0.1em;
  padding-left: 10px;
  margin: 0 0 25px 0;
  line-height: 14px;
  text-transform: uppercase;
}

.form-control:focus {
  box-shadow: none;
  outline: 0 none;
}

.paddsection {
  padding-top: 15px;
  padding-bottom: 40px;
}

.paddsections {
  padding-top: 90px;
  padding-bottom: 90px !important;
}

.hvr-shutter-in-horizontal::before {
  background: #333;
}

.hvr-shutter-in-horizontal:hover {
  background: #b8a07e;
}

.mb-30 {
  margin-bottom: 30px;
}

/*-----------------------------------------------------------------------------------*/
/*  Navbar Top
/*-----------------------------------------------------------------------------------*/

nav {
  position: fixed;
  background: rgba(0, 0, 0, 0.98);
  /* background: rgba(255, 217, 0, 0.377); */
  z-index: 1000;
  width: 100%;
  padding: 20px;
  display: none;
  -webkit-box-shadow: 0px 2px 92px 0px rgba(0, 0, 0, 0.18);
  -moz-box-shadow: 0px 2px 92px 0px rgba(0, 0, 0, 0.18);
  box-shadow: 0px 2px 92px 0px rgba(0, 0, 0, 0.18);
}

.nav-menu {
  float: right;
  line-height: 10px;
  margin-bottom: 0;
  padding-top: 16px;
}

nav ul li {
  float: left;
  margin-right: 10px;
  font-family: 'Montserrat', sans-serif;
  font-size: 14px;
  margin-left: 20px;
}

nav ul li a {
  padding: 2px 0 0 0;
  position: relative;
  display: block;
  font-size: 14px;
  color: rgba(255, 217, 0, 0.65);
  font-family: 'Montserrat', sans-serif;
  letter-spacing: 0.1em;
  font-weight: 500;
  line-height: 16px;
  text-transform: uppercase;
  letter-spacing: 0.02em;
  text-transform: capitalize;
  -moz-transition: all 0.5s ease-in-out 0s;
  -ms-transition: all 0.5s ease-in-out 0s;
  -o-transition: all 0.5s ease-in-out 0s;
  -webkit-transition: all 0.5s ease-in-out 0s;
  transition: all 0.5s ease-in-out 0s;
}

.logo {
  float: left;
}

.logo img {
  width: 100px;
  height: 50px;
}

.responsive {
  display: none;
  font-size: 23px;
}

.active {
  color: #afafaf;
}

/*----------------------------------------------------------------------------------*/
/*  Header
/*-----------------------------------------------------------------------------------*/

#header {
  background: url("../images/mishel-media-1.jpg") repeat scroll center center / cover;
  height: 100vh;
  width: 100%;
  font-family: 'Montserrat', sans-serif;
}


#header .header-content {
  height: 100vh;
  text-align: left;
  width: 100%;
  display: flex;
  justify-content: center;
  flex-direction: column;
}

.header-content h1 {
  font-size: 48px;
  font-weight: 400;
  margin-bottom: 10px;
  text-transform: uppercase;
  color: #fff;
}

.header-content p {
  font-size: 20px;
  letter-spacing: 5px;
  margin-top: 0;
  margin-bottom: 30px;
  text-transform: capitalize;
  color: #fff;
  font-weight: 500;
}

.header-content .list-social li {
  float: left;
  margin-right: 20px;
}

.header-content .list-social li i {
  color: #fff;
  font-size: 20px;
}

/*-----------------------------------------------------------------------------------*/
/*  Aout-us
/*-----------------------------------------------------------------------------------*/

#about {
  width: 100%;
  height: auto;
  background: #221f1f;
  padding-top: 5px;
}

#about .div-img-bg {
  padding-bottom: 30px;
  border: 20px solid #c7c7c760;
}

#about .div-img-bg .about-img img {
  width: 100%;
  box-shadow: 0px 0px 85px 0px rgba(0, 0, 0, 0.14);
  margin-top: -60px;
  margin-left: 40px;
  height: 400px;
  object-fit: cover;
}

#about .about-descr .p-heading {
  font-family: 'Montserrat', sans-serif;
  font-size: 28px;
  text-align: left;
}

#about .about-descr .separator {
  max-width: 80%;
  margin-bottom: 0;
  text-align: left;
}

.bold-about-me {
  font-family: 'Montserrat', sans-serif;
  font-weight: 700 !important;
  color: white;
}

/* Musician */

#musician {
  position: relative;
  padding-bottom: 10px;
}

#musician .container {
  margin-bottom: 0px;
  padding-bottom: 5px;
  margin-top: 0px;
  padding-top: 5px;
}

#musician .musician-list .nav li:hover, #musician .musician-list .nav li.filter-active  {
  color: #b8a07e;
  -moz-transition: all 0.5s ease-in-out 0s;
  -ms-transition: all 0.5s ease-in-out 0s;
  -o-transition: all 0.5s ease-in-out 0s;
  -webkit-transition: all 0.5s ease-in-out 0s;
  transition: all 0.5s ease-in-out 0s;
}

#musician .musician-container {
  display: inline-block;
  margin-bottom: 10px;
  width: 100%;
}

.musician-thumbnail {
  /* margin-bottom: 10px; */
  overflow: hidden;
  min-height: 260px;
}

.musician-thumbnail img {
  max-width: 100%;
}

.contact-centered-text{
  position: relative;
  text-align: center;
}

#contact p {
  display: block;
  margin-block-start: 0.5em;
  margin-block-end: 0.3em;
  margin-inline-start: 0px;
  margin-inline-end: 0px;
}

#contact {
  height: auto;
  width: 100%;
  margin-top: 50px;
  padding-top: 80px;
}

.contact-details {
  list-style: none;
  margin: 0;
  padding: 0;
}

.contact-details li {
  padding-bottom: 10px;
}

#contact .validation {
  color: red;
  display: none;
  margin: 0 0 20px;
  font-weight: 400;
  font-size: 13px;
}


#music-section {
  padding-top: 70px;
  margin-top: 10px;
}

.music {
  display: block;
  margin: 0.5em;
}

audio {
  display: inline-block;
  width: 500px;
  margin: auto;
  padding: 1px;
}

.music p {
  padding: 1px;
  margin-top: 17px;
  margin-bottom: 4px;
}


#footer {
  background: rgba(0, 0, 0, 0.8);
  /* background: #221f1f; */
  padding-top: 50px;
  padding-bottom: 50px;
}

#footer .socials-media {
  width: 100%;
}

#footer .socials-media ul {
  display: inline-block;
  float: none;
  margin: 0 0 20px 0;
}

#footer .socials-media ul li {
  float: left;
  margin-left: 10px;
  margin-right: 10px;
}

#footer .socials-media ul li a {
  font-size: 24px;
  color: rgba(255, 217, 0, 0.65);
  letter-spacing: 0.1em;
  font-weight: 500;
  background: transparent;
  text-transform: uppercase;
  -moz-transition: all 0.5s ease-in-out 0s;
  -ms-transition: all 0.5s ease-in-out 0s;
  -o-transition: all 0.5s ease-in-out 0s;
  -webkit-transition: all 0.5s ease-in-out 0s;
  transition: all 0.5s ease-in-out 0s;
}

#footer .socials-media ul li a:hover {
  color: rgba(255, 217, 0, 0.85);
  -moz-transition: all 0.5s ease-in-out 0s;
  -ms-transition: all 0.5s ease-in-out 0s;
  -o-transition: all 0.5s ease-in-out 0s;
  -webkit-transition: all 0.5s ease-in-out 0s;
  transition: all 0.5s ease-in-out 0s;
}

#footer p {
  font-size: 12px;
  letter-spacing: 0.1em;
  font-weight: 500;
  margin-top: 0;
  text-transform: uppercase;
  margin-bottom: 5px;
  padding-bottom: 5px;
  color: rgba(255, 217, 0, 0.9);
}

.credits {
  font-size: 13px;
}

.video-home {
  width: 90%;
  height: 80%;
  box-shadow: 8px 16px 3px rgba(0, 0, 0, 0.4);
  margin-top: 15px;
}

h1.about-header {
  text-align: center;
  color: #c7c7c7;
  padding-top: 135px;
  margin-bottom: 50px;
}

.shown {
  display: block;
}

#news-h2 {
  padding-top: 135px;
}

.official-videos-a-tag {
  color: #c7c7c7;
  padding-bottom: 10px;
}

.carousel-inner {
  box-shadow: 8px 16px 3px rgba(0, 0, 0, 0.4);
  margin-bottom: 25px;
  border-radius: 10px;
}

.more-content {
  padding-bottom: 43px;
  margin-bottom: 40px;
}

/* CSS */
.button-30 {
  align-items: center;
  appearance: none;
  background-color: #c7c7c7;
  border-radius: 2px;
  border-width: 0;
  box-shadow: rgba(45, 35, 66, 0.4) 0 2px 4px,rgba(45, 35, 66, 0.3) 0 7px 13px -3px,#c7c7c7 0 -3px 0 inset;
  box-sizing: border-box;
  color: #333;
  cursor: pointer;
  display: inline-flex;
  font-family: "JetBrains Mono",monospace;
  height: 28px;
  justify-content: center;
  line-height: 1;
  list-style: none;
  overflow: hidden;
  padding-left: 16px;
  padding-right: 16px;
  position: relative;
  text-align: left;
  text-decoration: none;
  transition: box-shadow .15s,transform .15s;
  user-select: none;
  -webkit-user-select: none;
  touch-action: manipulation;
  white-space: nowrap;
  will-change: box-shadow,transform;
  font-size: 18px;
  margin-right: 20px;
}

.button-30:focus {
  box-shadow: #c7c7c7 0 0 0 1.5px inset, rgba(45, 35, 66, 0.4) 0 2px 4px, rgba(45, 35, 66, 0.3) 0 7px 13px -3px, #c7c7c7 0 -3px 0 inset;
}

.button-30:hover {
  box-shadow: rgba(45, 35, 66, 0.4) 0 4px 8px, rgba(45, 35, 66, 0.3) 0 7px 13px -3px, #333 0 -3px 0 inset;
  transform: translateY(-2px);
  background-color: #333;
  color: #c7c7c7;
}

.button-30:active {
  box-shadow: #D6D6E7 0 3px 7px inset;
  transform: translateY(2px);
}

.footer-mention-1 {
  color: #c7c7c7;
}

.footer-mention-2 {
  color: rgba(255, 217, 0, 0.45);
}

/* #carousel-images {
  margin-bottom: 150px;
} */

.h3-music {
  color: #c7c7c7;
}

#fixed-top {
  top: 0px;
}

.shadow-pictures {
  box-shadow: 8px 16px 3px rgba(0, 0, 0, 0.4);
}

.maximum-width {
  max-width: 91% !important;
}

.underlined-link:hover,
.underlined-link:focus {
  text-decoration: underline !important;
  color: rgba(255, 217, 0, 0.9) !important;
}

.flag-change-icon {
  width: 25px;
  height: 11px;
}
