/* TYPO */

body {
  font-family: IIVorkursLight, IIVorkursBold,sans-serif;
}

main {
  margin-top: 40px;
  padding-top: 60px;
  margin-left: auto;
  margin-right: auto;
}

a {
  color: var(--bs-gray-dark);
  text-decoration: inherit;
}

a:hover {
  color: var(--bs-gray-500);
}

h1, h2, h3, h4, h5, h6 {
  font-family: 'IIVorkursBold';
}

h3 {
  margin-bottom: 8px;
}

/* ICONS */

/* SPECIAL CLASSES */

.highlight_text {
  color: #ffffff;
}

.highlight_text h5 {
  font-weight: 400;
  text-transform: uppercase;
  font-size: 13px;
}

.highlight_text h1 {
  font-size: calc(1.2em + 3vw);
  font-weight: lighter;
  text-transform: uppercase;
}

.highlight_text h2 {
  font-size: calc(0.8em + 1.9vw);
  text-transform: capitalize;
  font-weight: bold;
}

.primary_image {
  min-height: 650px;
  max-height: 900px;
  max-width: 1300px;
}

.navbar-nav {
  justify-content: center;
  align-items: center;
}

.text_title {
  font-size: 18px;
}

.wrapper_video {
  position: relative;
  overflow: hidden;
  padding-top: 56.25%;
}

.wrapper_video iframe {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}

.songs {
  color: #ffffff;
}

.disc_title {
  margin-top: 0px;
  margin-bottom: 10px;
  font-family: 'IIVorkursBold';
  font-size: 20px;
  color: var(--bs-gray-700);
  line-height: 22px;
}

.author {
  margin-top: 20px;
  margin-bottom: 0px;
  font-family: 'IIVorkursLight';
  font-size: 17px;
  line-height: 20px;
  padding-bottom: 8px;
}

.disc_title_releases {
  font-size: 24px;
  padding-right: 12px;
  padding-left: 12px;
  margin-top: 6px;
  color: #13181d;
  font-family: IIVorkursBold;
  font-weight: 700;
}

.author_releases {
  padding-right: 12px;
  padding-left: 12px;
  margin-bottom: 0px;
  font-size: 17px;
  margin-top: 16px;
  font-family: IIVorkursLight;
}

.track_list {
  text-transform: capitalize;
  color: var(--bs-white);
}

.thumb_cover.mini {
  width: 170px;
  height: 170px;
}

.bottom {
  align-self: flex-end;
}

.album_title {
  min-height: 80px;
}

.album_author {
  min-height: 70px;
}

.height_column_store {
  background: var(--bs-white);
  margin-top: 20px;
  min-width: 302px;
  max-width: 500px;
}

.tech_title {
  font-size: 24px;
  font-family: IIVorkursBold;
  color: #13181d;
}

.tech_subtitle {
  font-size: 16px;
  font-family: IIVorkursBold;
  color: var(--bs-gray-700);
}

.songs a {
  color: #ffffff;
}

tr:hover {
  background-color: rgba(255,255,255,0.3);
}

.sm2_playing {
  background-image: url("/assets/img/icon_play.png");
  background-repeat: no-repeat;
}

.pTitle {
  font-family: 'IIVorkursBold';
  color: #13181d;
  font-size: 18px;
  line-height: 20px;
}

.song_title {
  color: #fff;
  text-decoration: none;
  padding-left: 16px;
  vertical-align: middle;
}

.btn_release {
  filter: grayscale(0%);
  background: var(--bs-gray);
  border-style: none;
  width: 200px;
  letter-spacing: 2px;
}

p.release_artist_title {
  text-decoration: none;
  color: #ffffff;
  font-family: 'IIVorkursLight';
  font-size: 20px;
  margin-bottom: 0px;
}

p.release_artist_title a {
  text-decoration: none;
  color: #ffffff;
  font-family: 'IIVorkursLight';
  font-size: 20px;
  margin-bottom: 0px;
}

.bg-dark-custom {
  background: #13181d;
}

.navbar-nav {
  justify-content: center;
  align-items: center;
  background: rgb(33,37,41);
}

td a .font-monospace {
  color: #fff;
  font-weight: 100;
  font-size: small;
  display: inline-block;
  vertical-align: middle;
}

.release_artist_title a {
  color: #fff;
}

.truncate {
  width: 370px;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
  display: inline-block;
}

/* MEDIA QUERY */

@media (min-width: 300px) {
  .highlight_text {
    margin-bottom: 80px;
  }
}

@media (min-width: 992px) {
  .highlight_text {
    margin-bottom: 100px;
  }
}

@media (min-width: 1400px) {
  .highlight_text {
    margin-bottom: 182px;
  }
}

@media (min-width: 300px) {
  .thumb_cover {
    width: 200px;
    height: 200px;
    margin-left: auto;
    margin-right: auto;
  }
}

@media (min-width: 768px) {
  .thumb_cover {
    width: 180px;
    height: 180px;
    margin-left: auto;
    margin-right: auto;
  }
}

@media (min-width: 1400px) {
  .thumb_cover {
    width: 200px;
    height: 200px;
    margin-left: auto;
    margin-right: auto;
  }
}

@media (min-width: 1400px) {
  .thumb_video_cover {
    width: 480px;
    height: 270px;
    margin-left: auto;
    margin-right: auto;
  }
}

@media (min-width: 300px) {
  .full_width {
    max-width: 100%;
    padding: 0px;
  }
}

@media (min-width: 1400px) {
  .full_width {
    max-width: 1400px;
    max-height: 787px;
  }
}

@media (min-width: 320px) {
  .column_inline {
    display: inline;
  }
}

@media (min-width: 992px) {
  .column_inline {
    display: flex;
  }
}

@media (min-width: 991px) {
  .artist_panel {
    min-height: 500px;
  }
}

@media (min-width: 1200px) {
  .artist_panel {
    height: 100%;
    min-height: 700px;
  }
}

@media (min-width: 768px) {
  .album_short_description {
    min-height: 260px;
  }
}

@media (min-width: 992px) {
  .album_short_description {
    min-height: 300px;
  }
}

@media (min-width: 1200px) {
  .album_short_description {
    min-height: 250px;
  }
}

@media (min-width: 360px) {
  .nome {
    font-size: 30px;
    font-weight: bold;
    margin-top: 90px;
  }
}

@media (min-width: 576px) {
  .nome {
    font-size: 30px;
    font-weight: bold;
    margin-top: 90px;
  }
}

@media (min-width: 992px) {
  .nome {
    font-size: 36px;
    font-weight: bold;
    margin-top: 90px;
  }
}

@media (min-width: 320px) {
  .tech_note {
    margin-top: 30px;
  }
}

@media (min-width: 992px) {
  .tech_note {
    margin-top: 0px;
  }
}

@media (min-width: 1400px) {
  .container, .container-lg, .container-md, .container-sm, .container-xl, .container-xxl {
    max-width: 1400px;
    padding: 0px;
  }
}

@media (min-width: 300px) {
  .row_releases {
    display: inline;
  }
}

@media (min-width: 768px) {
  .row_releases {
    display: flex;
  }
}

@media (min-width: 300px) {
  .nav_logo {
    display: none;
  }
}

@media (min-width: 576px) {
  .nav_logo {
    display: none;
  }
}

@media (min-width: 768px) {
  .nav_logo {
    display: initial;
  }
}

@media (min-width: 300px) {
  .logo_footer {
    text-align: center;
  }
}

@media (min-width: 768px) {
  .logo_footer {
    text-align: left;
  }
}

@media (min-width: 768px) {
  .navbar_logo {
    font-size: 16px;
  }
}

@media (min-width: 768px) {
  nav {
    font-size: 13px;
  }
}

@media (min-width: 992px) {
  nav {
    font-size: 16px;
  }
}

@media (min-width: 1200px) {
  .navbar_logo {
    font-size: 20px;
  }
}

@media (min-width: 576px) {
  .small_title {
    text-align: right;
    font-size: 24px;
    margin-bottom: 28px;
    margin-top: 60px;
  }
}

@media (max-width: 1199.98px) {
  .truncate {
    width: 370px;
  }
}

@media (max-width: 991.98px) {
  .truncate {
    width: 370px;
  }
}

@media (max-width: 767.98px) {
  .truncate {
    width: 360px;
  }
}

@media (max-width: 575.98px) {
  .truncate {
    width: 300px;
  }
}

@media (max-width: 380px) {
  .truncate {
    width: 200px;
  }
}

.btn_listenbuy {
  filter: grayscale(0%);
  background: var(--bs-gray);
  border-style: none;
  width: 120px;
  letter-spacing: 1px;
  font-size: 13px;
  height: 28px;
  vertical-align: middle;
}

.btn_listenbuy:hover {
  background-color: #8295B6;
}

.btn_listenbuy_big {
  filter: grayscale(0%);
  background: var(--bs-gray);
  border-style: none;
  width: 180px;
  letter-spacing: 1px;
  font-size: 16px;
  height: 36px;
  vertical-align: middle;
  font-weight: 700;
}

.btn_listenbuy_big:hover {
  background-color: #8295B6;
}

.bigTitleWhite a {
  color: #ffffff;
}

.table {
  --bs-table-bg: transparent;
}

