@import url(/node_modules/normalize.css/normalize.css);
@import url(/node_modules/bootstrap/dist/css/bootstrap-grid.css);
@import url(/node_modules/glightbox/dist/css/glightbox.min.css);
form label {
  display: block;
  text-align: left;
  margin-bottom: 10px; }
  form label strong {
    color: #FF5C00; }

form input[type="text"], form input[type="email"], form textarea {
  width: 100%;
  border: none;
  box-shadow: 0 1px 2px 0 rgba(0, 0, 0, 0.1);
  border-radius: 0px;
  height: 54px;
  background: #fff;
  color: #161819;
  padding: 10px 20px; }

form textarea {
  height: 200px;
  resize: none; }

form button {
  width: 100%; }

.form-control {
  border: none;
  box-shadow: 0 1px 2px 0 rgba(0, 0, 0, 0.1);
  border-radius: 4px;
  height: 54px;
  background: #fff; }

.form-control:active,
.form-control:focus,
.form-control:active,
.form-control:focus {
  outline: none;
  box-shadow: 0 1px 2px 0 rgba(0, 0, 0, 0.1); }

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

html {
  box-sizing: border-box;
  color: #161819;
  font-family: "Montserrat", sans-serif;
  background: #f1f1f1; }

.center {
  text-align: center; }

body {
  background-image: url("/src/images/background.jpg");
  background-size: cover;
  background-repeat: no-repeat;
  background-attachment: fixed;
  line-height: 1.3em; }

h1,
h2,
h3,
h4,
h5,
h6 {
  font-family: "Archivo Black", sans-serif;
  line-height: 1.3em; }

h1 {
  font-size: 42px; }

h2 {
  font-size: 72px; }

p {
  font-family: "Montserrat", sans-serif;
  font-size: 1.3em;
  line-height: 1.5em; }

.header {
  padding-top: 40px;
  padding-bottom: 40px; }
  .header__socials ul {
    padding: 0;
    list-style: none; }
  .header__socials li {
    display: inline-block;
    margin-right: 20px;
    line-height: 40px;
    vertical-align: middle; }
    .header__socials li:last-child {
      margin-right: 0; }
    .header__socials li svg {
      transition: all 0.2s; }
  .header__socials .youtube {
    width: 40px; }
    .header__socials .youtube:hover svg {
      fill: #CD201F; }
  .header__socials .instagram {
    width: 28px; }
    .header__socials .instagram:hover svg {
      fill: #E4405F; }
  .header__socials .spotify {
    width: 30px; }
    .header__socials .spotify:hover svg {
      fill: #00C300; }
  .header__socials .apple-music {
    width: 26px;
    margin-top: -3px; }
    .header__socials .apple-music:hover svg {
      fill: grey; }
  .header__logo {
    text-align: center; }
    .header__logo img {
      width: 160px;
      height: auto; }
  .header__menu {
    text-align: right; }

a {
  text-decoration: none; }

.button, button {
  margin-top: 10px;
  display: inline-block;
  background-color: #FF5C00;
  padding: 15px 20px;
  color: #fff;
  font-size: 20px;
  transition: all 0.2s;
  outline: none;
  border: none;
  cursor: pointer; }
  .button:hover, button:hover {
    background-color: #FF8A48; }

.content--inverted {
  background-color: #161819;
  color: #fff; }

.content__component--video {
  margin: 40px auto -6px;
  max-width: 1700px; }
  .content__component--video img {
    position: relative;
    width: 100%; }
  .content__component--video .production-table-mobile {
    display: none; }
  .content__component--video iframe {
    z-index: 10;
    position: absolute;
    margin-left: auto;
    margin-right: auto;
    left: 0;
    right: 0;
    width: 32.6%;
    height: 19vw;
    left: -3px; }
    @media screen and (min-width: 1700px) {
      .content__component--video iframe {
        margin-top: 14px;
        width: 558px;
        height: 316px;
        left: -3px; } }
    @media screen and (min-width: 1600px) and (max-width: 1699px) {
      .content__component--video iframe {
        margin-top: 13px; } }
    @media screen and (min-width: 1460px) and (max-width: 1599px) {
      .content__component--video iframe {
        margin-top: 12px; } }
    @media screen and (min-width: 1300px) and (max-width: 1459px) {
      .content__component--video iframe {
        margin-top: 11px; } }
    @media screen and (min-width: 1200px) and (max-width: 1299px) {
      .content__component--video iframe {
        margin-top: 10px; } }
    @media screen and (min-width: 1100px) and (max-width: 1199px) {
      .content__component--video iframe {
        margin-top: 9px; } }
    @media screen and (min-width: 900px) and (max-width: 1099px) {
      .content__component--video iframe {
        margin-top: 7px; } }
    @media screen and (min-width: 700px) and (max-width: 899px) {
      .content__component--video iframe {
        margin-top: 6px; } }
    @media screen and (min-width: 600px) and (max-width: 699px) {
      .content__component--video iframe {
        margin-top: 5px; } }
    @media screen and (min-width: 500px) and (max-width: 599px) {
      .content__component--video iframe {
        margin-top: 4px; } }
    @media screen and (max-width: 499px) {
      .content__component--video iframe {
        margin-top: 2px; } }
  .content__component--video__play-button {
    position: absolute;
    width: 300px;
    text-align: center;
    margin-top: 130px;
    z-index: 10;
    height: 100px;
    left: 50%;
    -webkit-transform: translateX(-50%);
            transform: translateX(-50%);
    cursor: pointer; }
    .content__component--video__play-button img {
      width: 80px;
      height: auto; }
    .content__component--video__play-button:hover img {
      opacity: 0.6; }

.content__component--bio {
  padding-top: 60px;
  padding-bottom: 60px; }
  @media screen and (min-width: 992px) {
    .content__component--bio img {
      position: relative;
      top: 50%;
      -webkit-transform: translateY(-50%);
              transform: translateY(-50%); } }

.content__component--skills {
  padding-top: 60px;
  padding-bottom: 60px;
  background: #222425;
  background: linear-gradient(180deg, #222425 0%, #161819 100%); }
  .content__component--skills ul {
    max-width: 80%;
    list-style: none;
    padding: 0; }
    .content__component--skills ul li {
      background-color: #fff;
      background-repeat: no-repeat;
      background-size: cover;
      margin-bottom: 20px;
      border-left: 10px solid #FF5C00; }
      .content__component--skills ul li:last-child {
        border-bottom: none; }
      .content__component--skills ul li h4 {
        background: black;
        background: linear-gradient(90deg, rgba(0, 0, 0, 0.9) 0%, rgba(255, 255, 255, 0) 100%);
        font-size: 48px;
        font-family: "Archivo Black", sans-serif;
        text-align: left;
        color: #fff;
        text-shadow: 3px 2px 2px rgba(0, 0, 0, 0.5);
        line-height: 1.5;
        padding: 20px 60px;
        margin: 0; }
      .content__component--skills ul li.music-production {
        background-image: url(/src/images/vasilisk-music-production.png); }
      .content__component--skills ul li.songwriting {
        background-image: url(/src/images/vasilisk-songwriting.png); }
      .content__component--skills ul li.vocals {
        background-image: url(/src/images/vasilisk-vocals.png); }
      .content__component--skills ul li.piano {
        background-image: url(/src/images/vasilisk-piano.png); }
      .content__component--skills ul li.guitars {
        background-image: url(/src/images/vasilisk-guitars.png); }
      .content__component--skills ul li.beats {
        background-image: url(/src/images/vasilisk-beats.png); }
      .content__component--skills ul li.mixing {
        background-image: url(/src/images/vasilisk-mixing.png); }
      .content__component--skills ul li.mastering {
        background-image: url(/src/images/vasilisk-mastering.png); }
  .content__component--skills .dragon-overlay {
    position: absolute;
    right: 40px;
    margin-top: 100px; }

.content__component--genres {
  padding: 60px 0;
  background: #F3F8FA;
  background: linear-gradient(140deg, #F3F8FA 0%, #FFEADE 100%);
  color: #161819; }
  .content__component--genres h2 {
    text-align: center; }
  .content__component--genres h3 {
    text-align: center;
    font-size: 60px;
    margin: 15px 0; }
  .content__component--genres__single {
    text-align: center; }
    .content__component--genres__single img {
      max-width: 100%;
      height: auto;
      border-radius: 50%;
      border: 15px solid #FF5C00; }

.content__component--portfolio {
  padding: 60px 0; }
  .content__component--portfolio h2 {
    margin: 0;
    text-align: center; }

.content__component--contact {
  padding: 60px 0; }
  .content__component--contact h2 {
    margin: 0 0 40px 0;
    text-align: center; }
  .content__component--contact form {
    display: block;
    margin: 0 auto;
    max-width: 100%;
    width: 600px; }

.content__component--portfolio p, .content__component--contact p {
  text-align: center; }

.content__component--portfolio a, .content__component--contact a {
  color: #FF8A48; }
  .content__component--portfolio a:hover, .content__component--contact a:hover {
    color: #FFA574; }

footer {
  padding: 20px 0;
  background-color: #161819;
  color: #fff;
  text-align: center; }

table {
  margin: 40px auto 20px;
  max-width: 100%;
  width: 600px; }
  table thead {
    padding-bottom: 10px; }
    table thead tr td {
      font-weight: 700; }

.form-honeypot {
  display: none !important; }

@media screen and (max-width: 767px) {
  h2 {
    font-size: 44px;
    margin-top: 0; }
  .header {
    padding-bottom: 0; }
    .header__socials {
      order: 1;
      text-align: center; }
      .header__socials ul {
        margin: 0; }
    .header__logo {
      order: 0; }
      .header__logo img {
        margin-bottom: 20px; }
    .header__menu {
      display: none;
      text-align: center; }
  .content__component--video {
    margin-top: 20px; }
    .content__component--video .production-table-desktop {
      display: none; }
    .content__component--video .production-table-mobile {
      display: block; }
    .content__component--video iframe {
      width: 95%;
      height: 55vw;
      left: 0.5px; }
  .content__component--bio .image-container {
    text-align: center; }
  .content__component--bio h1 {
    text-align: center; }
  .content__component--bio p {
    text-align: justify; }
  .content__component--bio .button {
    width: 100%;
    text-align: center; }
  .content__component--skills .dragon-overlay {
    right: 0px;
    margin-top: -320px; }
  .content__component--skills ul {
    max-width: 100%; }
    .content__component--skills ul li h4 {
      font-size: 24px;
      padding-left: 30px; }
  .content__component--genres h3 {
    margin-top: 0;
    font-size: 44px; }
  .content__component--genres img {
    border-width: 8px;
    max-width: 200px; }
  .content__component--genres__single {
    margin-bottom: 10px; }
  .content__component--portfolio {
    padding-bottom: 20px; }
    .content__component--portfolio table {
      margin-bottom: 0;
      text-align: center; }
  .content__component--portfolio p, .content__component--contact p {
    text-align: justify; }
  table tr {
    display: flex;
    flex-direction: row;
    flex-wrap: wrap;
    margin: 0.5em 0;
    border-bottom: 3px solid #F3F8FA;
    padding: 5px 0; }
  table td,
  table th {
    flex: 0 0 50%; }
  table tbody td:last-child {
    margin: 20px 0 10px;
    flex: 1 1 100%; }
  table, form {
    width: 100%;
    max-width: 100%;
    overflow-x: hidden; } }

