/*!
 * Start Bootstrap - New Age v5.0.9 (https://startbootstrap.com/theme/new-age)
 * Copyright 2013-2020 Start Bootstrap
 * Licensed under MIT (https://github.com/StartBootstrap/startbootstrap-new-age/blob/master/LICENSE)
 */

html,
body {
  width: 100%;
  height: 100%;
}

body {
  font-family: 'Muli', 'Helvetica', 'Arial', 'sans-serif';
}

a {
  color: #fdcc52;
  transition: all .35s;
}

a:hover, a:focus {
  color: #fcbd20;
}

hr {
  max-width: 100px;
  margin: 25px auto 0;
  border-width: 1px;
  border-color: rgba(34, 34, 34, 0.1);
}

hr.light {
  border-color: #ffffff33;
}

h1,
h2,
h3,
h4,
h5,
h6 {
  font-family: 'Catamaran', 'Helvetica', 'Arial', 'sans-serif';
  font-weight: 200;
  letter-spacing: 1px;
}

.head-title {
  font-size: 100px;
  text-shadow: 4px 4px #00000022;
  padding-bottom: 80px;
}

p {
  font-size: 18px;
  line-height: 1.5;
  margin-bottom: 20px;
}

section {
  padding: 100px 0;
}

section h2 {
  font-size: 50px;
}

.w-style {
  font-weight: bolder;
}

.icon-white {
  color: white;
}

.icon-white:hover, .icon-white:focus {
  color: #c3317d;
  text-decoration: none;
}

.icon-white-f {
  color: white;
}

.icon-white-f:hover, .icon-white-f:focus {
  color: #fdcc52;
}

.h-lw {
  padding-top: 78px;
}

.h-lw-30 {
  padding-top: 30px;
}

.h-lw-20 {
  padding-top: 20px;
}

.h-lw-50 {
  padding-top: 50px;
}

.h-lw-80 {
  padding-top: 80px;
}

.h-lw-150 {
  padding-top: 150px;
}

.h-license {
  padding-top: 50px;
  text-align: center;
}

.h-license-tos {
  text-align: center;
  font-size: 15px;
}

.container-carousel {
  padding-left: 90px;
  justify-content: center;
}

.display-container-col {
  padding-top: 25px;
  min-width: 5px;
  border-width: 1px;
}

.display-container-row {
  min-height: 250px;
  border-style: dotted;
  border-width: 1px;
  border-color: #ffffff;
  background: #000000;
}

.card-container {
  max-width: 850px;
  background: linear-gradient(190deg,#0000007A 40%,#1E2A39 80%);
}

.card-container-genre {
  max-width: 850px;
  background: linear-gradient(190deg,#0000007A 40%,#c3317d3a 80%);
}


.card-disc-info {
  text-align: left;
}

.genre-info {
  text-align: center;
  font-weight: bold;
  font-size: 20px;
}

#mainNav {
  border-color: rgba(34, 34, 34, 0.05);
  background-color: white;
  transition: all .35s;
  font-family: 'Catamaran', 'Helvetica', 'Arial', 'sans-serif';
  font-weight: 200;
  letter-spacing: 1px;
}

#mainNav .navbar-brand {
  color: #fdcc52;
  font-family: 'Catamaran', 'Helvetica', 'Arial', 'sans-serif';
  font-weight: 200;
  letter-spacing: 1px;
}

#mainNav .navbar-brand:hover, #mainNav .navbar-brand:focus {
  color: #fcbd20;
}

#mainNav .navbar-toggler {
  font-size: 12px;
  padding: 8px 10px;
  color: #222222;
}

#mainNav .navbar-nav > li > a {
  font-size: 11px;
  font-family: 'Lato', 'Helvetica', 'Arial', 'sans-serif';
  letter-spacing: 2px;
  text-transform: uppercase;
}

#mainNav .navbar-nav > li > a.active {
  color: #fdcc52 !important;
  background-color: transparent;
}

#mainNav .navbar-nav > li > a.active:hover {
  background-color: transparent;
}

#mainNav .navbar-nav > li > a,
#mainNav .navbar-nav > li > a:focus {
  color: #222222;
}

#mainNav .navbar-nav > li > a:hover,
#mainNav .navbar-nav > li > a:focus:hover {
  color: #c3317d;
}

@media (min-width: 992px) {
  #mainNav {
    border-color: transparent;
    background-color: transparent;
  }
  #mainNav .navbar-brand {
    color: fade(white, 70%);
  }
  #mainNav .navbar-brand:hover, #mainNav .navbar-brand:focus {
    color: white;
  }
  #mainNav .navbar-nav > li > a,
  #mainNav .navbar-nav > li > a:focus {
    color: rgba(255, 255, 255, 0.7);
  }
  #mainNav .navbar-nav > li > a:hover,
  #mainNav .navbar-nav > li > a:focus:hover {
    color: white;
  }
  #mainNav.navbar-shrink {
    border-color: rgba(34, 34, 34, 0.1);
    background-color: white;
  }
  #mainNav.navbar-shrink .navbar-brand {
    color: #222222;
  }
  #mainNav.navbar-shrink .navbar-brand:hover, #mainNav.navbar-shrink .navbar-brand:focus {
    color: #c3317d;
  }
  #mainNav.navbar-shrink .navbar-nav > li > a,
  #mainNav.navbar-shrink .navbar-nav > li > a:focus {
    color: #222222;
  }
  #mainNav.navbar-shrink .navbar-nav > li > a:hover,
  #mainNav.navbar-shrink .navbar-nav > li > a:focus:hover {
    color: #c3317d;
  }
}

header.masthead {
  position: relative;
  width: 100%;
  padding-top: 150px;
  padding-bottom: 100px;
  color: white;
  background: url("../img/bg-pattern.png"), #7b4397;
  background: url("../img/bg-pattern.png"), linear-gradient(to left, #c3317d, #1E2A39 60%);
  background-attachment: fixed;
}

header.masthead-lw {
  position: relative;
  width: 100%;
  padding-top: 60px;
  padding-bottom: 80px;
  color: white;
  background: url("../img/bg-pattern.png"), #7b4397;
  background: url("../img/bg-pattern.png"), linear-gradient(to left, #c3317d, #1E2A39 60%);
  background-attachment: fixed;
}

header.masthead .header-content {
  margin-bottom: 100px;
  text-align: center;
}

header.masthead .header-content h1 {
  font-size: 50px;
}

header.masthead .device-container {
  max-width: 325px;
  margin-right: auto;
  margin-left: auto;
}

header.masthead .device-container .screen img {
  border-radius: 3px;
}

header.masthead .explain-col {
  background: linear-gradient(190deg,#1E2A397A 10%,#1E2A39 60%);
  border-style: solid;
  border-color: #7A7A7A33;
  border-width: 0.5px;
}

header.masthead .explain-col:hover, .explain-col:focus {
  background: linear-gradient(190deg,#1E2A397A 10%,#c3317d 60%);
}

header.masthead .explain-container-top {
  min-height: 70px;
  font-size: 45px;
  font-weight: bold;
  text-align: center;
}

header.masthead .explain-container-middle {
  min-height: 70px;
  font-size: 30px;
  text-align: center;
}

header.masthead .explain-container-bottom {
  min-height: 230px;
  font-size: 20px;
  text-align: center;
}

@media (min-width: 992px) {
  header.masthead {
    height: 100vh;
    min-height: 1100px;
    padding-top: 0;
    padding-bottom: 0;
  }
  header.masthead .header-content {
    margin-bottom: 0;
    text-align: left;
  }

  header.masthead .header-content h1 {
    font-size: 50px;
  }

  header.masthead .device-container {
    max-width: 325px;
  }
}

section.listen {
  color: white;
  position: relative;
  padding-top: 150px;
}

section.listen h2 {
  color: white;
  font-size: 50px;
  margin-top: 0;
}

section.listen .badges .badge-link {
  display: block;
  margin-bottom: 25px;
}

section.listen .badges .badge-link:last-child {
  margin-bottom: 0;
}

section.listen .badges .badge-link img {
  height: 60px;
}

@media (min-width: 768px) {
  section.listen .badges .badge-link {
    display: inline-block;
    margin-bottom: 0;
  }
}

@media (min-width: 768px) {
  section.listen h2 {
    font-size: 70px;
  }
}

section.contact .section-heading {
  padding: 150px 0;
}

section.contact .section-heading h2 {
  margin-top: 0;
}

section.contact .section-heading p {
  margin-bottom: 0;
}

section.contact {
  text-align: center;
}

section.contact h2 {
  margin-top: 0;
  font-size: 60px;
  margin-bottom: 25px;
}

section.contact h2 i {
  color: #dd4b39;
}

section.contact ul.list-social {
  margin-bottom: 0;
}

section.contact ul.list-social li a {
  font-size: 40px;
  line-height: 80px;
  display: block;
  width: 80px;
  height: 80px;
  color: white;
  border-radius: 100%;
}



footer {
  padding: 25px 0;
  text-align: center;
  color: rgba(255, 255, 255, 0.3);
  background-color: #222222;
}

.a-footer {
  font-size: 12px;
  color: rgba(255, 255, 255, 0.3);
}

.a-footer:hover, .a-footer:focus, .a-footer:active {
  text-decoration: none;
}

footer p {
  font-size: 12px;
  margin: 0;
}

footer ul {
  margin-bottom: 0;
}

footer ul li a {
  font-size: 12px;
  color: rgba(255, 255, 255, 0.3);
}

footer ul li a:hover, footer ul li a:focus, footer ul li a:active, footer ul li a.active {
  text-decoration: none;
}

.bg-primary {
  background: #ffffff;
  background: linear-gradient(#1E2A39, #1E2A39);
}

.text-primary {
  color: #ffffff;
}

.no-gutter > [class*='col-'] {
  padding-right: 0;
  padding-left: 0;
}

.btn-cont-outline {
  color: #1E2A39;
  border: 2px solid;
  border-color: #1E2A39;
}

.btn-cont-outline:hover, .btn-cont-outline:focus, .btn-cont-outline:active, .btn-cont-outline.active {
  color: white;
  border-color: #1E2A39;
  background-color: #1E2A39;
}

.btn-outline {
  color: white;
  border: 2px solid;
  border-color: white;
}

.btn-outline:hover, .btn-outline:focus, .btn-outline:active, .btn-outline.active {
  color: white;
  border-color: #c3317d;
  background-color: #c3317d;
}

.btn {
  border-radius: 300px;
  font-family: 'Lato', 'Helvetica', 'Arial', 'sans-serif';
  letter-spacing: 2px;
  text-transform: uppercase;
}

.btn-xl {
  font-size: 14px;
  padding: 15px 45px;
}

.carousel-indicators li {
  width: 10px;
  height: 10px;
  border-radius: 100%;
}
