html, body { 
  min-height: 100%; 
  border: 0; 
  padding: 0; 
  margin: 0 
}
body {
  background: url('images/samuel-scrimshaw-194076.jpg');
  background-color: #000;
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center;
  font-family: 'Montserrat', sans-serif;
}
a:link,a:visited,a:active,a:hover {
  color: inherit;
  text-decoration: none;
}
#nav {
  position: fixed;
  float: left;
  width: 74%;
  height: 72px;
  line-height: 72px;
  padding: 20px 13%;
  color: #000;
  background-color: #fff;
  z-index: 999;
  box-shadow: 0px 2px 20px rgba(0,0,0,0.3);
}
#logo_nav {
  float: left;
  height: 72px;
}
#small_player {
  width: 350px;
  margin: 0 auto;
}
#nav ul {
  float: right;
  height: 50px;
  line-height: 50px;
  list-style-type: none;
  margin: 11px 0;
  padding: 0;
}
#nav ul li {
  float: left;
  text-transform: uppercase;
  letter-spacing: 2px;
  font-size: 14px;
  padding: 0 10px;
  border-radius: 3px;
}
#nav ul li:hover {
  color: #1abc9c;
  transition: all 0.3s;
  cursor: pointer;
}
#nav ul .main_item:hover {
  background-color: rgba(108, 122, 137,0.1);
}
#play {
  float: left;
  width: 72px;
  height: 72px;
  background: url('images/play.png');
  background-repeat: no-repeat;
  background-size: 36%;
  background-position: 57% center;
  background-color: #000;
  border-radius: 50%;
  display: none;
}
#pause {
  position: relative;
  overflow: hidden;
  float: left;
  background-repeat: no-repeat;
  background-size: 36%;
  background-position: center;
  width: 72px;
  height: 72px;
  border-radius: 50%;
}
#pause:before {
  content: "";
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0%;
  left: 0%;
  z-index: -1;
  background: url(images/vinyl_white.png);
  background-repeat: no-repeat;
  background-size: 100%;
  background-position: center;
  -webkit-animation: rotate 3s linear infinite;
}
@-webkit-keyframes rotate {
  from {
    -webkit-transform: rotate(0deg);
  }
  to {
    -webkit-transform: rotate(360deg);
  }
}
@keyframes rotate {
  from {
    -webkit-transform: rotate(0deg);
  }
  to {
    -webkit-transform: rotate(360deg);
  }
}
#play:hover {
  background-color: #1abc9c;
  transition: all 0.3s;
  cursor: pointer;
}
#pause:hover {
  background-color: rgba(26, 188, 156, 0.59);
  background-image: url('images/pause.png');
  transition: all 0.3s;
  cursor: pointer;
}
#volume {
  float: left;
  width: 20px;
  height: 35px;
  margin: 0px 7px 1px 15px;
  background: url(images/volume.png);
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center;
}
#volume_range {
  float: left;
  -webkit-appearance: none;
  border-radius: 2px;
  background: #000;
  outline: none;
  padding: 0;
  margin: 16px 0px;
  height: 4px;
}
#volume_range::-webkit-slider-thumb {
  -webkit-appearance: none;
  cursor:pointer;
  background-color: #000;
  width: 15px;
  height: 15px;
  border-radius: 50%;
  z-index:2;
}
#volume_range::-webkit-slider-thumb:active, #volume_range::-webkit-slider-thumb:hover {
  background-color: #1abc9c;
  transition: all 0.3s;
}
#vol_curr_song {
  float: left;
  margin: 7px 0;
  line-height: 1em;
}
#nav .fa {
  float: left;
  font-size: 36px;
  margin: 5px 0 ;
}
#container{
  position: absolute;
  width: 472px;
  height: 295px;
  margin: auto;
  bottom: 0;
  left: 0;
  top: 0;
  right: 0;
}
#logo {
  width: 472px;
  max-width: 100%;
  margin-top: 200px;
}
.cont_text {
  float: left;
  width: 60%;
  margin: 0px 20%;
}
#logo_middle {
  width: 250px;
  max-width: 100%;
  margin-bottom: 20px;
}
#content {
  float: left;
  box-sizing:border-box;
  width: 100%;
  background-color: #fff;
}
#title {
  text-align: center;
  width: 100%;
  padding: 15px 0 0px;
  color: #67fe91;
  text-transform: uppercase;
  font-size: 62px;
  border-radius: 5px;
  letter-spacing: 1.5px;
  margin-bottom: 5px;
}
    #title_spacer {
      width: 6%;
    margin: 5px 47%;
    height: 3px;
    background-color: #000;
    }
    #second_title {
          width: 100%;
          /* text-align: left; */
    text-indent: 0;
    padding: 0;
    margin: 0px;
    margin-bottom: 50px;
    color: #fff;
    font-size: 20px;
    /* width: 50%; */
    line-height: 1.2em;
    text-transform: uppercase;
    }
    #copyright {
      float: left;
      width: 100%;
      margin-top: 10px;
      text-align: center;
    }
    #copyright a:hover {
      color: #fff;
      transition: all 0.3s;
    }
    #map {
      float: left;
      width: 100%;
      margin-top: 20px;
    }

    .form_content {
      width: 50% !important;
      margin-left: 25%;
      margin-right: 25%;
      padding: 25px;
    }
    #form { 
      float: left;
      width: 100%;
    }
    #form form {
      float: left;
      width: 100%;
    }
    #form input, #form textarea {
      float: left;
      width: 100%;
      margin-bottom: 10px;
      padding: 10px 15px;
      box-sizing: border-box;
      font-family: 'Montserrat', sans-serif;
    }
    #form input[type=submit] {
      background-color: #000;
      color: #fff;
      border: none;
      width: 100%;
      margin: 0px;
      padding: 15px 0px;
      text-transform: uppercase;
      font-weight: bold;
      letter-spacing: 1.2px;
    }
    #form input[type=submit]:hover {
      background-color: #67fe91;
      cursor: pointer;
      transition: all 0.3s; 
    }

    .standard_img {
      float: left;
      box-sizing: border-box;
      width: 100%;
      margin: 20px 0;
    }
    .standard50_img {
      float: left;
      box-sizing: border-box;
      width: 50%;
      margin: 0px 0;
    }
    p {
      text-align: justify;
      color: #222;
      text-align: center;
      letter-spacing: 1px;
      line-height: 1.5em;
      padding: 0 20px;
      font-family: Arial;
    }
    #current_song {
      float: left;
      width: 268px;
    margin-left: 10px;
    height: 16px;
    line-height: 16px;
    margin-bottom: 6px;
    }
    #current_song div {
      float: left;
    }

    #current_song div div {
      text-overflow: ellipsis;
    white-space: nowrap;
    overflow: hidden;
    max-width: 250px;
    }

    .about_p {
              text-align: justify;
    color: #222;
    text-align: center;
    letter-spacing: 1px;
    line-height: 1.5em;
    padding: 100px 52% 100px 2%;
    font-family: Arial;
    width: 100%;
    float: left;
    box-sizing: border-box;
    /* margin-top: 120px; */
    line-height: 1.7em;
    background-image: url('images/about2_small.jpg');
    background-size: 50% 100%;
    background-repeat: no-repeat;
    background-position: right top;
    margin: 0px;
    }

    .about_p_right {
          text-align: justify;
    color: #222;
    text-align: center;
    letter-spacing: 1px;
    line-height: 1.5em;
    padding: 120px 2% 120px 52%;
    font-family: Arial;
    width: 100%;
    float: left;
    box-sizing: border-box;
    /* margin-top: 120px; */
    line-height: 1.7em;
    background-image: url(images/about1_small.jpg);
    background-size: 50% 100%;
    background-repeat: no-repeat;
    background-position: left; top;
    margin: 0px;
    }

    .shows_p {
      margin-top: 90px;
    }

    .about_p .fa,  .about_p_right .fa{
      font-size: 38px;
      margin: 10px;
    }
    .about_p .fa:hover, .about_p_right .fa:hover {
      color: #67fe91;
      transition: all 0.3s;
    }

    .about_p span, .about_p_right span {
      float: left;
      width: 100%;
      margin-bottom: 15px;
      font-size: 32px;
    font-weight: 600;
    }

    .contact_p {
      font-size: 32px;
    margin: 0;
    margin-bottom: 10px;
    text-transform: uppercase;
    }

    #main_menu {
      float: left;
      width: 74%;
      height: 72px;
      line-height: 72px;
      padding: 20px 13%;
      color: #fff;
      z-index: 998; 
      margin-top: 92px;
    }
    #main_menu ul {
      float: right;
      height: 50px;
      line-height: 50px;
      list-style-type: none;
      margin: 11px 0;
      padding: 0;
    }
    #main_menu ul li {
      float: left;
      text-transform: uppercase;
      letter-spacing: 2px;
      font-size: 14px;
      padding: 0 10px;
      border-radius: 3px;
    }
    #main_menu ul li:hover {
      color: #67fe91;
      transition: all 0.3s;
      cursor: pointer;
    }
    #main_menu ul .main_item:hover {
      background-color: rgba(108, 122, 137,0.1);
    }

    .dj_nicolas {
      background-image: url('images/DJNicolas_wider.jpg');
    }

    .img_for_small_devices {
      float: left;
      width: 100%;
      display: none;
    }

    .mobile_menu_bars {
      display: none;
    }

    #footer {
      float: left;
      width: 100%;
      padding: 50px 0 40px;
      background-color: #fff;
      margin-top: 200px;
      text-align: center;
      box-shadow: 0px -2px 20px rgba(0,0,0,0.3);
    }
    #footer a:hover {
      color: #67fe91;
      transition: all 0.3s;
    }
    .logos_other {
      height: 70px;
      margin: 0 20px;
    }

    #mobile_main_menu {
    display: none;
    float: left;
    width: 100%;
    border-top: 2px solid;
    margin-top: 15px;
  }

  #mobile_main_menu ul {
    width: 100% !important;
    background: #fff;
    height: auto;
    margin: 0 !important;

  }
  #mobile_main_menu ul li {
    float: none;
    text-align: center;
    border-bottom: 1px solid;
    width: 100% !important;
    padding: 0;
    border-radius: 0;
  }

  #logo_nav img:hover {
    cursor: pointer;
  }

  .fa-download {
    font-size: 25px !important;
    margin-left: 15px !important;
  }
  .fa-download:hover {
    color: #1abc9c;
    transition: all 0.3s;
    cursor: pointer;
  }

  .about_section, .shows_section, .events_section, .contact_section, #footer {
    display: none;
  }

  #sub {
    position: relative;
  }
  .share_submenu {
    position: absolute;
    right: 12px;
    top: 50px;
    background-color: #fff;
  }
  .share_sub_li {
    float: none !important;
    background-color: #fff;
    border-radius: 0px !important;
    box-shadow: 1px 2px 0px 1px rgba(0, 0, 0, 0.3);
  }

  #nav ul li:hover .share_sub_li {
    color: #000;
  }

  .share_sub_li:hover {
    color: #1abc9c;
    transition: all 0.3s;
    cursor: pointer;
  }



    /* Landscape tablets and medium desktops */
@media (min-width: 992px) and (max-width: 1499px) {
  .cont_text {
    width: 80%;
    margin: 0px 10%;
  }
}

/* Portrait tablets and small desktops */
@media (min-width: 768px) and (max-width: 991px) {
  .cont_text {
    width: 100%;
    margin: 0;
  }
  #nav, #main_menu {
    width: 100%;
    padding: 20px 0;
  }
}

/* Landscape phones and portrait tablets */
@media (max-width: 767px) {
  .cont_text {
    width: 100%;
    margin: 150px 0 0 0;
  }
  .about_p, .about_p_right {
    background-image: none;
    padding: 4%;
  }
  .img_for_small_devices {
    display: block;
  }
  .form_content {
    width: 100% !important;
    margin: 0;
  }
  #small_player {
    float: left;
  }
  #nav {
    width: 96%;
    padding: 20px 2%;
  }
  #logo_nav {
    display: none; 
  }
  #main_menu {
    display: none;
  }
  .mobile_menu_bars {
    display: list-item;
  }
  #container {
    float: left;
    position: unset;
    top: unset;
    left: unset;
    right: unset;
    bottom: unset;
    width: 100%; 
    margin-top: 220px;
  }
  #logo {
    position: absolute;
    left: 0;
    right: 0;
    margin: 0 auto;

  }
  #nav {
    height: auto;
  }
}
/* Custom width for menu */
@media (max-width: 590px) {
  #nav {
    height: auto;
    padding-bottom: 0px;
  }
  #small_player {
    float: none;
    margin: 0 auto;
    padding-bottom: 30px;
    height: 50px;
  }
  #nav ul {
    float: none;
    width: 215px;
    margin: 11px auto;
  }
  .cont_text {
    margin-top: 220px;
  }

  .share_submenu {
    position: unset;
    right: unset;
    top: unset;

  }
}

/* Portrait phones and smaller */
@media (max-width: 480px) {
  #container {
    width: 100%;
  }
  #logo {
    width: 100%;
  } 
}