/* MOBILE SECTION */

body {
    background-color: black;
}

.header {
    background-color: black;
    justify-content: center;
    position: fixed;
    width: 100%;
    height: 185px;
    top: 0;
    left: 0;
    z-index: 999999;
}

.header a img {
    display: inline-block;
    padding-top: 20px;
    padding-left: 20px;
    padding-right: 20px;

}

.header h5 {
    display: inline-block;
    font-family: "Poppins", sans-serif;
    vertical-align: top;
    padding-top: 25px;
    margin-left: -9px;
}

.header ul {
    margin: 0px;
    padding: 0px;
    list-style: none;
    overflow: hidden;
    background-color: black;
}

.header ul a {
    display: block;
    padding-bottom: 0px;
    margin-bottom: 30px;
    text-align: center;
    font-weight: 400;
    opacity: 80%;
    padding-right: 20px;
    color: white;
    text-decoration: none;
    font-family: Inter, sans-serif;
    font-size: 10px;
}

.header ul a:hover,
.header .menu-btn:hover {
    color: #557dc9;
    font-weight: 400;

}

.header .logo {
    display: block;
    float: right;
    font-size: 2em;
    padding: 10px 20px;
    text-decoration: none;
}

/* MENU SECTION */

.header .menu {
    clear: both;
    max-height: 0;
    transition: max-height .2s ease-out;
}

/* menu icon */

.header .menu-icon {
    cursor: pointer;
    display: inline-block;
    float: right;
    background-color: black;
    padding: 31px 20px;
    margin-top: 45px;
    margin-right: 20px;
    position: relative;
    user-select: none;
}

.header .menu-icon .navicon {
    background-color: white;
    color: white;
    display: inline-block;
    height: 2px;
    position: relative;
    transition: background .2s ease-out;
    width: 18px;
    height: 2.1px;
}

.header .menu-icon .navicon:before,
.header .menu-icon .navicon:after {
    background: white;
    content: '';
    display: block;
    height: 100%;
    position: absolute;
    transition: all .2s ease-out;
    width: 100%;
}

.header .menu-icon .navicon:before {
    top: 5px;
}

.header .menu-icon .navicon:after {
    top: -5px;
}

/* MENU BUTTON */

.header .menu-btn {
    display: none;
}

.header .menu-btn:checked ~ .menu {
    max-height: 250px;
}

.header .menu-btn:checked ~ .menu-icon .navicon {
    background: transparent;
}

.header .menu-btn:checked ~ .menu-icon .navicon:before {
    transform: rotate(-45deg);
}

.header .menu-btn:checked ~ .menu-icon .navicon:after {
    transform: rotate(45deg);
}

.header .menu-btn:checked ~ .menu-icon:not(.steps) .navicon:before,
.header .menu-btn:checked ~ .menu-icon:not(.steps) .navicon:after {
    top: 0;
}

/* ABOUT SECTION a*/

.aboutimage img {
    width: 80%;
    height: auto;
    margin-bottom: 50px;
    margin-bottom: 50px;
    margin-left: 20px;
    text-align: center;
    margin-right: 20px;
    object-fit: contain;

}


/* FOOTER SECTION a*/

.footer {
    margin-top: 900px;

}



/* MAIN CONTENT SECTION */

.maincontent {
    margin-top: 200px;
    height: 650px;
    width: auto;
    background-color: black;
    text-align: center;
}

.maincontent h1 {
    margin-bottom: 50px;
}

.maincontent h2 {
    text-align: center;
    justify-content: center;
    margin-left: 30px;
    margin-right: 30px;
    border: 1px solid white;
    padding: 10px 10px 10px 10px;
}


.maincontent h3 {
    text-align: left;
    margin-left: 30px;
    margin-right: 30px;
}

.maincontent h2:hover {
 background-color:#4082bc;
}

.maincontent a h4 {
    width: 250px;
    color: black;
    text-align: center;
    display: inline-block;
    margin-left: 20px;
    margin-right: 20px;
}
.maincontent h4:hover {
    background-color: black;
    color: white;

}
.musicplayer {
    margin-left: 30px;
    margin-right: 30px;
    margin-bottom: 60px;
}
marquee {
    margin-top: 0px;
    width: 90%;
    margin-left: 20px;
    margin-right: 20px;

    display: inline-block;

}
@import url("https://maxcdn.bootstrapcdn.com/font-awesome/4.7.0/css/font-awesome.min.css");

*,
*:before,
*:after {
  outline: 0;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}
input,
button {
  outline: none;
}
a,
a:hover,
a:visited {
  color: #ddd;
  text-decoration: none;
}
.flex {
  display: -webkit-flex;
  display: flex;
}
.flex-wrap {
  display: -webkit-flex;
  display: flex;
  -webkit-flex-wrap: wrap;
  flex-wrap: wrap;
}
.flex-align {
  -webkit-align-items: center;
  align-items: center;
}
.w-full {
  width: 100%;
}

/* HTML5 Audio Player with Playlist, source: https://codepen.io/sekedus/pen/ExxjZEz */
#simp button,
#simp input,
#simp img {
  border: 0;
}
#simp {
  max-width: 600px;
  font-size: 14px;
  font-family: "Segoe UI", Tahoma, sans-serif;
  text-align: initial;
  line-height: initial;
  background: #17212b;
  color: #ddd;
  margin: 0 auto;
  border-radius: 6px;
  overflow: hidden;
}
#simp .simp-album {
  padding: 20px 25px 5px;
}
#simp .simp-album .simp-cover {
  margin-right: 20px;
}
#simp .simp-album .simp-cover img {
  max-width: 80px;
  width: 100%;
  margin: 0;
  padding: 0;
  display: block;
}
#simp .simp-album .simp-title {
  font-size: 120%;
  font-weight: bold;
}
#simp .simp-album .simp-artist {
  font-size: 90%;
  color: #6c7883;
}
#simp .simp-controls {
  padding: 15px;
}
#simp .simp-controls button {
  font-size: 130%;
  width: 32px;
  height: 32px;
  background: none;
  color: #ddd;
  padding: 7px;
  cursor: pointer;
  border: 0;
  border-radius: 3px;
}
#simp .simp-controls button[disabled] {
  color: #636469;
  cursor: initial;
}
#simp .simp-controls button:not([disabled]):hover {
  background: #4082bc;
  color: #fff;
}
#simp .simp-controls .simp-prev,
#simp .simp-controls .simp-next {
  font-size: 100%;
}
#simp .simp-controls .simp-tracker,
#simp .simp-controls .simp-volume {
  flex: 1;
  margin-left: 10px;
  position: relative;
}
#simp .simp-controls .simp-buffer {
  position: absolute;
  top: 50%;
  right: 0;
  left: 0;
  height: 5px;
  margin-top: -2.5px;
  border-radius: 100px;
}
#simp .simp-controls .simp-loading .simp-buffer {
  -webkit-animation: audio-progress 1s linear infinite;
  animation: audio-progress 1s linear infinite;
  background-image: linear-gradient(
    -45deg,
    #000 25%,
    transparent 25%,
    transparent 50%,
    #000 50%,
    #000 75%,
    transparent 75%,
    transparent
  );
  background-repeat: repeat-x;
  background-size: 25px 25px;
  color: transparent;
}
#simp .simp-controls .simp-time,
#simp .simp-controls .simp-others {
  margin-left: 10px;
}
#simp .simp-controls .simp-volume {
  max-width: 110px;
}
#simp .simp-controls .simp-volume .simp-mute {
  margin-right: 5px;
}
#simp .simp-controls .simp-others .simp-active {
  background: #242f3d;
}
#simp .simp-controls .simp-others .simp-shide button {
  font-size: 100%;
  padding: 0;
  width: 24px;
  height: 14px;
  display: block;
}
#simp .simp-controls input[type="range"] {
  -webkit-appearance: none;
  background: transparent;
  height: 19px;
  margin: 0;
  width: 100%;
  display: block;
  position: relative;
  z-index: 2;
}
#simp .simp-controls input[type="range"]::-webkit-slider-runnable-track {
  background: rgba(183, 197, 205, 0.66);
  height: 5px;
  border-radius: 2.5px;
  transition: box-shadow 0.3s ease;
  position: relative;
}
#simp .simp-controls input[type="range"]::-moz-range-track {
  background: rgba(183, 197, 205, 0.66);
  height: 5px;
  border-radius: 2.5px;
  transition: box-shadow 0.3s ease;
  position: relative;
}
#simp .simp-controls .simp-load .simp-progress::-webkit-slider-runnable-track {
  background: #2f3841;
}
#simp .simp-controls .simp-load .simp-progress::-moz-range-track {
  background: #2f3841;
}
#simp
  .simp-controls
  .simp-loading
  .simp-progress::-webkit-slider-runnable-track {
  background: rgba(255, 255, 255, 0.25);
}
#simp .simp-controls .simp-loading .simp-progress::-moz-range-track {
  background: rgba(255, 255, 255, 0.25);
}
#simp .simp-controls input[type="range"]::-webkit-slider-thumb {
  -webkit-appearance: none;
  background: #fff;
  height: 13px;
  width: 13px;
  margin-top: -4px;
  cursor: pointer;
  border-radius: 50%;
  box-shadow: 0 1px 1px rgba(0, 0, 0, 0.15), 0 0 0 1px rgba(47, 52, 61, 0.2);
}
#simp .simp-controls input[type="range"]::-moz-range-thumb {
  -webkit-appearance: none;
  background: #fff;
  height: 13px;
  width: 13px;
  cursor: pointer;
  border-radius: 50%;
  box-shadow: 0 1px 1px rgba(0, 0, 0, 0.15), 0 0 0 1px rgba(47, 52, 61, 0.2);
}
#simp .simp-footer {
  padding: 10px 10px 12px;
  font-size: 90%;
  text-align: center;
  opacity: 0.7;
}
#simp .simp-display {
  overflow: hidden;
  max-height: 650px;
  transition: max-height 0.5s ease-in-out;
}
#simp .simp-hide {
  max-height: 0;
}
/* playlist */
#simp ul {
  margin: 5px 0 0;
  padding: 0;
  list-style: none;
  max-height: 245px;
}
#simp ul li {
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
  display: block;
  margin: 0;
  padding: 8px 20px;
  cursor: pointer;
}
#simp ul li:last-child {
  padding-bottom: 13px;
}
#simp ul li:nth-child(odd) {
  background: #0e1621;
}
#simp ul li:hover {
  background: #242f3d;
}
#simp ul li.simp-active {
  background: #4082bc;
  color: #fff;
}
#simp ul li .simp-desc {
  font-size: 90%;
  opacity: 0.5;
  margin-left: 5px;
}
/* playlist scrollbar */
#simp ul {
  overflow-y: auto;
  overflow-x: hidden;
  scrollbar-color: #73797f #2f3841;
}
#simp ul::-webkit-scrollbar-track {
  background-color: #2f3841;
}
#simp ul::-webkit-scrollbar {
  width: 6px;
  background-color: #2f3841;
}
#simp ul::-webkit-scrollbar-thumb {
  background-color: #73797f;
}
/* progress animation */
@-webkit-keyframes audio-progress {
  to {
    background-position: 25px 0;
  }
}
@keyframes audio-progress {
  to {
    background-position: 25px 0;
  }
}
/* mobile */
@media screen and (max-width: 480px) {
  #simp .simp-controls .simp-volume,
  #simp .simp-controls .simp-others {
    display: none;
  }
  #simp .simp-controls .simp-time {
    margin-right: 10px;
  }
}
@media screen and (max-width: 370px) {
  #simp .simp-time .simp-slash,
  #simp .simp-time .end-time {
    display: none;
  }
}


/*-----------------------------------------------------------------------------------------*/
/* DESKTOP SECTION */
/* 48em = 768px NAVIGATION ON DESKTOP */

@media (min-width: 70em) {
    .header ul {
        float: right;

    }

    .header ul a {
        display: inline-block;
        padding-top: 35px;
        font-size: 12px;
        font-family: Inter, sans-serif;
        margin-left: 10px;
        margin-right: 20px;
        padding-right: 10px;
    }

    .header .menu {
        clear: none;
        float: right;
        max-height: none;
        padding-right: 20px;
        padding-top: 50px;
    }

    .header .menu-icon {

        display: none;
        direction: inline-block;
        vertical-align: bottom;

    }

    .maincontent h2 {
        text-align: center;
        margin-left: 500px;
        margin-right: 500px;
        background-attachment: fixed;
    }

    .maincontent h3 {
        text-align: left;
        margin-left: 150px;
        margin-right: 150px;
    }

    .maincontent a h4 {
        width: 250px;
        text-align: center;
        margin-left: 20px;
        margin-right: 20px;
    }

    .maincontent h4:hover {
        background-color: black;
        color: white;
    }

    .footer {
        margin-top: 900px;
       


    }

    .aboutimage img {
        width: 400px;
        height: 425px;
        margin-right: 140px;
        float: right;
        border: 1px solid black;
    }
    
     marquee {
        margin-top: 0px;
        width: 80%;
        margin-left: 140px;
        margin-right: 140px;
        display: inline-block;
        
    }

    
    @import url("https://maxcdn.bootstrapcdn.com/font-awesome/4.7.0/css/font-awesome.min.css");

*,
*:before,
*:after {
  outline: 0;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}
input,
button {
  outline: none;
}
a,
a:hover,
a:visited {
  color: #ddd;
  text-decoration: none;
}
.flex {
  display: -webkit-flex;
  display: flex;
}
.flex-wrap {
  display: -webkit-flex;
  display: flex;
  -webkit-flex-wrap: wrap;
  flex-wrap: wrap;
}
.flex-align {
  -webkit-align-items: center;
  align-items: center;
}
.w-full {
  width: 100%;
}

/* HTML5 Audio Player with Playlist, source: https://codepen.io/sekedus/pen/ExxjZEz */
#simp button,
#simp input,
#simp img {
  border: 0;
}
#simp {
  max-width: 600px;
  font-size: 14px;
  font-family: "Segoe UI", Tahoma, sans-serif;
  text-align: initial;
  line-height: initial;
  background: #17212b;
  color: #ddd;
  margin: 0 auto;
  border-radius: 6px;
  overflow: hidden;
}
#simp .simp-album {
  padding: 20px 25px 5px;
}
#simp .simp-album .simp-cover {
  margin-right: 20px;
}
#simp .simp-album .simp-cover img {
  max-width: 80px;
  width: 100%;
  margin: 0;
  padding: 0;
  display: block;
}
#simp .simp-album .simp-title {
  font-size: 120%;
  font-weight: bold;
}
#simp .simp-album .simp-artist {
  font-size: 90%;
  color: #6c7883;
}
#simp .simp-controls {
  padding: 15px;
}
#simp .simp-controls button {
  font-size: 130%;
  width: 32px;
  height: 32px;
  background: none;
  color: #ddd;
  padding: 7px;
  cursor: pointer;
  border: 0;
  border-radius: 3px;
}
#simp .simp-controls button[disabled] {
  color: #636469;
  cursor: initial;
}
#simp .simp-controls button:not([disabled]):hover {
  background: #4082bc;
  color: #fff;
}
#simp .simp-controls .simp-prev,
#simp .simp-controls .simp-next {
  font-size: 100%;
}
#simp .simp-controls .simp-tracker,
#simp .simp-controls .simp-volume {
  flex: 1;
  margin-left: 10px;
  position: relative;
}
#simp .simp-controls .simp-buffer {
  position: absolute;
  top: 50%;
  right: 0;
  left: 0;
  height: 5px;
  margin-top: -2.5px;
  border-radius: 100px;
}
#simp .simp-controls .simp-loading .simp-buffer {
  -webkit-animation: audio-progress 1s linear infinite;
  animation: audio-progress 1s linear infinite;
  background-image: linear-gradient(
    -45deg,
    #000 25%,
    transparent 25%,
    transparent 50%,
    #000 50%,
    #000 75%,
    transparent 75%,
    transparent
  );
  background-repeat: repeat-x;
  background-size: 25px 25px;
  color: transparent;
}
#simp .simp-controls .simp-time,
#simp .simp-controls .simp-others {
  margin-left: 10px;
}
#simp .simp-controls .simp-volume {
  max-width: 110px;
}
#simp .simp-controls .simp-volume .simp-mute {
  margin-right: 5px;
}
#simp .simp-controls .simp-others .simp-active {
  background: #242f3d;
}
#simp .simp-controls .simp-others .simp-shide button {
  font-size: 100%;
  padding: 0;
  width: 24px;
  height: 14px;
  display: block;
}
#simp .simp-controls input[type="range"] {
  -webkit-appearance: none;
  background: transparent;
  height: 19px;
  margin: 0;
  width: 100%;
  display: block;
  position: relative;
  z-index: 2;
}
#simp .simp-controls input[type="range"]::-webkit-slider-runnable-track {
  background: rgba(183, 197, 205, 0.66);
  height: 5px;
  border-radius: 2.5px;
  transition: box-shadow 0.3s ease;
  position: relative;
}
#simp .simp-controls input[type="range"]::-moz-range-track {
  background: rgba(183, 197, 205, 0.66);
  height: 5px;
  border-radius: 2.5px;
  transition: box-shadow 0.3s ease;
  position: relative;
}
#simp .simp-controls .simp-load .simp-progress::-webkit-slider-runnable-track {
  background: #2f3841;
}
#simp .simp-controls .simp-load .simp-progress::-moz-range-track {
  background: #2f3841;
}
#simp
  .simp-controls
  .simp-loading
  .simp-progress::-webkit-slider-runnable-track {
  background: rgba(255, 255, 255, 0.25);
}
#simp .simp-controls .simp-loading .simp-progress::-moz-range-track {
  background: rgba(255, 255, 255, 0.25);
}
#simp .simp-controls input[type="range"]::-webkit-slider-thumb {
  -webkit-appearance: none;
  background: #fff;
  height: 13px;
  width: 13px;
  margin-top: -4px;
  cursor: pointer;
  border-radius: 50%;
  box-shadow: 0 1px 1px rgba(0, 0, 0, 0.15), 0 0 0 1px rgba(47, 52, 61, 0.2);
}
#simp .simp-controls input[type="range"]::-moz-range-thumb {
  -webkit-appearance: none;
  background: #fff;
  height: 13px;
  width: 13px;
  cursor: pointer;
  border-radius: 50%;
  box-shadow: 0 1px 1px rgba(0, 0, 0, 0.15), 0 0 0 1px rgba(47, 52, 61, 0.2);
}
#simp .simp-footer {
  padding: 10px 10px 12px;
  font-size: 90%;
  text-align: center;
  opacity: 0.7;
}
#simp .simp-display {
  overflow: hidden;
  max-height: 650px;
  transition: max-height 0.5s ease-in-out;
}
#simp .simp-hide {
  max-height: 0;
}
/* playlist */
#simp ul {
  margin: 5px 0 0;
  padding: 0;
  list-style: none;
  max-height: 245px;
}
#simp ul li {
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
  display: block;
  margin: 0;
  padding: 8px 20px;
  cursor: pointer;
}
#simp ul li:last-child {
  padding-bottom: 13px;
}
#simp ul li:nth-child(odd) {
  background: #0e1621;
}
#simp ul li:hover {
  background: #242f3d;
}
#simp ul li.simp-active {
  background: #4082bc;
  color: #fff;
}
#simp ul li .simp-desc {
  font-size: 90%;
  opacity: 0.5;
  margin-left: 5px;
}
/* playlist scrollbar */
#simp ul {
  overflow-y: auto;
  overflow-x: hidden;
  scrollbar-color: #73797f #2f3841;
}
#simp ul::-webkit-scrollbar-track {
  background-color: #2f3841;
}
#simp ul::-webkit-scrollbar {
  width: 6px;
  background-color: #2f3841;
}
#simp ul::-webkit-scrollbar-thumb {
  background-color: #73797f;
}
/* progress animation */
@-webkit-keyframes audio-progress {
  to {
    background-position: 25px 0;
  }
}
@keyframes audio-progress {
  to {
    background-position: 25px 0;
  }
}
/* mobile */
@media screen and (max-width: 480px) {
  #simp .simp-controls .simp-volume,
  #simp .simp-controls .simp-others {
    display: none;
  }
  #simp .simp-controls .simp-time {
    margin-right: 10px;
  }
}
@media screen and (max-width: 370px) {
  #simp .simp-time .simp-slash,
  #simp .simp-time .end-time {
    display: none;
  }
}
    
    
