@import url("https://fonts.googleapis.com/css?family=Roboto:100,300,400,500,700");
* {
  box-sizing: border-box; }

/* http://meyerweb.com/eric/tools/css/reset/
   v2.0 | 20110126
   License: none (public domain)
*/
a,
abbr,
acronym,
address,
applet,
article,
aside,
audio,
b,
big,
blockquote,
body,
canvas,
caption,
center,
cite,
code,
dd,
del,
details,
dfn,
div,
dl,
dt,
em,
embed,
fieldset,
figcaption,
figure,
footer,
form,
h1,
h2,
h3,
h4,
h5,
h6,
header,
hgroup,
html,
i,
iframe,
img,
ins,
kbd,
label,
legend,
li,
mark,
menu,
nav,
object,
ol,
output,
p,
pre,
q,
ruby,
s,
samp,
section,
small,
span,
strike,
strong,
sub,
summary,
sup,
table,
tbody,
td,
tfoot,
th,
thead,
time,
tr,
tt,
u,
ul,
var,
video {
  margin: 0;
  padding: 0;
  border: 0;
  font-size: 100%;
  font: inherit;
  vertical-align: baseline; }

/* HTML5 display-role reset for older browsers */
article,
aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
menu,
nav,
section {
  display: block; }

body {
  line-height: 1; }

ol,
ul {
  list-style: none; }

blockquote,
q {
  quotes: none; }

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

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

* {
  box-sizing: border-box; }

body {
  font-family: 'Roboto', sans-serif;
  background: #19202a; }

header {
  display: flex;
  padding: 15px;
  width: 100%;
  position: absolute;
  z-index: 3;
  justify-content: space-between; }
  header .logo {
    width: 50px; }
    header .logo img {
      width: 100%; }
  header #nav-bar {
    align-self: center; }
    header #nav-bar a {
      color: white;
      text-decoration: none;
      font-size: 1.2rem;
      font-weight: 300;
      padding: 0 10px; }

#top-section {
  position: relative;
  height: 100vh; }
  #top-section .bg-blur {
    background-image: radial-gradient(ellipse at center, rgba(255, 255, 255, 0.7) 0%, rgba(233, 246, 200, 0.7) 18%, rgba(191, 248, 58, 0.7) 32%, rgba(182, 248, 28, 0.7) 35%, rgba(187, 254, 25, 0.7) 52%, rgba(215, 227, 197, 0.7) 65%, rgba(219, 223, 224, 0.7) 67%, rgba(75, 76, 70, 0.7) 82%, rgba(28, 27, 22, 0.7) 100%), url("../img/top.png");
    background-size: cover;
    height: 100vh;
    width: 100%;
    filter: blur(25px) saturate(75%);
    position: absolute;
    z-index: 1; }
  #top-section .float-img {
    position: absolute;
    z-index: 2;
    width: 100%;
    height: 100vh;
    display: flex;
    justify-content: center;
    align-items: flex-end; }
  #top-section .artist-img {
    width: 30%;
    position: relative;
    top: 3px; }
    #top-section .artist-img img {
      width: 100%;
      filter: contrast(140%); }

.container {
  max-width: 1400px;
  margin: 0 auto; }

#bio {
  padding: 100px 0;
  background: black;
  position: relative;
  z-index: 3; }
  #bio .container {
    display: flex; }
  #bio p {
    width: 50%;
    padding: 0 50px;
    color: white;
    font-size: 0.9rem;
    line-height: 1.8; }
  #bio .logo-bio {
    width: 50%;
    padding: 0 50px;
    display: flex;
    justify-content: center;
    align-items: center; }

#media {
  padding: 100px 0;
  background-image: url("../img/drogas.jpg");
  background-size: cover;
  background-position: center; }
  #media .media-title {
    background: #d2d0d0;
    font-size: 1.4rem;
    font-weight: 500;
    text-transform: uppercase;
    padding: 20px;
    text-align: center;
    width: 100%;
    max-width: 500px;
    margin: 0 auto;
    color: red; }
  #media #videos {
    padding: 80px 50px 0;
    display: grid;
    grid-template-columns: 50% 50%;
    grid-gap: 50px; }
    #media #videos .video {
      border-radius: 4px;
      overflow: hidden;
      height: 300px;
      -webkit-box-shadow: -1px 13px 24px -8px rgba(0, 0, 0, 0.75);
      -moz-box-shadow: -1px 13px 24px -8px rgba(0, 0, 0, 0.75);
      box-shadow: -1px 13px 24px -8px rgba(0, 0, 0, 0.75); }
      #media #videos .video iframe {
        height: 100%; }

#music {
  padding: 80px 0;
  position: relative; }
  #music .bg-blur {
    background-image: linear-gradient(45deg, #d7e9ec 0%, rgba(215, 233, 236, 0.95) 33%, rgba(215, 233, 236, 0.93) 35%, rgba(215, 233, 236, 0.87) 42%, rgba(215, 233, 236, 0.2) 63%, rgba(125, 185, 232, 0) 100%), url("/img/album.jpg");
    background-size: cover;
    height: 100%;
    width: 100%;
    filter: blur(50px) saturate(125%);
    position: absolute;
    z-index: 1; }
  #music .container {
    display: flex;
    padding: 0 50px;
    position: relative;
    z-index: 3; }
  #music .info {
    width: 50%;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center; }
    #music .info .album-title {
      font-weight: 700;
      font-size: 3rem;
      text-align: center;
      margin-bottom: 10px; }
    #music .info .album-milestone {
      font-size: 1.7rem;
      font-weight: 500;
      text-align: center;
      text-transform: uppercase;
      margin-bottom: 100px; }
    #music .info .singles {
      display: grid;
      grid-template-columns: 50% 50%;
      width: 400px;
      margin-bottom: 80px; }
      #music .info .singles li {
        font-size: 1.5rem;
        font-weight: 400;
        text-align: center;
        margin-bottom: 20px; }
    #music .info .store-logos {
      display: grid;
      grid-template-columns: repeat(3, 1fr);
      grid-gap: 20px; }
  #music .album-cover {
    width: 50%;
    display: flex;
    justify-content: center;
    align-items: center; }
    #music .album-cover img {
      width: 50%; }

#tour {
  background: black;
  position: relative;
  z-index: 4; }
  #tour .tour-img {
    background-image: url("../img/group.jpg");
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center center;
    filter: saturate(25%) contrast(150%);
    height: 300px; }
  #tour .container {
    background: black;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    padding: 80px 0; }
    #tour .container .tour-title {
      color: white;
      text-transform: uppercase;
      font-size: 1.8rem;
      text-align: center;
      margin: 0 0 80px; }
    #tour .container .tour-dates {
      display: grid;
      grid-template-columns: repeat(3, 1fr);
      grid-gap: 20px;
      max-width: 800px; }
      #tour .container .tour-dates li {
        color: white;
        font-size: 1.3rem; }
        #tour .container .tour-dates li .city {
          font-weight: 700; }
        #tour .container .tour-dates li .location {
          font-weight: 300;
          font-size: 1rem; }
        #tour .container .tour-dates li .date {
          font-weight: 500;
          color: #f14848; }

#footer {
  color: white;
  background: #414b54;
  position: relative;
  z-index: 4;
  padding: 25px;
  text-align: center; }
  #footer img {
    max-width: 45px; }
  #footer .designer-link {
    padding: 10px 0; }
    #footer .designer-link a {
      color: #00bcd4;
      text-decoration: none; }

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