/*
Theme Name: Exploding Music
Theme URI:
Version: 1
Author: Andy Fear
Author URI:
Description:
License: GNU General Public License v2 or later
*/
/* Imports */
/* Reset */
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;
}

/* Mixins */
/* Variables */
/* Main breakpoints */
/* Other mixins */
/* Typography */
/* Fonts */
@font-face {
  font-family: Monseratt;
  src: url(fonts/Montserrat-Regular.ttf);
}
@font-face {
  font-family: Monseratt;
  font-style: italic;
  src: url(fonts/Montserrat-Italic.ttf);
}
@font-face {
  font-family: Monseratt;
  font-weight: bold;
  src: url(fonts/Montserrat-SemiBold.ttf);
}
/* Typography */
body {
  font-family: Monseratt, sans-serif;
}

em {
  font-style: italic;
}

strong {
  font-weight: bold;
}

p {
  margin-bottom: 14px;
  line-height: 2;
}

ul {
  line-height: 2;
}
ul li {
  margin-bottom: 14px;
  margin-left: 14px;
}

a, a:visited {
  color: #333333;
  text-decoration: none;
}
a:hover, a:visited:hover {
  border-bottom: 1px solid #333333;
}

h1 {
  font-size: 1.8rem;
  font-weight: bold;
  color: #ffffff;
  background: #333333;
  padding: 20px 30px;
  text-transform: uppercase;
}
@media (max-width: 800px) {
  h1 {
    margin: 0px -20px;
  }
}

/* Main */
html {
  color: #333333;
  background: rgb(224.4, 224.4, 224.4);
  font-size: 18px;
}
@media (max-width: 800px) {
  html {
    background: #ffffff;
    font-size: 14px;
  }
}

.innerContent {
  display: flex;
  width: 960px;
  margin: auto;
}
@media (max-width: 800px) {
  .innerContent {
    flex-direction: column;
    width: calc(100% - 40px);
    padding: 0px 20px;
  }
}

.page {
  width: 100%;
  min-height: 100vh;
  background: #ffffff;
  text-align: center;
}

.logoContainer {
  background: rgb(239.7, 239.7, 239.7);
  margin-bottom: 40px;
  padding: 40px 0px;
}
@media (max-width: 800px) {
  .logoContainer {
    margin: 0px -20px 20px;
  }
}

.logo {
  display: block;
  margin: 0px auto;
  width: 50%;
}

.email {
  display: inline-block;
  width: auto;
  background: #7b54f0;
  padding: 14px;
  font-size: 1.1rem;
  font-weight: bold;
  text-transform: uppercase;
}
.email a {
  color: #ffffff;
}
.email a:hover {
  border-bottom: 1px solid #ffffff;
}

.padding {
  text-align: left;
  padding: 20px;
}

/* Cookie compliance */
.cookieBar {
  display: none;
  background: rgb(209.1, 209.1, 209.1);
  padding: 20px 0px;
}
.cookieBar .innerContent {
  justify-content: space-between;
}

.btns {
  display: flex;
  align-items: center;
  text-align: center;
  text-transform: uppercase;
  font-weight: bold;
}
@media (min-width: 960px) {
  .btns {
    margin-right: 10px;
  }
}
@media (max-width: 800px) {
  .btns {
    margin-bottom: 20px;
  }
}
.btns div, .btns a {
  width: fit-content;
  display: block;
  padding: 10px;
  border-radius: 10px;
  cursor: pointer;
}
.btns div {
  margin-right: 20px;
  background: #ffffff;
  color: #333333;
}
.btns a {
  background: #7b54f0;
  color: #ffffff;
  border: none;
}

.copy {
  line-height: 2;
  width: 70%;
}
@media (max-width: 800px) {
  .copy {
    width: 100%;
  }
}

/*# sourceMappingURL=style.css.map */
