/* http://meyerweb.com/eric/tools/css/reset/
   v2.0 | 20110126
   License: none (public domain)
*/

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;
}
/* 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:before, blockquote:after,
q:before, q:after {
  content: '';
  content: none;
}
table {
  border-collapse: collapse;
  border-spacing: 0;
}


/*
Body
*/

body {
  background: #000;
}

/*
Header
*/

header {
  position: relative;
    height: 60px;
    display: flex;
    align-items: center;
    justify-content: space-between;
    width: 100%;
    border-bottom: .5px solid white;
    margin-bottom: -61px;
}
  
/*
Logo
*/

 .logo {
    padding: 0 32px;
    width: 40px;
    height: 40px;
    -webkit-transition: 1s ease-in-out;
    -moz-transition: 1s ease-in-out;
    -o-transition: 1s ease-in-out;
    -ms-transition: 1s ease-in-out;
    transition: 1s ease-in-out;
    }

 .logo:hover {
   /* transform: matrix(1, 1, -1, 1, 0, 0); */
   -webkit-transform: translate(2px, -2px) rotate(45deg);
   -moz-transform: translate(2px, -2px) rotate(45deg);
   -o-transform: translate(2px, -2px) rotate(45deg);
   -ms-transform: translate(2px, -2px) rotate(45deg);
   transform: translate(2px, -2px) rotate(45deg);
    -webkit-filter: blur(5.1px);
    -moz-filter: blur(5.1px);
    -o-filter: blur(5.1px);
    -ms-filter: blur(5.1px);
    filter: blur(5.1px);
 }

/*
Menu
*/

nav {
    display: flex;
    gap: 32px;
    margin-right: 60px;
}

nav a {
    padding-left: 30px;
    font-family: 'Quicksand', sans-serif;
    color: #fff;
    text-decoration: none;
    -webkit-transition: 1s ease-in-out;
    -moz-transition: 1s ease-in-out;
    -o-transition: 1s ease-in-out;
    -ms-transition: 1s ease-in-out;
    transition: 1s ease-in-out;
  }
  
 nav a:hover {
    -webkit-transform: scale(.8, .8);
    -moz-transform: scale(.8, .8);
    -o-transform: scale(.8, .8);
    -ms-transform: scale(.8, .8);
    transform: scale(.8, .8);
    opacity: .5;
  }

/*
  ========================================
  Rows
  ========================================


.row {
  max-width: auto;
  vertical-align: middle;
}
*/
/*
  ========================================
  Grid
  ========================================
*/


.grid {
  display: flex;
  align-items: center;
  height: 100vh;
}

.heading-container {
  flex-grow: 1;
  text-align: left;
}

/*
Text
*/

.heading {
    color: white;
    font-family: 'Golos Text', sans-serif;
    font-weight: 900;
    text-transform: uppercase;
    letter-spacing: -5px;
    line-height: 68.02%;
}


.heading span {
  display: block;
  text-align: center;
}




.aside {
    display: flex;
    justify-content: space-between;
    background-color: white;
    border-bottom-left-radius: 50px;
    border-top-left-radius: 50px;
}

.picture {
    padding: 7vh 0;
}

/*
Img
*/

.img {
    width: 55vh;
    margin-left: 5.3vw;
    border-radius: 50px 0 0 50px;
    -webkit-filter: drop-shadow(0 0 5px rgba(0, 0, 0, 0.5));
    -moz-filter: drop-shadow(0 0 5px rgba(0, 0, 0, 0.5));
    -o-filter: drop-shadow(0 0 5px rgba(0, 0, 0, 0.5));
    -ms-filter: drop-shadow(0 0 5px rgba(0, 0, 0, 0.5));
    filter: drop-shadow(0 0 5px rgba(0, 0, 0, 0.5));
}


.subtitle {
    padding: 6vh 0 0 5.3vw;
    font-family: 'Quicksand', sans-serif;
    font-size: 1.12vw;
}
h1 {
    margin-top: 18vh;
    font-size: 7vw;
    font-weight: 500;
    font-family: 'Golos Text', sans-serif;
    color: #000;
    text-transform: uppercase;
    letter-spacing: -0.035em;
    padding-left: 5.3vw;
    line-height: 8vh;
  }

  .bold {
    font-size: 5vw;
    font-weight: 900;
    font-style: italic;
    letter-spacing: -0.035em;
  }

  .light {
    font-size: 5vw;
    font-weight: 100;
    letter-spacing: -0.14em;
    text-transform: lowercase;
  }

  .text {
    font-family: 'Quicksand', sans-serif;
    padding: 2vh 0 0 5.3vw;
    font-size: 1.12vw;
    line-height: 2.5vh;
  }

  .italic {
    font-style: italic;
    font-weight: 600;
    text-decoration: none;
  }

  /*
  Footer
  */

  footer {
    position: fixed;
    bottom: 0;
    width: 100%;
    text-align: center;
    margin-top: 50px;
  }

  small {
    color:#fff;
    font-family: 'Quicksand', sans-serif;
    font-size: 8px;
}
  
  /*
  Tablet
  */

  @media only screen and (max-width: 767.99px) and (orientation: portrait) {
    .heading {
        font-size: 18vw;
       /* text-align: center; */
    }

    header {
        display: flex;
        justify-content: space-between;
}

nav {
  gap: 0;
  margin-right: 4vw;
}

    nav a {
      padding-left: 3vw;
      font-size: 14px;
    }

   .logo {
    padding: 0 4vw;
   }
}

@media (min-width: 768px) {
    .heading {
        flex-direction: column;
        font-size: 13vw;
    }
}

@media only screen and (max-width: 767.99px) and (orientation: portrait) {

 .grid {
    display: flex;
    flex-direction: column;
  }
  
  .heading-container {
    order: 1;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
  }
  
 .heading {
  display: flex;
     flex-direction: row; 
     align-self: center;
     padding-top: 8vh;
}

/* 
.heading .aside {
  display: flex;
  justify-content: center; 
     align-self: center;
}*/
  .aside {
    background-color: #000;
    background-image: url(../images/artists/photo_2023-03-04\ 13.39.11.jpeg);
    background-repeat:no-repeat;
    background-size: 130%;
    display: flex;
    width: 100%;
    height: 70%;
    order: 1;
    flex-direction: column;
    justify-content: center;
    border-bottom-left-radius: 0;
    border-top-left-radius: 0;
  }

  .subtitle {
    margin: 0 auto;
    width: 20vw;
    padding: 10px 10px 10px 10px;
    background: rgba(0, 0, 0, 0.5);
    font-size: 4vw;
    text-align: center;
    color: #fff;
  }

  h1 {
    display: flex;
    flex-direction: column;
    margin-top: 6vw;
    margin-bottom: 2vw;
    font-size: 16vw;
    font-weight: 500;
    font-family: 'Golos Text', sans-serif;
    color: #ffffff;
    text-transform: uppercase;
    letter-spacing: -0.035em;
    text-align: center;
    line-height: 5vw;
    padding-left: 0;
  }
  
  .container {
    display: flex;
    justify-content: center;
    align-items: center;
  }
  
  .bold {
    font-size: 85%;
    font-weight: 900;
    font-style: italic;
    letter-spacing: -0.035em;
    line-height: 14vw;
  }
  
  .light {
    font-size: 62%;
    font-weight: 100;
    letter-spacing: -0.14em;
    text-transform: lowercase;
  }
  
  

  .text {
    font-family: 'Quicksand', sans-serif;
    margin: 0 auto;
    width: 60vw;
    background: rgba(0, 0, 0, 0.5);
    padding: 10px 10px 10px 10px;
    font-size: 2.5vw;
    line-height: 4vw;
    text-align: center;
    color: #fff;
  }
  .picture {
    display: none;
    padding-top: 0;
}

.img {
  order: 2;
  width: 6vw;
}

}

@media (min-width: 768px) {
    .grid {
        grid-template-rows: 1fr;
        grid-template-columns: 320px 1fr;
    }
}

@media screen and (max-width: 767.99px) and (orientation: landscape) {
  header {
    margin-bottom: 0px;
  }
}