/* Reset CSS
 * --------------------------------------- */
 
* {
  box-sizing: border-box;
  transition: all .3s ease-in-out;
}

body,div,dl,dt,dd,ul,ol,li,h1,h2,h3,h4,h5,h6,pre,
form,fieldset,input,textarea,p,blockquote,th,td {
    padding: 0;
    margin: 0;
}
a{
  text-decoration:none;
}
table {
    border-spacing: 0;
}
fieldset,img {
    border: 0;
}
address,caption,cite,code,dfn,em,strong,th,var {
    font-weight: normal;
    font-style: normal;
}
strong{
  font-weight: bold;
}
ol,ul {
    list-style: none;
    margin:0;
    padding:0;
}
caption,th {
    text-align: left;

}
h1,h2,h3,h4,h5,h6 {
    font-family: 'Noto Serif', serif;
    font-weight: normal;
    font-size: 100%;
    margin:0;
    padding:0;
    color:#333;
}
q:before,q:after {
    content:'';
}
abbr,acronym { border: 0;
}

body {
  font-family: 'Roboto Condensed', sans-serif;
  color: #212123;
  font-size: 14px;
  background: #373737;
}

.container {
  background: #d6d6d5;
  max-width: 1920px;
  padding: 30px;
  margin: auto;
}

.header {
  background: #d6d6d5 url(../img/bg-simone-dalmeri-unsplash.jpg) !important;
  background-size: 1920px !important;
  background-position: center top !important;
  background-repeat: no-repeat !important;
}

.core {
  max-width: 900px;
  margin: auto;
}

header {
  text-align: center;
  position: relative;
}

h1 {
  font-size: 60px;
  text-transform: uppercase;
  color: #3a3a3a;
  font-family: 'Raleway', sans-serif;
  font-weight: 700;
}

header p {
  font-size: 15px;
  color: #3a3a3a;
  font-family: 'Roboto', sans-serif;
}

header p em {
  font-style: italic;
}

h2 {
  font-family: 'Roboto Condensed', sans-serif;
  font-size: 12px;
  text-transform: uppercase;
  color: #3a3a3a;
  font-weight: 700;
  position: relative;
  margin-bottom: 32px;
  margin-top: 44px;
}

  h2 span {
    font-weight: 400;
    font-style: italic;
  }

  h2:after {
    position: absolute;
    left: 0px;
    top: 16px;
    content: url(../img/sep.png);
  }

h3 {
  font-family: 'Roboto Condensed', sans-serif;
  font-size: 12px;
  line-height: 16px;
  text-transform: uppercase;
  color: #3a3a3a;
  font-weight: 700;
  margin: 0px;
}

div.release {
  font-family: 'Roboto Condensed', sans-serif;
  font-size: 10px;
  line-height: 16px;
  text-transform: uppercase;
  color: #3a3a3a;
  font-style: italic;
  margin: 0px;
}

  header ul.social {
    font-size: 26px;
    color: #969696;
    display: flex;
    justify-content: center;
    gap: 20px;
    margin-top: 30px;
  }

  ul.social li a {
    color: inherit;
  }

    ul.social li a:hover {
      color: #000;
    }

    header ul.social li a:hover {
      color: #fff;
    }

ul.tracks {
  font-family: 'Roboto Condensed', sans-serif;
  font-size: 12px;
  line-height: 16px;
  text-transform: uppercase;
  color: #3a3a3a;
  margin-top: 20px;
}

.discog {
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
}

.item {
  flex-basis: 47%;
  display: flex;
  justify-content: space-between;
  padding-bottom: 30px;
}

  .cover {
    flex-basis: 60%;
  }

  .details {
    flex-basis: 34%;
  }

  .discog img {
    width: 100%;
    height: auto;
  }

.flexed {
  display: flex;
  justify-content: space-between;
  font-size: 0px;
}

  .flexed img {
    width: 100%;
    height: auto;
  }

  .flexed:not(:last-of-type) {
    margin-bottom: 20px;
  }

iframe {
  max-width: 100%;
}

ul.dates {
  font-size: 12px;
  line-height: 16px;
  color: #212123;
}

  ul.dates a {
    color: #666;
  }

  ul.dates a:hover {
    color: #000;
  }

  .half:nth-child(1) {
    padding-right: 10px;
  }

  .half:nth-child(2) {
    padding-left: 10px;
  }

  .half:nth-child(1) {
    padding-right: 10px;
  }

  .third:nth-child(1) {
    padding-right: 10px;
  }

  .third:nth-child(2) {
    padding-left: 10px;
    padding-right: 10px;
  }

  .third:nth-child(3) {
    padding-left: 10px;
  }

@media (max-width: 700px) {

  h1 {
    font-size: 30px;
  }

  .discog, .flexed, .item {
    flex-wrap: wrap;
  }

  .discog div, .flexed div, .item div {
    flex-basis: 100%;
    margin-bottom: 20px;
  }

  .half:nth-child(1) {
    padding-right: 0px;
  }

  .half:nth-child(2) {
    padding-left: 0px;
  }

  .half:nth-child(1) {
    padding-right: 0px;
  }

  .third:nth-child(1) {
    padding-right: 0px;
  }

  .third:nth-child(2) {
    padding-left: 0px;
    padding-right: 0px;
  }

  .third:nth-child(3) {
    padding-left: 0px;
  }

  .flexed:not(:last-of-type) {
    margin-bottom: 0px;
  }

  .details:not(:last-of-type) {
    padding-bottom: 20px;
    border-bottom: 1px dotted #444;
    margin-bottom: 20px;
  }

}

footer {
  padding: 20px;
  color: #aaa;
  text-align: center;
  font-weight: 400;
  font-size: 12px;
  text-transform: uppercase;
}

footer a {
  color: inherit;
}

  footer a:hover {
    color: #fff;
  }

img.logo {
  width: 200px;
  height: auto;
  margin: 0px 0 50px;
}