@import url('https://fonts.googleapis.com/css2?family=Cabin&display=swap');
/*! HTML5 Boilerplate v9.0.0-RC1 | MIT License | https://html5boilerplate.com/ */
@import url('https://fonts.googleapis.com/css2?family=EB+Garamond:ital,wght@0,400..800;1,400..800&display=swap');
@import url('https://fonts.googleapis.com/css2?family=Amatic+SC:wght@400;700&display=swap');
@import url('https://fonts.googleapis.com/css2?family=Roboto:ital,wght@0,100;0,300;0,400;0,500;0,700;0,900;1,100;1,300;1,400;1,500;1,700;1,900&display=swap');
/* main.css 3.0.0 | MIT License | https://github.com/h5bp/main.css#readme */
/*
 * What follows is the result of much research on cross-browser styling.
 * Credit left inline and big thanks to Nicolas Gallagher, Jonathan Neal,
 * Kroc Camen, and the H5BP dev community and team.
 */

/* ==========================================================================
   Base styles: opinionated defaults
   ========================================================================== */

html{
  color: #222;
  font-size: 1em;
  line-height: 1.4;
}

/*
 * Remove text-shadow in selection highlight:
 * https://twitter.com/miketaylr/status/12228805301
 *
 * Customize the background color to match your design.
 */

::-moz-selection {
  background: #b3d4fc;
  text-shadow: none;
}

::selection {
  background: #b3d4fc;
  text-shadow: none;
}

/*
 * A better looking default horizontal rule
 */

hr {
  display: block;
  height: 1px;
  border: 0;
  border-top: 1px solid #ccc;
  margin: 1em 0;
  padding: 0;
}

/*
 * Remove the gap between audio, canvas, iframes,
 * images, videos and the bottom of their containers:
 * https://github.com/h5bp/html5-boilerplate/issues/440
 */

audio,
canvas,
iframe,
img,
svg,
video {
  vertical-align: middle;
}

/*
 * Remove default fieldset styles.
 */

fieldset {
  border: 0;
  margin: 0;
  padding: 0;
}

/*
 * Allow only vertical resizing of textareas.
 */

textarea {
  resize: vertical;
}

/* ==========================================================================
   Author's custom styles
   ========================================================================== */


body {
  padding: 0px;
  margin: 0px;
  font-size: 20px;
  min-height: 100vh;
  font-family: "Roboto", sans-serif;
  word-spacing: 0.2px;
}

.overlay{
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  opacity: 0;
  visibility: hidden;
  transition: opacity .35s, visibility .35s, height .35s;
  overflow: hidden;
  background: black;
  z-index: -1;
}
.siteLogo{
  max-width: 350px;
  max-height: 350px;
  margin: 30px;
}

.siteLogo > img{
  object-fit: cover;
  object-position: center;
  width: 100%;
  height: 100%;
}




#main-menu {
  display: flex;
  height: 100vh;
  width: 15%;
  background: #FFFFFF;
  margin: 0px;
  flex-direction: column;
  justify-items: center;
  align-items: center;
  z-index: 7;
  box-shadow: 2px 0px 5px #5B6A7A;
  position: fixed;
  overflow: hidden;
}

#main-menu p {
  align-content: center;
  width: 95%;
  font-family: "Roboto", sans-serif;
  font-size: 1.1rem;
  font-weight: lighter;
}

#main-menu ul {
  max-width: inherit;
  height: auto;
  box-sizing: border-box;
  margin: 0px auto;
  margin-left: 3rem;
  margin-right: 10px;
  padding: 0px;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: start;
  z-index: 8;

}

#main-menu li {
  max-width: inherit;
  box-sizing: border-box;
  margin-top: 1.2rem;
  list-style-type: none;
  font-size: 2rem;
  word-wrap: break-word;
}

#main-menu a {
  color: #5B6A7A;
  font-size: 1.2rem;
  text-decoration: none;
  line-height: 0.2rem;
  word-spacing: 2px;
}

#main-menu a:hover {
  color: #F9925E;
}

#main-menu a:active{
  color: #F9925E;
}


img {
  max-width: 100%;
  display: block;
}

figure {
  margin: 0;
  display: grid;
  grid-template-rows: 1fr auto;
  margin-bottom: 10px;
  break-inside: avoid;
}

figure > img {
  grid-row: 1 / -1;
  grid-column: 1;
}

figure a {
  color: black;
  text-decoration: none;
}

figcaption {
  grid-row: 2;
  grid-column: 1;
  background-color: rgba(255,255,255,.5);
  padding: .2em .5em;
  justify-self: start;
}

.container {
  position: absolute;
  right: 0;
  column-count: 3;
  column-gap: 10px;
  width: 85%;
  margin-left: 10px;
}

.artistBio{
  position: absolute;
  right: 0;
  width: 85%;
  margin-left: 2px;
  height: auto;
  display: grid;
  grid-template-columns: 0.9fr 1.1fr;
  grid-template-rows: 1.5fr 0.5fr;
  gap: 0px 0px;
  grid-template-areas:
    "Bio-Image Artist-Bio"
    "Bio-Image Social-Links";
  justify-content: center;
  align-content: center;
}
.Artist-Bio { grid-area: Artist-Bio; }
.Bio-Image { grid-area: Bio-Image; }
.Social-Links { grid-area: Social-Links; }

.headshot{
  width: inherit;
  height: inherit;
  display: flex;
  justify-content: center;
  align-items: center;
}

.headshot > img{
  margin-top: 1.5rem;
  width: 55%;
  height: 55%;
  display: block;
  object-fit: contain;
}

.Artist-Bio{
  padding: 1rem;
  margin-right: 5rem;
}

.Artist-Bio > p {
  font-size: 1rem;
  margin: auto;
  text-align: justify;
  text-justify: inter-word;
  font-family: "Roboto Light", Sans-serif, serif;
  font-weight: 200;
}

.Social-Links > ul{
  list-style: none;
  display: flex;
  flex-direction: row;
  justify-content: left;
}

#social{
  margin-left: 0;
}
.Social-Links > ul > li{
  margin-left: 2rem;
}
.Social-Links > ul > li :hover{
  animation: shake 0.4s ease-out;
}

.Artist-Bio > h3{
  font-family: "Amatic SC", sans-serif;
  font-size: 2.5rem;
  animation: myAnim 2s ease 0s 1 normal forwards;
  color: #f5a4b8;
}

.Artist-Bio > h3:hover{
  animation: myAnim12 2s ease 0s 1 normal forwards;
}


/* ==========================================================================
   Contact Form
   ========================================================================== */

#contact {
  width: 100%;
  height: 100%;
  right: 0;
}

.section-header {
  text-align: center;
  margin: 0 auto;
  padding: 40px 0;
  font: 500 60px 'Amatic SC', sans-serif;
  color: #000000;
  text-transform: uppercase;
  letter-spacing: 4px;
}

.contact-wrapper {
  display: flex;
  flex-direction: column;
  justify-content: space-evenly;
  row-gap: 30px;
  align-items: center;
  margin: 0 auto;
  padding: 20px;
  position: relative;
  max-width: 840px;
}

/* Left contact page */
.form-horizontal {
  display: flex;
  flex-direction: column;
  row-gap: 30px;
  align-items: center;
  justify-content: space-evenly;
  max-width: 400px;
  font-family: 'Lato', serif;
  font-weight: 400;
}

.form-control,
textarea {
  width: 250px;
  background-color: #ffffff;
  border-radius: 5%;
  color: #000000;
  letter-spacing: 1px;
}


.btn {
  border: none;
  font-family: 'Lato', serif;
  font-size: inherit;
  color: inherit;
  background: none;
  cursor: pointer;
  padding: 25px 80px;
  display: inline-block;
  margin: 15px 30px;
  text-transform: uppercase;
  letter-spacing: 1px;
  font-weight: 700;
  outline: none;
  position: relative;
  -webkit-transition: all 0.3s;
  -moz-transition: all 0.3s;
  transition: all 0.3s;
}

.btn:after {
  content: '';
  position: absolute;
  z-index: -1;
  -webkit-transition: all 0.3s;
  -moz-transition: all 0.3s;
  transition: all 0.3s;
}

/* Pseudo elements for icons */
.btn:before {
  font-family: 'FontAwesome', serif;
  speak: none;
  font-style: normal;
  font-weight: normal;
  font-variant: normal;
  text-transform: none;
  line-height: 1;
  position: relative;
  -webkit-font-smoothing: antialiased;
}


/* Icon separator */
.btn-sep {
  padding: 25px 60px 25px 120px;
}

.btn-sep:before {
  background: rgba(0,0,0,0.15);
}

.alt-send-button:hover {
  transform: translate3d(0px, -29px, 0px);
}

.btn-4 {
  background: #f5977a;
  color: #fff;
}

.btn-4:hover {
  background: #bc91c1;
}

.btn-4:active {
  background: #f79467;
  top: 2px;
}

.btn-4:before {
  position: absolute;
  height: 100%;
  left: 0;
  top: 0;
  line-height: 3;
  font-size: 140%;
  width: 60px;
}

/* Icons */

.icon-cart:before {
  content: "\f07a";
}

.icon-heart:before {
  content: "\f55a";
}

.icon-info:before {
  content: "\f05a";
}

.icon-send:before {
  content: "\f1d8";
}

/* Begin Right Contact Page */
.direct-contact-container {
  max-width: 400px;
}

/* Location, Phone, Email Section */
.contact-list {
  list-style-type: none;
  margin-left: -30px;
  padding-right: 20px;
}

.list-item {
  line-height: 4;
  color: #000000;
}

.contact-text {
  font: 300 18px 'Lato', sans-serif;
  letter-spacing: 1.9px;
  color: #000000;
}

.place {
  margin-left: 62px;
}

.phone {
  margin-left: 56px;
}

.gmail {
  margin-left: 53px;
}

.contact-text a {
  color: #000000;
  text-decoration: none;
  transition-duration: 0.2s;
}

.contact-text a:hover {
  color: tomato;
  text-decoration: none;
}

/* ==========================================================================
   Contact Form
   ========================================================================== */


/* Begin Media Queries*/
@media screen and (max-width: 1200px) {
  .contact-wrapper {
    display: flex;
    flex-direction: column;
  }
  .direct-contact-container, .form-horizontal {
    margin: 0 auto;
  }

  .direct-contact-container {
    margin-top: 60px;
    max-width: 300px;
  }
  .social-media-list li {
    height: 60px;
    width: 60px;
    line-height: 60px;
  }
  .social-media-list li:after {
    width: 60px;
    height: 60px;
    line-height: 60px;
  }
}

@media screen and (max-width: 569px) {

  .direct-contact-container, .form-wrapper {
    float: none;
    margin: 0 auto;
  }
  .form-control, textarea {

    margin: 0 auto;
  }


  .name, .email, textarea {
    width: 280px;
  }

  .direct-contact-container {
    margin-top: 60px;
    max-width: 280px;
  }
  .social-media-list {
    left: 0;
  }
  .social-media-list li {
    height: 55px;
    width: 55px;
    line-height: 55px;
    font-size: 2rem;
  }
  .social-media-list li:after {
    width: 55px;
    height: 55px;
    line-height: 55px;
  }

}

@media screen and (max-width: 410px) {
  .send-button {
    width: 99%;
  }
}






/* ==========================================================================
   Animations
   ========================================================================== */

@keyframes myAnim12 {
  0%,
  100% {
    transform: translateX(0%);
    transform-origin: 50% 50%;
  }

  15% {
    transform: translateX(-30px) rotate(6deg);
  }

  30% {
    transform: translateX(15px) rotate(-6deg);
  }

  45% {
    transform: translateX(-15px) rotate(3.6deg);
  }

  60% {
    transform: translateX(9px) rotate(-2.4deg);
  }

  75% {
    transform: translateX(-6px) rotate(1.2deg);
  }
}

@keyframes myAnim {
  0% {
    animation-timing-function: ease-in;
    opacity: 0;
    transform: translateY(-250px);
  }

  38% {
    animation-timing-function: ease-out;
    opacity: 1;
    transform: translateY(0);
  }

  55% {
    animation-timing-function: ease-in;
    transform: translateY(-65px);
  }

  72% {
    animation-timing-function: ease-out;
    transform: translateY(0);
  }

  81% {
    animation-timing-function: ease-in;
    transform: translateY(-28px);
  }

  90% {
    animation-timing-function: ease-out;
    transform: translateY(0);
  }

  95% {
    animation-timing-function: ease-in;
    transform: translateY(-8px);
  }

  100% {
    animation-timing-function: ease-out;
    transform: translateY(0);
  }
}
@keyframes shake {
  0% {
    transform: skewX(-10deg);
  }

  25% {
    transform: skewX(10deg);
  }

  50% {
    transform: skewX(-10deg);
  }

  75% {
    transform: skewX(10deg);
  }

  100% {
    transform: skewX(-10deg);
  }
}

#mobileLogo{
  visibility: hidden;
  display: none;
}


/* ==========================================================================
   Hamburger Menu
   ========================================================================== */




#menuToggle
{
  display: block;
  position: relative;
  top: 50px;
  left: 50px;

  z-index: 1;

  -webkit-user-select: none;
  user-select: none;
}

#menuToggle a
{
  text-decoration: none;
  color: #232323;

  transition: color 0.3s ease;
}

#menuToggle a:hover
{
  color: tomato;
}


#menuToggle input
{
  display: block;
  width: 40px;
  height: 32px;
  position: absolute;
  top: -7px;
  left: -5px;

  cursor: pointer;

  opacity: 0; /* hide this */
  z-index: 3; /* and place it over the hamburger */

  -webkit-touch-callout: none;
}

/*
 * Just a quick hamburger
 */
#menuToggle span
{
  display: block;
  width: 33px;
  height: 4px;
  margin-bottom: 5px;
  position: relative;

  background: #cdcdcd;
  border-radius: 3px;

  z-index: 1;

  transform-origin: 4px 0px;

  transition: transform 0.5s cubic-bezier(0.77,0.2,0.05,1.0),
  background 0.5s cubic-bezier(0.77,0.2,0.05,1.0),
  opacity 0.55s ease;
}

#menuToggle span:first-child
{
  transform-origin: 0% 0%;
}

#menuToggle span:nth-last-child(2)
{
  transform-origin: 0% 100%;
}

/*
 * Transform all the slices of hamburger
 * into a crossmark.
 */
#menuToggle input:checked ~ span
{
  opacity: 1;
  transform: rotate(45deg) translate(-2px, -1px);
  background: #232323;
}

/*
 * But let's hide the middle one.
 */
#menuToggle input:checked ~ span:nth-last-child(3)
{
  opacity: 0;
  transform: rotate(0deg) scale(0.2, 0.2);
}

/*
 * Ohyeah and the last one should go the other direction
 */
#menuToggle input:checked ~ span:nth-last-child(2)
{
  transform: rotate(-45deg) translate(0, -1px);
}

/*
 * Make this absolute positioned
 * at the top left of the screen
 */
#menu
{
  position: absolute;
  width: 300px;
  height: 100vh;
  margin: -100px 0 0 -50px;
  padding: 50px;
  padding-top: 125px;

  background: #ededed;
  list-style-type: none;
  -webkit-font-smoothing: antialiased;
  /* to stop flickering of text in safari */

  transform-origin: 0% 0%;
  transform: translate(-100%, 0);

  transition: transform 0.5s cubic-bezier(0.77,0.2,0.05,1.0);
}

#menu li
{
  padding: 10px 0;
  font-size: 22px;
  font-family: Roboto, Sans-serif, serif;
}

/*
 * And let's slide it in from the left
 */
#menuToggle input:checked ~ ul
{
  transform: none;
}



em{
  color: #F9925E;
  /*text-decoration: underline;*/
}


/* ==========================================================================
   Responsiveness
   ========================================================================== */




@media screen and (max-width: 1000px){
  .container{
    top: 20px;
    column-count: 1;
    row-gap: 10px;
    right: 10px;
  }

}
@media screen and (max-width: 1690px){

  #main-menu a{
    font-size: 0.9rem;
    margin-right: 1rem;
  }

}

@media screen and (max-width: 1360px){

  #main-menu a{
    font-size: 0.8rem;
    margin-right: 1rem;
  }
  .artistBio{
    display: flex;
    flex-direction: column;
  }

}

@media screen and (max-width: 1360px){

  #main-menu a{
    font-size: 0.3rem;
    margin-right: 1rem;
  }
}

@media screen and (max-width: 1100px){
  .container{
    column-count: 1;
    row-gap: 10px;
  }

  #main-menu a{
    font-size: 0.5rem;
    margin-right: 1rem;
  }

}

@media screen and (max-width: 940px){
  #main-menu a{
    font-size: 5px;
    margin-right: 0.2rem;
  }

}

@media screen and (max-width: 750px) {

  .container{
    position: relative;
    display: flex;
    right: 0;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    margin: auto;
  }

  #main-menu {
    display: none;
  }
  /*#hamburger-menu {*/
  /*  display: inline;*/
  /*  z-index: 9;*/
  /*}*/

  #mobileLogo{
    visibility: visible;
    display: inline-block;
    box-sizing: border-box;
    align-self: center;
    align-items: center;
    justify-content: center;
    max-width: 150px;
    max-height: 150px;

  }

  .artistBio{
    margin-top: 10vh;
    right: 7%;
  }

  .Artist-Bio{
    max-width: 98vw;
    margin: 2px;


  }



  .Artist-Bio > p {
    margin: auto;
    text-align: left;
    text-justify: auto;
  }
}


/* ==========================================================================
   Helper classes
   ========================================================================== */

/*
 * Hide visually and from screen readers
 */

.hidden,
[hidden] {
  display: none !important;
}

/*
 * Hide only visually, but have it available for screen readers:
 * https://snook.ca/archives/html_and_css/hiding-content-for-accessibility
 *
 * 1. For long content, line feeds are not interpreted as spaces and small width
 *    causes content to wrap 1 word per line:
 *    https://medium.com/@jessebeach/beware-smushed-off-screen-accessible-text-5952a4c2cbfe
 */

.visually-hidden {
  border: 0;
  clip: rect(0, 0, 0, 0);
  height: 1px;
  margin: -1px;
  overflow: hidden;
  padding: 0;
  position: absolute;
  white-space: nowrap;
  width: 1px;
  /* 1 */
}

/*
 * Extends the .visually-hidden class to allow the element
 * to be focusable when navigated to via the keyboard:
 * https://www.drupal.org/node/897638
 */

.visually-hidden.focusable:active,
.visually-hidden.focusable:focus {
  clip: auto;
  height: auto;
  margin: 0;
  overflow: visible;
  position: static;
  white-space: inherit;
  width: auto;
}

/*
 * Hide visually and from screen readers, but maintain layout
 */

.invisible {
  visibility: hidden;
}

/*
 * Clearfix: contain floats
 *
 * The use of `table` rather than `block` is only necessary if using
 * `::before` to contain the top-margins of child elements.
 */

.clearfix::before,
.clearfix::after {
  content: "";
  display: table;
}

.clearfix::after {
  clear: both;
}

/* ==========================================================================
   EXAMPLE Media Queries for Responsive Design.
   These examples override the primary ('mobile first') styles.
   Modify as content requires.
   ========================================================================== */

@media only screen and (min-width: 35em) {
  /* Style adjustments for viewports that meet the condition */
}

@media print,
  (-webkit-min-device-pixel-ratio: 1.25),
  (min-resolution: 1.25dppx),
  (min-resolution: 120dpi) {
  /* Style adjustments for high resolution devices */
}

/* ==========================================================================
   Print styles.
   Inlined to avoid the additional HTTP request:
   https://www.phpied.com/delay-loading-your-print-css/
   ========================================================================== */

@media print {
  *,
  *::before,
  *::after {
    background: #fff !important;
    color: #000 !important;
    /* Black prints faster */
    box-shadow: none !important;
    text-shadow: none !important;
  }

  a,
  a:visited {
    text-decoration: underline;
  }

  a[href]::after {
    content: " (" attr(href) ")";
  }

  abbr[title]::after {
    content: " (" attr(title) ")";
  }

  /*
   * Don't show links that are fragment identifiers,
   * or use the `javascript:` pseudo protocol
   */
  a[href^="#"]::after,
  a[href^="javascript:"]::after {
    content: "";
  }

  pre {
    white-space: pre-wrap !important;
  }

  pre,
  blockquote {
    border: 1px solid #999;
    page-break-inside: avoid;
  }

  tr,
  img {
    page-break-inside: avoid;
  }

  p,
  h2,
  h3 {
    orphans: 3;
    widows: 3;
  }

  h2,
  h3 {
    page-break-after: avoid;
  }
}


/* Style the Image Used to Trigger the Modal */
#myImg {
  border-radius: 5px;
  cursor: pointer;
  transition: 0.3s;
}

#myImg:hover {opacity: 0.7;}

/*=========================================================================================
=========================================================================================*/
#myImg1 {
  border-radius: 5px;
  cursor: pointer;
  transition: 0.3s;
}

#myImg1:hover {opacity: 0.7;}

#myImg2 {
  border-radius: 5px;
  cursor: pointer;
  transition: 0.3s;
}

#myImg2:hover {opacity: 0.7;}

#myImg3 {
  border-radius: 5px;
  cursor: pointer;
  transition: 0.3s;
}

#myImg3:hover {opacity: 0.7;}

#myImg4 {
  border-radius: 5px;
  cursor: pointer;
  transition: 0.3s;
}

#myImg4:hover {opacity: 0.7;}

#myImg5 {
  border-radius: 5px;
  cursor: pointer;
  transition: 0.3s;
}

#myImg5:hover {opacity: 0.7;}

#myImg6 {
  border-radius: 5px;
  cursor: pointer;
  transition: 0.3s;
}

#myImg6:hover {opacity: 0.7;}

#myImg7 {
  border-radius: 5px;
  cursor: pointer;
  transition: 0.3s;
}

#myImg7:hover {opacity: 0.7;}

/*=========================================================================================
=========================================================================================*/
/* The Modal (background) */
.modal {
  display: none; /* Hidden by default */
  position: fixed; /* Stay in place */
  z-index: 9; /* Sit on top */
  /*padding-top: 100px; !* Location of the box *!*/
  left: 0;
  top: 0;
  width: 100%; /* Full width */
  height: 100%; /* Full height */
  overflow: auto; /* Enable scroll if needed */
  background-color: rgb(0,0,0); /* Fallback color */
  background-color: rgba(0,0,0,0.9); /* Black w/ opacity */
}

/* Modal Content (Image) */
.modal-content {
  margin: auto;
  display: block;
  width: 90%;
  /*max-width: 80vw;*/
  /*max-height: 80vw;*/
}

/* Write a conditional statement to change the aspect ratio of the modal image if its width is smaller than its height */
.modal-content img{
  max-width: 100%;
  max-height: 100%;
}

/* Caption of Modal Image (Image Text) - Same Width as the Image */
#caption {
  margin: auto;
  display: block;
  width: 80%;
  max-width: 700px;
  text-align: center;
  color: #ccc;
  padding: 10px 0;
  height: 150px;
}




/* Add Animation - Zoom in the Modal */
.modal-content, #caption {
  animation-name: zoom;
  animation-duration: 0.6s;
}

@keyframes zoom {
  from {transform:scale(0)}
  to {transform:scale(1)}
}

/* The Close Button */
.close {
  position: absolute;
  top: 15px;
  right: 35px;
  color: #f1f1f1;
  font-size: 40px;
  font-weight: bold;
  transition: 0.3s;
}

.close:hover,
.close:focus {
  color: #bbb;
  text-decoration: none;
  cursor: pointer;
}

/* 100% Image Width on Smaller Screens */
@media only screen and (max-width: 700px){

  .modal-content {
    padding-top: 20vh;
    width: 100%;
    align-items: center;
  }
  .close{
    right: 85px;
  }



}

#contact{
  text-justify: inter-word;
  text-align: left;
  font-family: Roboto, Sans-serif, serif;

}

#catGif {
  max-height: 500px;
  min-height: 100px;
  max-width: 300px;
  min-width: 100px;
}

/* Create a media query for mobile screens for this catGif id*/
@media only screen and (max-width: 700px) {
  #catGif {
    max-height: 200px;
    min-height: 50px;
    max-width: 190px;
    min-width: 40px;
  }
}
