/*
Theme Name: Universal Music Artist
Theme URI: https://universalmusic.no
Author: Mats Johannesen
Author URI: https://wordpress.org/
Description: Custom theme for Universal Music Norway Artist
Version: 1.0
*/
@import url("https://fonts.googleapis.com/css?family=Open+Sans:700");
@import url("https://fonts.googleapis.com/css?family=Cantarell|Fjalla+One|Lato|Asul:400,700");
@import url("https://use.typekit.net/icp4ozt.css");
html, body, div, span, applet, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, em, img, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var,
b, u, i, center,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td,
article, aside, canvas, details, embed,
figure, figcaption, footer, header, hgroup,
menu, nav, output, ruby, section, summary,
time, mark, audio, video {
  margin: 0;
  padding: 0;
  border: 0;
  font-size: 100%;
  font: inherit;
  vertical-align: baseline;
}

article, aside, details, figcaption, figure,
footer, header, hgroup, menu, nav, section {
  display: block;
}

audio, canvas, iframe, img, svg, video {
  vertical-align: middle;
}

body {
  line-height: 1;
}

a {
  text-decoration: none;
}

ol, ul {
  list-style: none;
}

blockquote, q {
  quotes: none;
}

blockquote:before,
blockquote:after,
q:before, q:after {
  content: "";
  content: none;
}

textarea {
  resize: vertical;
}

hr {
  display: block;
  height: 1px;
  border: 0;
  border-top: 1px solid #ccc;
  margin: 10px 0;
  padding: 0;
}

table {
  border-collapse: collapse;
  border-spacing: 0;
}

h1, h2, h3, h4, h5, h6 {
  font-family: "Asul", sans-serif;
  font-weight: 700;
  font-style: normal;
}

p {
  line-height: 1.5;
}

.intro, h6 {
  font-size: 18px;
  font-style: italic;
  margin: 1em 0;
  display: block;
}

em {
  font-style: italic;
}

h2 {
  font-size: 25px;
}

.slick-prev:before, .slick-next:before {
  color: #100e0e !important;
}

@keyframes zoom-in {
  0% {
    transform: scale(0.1);
  }
  100% {
    transform: none;
  }
}
@keyframes rotate-right {
  0% {
    transform: translate(-100%) rotate(-100deg);
  }
  100% {
    transform: none;
  }
}
.is-animated {
  animation: 0.6s zoom-in;
}

html {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}

*, *:before, *:after {
  -webkit-box-sizing: inherit;
  -moz-box-sizing: inherit;
  box-sizing: inherit;
}

body {
  font-family: "Asul", sans-serif;
  font-weight: 400;
  font-style: normal;
  font-size: 15pt;
  line-height: 1.2;
  color: #2b303e;
  background-color: #efefef;
  text-rendering: optimizeLegibility;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}

::selection {
  background: #b3d4fc;
  text-shadow: none;
}

.clearfix:before,
.clearfix:after {
  content: " ";
  display: table;
}

.clearfix:after {
  clear: both;
}

.pull-right {
  float: right;
  margin-left: auto;
}

@media screen and (max-width: 768px) {
  body {
    font-size: 14pt;
  }
}
.gform_wrapper .gform_footer input[type=submit] {
  background-color: transparent;
  color: #111010;
  border: 1px solid #111010;
  padding: 0.75em;
  font-size: 15px;
  cursor: pointer;
}
.gform_wrapper .gform_footer input[type=submit]:hover {
  background-color: #111010;
  color: white;
}

.field-wrap > div input {
  padding: 0.5em;
  font-size: 16px;
}

.nf-before-form-content {
  display: none;
}

.btn {
  border: 0;
  margin: 0 0.25em;
  background-color: transparent;
  font-weight: bold;
  text-transform: uppercase;
  cursor: pointer;
}

.active {
  background-color: black;
  color: white;
  padding: 0.75em;
}

@media screen and (max-width: 768px) {
  .btn {
    font-size: 10px;
  }
}
.responsiveEmbed {
  position: relative;
  padding-bottom: 56.25%;
  /* 16:9 */
  padding-top: 25px;
  height: 0;
}
.responsiveEmbed iframe {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}

.video {
  position: relative;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  padding: 40px 0 0;
}

.responsiveEmbed {
  -ms-flex: 1 1 300px;
  flex: 1 1 300px;
  -ms-flex-direction: column;
  flex-direction: column;
  overflow: hidden;
  margin: 0 20px 40px;
  background: #fff 50%;
  background-size: cover;
  border-radius: 5px;
  box-shadow: 8px 14px 38px rgba(39, 44, 49, 0.06), 1px 3px 8px rgba(39, 44, 49, 0.03);
  transition: all 0.5s ease;
}

@media (min-width: 795px) {
  .responsiveEmbed {
    padding-bottom: 16.25%;
  }

  .responsiveEmbed:nth-child(6n+1),
.responsiveEmbed:nth-child(5) {
    flex: 1 1 100%;
    flex-direction: row;
    padding-bottom: 56.25%;
  }
}
.modalDialog {
  position: fixed;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  background: rgba(0, 0, 0, 0.8);
  z-index: 99999;
  opacity: 0;
  -webkit-transition: opacity 400ms ease-in;
  -moz-transition: opacity 400ms ease-in;
  transition: opacity 400ms ease-in;
  pointer-events: none;
}
.modalDialog:target {
  opacity: 1;
  pointer-events: auto;
}
.modalDialog > div {
  width: 60vw;
  position: relative;
  margin: 10% auto;
  padding: 5px 20px 13px 20px;
  border-radius: 10px;
  background: #fff;
  background: -moz-linear-gradient(#fff, #999);
  background: -webkit-linear-gradient(#fff, #999);
  background: -o-linear-gradient(#fff, #999);
}
.modalDialog h2 {
  margin: 10px;
}
.modalDialog .close {
  background: #606061;
  color: #fff;
  line-height: 25px;
  position: absolute;
  right: -12px;
  text-align: center;
  top: -10px;
  width: 24px;
  text-decoration: none;
  font-weight: bold;
  -webkit-border-radius: 12px;
  -moz-border-radius: 12px;
  border-radius: 12px;
  -webkit-box-shadow: 1px 1px 3px #000;
  -moz-box-shadow: 1px 1px 3px #000;
  box-shadow: 1px 1px 3px #000;
}
.modalDialog .close:hover {
  background: #00d9ff;
}

@media screen and (max-width: 768px) {
  .modalDialog > div {
    width: 90vw;
  }
}
form {
  position: relative;
  width: 18rem;
  margin: 0 auto;
}

.chosen-value,
.value-list {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
}

.chosen-value {
  font-family: "Ek Mukta";
  text-transform: uppercase;
  font-weight: 600;
  letter-spacing: 4px;
  height: 4rem;
  font-size: 1.1rem;
  padding: 1rem;
  background-color: #FAFCFD;
  border: 3px solid transparent;
  transition: 0.3s ease-in-out;
}
.chosen-value::-webkit-input-placeholder {
  color: #333;
}
.chosen-value:hover {
  background-color: #FF908B;
  cursor: pointer;
}
.chosen-value:hover::-webkit-input-placeholder {
  color: #333;
}
.chosen-value:focus, .chosen-value.open {
  box-shadow: 0px 5px 8px 0px rgba(0, 0, 0, 0.2);
  outline: 0;
  background-color: #FF908B;
  color: #000;
}
.chosen-value:focus::-webkit-input-placeholder, .chosen-value.open::-webkit-input-placeholder {
  color: #000;
}

.value-list {
  list-style: none;
  margin-top: 4rem;
  margin-left: 0 !important;
  box-shadow: 0px 5px 8px 0px rgba(0, 0, 0, 0.2);
  overflow: hidden;
  max-height: 0;
  transition: 0.3s ease-in-out;
}
.value-list.open {
  max-height: 320px;
  overflow: auto;
  z-index: 1000;
}
.value-list .dropdown-header {
  font-weight: bold;
}
.value-list li {
  position: relative;
  height: 4rem;
  background-color: #FAFCFD;
  padding: 1rem;
  font-size: 1.1rem;
  display: flex;
  align-items: center;
  cursor: pointer;
  transition: background-color 0.3s;
  opacity: 1;
}
.value-list li:hover {
  background-color: #FF908B;
}
.value-list li.closed {
  max-height: 0;
  overflow: hidden;
  padding: 0;
  opacity: 0;
}
.value-list .divider {
  height: 2px;
  border-top: 1px solid rgba(0, 0, 0, 0.1);
}

.live-container {
  font-family: "Roboto Mono", monospace;
  font-size: 1rem;
  width: 100%;
  max-width: 1024px;
}

.live--event {
  display: flex;
  flex-direction: row;
  line-height: 22px;
  align-items: center;
  padding: 0.35rem 0;
}

.live--event:nth-child(odd) a {
  color: #700fff;
}

.live-details {
  display: flex;
  align-items: center;
  text-decoration: none;
  justify-content: space-between;
  width: 100%;
}

.item {
  flex: 1 1 0;
}

.live--event:hover {
  background-color: rgba(81, 81, 81, 0.1);
}

.live--date {
  font-weight: bold;
  color: #000;
  margin: 0 15px 0 0;
}

.live--name {
  text-align: right;
}

/* .live-details .live-name {
    margin: 0 auto 0 0;
}*/
.live--details .live--location {
  text-align: right;
  margin: 0 14px 0 5px;
}

.live-ticket {
  /*display: flex;
  justify-content: flex-start;
  align-items: center;*/
  background: #700fff;
  border-radius: 10px;
  padding: 0 1rem;
  height: 30px;
  margin-right: 0.567rem;
}

.live-ticket:hover {
  background: #9d81d0;
}

.live-ticket a {
  line-height: 25px;
  color: #fff !important;
  text-decoration: none;
}

@media (max-width: 750px) {
  .live--event {
    flex-direction: row-reverse;
  }

  .live--name {
    text-align: left;
  }

  .live--location {
    display: none;
  }

  .live-details {
    align-items: initial;
    flex-direction: column;
  }
}
header {
  width: 100%;
  position: absolute;
  top: 0;
  z-index: 1001;
}
header .title-nav {
  display: table;
  width: 100%;
  padding: 25px 80px;
  vertical-align: middle;
}
header .title-nav .title {
  margin: 0;
  padding: 0;
  display: table-cell;
  width: 30%;
  /*vertical-align: middle;*/
  position: relative;
}
header .title-nav .title img {
  max-width: 400px;
  max-height: 100px;
}

.jumbotron {
  position: relative;
  max-height: 500px;
  height: auto;
  overflow: hidden;
}
.jumbotron .jumboImage {
  position: absolute;
  width: 100%;
  height: auto;
  overflow: hidden;
  max-height: 500px;
}
.jumbotron .jumboImage img {
  max-width: 100%;
  display: block;
  height: auto;
}

.jumbotronHome img.homeJumbo {
  /* Set rules to fill background */
  min-height: 100%;
  min-width: 1024px;
  /* Set up proportionate scaling */
  width: 100%;
  height: auto;
  /* Set up positioning */
  position: absolute;
  top: 0;
  left: 0;
  margin-top: -20px;
  z-index: -10;
}
@media screen and (max-width: 1024px) {
  .jumbotronHome {
    /* Specific to this particular image */
  }
  .jumbotronHome img.homeJumbo {
    left: 50%;
    margin-left: -512px;
    /* 50% */
  }
}

.title-desc-wrapper {
  top: 0;
  margin: 0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  -webkit-align-items: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
  min-height: 180px;
  overflow: hidden;
  position: relative;
  padding: 80px;
  padding-top: 200px;
  z-index: 10;
}
.title-desc-wrapper .desc-inner {
  text-align: center;
  max-width: 800px;
  padding: 80px 0;
  z-index: 100;
  position: relative;
}
.title-desc-wrapper .desc-inner p {
  text-align: center;
  width: 100%;
  margin: 0 0 0.75em;
  font-size: 18px;
  font-family: "Fjalla One", Helvetica, Arial, sans-serif;
  line-height: 1.6em;
  text-transform: uppercase;
  position: relative;
  color: #fff;
}
.title-desc-wrapper .desc-inner p strong {
  display: block;
  font-size: 70px;
  line-height: 1;
}

.title-desc-wrapper-home {
  padding-top: 400px;
}

.scroll-arrow {
  cursor: pointer;
  position: absolute;
  bottom: 50px;
  left: 50%;
  margin-left: -75px;
  width: 150px;
  z-index: 10;
  height: 30px;
  text-align: center;
  padding: 0;
  color: white;
  font-weight: bold;
  text-transform: uppercase;
}
.scroll-arrow i {
  border: solid white;
  border-width: 0 4px 4px 0;
  display: inline-block;
  padding: 10px;
  transform: rotate(45deg);
  -webkit-transform: rotate(45deg);
}

section.home-wrapper {
  position: relative;
  height: 100vh;
  overflow: hidden;
}

.background {
  background-repeat: no-repeat;
  background-position: 50% 50%;
}

@media (max-width: 768px) {
  header .title-nav {
    padding: 25px 20px;
  }
  header .title-nav .title img {
    max-height: 50px;
  }

  .jumbotron img.homeJumbo {
    min-height: 30%;
  }
  .jumbotron .title-desc-wrapper {
    padding: 0;
  }
  .jumbotron .title-desc-wrapper .desc-inner {
    padding: 290px 0 100px;
  }
  .jumbotron .title-desc-wrapper .desc-inner p strong {
    font-size: 30px;
    line-height: 0.5;
  }
  .jumbotron .title-desc-wrapper-home {
    padding: 150px 30px;
    padding-top: 30px;
  }
}
.content {
  padding: 2em 0;
  width: 100%;
}

footer .container {
  margin-bottom: 0 !important;
}

.container {
  width: 100%;
  max-width: 1024px;
  margin: 0 auto;
}
.container strong {
  font-weight: bold;
}
.container ul {
  list-style: initial;
  margin-left: 30px;
}
.container .row {
  display: flex;
}
.container .row iframe {
  margin-bottom: 2em;
}
.container .row img {
  display: block;
  max-width: 100%;
}
.container .row .catname {
  width: 100%;
}
.container .row .bio,
.container .row .theearlyyears {
  columns: 2;
}
.container .row .bio p,
.container .row .theearlyyears p {
  margin: 5px 0;
}
.container .row .bio p:first-of-type,
.container .row .theearlyyears p:first-of-type {
  margin-top: 0;
}
.container .row .contact p {
  margin-bottom: 2rem;
}
.container .row .contact p strong {
  font-size: 17pt;
}
.container .row .contact a {
  text-decoration: underline;
}
.container .row .employee {
  width: 23%;
}
.container .row .employee h2 {
  font-size: 22px;
}
.container .row .employee a {
  font-size: 14px;
}
.container .row .artists {
  width: 31%;
}
.container .row .artists h2 {
  font-size: 22px;
}
.container .case {
  margin-bottom: 50px;
}
.container .full {
  width: 100%;
  margin: 0 auto;
  padding: 2em 1em;
}
.container .full h2, .container .full p {
  text-align: center;
}
.container .full h2 {
  font-size: 30px;
  margin-bottom: 20px;
}
.container .eighty {
  width: 80%;
  margin: 0 auto;
  background-color: white;
}
.container .eighty h2 {
  font-size: 30px;
  margin-bottom: 20px;
}
.container .eighty h2 {
  padding: 0.25em 0.5em;
}
.container .eighty p {
  padding: 0.25em 1em;
}
.container .eighty p:last-of-type {
  padding-bottom: 2em;
}
.container .eighty figure img {
  width: 100%;
}
.container .ntb .date, .container .eighty .date {
  padding: 0.25em 1em;
  display: block;
  font-size: 0.75rem;
}
.container .ntb .date:before, .container .eighty .date:before {
  content: "";
  display: block;
  background: url("assets/images/icons8-calendar.svg") no-repeat;
  width: 20px;
  height: 20px;
  float: left;
}
.container .half {
  width: 50%;
  padding: 20px;
}
.container .thirds {
  width: 33.333333333%;
  margin: 10px;
}
.container .thirds figure {
  max-height: 158px;
  overflow: hidden;
  margin-bottom: 20px;
}
.container .thirds img {
  margin-bottom: 20px;
}
.container .artist h2 {
  margin: 10px 0;
}
.container .artist figure {
  margin-bottom: 0px;
}
.container .artist figure img {
  margin-bottom: 0px;
}
.container #single-post-container {
  text-align: center;
  margin-top: 8rem;
}
.container .ntb {
  background-color: #fff;
}
.container .ntb h2 {
  margin-bottom: 20px;
  padding: 0 10px;
}
.container .ntb h2 a::before {
  background: none;
  background-color: #1b90a9;
  height: 90%;
  display: block;
  content: "";
  position: absolute;
  left: -10px;
  top: 6%;
  width: 6px;
  min-height: 0;
}
.container .ntb p {
  padding: 0 10px 10px;
  font-weight: normal !important;
  height: 125px;
}

.home .container {
  max-width: initial;
  margin-bottom: 2em;
}
.home .container .row {
  justify-content: center;
  margin: 1em auto;
  max-width: 1024px;
}
.home .container .row .catname {
  width: initial;
}
.home .container .row .catname h2 {
  color: #100e0e;
  margin: 10px 0 0;
  border-bottom: 1px solid #100e0e;
  background-color: transparent;
  text-transform: uppercase;
}
.home .digster {
  background-color: #100e0e;
}

.page-template-kontakter .container .row {
  flex-wrap: wrap;
  width: 100%;
}

.page-template-artister .container .row {
  flex-wrap: wrap;
  width: 100%;
}
.page-template-artister .container .filter {
  justify-content: center;
}

.page-template-news .container .row {
  margin-bottom: 2em;
}

.slick-initialized .slick-track {
  display: flex;
  align-items: center;
}

.slick-slide {
  margin: 0 10px;
}

@media (max-width: 768px) {
  .container .eighty,
.container .thirds {
    width: 100%;
  }
  .container .row {
    -webkit-flex-wrap: wrap;
    flex-wrap: wrap;
  }
  .container .row .artists {
    width: 100%;
  }
  .container .row .employee {
    width: 40%;
  }
  .container .half {
    width: 100%;
  }

  .page-template-kontakter .container .row {
    justify-content: center;
  }
}
a {
  color: #000;
}

a:hover {
  text-decoration: underline;
}

.case-image {
  position: relative;
}
.case-image a {
  display: inline-block;
}
.case-image .attachment-post-thumbnail {
  display: relative;
}
.case-image .play-button-overlay {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
}

@media (max-width: 560px) {
  .container .row .employee {
    width: 70%;
  }
  .container .row .catname h2 {
    font-size: 1.5rem;
  }
  .container .row .bio {
    columns: 1;
  }
  .container .row .content {
    padding: 2em 1em;
  }

  footer .container {
    padding: 0 1em;
  }
}
.nav-icon {
  width: 24px;
  height: 18px;
  margin: 15px 15px 0 0;
  position: fixed;
  z-index: 999999999;
  right: 0;
  background-color: transparent;
  cursor: pointer;
  -webkit-transform: rotate(0deg);
  -moz-transform: rotate(0deg);
  -o-transform: rotate(0deg);
  transform: rotate(0deg);
  -webkit-transition: 0.5s ease-in-out;
  -moz-transition: 0.5s ease-in-out;
  -o-transition: 0.5s ease-in-out;
  transition: 0.5s ease-in-out;
}
.nav-icon span {
  width: 100%;
  height: 2px;
  display: block;
  position: absolute;
  left: 0;
  opacity: 1;
  background-color: #fff;
  -webkit-transform: rotate(0deg);
  -moz-transform: rotate(0deg);
  -o-transform: rotate(0deg);
  transform: rotate(0deg);
  -webkit-transition: 0.25s ease-in-out;
  -moz-transition: 0.25s ease-in-out;
  -o-transition: 0.25s ease-in-out;
  transition: 0.25s ease-in-out;
}
.nav-icon span:nth-child(1) {
  top: 0;
}
.nav-icon span:nth-child(2) {
  top: 8px;
}
.nav-icon span:nth-child(3) {
  top: 16px;
}

.nav-overlay {
  width: 100%;
  height: 100vh;
  margin-top: 0;
  position: fixed;
  left: 0;
  top: 0;
  z-index: 999999;
  cursor: pointer;
  background: rgba(0, 0, 0, 0.6);
  overflow-y: scroll;
  visibility: hidden;
  opacity: 0;
  transition: all 0.3s;
}
.nav-overlay.active {
  visibility: visible;
  opacity: 1;
}

.nav-icon.active span:nth-child(1) {
  position: fixed;
  top: 8px;
  background-color: #fff;
  -webkit-transform: rotate(135deg);
  -moz-transform: rotate(135deg);
  -o-transform: rotate(135deg);
  transform: rotate(135deg);
}

.nav-icon.active span:nth-child(2) {
  position: fixed;
  opacity: 0;
  background-color: #fff;
  -webkit-transition: 0.35s ease-in-out;
  -moz-transition: 0.35s ease-in-out;
  -o-transition: 0.35s ease-in-out;
  transition: 0.35s ease-in-out;
}

.nav-icon.active span:nth-child(3) {
  position: fixed;
  top: 8px;
  background-color: #fff;
  -webkit-transform: rotate(-135deg);
  -moz-transform: rotate(-135deg);
  -o-transform: rotate(-135deg);
  transform: rotate(-135deg);
}

.main-nav {
  width: 320px;
  margin-top: 0;
  position: fixed;
  top: 0;
  right: -320px;
  z-index: 9999999;
  bottom: 0;
  overflow-y: initial;
  background-color: #111010;
}
.main-nav.active {
  right: 0;
}
.main-nav a {
  display: block;
  padding: 20px 20px 5px;
  color: #fff;
}
.main-nav a:hover {
  border-bottom: 2px solid #fff;
  text-decoration: none;
}

@media screen and (min-width: 768px) {
  .navScroll .nav-icon {
    display: initial;
    top: 0;
  }

  .nav-icon {
    display: none;
  }

  .desktopNav {
    display: table-cell;
    width: 70%;
    text-align: right;
    vertical-align: middle;
  }

  .main-nav {
    list-style: none;
    line-height: 1em;
    position: relative;
    width: 100%;
    background-color: transparent;
    right: 0;
  }
  .main-nav li {
    margin: 0 0 0 30px;
    padding: 5px 5px 10px;
  }
  .main-nav a {
    color: #fff;
    text-transform: uppercase;
    font-family: "Asul", sans-serif;
    font-weight: 400;
    font-style: normal;
    padding-bottom: 3px;
    display: initial;
    padding: 0;
  }
  .main-nav a:hover {
    border-bottom: 2px solid #fff;
  }
}
.navScroll .desktopNav {
  display: initial;
}
.navScroll .main-nav {
  width: 320px;
  margin-top: 0;
  position: fixed;
  top: 0;
  right: -320px;
  z-index: 9999999;
  bottom: 0;
  overflow-y: initial;
  background-color: #111010;
}
.navScroll .main-nav.active {
  right: 0;
}
.navScroll .main-nav a {
  display: block;
  padding: 20px 20px 5px;
  color: #fff;
}
.navScroll .main-nav a:hover {
  border-bottom: 2px solid #fff;
  text-decoration: none;
}

footer {
  margin-top: 40px;
  background-color: #111010;
  color: #fff;
  text-align: center;
}
footer ul {
  padding: 20px 0 10px;
}
footer ul li {
  list-style: none;
  display: inline-block;
}
footer p {
  padding-top: 10px;
}
footer p.small-padding {
  padding-top: 0;
}
footer p:last-of-type {
  padding-bottom: 20px;
}
footer a {
  color: #fff;
  text-decoration: underline;
}
footer a:hover {
  text-decoration: none;
}

.lyrics {
  text-align: center;
}