@import url("https://fonts.googleapis.com/css2?family=Roboto+Condensed:ital,wght@0,300;0,400;0,700;1,300;1,400;1,700&display=swap");
@import url("https://fonts.googleapis.com/css2?family=Oswald:wght@200;300;400;500;600;700&display=swap");
/* font variables */
/* color variables */
.slick-slider {
  position: relative;
  display: block;
  box-sizing: border-box;
  -webkit-touch-callout: none;
  -webkit-user-select: none;
  -khtml-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  -ms-touch-action: pan-y;
  touch-action: pan-y;
  -webkit-tap-highlight-color: transparent;
}

.slick-list {
  position: relative;
  overflow: hidden;
  display: block;
  margin: 0;
  padding: 0;
}
.slick-list:focus {
  outline: none;
}
.slick-list.dragging {
  cursor: pointer;
  cursor: hand;
}

.slick-slider .slick-track,
.slick-slider .slick-list {
  -webkit-transform: translate3d(0, 0, 0);
  -moz-transform: translate3d(0, 0, 0);
  -ms-transform: translate3d(0, 0, 0);
  -o-transform: translate3d(0, 0, 0);
  transform: translate3d(0, 0, 0);
}

.slick-track {
  position: relative;
  left: 0;
  top: 0;
  display: block;
}
.slick-track:before, .slick-track:after {
  content: "";
  display: table;
}
.slick-track:after {
  clear: both;
}
.slick-loading .slick-track {
  visibility: hidden;
}

.slick-slide {
  float: left;
  height: 100%;
  min-height: 1px;
  outline: 0;
  display: none;
}
[dir=rtl] .slick-slide {
  float: right;
}
.slick-slide img {
  display: block;
}
.slick-slide.slick-loading img {
  display: none;
}
.slick-slide.dragging img {
  pointer-events: none;
}
.slick-initialized .slick-slide {
  display: block;
}
.slick-loading .slick-slide {
  visibility: hidden;
}
.slick-vertical .slick-slide {
  display: block;
  height: auto;
  border: 1px solid transparent;
}

.slick-arrow.slick-hidden {
  display: none;
}

/* Mobile (Portrait) */
@media only screen and (max-width: 600px) {
  @keyframes slideInLeft {
    0% {
      transform: translate3d(-250px, 0, 0);
      visibility: visible;
    }
    100% {
      transform: translate3d(0, 0, 0);
    }
  }
  @keyframes slideOutLeft {
    0% {
      transform: translate3d(0, 0, 0);
    }
    100% {
      transform: translate3d(-250px, 0, 0);
      visibility: hidden;
    }
  }
  * {
    box-sizing: border-box;
  }

  html {
    overflow-x: hidden;
  }
  html body {
    position: relative;
    width: 100vw;
    margin: 0;
    border: 0;
    padding: 0;
    background-color: #FFFFFF;
    font-family: "Roboto Condensed";
  }
  html body:after {
    position: fixed;
    visibility: hidden;
    overflow: hidden;
    width: 100%;
    height: 100%;
    left: 0;
    top: 0;
    padding: 0;
    transition: all 0.3s linear;
    content: "";
    opacity: 0;
  }
  html body.open {
    overflow: hidden;
  }
  html body.open:after {
    opacity: 0.9;
    visibility: visible;
  }
  html body .alignment {
    position: relative;
    margin: 0 auto;
  }
  html body .alignment.full {
    width: 100%;
    padding: 0 40px;
  }
  html body .alignment.medium {
    width: 100%;
  }
  html body .alignment.small {
    width: 100%;
  }
  html body h1, html body h2, html body h3, html body h4, html body h5, html body h6, html body p, html body ul, html body li {
    position: relative;
    margin: 0;
    border: 0;
    padding: 0;
    list-style-type: none;
    outline: 0;
  }
  html body .left {
    position: relative;
    float: left;
    width: 100%;
  }
  html body .right {
    position: relative;
    float: left;
    width: 100%;
  }
  html body .content {
    position: absolute;
    width: 100%;
    top: 50%;
    left: 50%;
    transform: translateX(-50%) translateY(-50%);
  }
  html body main.magma {
    position: relative;
    float: left;
    width: 100%;
  }
  html body main.magma section.intro {
    position: fixed;
    width: 100%;
    height: 100vh;
    background-image: url("../img/layout/bg-2.jpg");
    background-repeat: no-repeat;
    background-position: center;
    background-size: cover;
    background-color: #999999;
  }
  html body main.magma section.intro .logo {
    position: relative;
    float: left;
    width: 100%;
    padding: 100px 0 0 0;
  }
  html body main.magma section.intro .logo h1 {
    position: relative;
    float: left;
    text-transform: uppercase;
    text-shadow: 0 0 30px rgba(0, 0, 0, 0.8);
    text-align: center;
    letter-spacing: -5px;
    line-height: 90px;
    font-family: "Oswald";
    font-size: 90px;
    font-weight: 500;
    color: #FFFFFF;
  }
  html body main.magma section.intro .logo ul.social {
    position: relative;
    float: left;
    width: 100%;
    margin: 20px 0 0 0;
    list-style-type: none;
    text-align: center;
  }
  html body main.magma section.intro .logo ul.social li {
    display: inline-flex;
    margin: 0 2px;
  }
  html body main.magma section.intro .logo ul.social li i {
    vertical-align: middle;
    font-size: 38px;
    color: #FFFFFF;
  }
  html body main.magma section.intro .logo ul.social li i.fa-youtube:hover {
    color: #C10B0B;
  }
  html body main.magma section.intro .logo ul.social li i.fa-spotify:hover {
    color: #69A528;
  }
  html body main.magma section.intro .logo ul.social li i.fa-apple:hover {
    color: #999999;
  }
  html body main.magma section.intro .logo ul.social li i.fa-instagram:hover {
    color: #BD008E;
  }
  html body main.magma section.intro .logo ul.social li i.fa-facebook-f {
    font-size: 32px;
  }
  html body main.magma section.intro .logo ul.social li i.fa-facebook-f:hover {
    color: #1962B5;
  }
  html body main.magma section.presentation {
    position: relative;
    float: left;
    width: 100%;
    height: 500px;
    margin: 100vh 0 0 0;
    background-color: #181818;
    box-shadow: 0 0 20px rgba(0, 0, 0, 0.5);
  }
  html body main.magma section.presentation .cover {
    position: relative;
    float: left;
    width: 100%;
    text-align: center;
  }
  html body main.magma section.presentation .cover img {
    width: 100%;
    height: auto;
  }
  html body main.magma section.bio {
    position: relative;
    float: left;
    width: 100%;
    padding: 40px 0;
    background-color: #FFFFFF;
  }
  html body main.magma section.bio .column-left {
    position: relative;
    float: left;
    width: 100%;
  }
  html body main.magma section.bio .column-left p {
    position: relative;
    float: left;
    width: 100%;
    margin: 0 0 20px 0;
    font-size: 22px;
    font-weight: 300;
  }
  html body main.magma section.bio .column-left p:last-child {
    margin: 0;
  }
  html body main.magma section.bio .column-center {
    position: relative;
    float: left;
    width: 100%;
    margin: 40px 0;
  }
  html body main.magma section.bio .column-center img {
    width: 100%;
    height: auto;
  }
  html body main.magma section.bio .column-center p {
    position: absolute;
    bottom: 20px;
    left: 20px;
    z-index: 2;
    text-shadow: 1px 1px 0 black;
    font-size: 16px;
    font-weight: 700;
    color: #FFFFFF;
  }
  html body main.magma section.bio .column-right {
    position: relative;
    float: left;
    width: 100%;
  }
  html body main.magma section.bio .column-right p {
    position: relative;
    float: left;
    width: 100%;
    margin: 0 0 20px 0;
    font-size: 22px;
    font-weight: 300;
  }
  html body main.magma section.bio .column-right p:last-child {
    margin: 0;
  }
  html body main.magma section.tracks {
    position: relative;
    float: left;
    width: 100%;
    padding: 0 0 50px 0;
    background-color: #FFFFFF;
  }
  html body main.magma section.tracks .slider {
    position: relative;
    float: left;
    width: 100%;
    padding: 30px 30px 100px 30px;
    background-color: #D05A7D;
  }
  html body main.magma section.tracks .slider a.charts {
    display: none !important;
  }
  html body main.magma section.tracks .slider h2 {
    position: relative;
    float: left;
    width: 100%;
    text-transform: uppercase;
    line-height: 44px;
    font-size: 40px;
    font-weight: 700;
    color: #FFFFFF;
  }
  html body main.magma section.tracks .slider h3 {
    position: relative;
    float: left;
    width: 100%;
    margin: 0 0 20px 0;
    text-transform: uppercase;
    font-size: 24px;
    font-weight: 600;
    color: #000000;
  }
  html body main.magma section.tracks .slider .column-left {
    position: relative;
    float: left;
    width: 100%;
  }
  html body main.magma section.tracks .slider .column-left .player {
    position: relative;
    float: left;
    width: 100%;
  }
  html body main.magma section.tracks .slider .column-left .player audio {
    width: 100%;
  }
  html body main.magma section.tracks .slider .column-left ul.credits {
    position: relative;
    float: left;
    width: 100%;
    margin: 30px 0 0 0;
    list-style-type: none;
  }
  html body main.magma section.tracks .slider .column-left ul.credits li {
    position: relative;
    float: left;
    width: 100%;
    line-height: 24px;
    font-size: 18px;
    font-weight: 300;
    color: #FFFFFF;
  }
  html body main.magma section.tracks .slider .column-left ul.credits li strong {
    color: #000000;
  }
  html body main.magma section.tracks .slider .column-right {
    position: relative;
    float: left;
    width: 100%;
    margin: 30px 0 0 0;
  }
  html body main.magma section.tracks .slider .column-right .video {
    position: relative;
    float: left;
    width: 100%;
    aspect-ratio: 16/9;
  }
  html body main.magma section.tracks button.slick-arrow {
    display: none !important;
  }
  html body main.magma section.tracks ul.slick-dots {
    position: absolute;
    width: 100%;
    margin: 0;
    border: 0;
    padding: 0;
    left: 0;
    bottom: 45px;
    list-style-type: none;
    text-align: center;
  }
  html body main.magma section.tracks ul.slick-dots li {
    display: inline-block;
    margin: 0 2px;
  }
  html body main.magma section.tracks ul.slick-dots li button {
    width: 16px;
    height: 16px;
    border: 0;
    border-radius: 100%;
    background-color: #FFFFFF;
    cursor: pointer;
    outline: 0;
    text-indent: -5000px;
    font-size: 0;
    color: transparent;
  }
  html body main.magma section.tracks ul.slick-dots li button:hover {
    background-color: #000000;
  }
  html body main.magma section.tracks ul.slick-dots li.slick-active button {
    background-color: #000000;
  }
  html body footer {
    position: relative;
    float: left;
    width: 100%;
    padding: 50px 0;
    background-color: #999999;
  }
  html body footer .column-left {
    position: relative;
    float: left;
    width: 100%;
  }
  html body footer .column-right {
    position: relative;
    float: right;
    width: 100%;
  }
  html body footer .copyright {
    position: relative;
    float: left;
    width: 100%;
  }
  html body footer .copyright ul.social {
    position: relative;
    float: left;
    width: 100%;
    margin: 0 0 5px 0;
    list-style-type: none;
    text-align: center;
  }
  html body footer .copyright ul.social li {
    display: inline-flex;
    margin: 0 1px;
  }
  html body footer .copyright ul.social li i {
    vertical-align: middle;
    font-size: 30px;
    color: #FFFFFF;
  }
  html body footer .copyright ul.social li i.fa-youtube:hover {
    color: #D05A7D;
  }
  html body footer .copyright ul.social li i.fa-spotify:hover {
    color: #D05A7D;
  }
  html body footer .copyright ul.social li i.fa-apple:hover {
    color: #D05A7D;
  }
  html body footer .copyright ul.social li i.fa-instagram:hover {
    color: #D05A7D;
  }
  html body footer .copyright ul.social li i.fa-facebook-f {
    font-size: 26px;
  }
  html body footer .copyright ul.social li i.fa-facebook-f:hover {
    color: #D05A7D;
  }
  html body footer .copyright h2 {
    position: relative;
    float: left;
    width: 100%;
    text-align: center;
    text-transform: uppercase;
    font-family: "Oswald";
    font-size: 24px;
    font-weight: 500;
    color: #FFFFFF;
  }
  html body footer .copyright h3 {
    position: relative;
    float: left;
    width: 100%;
    text-align: center;
    text-transform: uppercase;
    font-family: "Roboto Condensed";
    font-size: 14px;
    font-weight: 700;
    color: #181818;
  }
  html body footer .copyright h4 {
    position: relative;
    float: left;
    width: 100%;
    text-align: center;
    text-transform: uppercase;
    font-family: "Roboto Condensed";
    font-size: 14px;
    font-weight: 500;
    color: #181818;
  }
  html body footer .copyright h4 a {
    text-decoration: none;
    color: #181818;
  }
  html body footer .copyright h4 a:hover {
    color: #D05A7D;
  }
  html body footer .contact {
    position: relative;
    float: left;
    width: 100%;
    margin: 30px 0 0 0;
  }
  html body footer .contact h2 {
    position: relative;
    float: left;
    width: 100%;
    text-align: center;
    text-transform: uppercase;
    font-family: "Oswald";
    font-size: 30px;
    font-weight: 500;
    color: #181818;
  }
  html body footer .contact h3 {
    position: relative;
    float: left;
    width: 100%;
    text-align: center;
    text-transform: uppercase;
    font-family: "Roboto Condensed";
    font-size: 18px;
    font-weight: 500;
    color: #181818;
  }
  html body footer .contact h3 a {
    text-decoration: none;
    color: #FFFFFF;
  }
  html body footer .contact h3 a:hover {
    color: #D05A7D;
  }
}
/* Mobile (Landscape) and Tablet */
@media only screen and (min-width: 601px) and (max-width: 1024px) {
  * {
    box-sizing: border-box;
  }

  html {
    overflow-x: hidden;
  }
  html body {
    position: relative;
    width: 100vw;
    margin: 0;
    border: 0;
    padding: 0;
    background-color: #FFFFFF;
    font-family: "Roboto Condensed";
  }
  html body:after {
    position: fixed;
    visibility: hidden;
    overflow: hidden;
    width: 100%;
    height: 100%;
    left: 0;
    top: 0;
    padding: 0;
    transition: all 0.3s linear;
    content: "";
    opacity: 0;
  }
  html body.open {
    overflow: hidden;
  }
  html body.open:after {
    opacity: 0.9;
    visibility: visible;
  }
  html body .alignment {
    position: relative;
    margin: 0 auto;
  }
  html body .alignment.full {
    width: 1280px;
    padding: 0 40px;
  }
  html body .alignment.medium {
    width: 960px;
  }
  html body .alignment.small {
    width: 720px;
  }
  html body h1, html body h2, html body h3, html body h4, html body h5, html body h6, html body p, html body ul, html body li {
    position: relative;
    margin: 0;
    border: 0;
    padding: 0;
    list-style-type: none;
    outline: 0;
  }
  html body .left {
    position: relative;
    float: left;
    width: 48%;
  }
  html body .right {
    position: relative;
    float: right;
    width: 48%;
  }
  html body .content {
    position: absolute;
    width: 100%;
    top: 50%;
    left: 50%;
    transform: translateX(-50%) translateY(-50%);
  }
  html body main.magma {
    position: relative;
    float: left;
    width: 100%;
  }
  html body main.magma section.intro {
    position: fixed;
    width: 100%;
    height: 100vh;
    background-image: url("../img/layout/bg-2.jpg");
    background-repeat: no-repeat;
    background-position: center;
    background-size: cover;
    background-color: #999999;
  }
  html body main.magma section.intro .logo {
    position: relative;
    float: left;
    width: 800px;
    padding: 150px 150px 0 150px;
  }
  html body main.magma section.intro .logo h1 {
    position: relative;
    float: left;
    text-transform: uppercase;
    text-shadow: 0 0 30px rgba(0, 0, 0, 0.8);
    text-align: center;
    letter-spacing: -5px;
    line-height: 120px;
    font-family: "Oswald";
    font-size: 120px;
    font-weight: 500;
    color: #FFFFFF;
  }
  html body main.magma section.intro .logo ul.social {
    position: relative;
    float: left;
    width: 100%;
    margin: 20px 0 0 0;
    list-style-type: none;
    text-align: center;
  }
  html body main.magma section.intro .logo ul.social li {
    display: inline-flex;
    margin: 0 2px;
  }
  html body main.magma section.intro .logo ul.social li i {
    vertical-align: middle;
    font-size: 45px;
    color: #FFFFFF;
  }
  html body main.magma section.intro .logo ul.social li i.fa-youtube:hover {
    color: #C10B0B;
  }
  html body main.magma section.intro .logo ul.social li i.fa-spotify:hover {
    color: #69A528;
  }
  html body main.magma section.intro .logo ul.social li i.fa-apple:hover {
    color: #999999;
  }
  html body main.magma section.intro .logo ul.social li i.fa-instagram:hover {
    color: #BD008E;
  }
  html body main.magma section.intro .logo ul.social li i.fa-facebook-f {
    font-size: 38px;
  }
  html body main.magma section.intro .logo ul.social li i.fa-facebook-f:hover {
    color: #1962B5;
  }
  html body main.magma section.presentation {
    position: relative;
    float: left;
    width: 100%;
    height: 100vh;
    margin: 100vh 0 0 0;
    background-color: #181818;
    box-shadow: 0 0 20px rgba(0, 0, 0, 0.5);
  }
  html body main.magma section.presentation .cover {
    position: relative;
    float: left;
    width: 100%;
    text-align: center;
  }
  html body main.magma section.presentation .cover img {
    width: auto;
    height: 95vh;
  }
  html body main.magma section.bio {
    position: relative;
    float: left;
    width: 100%;
    padding: 80px 0;
    background-color: #FFFFFF;
  }
  html body main.magma section.bio .column-left {
    position: relative;
    float: left;
    width: 35%;
    padding: 0 40px 0 0;
    text-align: right;
  }
  html body main.magma section.bio .column-left p {
    position: relative;
    float: left;
    width: 100%;
    margin: 0 0 15px 0;
    font-size: 18px;
    font-weight: 300;
  }
  html body main.magma section.bio .column-left p:last-child {
    margin: 0;
  }
  html body main.magma section.bio .column-center {
    position: relative;
    float: left;
    width: 30%;
  }
  html body main.magma section.bio .column-center img {
    width: 100%;
    height: auto;
  }
  html body main.magma section.bio .column-center p {
    position: absolute;
    bottom: 20px;
    left: 20px;
    z-index: 2;
    text-shadow: 1px 1px 0 black;
    font-size: 13px;
    font-weight: 700;
    color: #FFFFFF;
  }
  html body main.magma section.bio .column-right {
    position: relative;
    float: left;
    width: 35%;
    padding: 0 0 0 40px;
  }
  html body main.magma section.bio .column-right p {
    position: relative;
    float: left;
    width: 100%;
    margin: 0 0 15px 0;
    font-size: 18px;
    font-weight: 300;
  }
  html body main.magma section.bio .column-right p:last-child {
    margin: 0;
  }
  html body main.magma section.tracks {
    position: relative;
    float: left;
    width: 100%;
    padding: 0 0 100px 0;
    background-color: #FFFFFF;
  }
  html body main.magma section.tracks .slider {
    position: relative;
    float: left;
    width: 100%;
    padding: 40px 40px 100px 40px;
    background-color: #D05A7D;
  }
  html body main.magma section.tracks .slider a.charts {
    position: absolute;
    top: 60px;
    right: 40px;
    z-index: 9;
    text-decoration: none;
    text-transform: uppercase;
    font-size: 25px;
    font-weight: 300;
    color: #FFFFFF;
  }
  html body main.magma section.tracks .slider a.charts i {
    margin: 0 5px 0 0;
    vertical-align: middle;
    font-size: 40px;
    color: #FFFFFF;
  }
  html body main.magma section.tracks .slider a.charts:hover {
    color: #000000;
  }
  html body main.magma section.tracks .slider a.charts:hover i {
    color: #000000;
  }
  html body main.magma section.tracks .slider h2 {
    position: relative;
    float: left;
    width: 100%;
    text-transform: uppercase;
    font-size: 50px;
    font-weight: 700;
    color: #FFFFFF;
  }
  html body main.magma section.tracks .slider h3 {
    position: relative;
    float: left;
    width: 100%;
    margin: 0 0 20px 0;
    text-transform: uppercase;
    font-size: 36px;
    font-weight: 500;
    color: #000000;
  }
  html body main.magma section.tracks .slider .column-left {
    position: relative;
    float: left;
    width: 49%;
  }
  html body main.magma section.tracks .slider .column-left .player {
    position: relative;
    float: left;
    width: 80%;
  }
  html body main.magma section.tracks .slider .column-left .player audio {
    width: 100%;
  }
  html body main.magma section.tracks .slider .column-left ul.credits {
    position: relative;
    float: left;
    width: 100%;
    margin: 20px 0 0 0;
    list-style-type: none;
  }
  html body main.magma section.tracks .slider .column-left ul.credits li {
    position: relative;
    float: left;
    width: 100%;
    line-height: 24px;
    font-size: 18px;
    font-weight: 300;
    color: #FFFFFF;
  }
  html body main.magma section.tracks .slider .column-left ul.credits li strong {
    color: #000000;
  }
  html body main.magma section.tracks .slider .column-right {
    position: relative;
    float: right;
    width: 49%;
  }
  html body main.magma section.tracks .slider .column-right .video {
    position: relative;
    float: left;
    width: 100%;
    aspect-ratio: 16/9;
  }
  html body main.magma section.tracks button.slick-arrow {
    display: none !important;
  }
  html body main.magma section.tracks ul.slick-dots {
    position: absolute;
    width: 100%;
    margin: 0;
    border: 0;
    padding: 0;
    left: 0;
    bottom: 35px;
    list-style-type: none;
    text-align: center;
  }
  html body main.magma section.tracks ul.slick-dots li {
    display: inline-block;
    margin: 0 2px;
  }
  html body main.magma section.tracks ul.slick-dots li button {
    width: 20px;
    height: 20px;
    border: 0;
    border-radius: 100%;
    background-color: #FFFFFF;
    cursor: pointer;
    outline: 0;
    text-indent: -5000px;
    font-size: 0;
    color: transparent;
  }
  html body main.magma section.tracks ul.slick-dots li button:hover {
    background-color: #000000;
  }
  html body main.magma section.tracks ul.slick-dots li.slick-active button {
    background-color: #000000;
  }
  html body footer {
    position: relative;
    float: left;
    width: 100%;
    padding: 80px 0;
    background-color: #999999;
  }
  html body footer .column-left {
    position: relative;
    float: left;
    width: 48%;
  }
  html body footer .column-right {
    position: relative;
    float: right;
    width: 48%;
  }
  html body footer .copyright {
    position: relative;
    float: left;
    width: 100%;
  }
  html body footer .copyright ul.social {
    position: relative;
    float: left;
    width: 100%;
    margin: 0 0 5px 0;
    list-style-type: none;
    text-align: right;
  }
  html body footer .copyright ul.social li {
    display: inline-flex;
    margin: 0 1px;
  }
  html body footer .copyright ul.social li i {
    vertical-align: middle;
    font-size: 30px;
    color: #FFFFFF;
  }
  html body footer .copyright ul.social li i.fa-youtube:hover {
    color: #D05A7D;
  }
  html body footer .copyright ul.social li i.fa-spotify:hover {
    color: #D05A7D;
  }
  html body footer .copyright ul.social li i.fa-apple:hover {
    color: #D05A7D;
  }
  html body footer .copyright ul.social li i.fa-instagram:hover {
    color: #D05A7D;
  }
  html body footer .copyright ul.social li i.fa-facebook-f {
    font-size: 26px;
  }
  html body footer .copyright ul.social li i.fa-facebook-f:hover {
    color: #D05A7D;
  }
  html body footer .copyright h2 {
    position: relative;
    float: left;
    width: 100%;
    text-align: right;
    text-transform: uppercase;
    font-family: "Oswald";
    font-size: 24px;
    font-weight: 500;
    color: #FFFFFF;
  }
  html body footer .copyright h3 {
    position: relative;
    float: left;
    width: 100%;
    text-align: right;
    text-transform: uppercase;
    font-family: "Roboto Condensed";
    font-size: 14px;
    font-weight: 700;
    color: #181818;
  }
  html body footer .copyright h4 {
    position: relative;
    float: left;
    width: 100%;
    text-align: right;
    text-transform: uppercase;
    font-family: "Roboto Condensed";
    font-size: 14px;
    font-weight: 500;
    color: #181818;
  }
  html body footer .copyright h4 a {
    text-decoration: none;
    color: #181818;
  }
  html body footer .copyright h4 a:hover {
    color: #D05A7D;
  }
  html body footer .contact {
    position: relative;
    float: left;
    width: 100%;
  }
  html body footer .contact h2 {
    position: relative;
    float: left;
    width: 100%;
    text-align: left;
    text-transform: uppercase;
    font-family: "Oswald";
    font-size: 30px;
    font-weight: 500;
    color: #181818;
  }
  html body footer .contact h3 {
    position: relative;
    float: left;
    width: 100%;
    text-align: left;
    text-transform: uppercase;
    font-family: "Roboto Condensed";
    font-size: 18px;
    font-weight: 500;
    color: #181818;
  }
  html body footer .contact h3 a {
    text-decoration: none;
    color: #FFFFFF;
  }
  html body footer .contact h3 a:hover {
    color: #D05A7D;
  }
}
/* Desktop */
@media screen and (min-width: 1025px) {
  * {
    box-sizing: border-box;
  }

  html {
    overflow-x: hidden;
  }
  html body {
    position: relative;
    width: 100vw;
    margin: 0;
    border: 0;
    padding: 0;
    background-color: #FFFFFF;
    font-family: "Roboto Condensed";
  }
  html body:after {
    position: fixed;
    visibility: hidden;
    overflow: hidden;
    width: 100%;
    height: 100%;
    left: 0;
    top: 0;
    padding: 0;
    transition: all 0.3s linear;
    content: "";
    opacity: 0;
  }
  html body.open {
    overflow: hidden;
  }
  html body.open:after {
    opacity: 0.9;
    visibility: visible;
  }
  html body .alignment {
    position: relative;
    margin: 0 auto;
  }
  html body .alignment.full {
    width: 1280px;
    padding: 0 40px;
  }
  html body .alignment.medium {
    width: 960px;
  }
  html body .alignment.small {
    width: 720px;
  }
  html body h1, html body h2, html body h3, html body h4, html body h5, html body h6, html body p, html body ul, html body li {
    position: relative;
    margin: 0;
    border: 0;
    padding: 0;
    list-style-type: none;
    outline: 0;
  }
  html body .left {
    position: relative;
    float: left;
    width: 48%;
  }
  html body .right {
    position: relative;
    float: right;
    width: 48%;
  }
  html body .content {
    position: absolute;
    width: 100%;
    top: 50%;
    left: 50%;
    transform: translateX(-50%) translateY(-50%);
  }
  html body main.magma {
    position: relative;
    float: left;
    width: 100%;
  }
  html body main.magma section.intro {
    position: fixed;
    width: 100%;
    height: 100vh;
    background-image: url("../img/layout/bg-2.jpg");
    background-repeat: no-repeat;
    background-position: center;
    background-size: cover;
    background-color: #999999;
  }
  html body main.magma section.intro .logo {
    position: relative;
    float: left;
    width: 800px;
    padding: 150px 150px 0 150px;
  }
  html body main.magma section.intro .logo h1 {
    position: relative;
    float: left;
    text-transform: uppercase;
    text-shadow: 0 0 30px rgba(0, 0, 0, 0.8);
    text-align: center;
    letter-spacing: -5px;
    line-height: 120px;
    font-family: "Oswald";
    font-size: 120px;
    font-weight: 500;
    color: #FFFFFF;
  }
  html body main.magma section.intro .logo ul.social {
    position: relative;
    float: left;
    width: 100%;
    margin: 20px 0 0 0;
    list-style-type: none;
    text-align: center;
  }
  html body main.magma section.intro .logo ul.social li {
    display: inline-flex;
    margin: 0 2px;
  }
  html body main.magma section.intro .logo ul.social li i {
    vertical-align: middle;
    font-size: 45px;
    color: #FFFFFF;
  }
  html body main.magma section.intro .logo ul.social li i.fa-youtube:hover {
    color: #C10B0B;
  }
  html body main.magma section.intro .logo ul.social li i.fa-spotify:hover {
    color: #69A528;
  }
  html body main.magma section.intro .logo ul.social li i.fa-apple:hover {
    color: #999999;
  }
  html body main.magma section.intro .logo ul.social li i.fa-instagram:hover {
    color: #BD008E;
  }
  html body main.magma section.intro .logo ul.social li i.fa-facebook-f {
    font-size: 38px;
  }
  html body main.magma section.intro .logo ul.social li i.fa-facebook-f:hover {
    color: #1962B5;
  }
  html body main.magma section.presentation {
    position: relative;
    float: left;
    width: 100%;
    height: 100vh;
    margin: 100vh 0 0 0;
    background-color: #181818;
    box-shadow: 0 0 20px rgba(0, 0, 0, 0.5);
  }
  html body main.magma section.presentation .cover {
    position: relative;
    float: left;
    width: 100%;
    text-align: center;
  }
  html body main.magma section.presentation .cover img {
    width: auto;
    height: 95vh;
  }
  html body main.magma section.bio {
    position: relative;
    float: left;
    width: 100%;
    padding: 80px 0;
    background-color: #FFFFFF;
  }
  html body main.magma section.bio .column-left {
    position: relative;
    float: left;
    width: 35%;
    padding: 0 40px 0 0;
    text-align: right;
  }
  html body main.magma section.bio .column-left p {
    position: relative;
    float: left;
    width: 100%;
    margin: 0 0 15px 0;
    font-size: 18px;
    font-weight: 300;
  }
  html body main.magma section.bio .column-left p:last-child {
    margin: 0;
  }
  html body main.magma section.bio .column-center {
    position: relative;
    float: left;
    width: 30%;
  }
  html body main.magma section.bio .column-center img {
    width: 100%;
    height: auto;
  }
  html body main.magma section.bio .column-center p {
    position: absolute;
    bottom: 20px;
    left: 20px;
    z-index: 2;
    text-shadow: 1px 1px 0 black;
    font-size: 13px;
    font-weight: 700;
    color: #FFFFFF;
  }
  html body main.magma section.bio .column-right {
    position: relative;
    float: left;
    width: 35%;
    padding: 0 0 0 40px;
  }
  html body main.magma section.bio .column-right p {
    position: relative;
    float: left;
    width: 100%;
    margin: 0 0 15px 0;
    font-size: 18px;
    font-weight: 300;
  }
  html body main.magma section.bio .column-right p:last-child {
    margin: 0;
  }
  html body main.magma section.tracks {
    position: relative;
    float: left;
    width: 100%;
    padding: 0 0 100px 0;
    background-color: #FFFFFF;
  }
  html body main.magma section.tracks .slider {
    position: relative;
    float: left;
    width: 100%;
    padding: 40px 40px 100px 40px;
    background-color: #D05A7D;
  }
  html body main.magma section.tracks .slider a.charts {
    position: absolute;
    top: 60px;
    right: 40px;
    z-index: 9;
    text-decoration: none;
    text-transform: uppercase;
    font-size: 25px;
    font-weight: 300;
    color: #FFFFFF;
  }
  html body main.magma section.tracks .slider a.charts i {
    margin: 0 5px 0 0;
    vertical-align: middle;
    font-size: 40px;
    color: #FFFFFF;
  }
  html body main.magma section.tracks .slider a.charts:hover {
    color: #000000;
  }
  html body main.magma section.tracks .slider a.charts:hover i {
    color: #000000;
  }
  html body main.magma section.tracks .slider h2 {
    position: relative;
    float: left;
    width: 100%;
    text-transform: uppercase;
    font-size: 50px;
    font-weight: 700;
    color: #FFFFFF;
  }
  html body main.magma section.tracks .slider h3 {
    position: relative;
    float: left;
    width: 100%;
    margin: 0 0 20px 0;
    text-transform: uppercase;
    font-size: 36px;
    font-weight: 500;
    color: #000000;
  }
  html body main.magma section.tracks .slider .column-left {
    position: relative;
    float: left;
    width: 49%;
  }
  html body main.magma section.tracks .slider .column-left .player {
    position: relative;
    float: left;
    width: 80%;
  }
  html body main.magma section.tracks .slider .column-left .player audio {
    width: 100%;
  }
  html body main.magma section.tracks .slider .column-left ul.credits {
    position: relative;
    float: left;
    width: 100%;
    margin: 20px 0 0 0;
    list-style-type: none;
  }
  html body main.magma section.tracks .slider .column-left ul.credits li {
    position: relative;
    float: left;
    width: 100%;
    line-height: 24px;
    font-size: 18px;
    font-weight: 300;
    color: #FFFFFF;
  }
  html body main.magma section.tracks .slider .column-left ul.credits li strong {
    color: #000000;
  }
  html body main.magma section.tracks .slider .column-right {
    position: relative;
    float: right;
    width: 49%;
  }
  html body main.magma section.tracks .slider .column-right .video {
    position: relative;
    float: left;
    width: 100%;
    aspect-ratio: 16/9;
  }
  html body main.magma section.tracks button.slick-arrow {
    display: none !important;
  }
  html body main.magma section.tracks ul.slick-dots {
    position: absolute;
    width: 100%;
    margin: 0;
    border: 0;
    padding: 0;
    left: 0;
    bottom: 35px;
    list-style-type: none;
    text-align: center;
  }
  html body main.magma section.tracks ul.slick-dots li {
    display: inline-block;
    margin: 0 2px;
  }
  html body main.magma section.tracks ul.slick-dots li button {
    width: 20px;
    height: 20px;
    border: 0;
    border-radius: 100%;
    background-color: #FFFFFF;
    cursor: pointer;
    outline: 0;
    text-indent: -5000px;
    font-size: 0;
    color: transparent;
  }
  html body main.magma section.tracks ul.slick-dots li button:hover {
    background-color: #000000;
  }
  html body main.magma section.tracks ul.slick-dots li.slick-active button {
    background-color: #000000;
  }
  html body footer {
    position: relative;
    float: left;
    width: 100%;
    padding: 80px 0;
    background-color: #999999;
  }
  html body footer .column-left {
    position: relative;
    float: left;
    width: 48%;
  }
  html body footer .column-right {
    position: relative;
    float: right;
    width: 48%;
  }
  html body footer .copyright {
    position: relative;
    float: left;
    width: 100%;
  }
  html body footer .copyright ul.social {
    position: relative;
    float: left;
    width: 100%;
    margin: 0 0 5px 0;
    list-style-type: none;
    text-align: right;
  }
  html body footer .copyright ul.social li {
    display: inline-flex;
    margin: 0 1px;
  }
  html body footer .copyright ul.social li i {
    vertical-align: middle;
    font-size: 30px;
    color: #FFFFFF;
  }
  html body footer .copyright ul.social li i.fa-youtube:hover {
    color: #D05A7D;
  }
  html body footer .copyright ul.social li i.fa-spotify:hover {
    color: #D05A7D;
  }
  html body footer .copyright ul.social li i.fa-apple:hover {
    color: #D05A7D;
  }
  html body footer .copyright ul.social li i.fa-instagram:hover {
    color: #D05A7D;
  }
  html body footer .copyright ul.social li i.fa-facebook-f {
    font-size: 26px;
  }
  html body footer .copyright ul.social li i.fa-facebook-f:hover {
    color: #D05A7D;
  }
  html body footer .copyright h2 {
    position: relative;
    float: left;
    width: 100%;
    text-align: right;
    text-transform: uppercase;
    font-family: "Oswald";
    font-size: 24px;
    font-weight: 500;
    color: #FFFFFF;
  }
  html body footer .copyright h3 {
    position: relative;
    float: left;
    width: 100%;
    text-align: right;
    text-transform: uppercase;
    font-family: "Roboto Condensed";
    font-size: 14px;
    font-weight: 700;
    color: #181818;
  }
  html body footer .copyright h4 {
    position: relative;
    float: left;
    width: 100%;
    text-align: right;
    text-transform: uppercase;
    font-family: "Roboto Condensed";
    font-size: 14px;
    font-weight: 500;
    color: #181818;
  }
  html body footer .copyright h4 a {
    text-decoration: none;
    color: #181818;
  }
  html body footer .copyright h4 a:hover {
    color: #D05A7D;
  }
  html body footer .contact {
    position: relative;
    float: left;
    width: 100%;
  }
  html body footer .contact h2 {
    position: relative;
    float: left;
    width: 100%;
    text-align: left;
    text-transform: uppercase;
    font-family: "Oswald";
    font-size: 30px;
    font-weight: 500;
    color: #181818;
  }
  html body footer .contact h3 {
    position: relative;
    float: left;
    width: 100%;
    text-align: left;
    text-transform: uppercase;
    font-family: "Roboto Condensed";
    font-size: 18px;
    font-weight: 500;
    color: #181818;
  }
  html body footer .contact h3 a {
    text-decoration: none;
    color: #FFFFFF;
  }
  html body footer .contact h3 a:hover {
    color: #D05A7D;
  }
}

/*# sourceMappingURL=pedrogomesmusic.css.map */
