*{
    padding: 0;
    margin: 0;
    box-sizing: border-box;
}/* Perhaps future project animation
.expanded {
  width: 50%;
  height: 60%;
  transform: rotate(0deg);
  position: fixed;

  z-index: 1000;
  transition: transform 1s;
}*/

body{
    background-color: #ffffff;
    min-height: 100vh; margin:0;
/*
    min-height: 100vh;
    display: flex;
    flex-direction: column;
*/
}

@keyframes rotate-forward {
  from {
    transform: rotate(-8deg);
  }
  to {
    transform: rotate(0deg);
  }
}

@keyframes rotate-backward {
  from {
    transform: rotate(0deg);
  }
  to {
    transform: rotate(-8deg);
  }
}

@keyframes rotate-backfromright {
  from {
    transform: rotate(8deg);
  }
  to {
    transform: rotate(0deg);
  }
}
@keyframes rotate-fromleft {
  from {
    transform: rotate(0deg);
  }
  to {
    transform: rotate(8deg);
  }



}
.svgposition{
  left: -2500px;
  height: 65%;
}
.subsitesspacer1{
    position: absolute;
    top: 8vh;
    z-index: -2;
    aspect-ratio: 1920/300;
    width: 100%;
    height: 600px;
    background-repeat: no-repeat;
    background-position: center;
    background-size: cover;
}
.subsitedrawing{
    position: absolute;
    top: 10rem;
    left: 40%;
    font-size: 75px;
    font-family: 'Rochester', cursive;
    font-weight: 700
}
/*.polaroidPicture{
    position: relative;
    top: 20rem;
    left: 38%;
    width: 25%;
    height: 100%;
}*/
.svgwavestop {
  position: relative;
  width: 100vw;
  height: 400px;
  overflow: hidden;
}
.svgwavesbottom {
  width: 100vw;
  overflow: hidden;
  position: relative;
  height: 400px;
  margin-top: -17%;
}
.bottomsvgposition {
  position: absolute;
  left: -100%;
  margin-top: -100px;
  z-index: -10;
  bottom: 50px;
}
.subsitework{
   /* margin-top: 10rem;*/
    /*margin-left: 0%;*/
    margin-right: 6%;
    margin-left: 2%;
    position: relative;
    top:-16rem;
}
.inTheCenter{
  display: flex;
  align-items: center;
  justify-content: center;
}
.subsideworkweapper{
    display: grid;
    top: 250%;
    transform: translate(2%, 0%);
    grid-template-columns: repeat(3, 1fr);
    grid-row-gap: 150px;
    grid-column-gap: 0px;
    grid-auto-rows: minmax(100px, auto);
    padding-top: 3%;
}
.subsitesspacer2{
    position: absolute;
    top: 180vh;
    z-index: -2;
    aspect-ratio: 1920/300;
    width: 100%;
    height: 600px;
    background-repeat: no-repeat;
    background-position: center;
    background-size: cover;
}
.subsitefooter{
    text-align: center;
    position: relative;
    height: 50px;
    margin-top: -50px;
}
.subsitefootertext{
    color: white;
}
.subsitefootertext:hover{
    color: white;
    text-decoration: none;
}
.MyDrawingsBlack{    
    stroke-dasharray: 3000;
    stroke-dashoffset: 3000;
    animation: animate 45s linear 1 forwards;
    animation-iteration-count:infinite;
}
.MyDrawingsWhite{    
    stroke-dasharray: 2900;
    stroke-dashoffset: 2900;
    animation: animate 60s linear 1 forwards;
    animation-iteration-count:infinite;
}
.MyDrawingsSVG{
    position: relative;
    display: block;
    margin: auto;
    top: -19rem;
    height: 20%;
    width: 50%;
}
.Mydrawing{
    width: 200px;
    height: 200px;
}
.modal.active{
  z-index: 1;
}
.whiteHamburgerMenuDropdown{
  background: #fff!important;
  border-left: 1px solid #D4AC6E!important;   
  border-top: 1px solid #D4AC6E!important;    
  border-right: 1px solid #D4AC6E!important;
  z-index: 150;
}
.header-area .menu-trigger.whiteHamburgerMenu{
        background-color: transparent!important;
    }
    @keyframes animationBegining{
      from{
        -ms-transform: rotate(-8deg); /* IE 9 */
        -webkit-transform: rotate(-8deg); /* Safari */
        transform: rotate(-8deg);
        
      }
      to{
      -ms-transform: rotate(0deg); /* IE 9 */
      -webkit-transform: rotate(0deg); /* Safari */
      transform: rotate(0deg);
      }
      
    }
    @keyframes animatedBack{
      form{
        -ms-transform: rotate(0deg); /* IE 9 */
        -webkit-transform: rotate(0deg); /* Safari */
        transform: rotate(0deg);
      }
      to{
        -ms-transform: rotate(-8deg); /* IE 9 */
        -webkit-transform: rotate(-8deg); /* Safari */
        transform: rotate(-8deg);
      }
    }

    .animatedback{
      animation: animatedBack 2s;
    }
    .animated{
        animation: animationBegining 2s;
    }
    /*.svgwavestop {
      position: relative;
      width: 100vw;
      height: 315px;
      overflow: hidden;
    }
    .svgwavesbottom{
      width: 100vw;
      overflow: hidden
    }*/
    /*@media (min-width: 1600px){
      .polaroid:hover{
        width: 479.344px;
        height: 302.266px;
        padding: 10px 15px -100px 15px;
        border: 1px solid #BFBFBF;
        border-radius: 2%;
        background-color: white;
        box-shadow: 10px 10px 5px #aaaaaa;
      }
    }*/
    .bottomsvgposition {
      left: -2500px;
      height: 400px;
  }
@media (max-width: 1600px){
  /*  width: 564.04px;
    height: 481.4px;
    padding: 10px 15px -100px 15px;
    border: 1px solid #BFBFBF;
    border-radius: 2%;
    background-color: white;
    box-shadow: 10px 10px 5px #aaaaaa;
  }*/
.modal {
    position: fixed;
    left: 22%;
    margin-left: auto;
    margin-right: auto;
    opacity: 0;
    transform:  scale(0);
    transition: 1000ms ease-in-out;
    border: 1px solid #BFBFBF;
    box-shadow: 20px 20px 15px rgba(0, 0, 0, .5);
    border-radius: 18px;
    z-index: 10;
    background-color: white;
    width: 80vh;
    height:auto;
    max-width: 90%;
    display:block;
    
}

.header-area .main-nav .nav li {
        padding-left: 5px;
    }
.subsideworkweapper{
    display: grid;
    top: 250%;
    grid-template-columns: repeat(2, 1fr);
    grid-row-gap: 100px;
    grid-column-gap: 0px;
    grid-auto-rows: minmax(100px, auto);
  }
  .svgposition{
    height: 100%;
  }
 .subsitework {
    margin-top: 5rem;

    
    }
 .MyDrawingsSVG{
        top: -15rem;
        width: 58%;
    }
  /*.polaroid {
    width: 80%;
    height: 88%;
    transform-style: preserve-3d;
    backface-visibility: hidden;
    
    }*/
    
/*.polaroid:hover{
    width: 80%;
    height: 88%;
    transform-style: preserve-3d;
    backface-visibility: hidden;
    

}*/
.header-area .main-nav .nav li {
    padding-left: 5px;
    padding-right: 10px;
}
    
    
    
}
@media(width:2560px){
  .subsideworkweapper{
    grid-row-gap: 190px
  }
  .subsitework {
    margin-top: 1rem;
}
  .caption{
    font-size: 40px;
    padding-top: 2%;
  } 
}
@media(width:1920px){
    .caption {
      font-size: 35px;
      font-family: 'Rochester',cursive;
      text-align: center;
      white-space: nowrap;
      overflow: auto;
      font-weight: 800;
      backface-visibility: hidden;
      transform: translateZ(0);
      padding-top: 2.5%;
    }
    .subsitework{
      margin-top: 0rem;
      /*margin-right:35px;*/
    }
    .svgwavesbottom{
      margin-top: -12%!important;
    }
    .bottomsvgposition{
      bottom: 0px!important;
    }
    /*.polaroid{
      width: 85%;
      height: 95%;
      transform-style: preserve-3d;
    }
    .polaroid:hover{
      width: 85%;
      height: 95%;
      transform-style: preserve-3d;
    }*/
}
@media (min-width: 2560px){
/*.polaroid {
  width: 85%;
  height: 95%;
  padding: 10px 15px -100px 15px;
  border: 1px solid #BFBFBF;
  border-radius: 2%;
  background-color: white;
  box-shadow: 10px 10px 5px #aaaaaa;
  }*/
  
/*.polaroid:hover{
  width: 26.66vw;
  height: 38.4vh;
  padding: 10px 15px -100px 15px;
  border: 1px solid #BFBFBF;
  border-radius: 2%;
  background-color: white;
  box-shadow: 10px 10px 5px #aaaaaa;
}*/
/*.caption{
  font-size: 40px;
  padding-top: 1.7%;
}*/
.svgwavesbottom{
  margin-top: -10%;
}
.popcaptiontext{
  font-size: 30px;
}
.bottomsvgposition{
  position: absolute;
  left: -2200px;
  width: 7000px;
  height: 600px;
  margin-top: -220px;
}
}
@media (width:390px){
.bottomsvgposition{
    height: 400px!important;
  }
}
@media (max-width: 1920px){
  .bottomsvgposition{
    height: 650px;
  }
  .svgposition{
    height: 80%;
  }
}
@media (min-width: 1600px) and (max-width: 1919px){
  .modal{
    left:27%;
  }
  .popcaptiontext{
    font-size: 18px;
  }
  .subsitework{
    margin-top: 4%;
  }
  .svgposition{
    height: 80%;
  }
}
@media(min-width:1360px) and (max-width:1366px) {
  .handwritingsvg {
    width: 250px;
    left: 2%;
    top: 5px;
}
  .header-area.header-sticky {
    min-height: 65px ;
    max-width: 100vw;
  }
  .header-area{
    height: 65px;
  }
  .background-header{
    height: 65px!important;
  }
  .header-area.header-sticky .nav {
    margin-top: 13px !important;
}
.header-area .main-nav .nav li:last-child span{
  padding: 11px 12px;
  top: -2px;
}
.header-area .main-nav .nav li:last-child a{
  padding: 8px 13px;
  top: -4px;
}
.header-area .main-nav .nav li span{
  font-size: 17px;/*perhaps 16px*/
}
.header-area .main-nav .nav li a{
  font-size: 17px;/*perhaps 16px*/
}
.svgposition.header-text{
  width: 3500px !important;
  top: 6rem;
}
.MyDrawingsSVG {
  top: -18rem;
  width: 47%;
}
.subsitework {
  margin-top: -4rem;
}
.subsideworkweapper{ /*Might have to go back to 2.1fr*/
  grid-template-columns: 33% 33% 33% ;
}
.polaroid{
  width: 85%;
  height: 79%
}
.caption{
  font-size: 24px!important;
  padding-top: 8%!important;
}

.bottomsvgposition {
  left: -625px;
  margin-top: -157px;
  width: 2500px!important;
  height: 300px!important;
  bottom: 0px!important;
}
.subsitefooter {
  margin-top: -36px;
}
.bottomSpacer{
  height: 0px!important;
}
.subsitefooter{
  margin-top: -50px;
}
.modal{
  left: 31%;
  height: 85vh;
}
.modal.active{
  top: 12%;
}
.arttitle{
  font-size: 35px;
  margin-top: 0.5rem;
  margin-bottom: -25px;
}
.popcaptiontext{
  font-size: 14px!important;
  margin: 0 4px;
  top: 32px;
}
.svgwavesbottom {
  margin-top: -35%!important;
  
}

}
@media (min-width: 1250px) and (max-width: 1600px){
      .caption {
        font-size: 35px;
        font-family: 'Rochester',cursive;
        text-align: center;
        white-space: nowrap;
        overflow: auto;
        font-weight: 800;
        transform: translateZ(0);
        padding-top: 2.5%;
        backface-visibility: hidden;
        transform: translateZ(0);
    }
    .popcaptiontext{
      font-size: 18px;
    }
    .svgposition{
      top:6rem;
    }
    .svgwavesbottom {
      margin-top: -25%;
  }
}
@media (min-width: 1100px) and (max-width: 1250px){
  .modal{
    left:15%;
  }
  .popcaptiontext{
    font-size: 19px;
  }
  .svgwavesbottom {
    margin-top: -35%;
}
}
@media (max-width: 1100px){
    .modal {
    position: fixed;
    left: 15%;
    margin-left: auto;
    margin-right: auto;
    opacity: 0;
    transform:  scale(0);
    transition: 1000ms ease-in-out;
    border: 1px solid #BFBFBF;
    box-shadow: 20px 20px 15px rgba(0, 0, 0, .5);
    border-radius: 18px;
    z-index: 10;
    background-color: white;
    width: 80vh;
    height:auto;
    max-width: 90%;
    display:block;
}
/*.svgwavestop {
  position: relative;
  width: 100vw;
  height: 315px;
  overflow: hidden;
}*/
.svgwavesbottom{
  width: 100vw;
  overflow: hidden
}
.popcaptiontext{
  font-size: 17px;
}
/*.caption{
  font-size: 25px;
}*/
@media (min-width: 950px) and (max-width: 1100px){
  .modal{
    left: 11%;
  }
  .svgwavesbottom {
    margin-top: -40%;
}
}
@media (min-width: 900px) and (max-width: 950px){
.modal{
  left: 8%;
}
}
@media (width:1024px) {
  .modal{width: 58vh;}
  
}
@media (max-width:1024px) {
  .header-area.header-sticky .nav li a:hover,
  .header-area.header-sticky .nav li a.active {
    color: #D4AC6E!important;
    opacity: 1;
    animation: none;
  }
  .header-area {
    background-color: #7A3B2E;
    padding: 0px 0px;
    height: 50px;
    box-shadow: none;
    text-align: center;
  }
  .header-area .container {
    padding: 0px;
  }
  .header-area .logo {
    margin-left: 30px;
  }
  .header-area .menu-trigger {
    display: block !important;
    background-color: transparent!important;
  }
  /*.header-area .main-nav {
    overflow: hidden;
  }*/
  .header-area .main-nav .nav {
    float: none;
    width: 100%;
    display: none;
    -webkit-transition: all 0s ease 0s;
    -moz-transition: all 0s ease 0s;
    -o-transition: all 0s ease 0s;
    transition: all 0s ease 0s;
    margin-left: 0px;
  }
/*
  .header-area .main-nav .nav li:first-child {
    border-top: 1px solid #eee;
  }
*/
  .header-area .main-nav .nav li:last-child {
    width: 100%;
    background-color: #D4AC6E;
    color: #fff;
  }
  .header-area .main-nav .nav li:last-child a {
    background-color: #D4AC6E!important;
    color: #fff!important;
    animation: none;
  }
/*
  .header-area .main-nav .nav li:last-child a:hover,
  .header-area .main-nav .nav li:last-child:hover a {
    color: #fff!important;
  }
*/
  .header-area.header-sticky .nav {
    margin-top: 80px !important;
  }
  .header-area .main-nav .nav li {
    width: 100%;
    background: #7A3B2E;
/*    border-bottom: 1px solid #eee;*/
    padding-left: 0px !important;
    padding-right: 0px !important;
  }
    
    
    
    
  .header-area .main-nav .nav li a {
    position: relative;
    height: 55px !important;
    line-height: 50px !important;
    padding: 0px !important;
    border-bottom: none !important;
    background: #7A3B2E;
    color: #fff;
    animation: none;
  }
    
  /*.header-area .main-nav .nav li a {
    background: #eee !important;
    color: #D4AC6E!important;
  }*/
    
   .header-area .main-nav .nav li span{
        display: none!important;
    }
    
    .header-area .main-nav .nav li:last-child a{
        position: inherit;
        padding-top: 1px!important;
    }
    
  .header-area .main-nav .nav li.submenu ul {
    position: relative;
    visibility: inherit;
    opacity: 1;
    z-index: 1;
    transform: translateY(0%);
    transition-delay: 0s, 0s, 0.3s;
    top: 0px;
    width: 100%;
    box-shadow: none;
    height: 0px;
  }
  .header-area .main-nav .nav li.submenu ul li a {
    font-size: 12px;
    font-weight: 400;
  }
  .header-area .main-nav .nav li.submenu ul li a:hover:before {
    width: 0px;
  }
  .header-area .main-nav .nav li.submenu ul.active {
    height: auto !important;
  }
  .header-area .main-nav .nav li.submenu:after {
    color: #D4AC6E;
    right: 25px;
    font-size: 14px;
    top: 15px;
  }
  .header-area .main-nav .nav li.submenu:hover ul, .header-area .main-nav .nav li.submenu:focus ul {
    height: 0px;
  }
  .header-area .main-nav .nav li span{
    animation: none!important;
    transition: none!important;
    -webkit-animation: none!important;
    -webkit-transition: none!important;
  }
}
@media (max-width: 900px){
    .modal {
    position: fixed;
    left: 7%;
    margin-left: auto;
    margin-right: auto;
    opacity: 0;
    transform:  scale(0);
    transition: 1000ms ease-in-out;
    border: 1px solid #BFBFBF;
    box-shadow: 20px 20px 15px rgba(0, 0, 0, .5);
    border-radius: 18px;
    z-index: 10;
    background-color: white;
    width: 80vh;
    height:auto;
    max-width: 90%;
    display:block;
    
}
   /* .caption {
        font-size: 35px;
        font-family: 'Rochester',cursive;
        text-align: center;
        white-space: nowrap;
        overflow: auto;
        font-weight: 800;
        transform: translateZ(0);
    }*/
  
 .handwritingsvg{
    width: 320px;
    top: 6px;
    left: 30px;
  }
 .subsideworkweapper{
    display: grid;
    top: 250%;
    grid-template-columns: repeat(1, 1fr);
    grid-row-gap: 150px;
    grid-column-gap: 100px;
    grid-auto-rows: minmax(100px, auto);
  }
 .subsitework {
    margin-top: 11rem;
    }
 .MyDrawingsSVG{
        top: -14rem;
        width: 70%;
    }
}
    
/*@keyframes rotate-forward {
  from {
    transform: rotate(-8deg);
  }
  to {
    transform: rotate(0deg);
  }
}*/

/*@keyframes rotate-backward {
  from {
    transform: rotate(0deg);
  }
  to {
    transform: rotate(-8deg);
  }
} */

@media (min-width: 900px) and (max-width:1000px) {
  .caption{
    padding-top: 5%;
    font-size: 25px;
    backface-visibility: hidden;
    transform: translateZ(0);
  }
  .subsitework {
    margin-top: 8rem;
}
  .svgwavesbottom {
    margin-top: -45%;
  }
}
@media (min-width: 850px) and (max-width:900px){
  .svgwavesbottom {
    margin-top: -45%;
}
}
@media (min-width: 800px) and (max-width:850px){
  .modal{
    left: 5%;
  }
  .modal.active{
    top: 15%;
  }
}
@media (min-width: 700px) and (max-width:800px){
  .modal{
    left: 5%;
  }
  .modal.active{
    top: 15%;
  }
}
@media (min-width: 760px) and (max-width: 850px){
  .svgwavesbottom{
    margin-top: -45%;
  }
}
@media (min-width: 760px) and (max-width: 1440px){
  .handwritingsvg {
    position: absolute;
    width: 320px;
    height: 60px;
    left: 3.9%!important;
    top: 6px;
    font-weight: 800;
}
    /*.bottomsvgposition{
      left: -150%;
    } */
 
    
    }
@media (min-width:701px) and (max-width:760px) {
  /*.bottomsvgposition{
    left: -150%;
  } */
  .svgwavesbottom{
    margin-top: -50%;
  }
}
@media (max-width: 700px){
  .caption{
    font-size: 30px;
    backface-visibility: hidden;
    transform: translateZ(0);
  }
}
    
    
@media (min-width: 580px) and (max-width:700px){
  .modal{
    left: 5%;
  }
  .modal.active{
    top: 15%;
  }
  .svgwavesbottom{
    margin-top: -60%;
  }
  /*.bottomsvgposition{
    /*left: -150%;
  }*/
}
@media (max-width: 580px){
    .modal {
    position: fixed;
    left: 5%;
    margin-left: auto;
    margin-right: auto;
    opacity: 0;
    transform:  scale(0);
    transition: 1000ms ease-in-out;
    border: 1px solid #BFBFBF;
    box-shadow: 20px 20px 15px rgba(0, 0, 0, .5);
    border-radius: 18px;
    z-index: 10;
    background-color: white;
    width: 80vh;
    height:auto;
    max-width: 90%;
    display:block; 
}
.subsitework {
  margin-top: -10rem;
}
.arttitle{
  font-size: 40px;
}
.modal.active{
  top: 20%;
}
.popcaptiontext{
  font-size: 15px;
  top: 5px;
}
.bottomsvgposition{
  position: absolute;
  left: -2500px;
  margin-top: -200px;
  z-index: -10;   
}
.svgwavesbottom{
  margin-top: -70%;
}
    .handwritingsvg{
      width: 320px;
      top: 6px;
      left: 30px;
    }
    .MyDrawingsSVG{
        top: -14rem;
        width: 80%;
      
        
    }
    .subsideworkweapper{
        display: grid;
        top: 250%;
        grid-template-columns: repeat(1, 1fr);
        grid-row-gap: 50px;
        grid-column-gap: 100px;
        grid-auto-rows: minmax(100px, auto);
        margin-top: 60%;   
    }
    /*.polaroid{
        width: 85%;
        height: 90%;
        padding: 10px 15px 100px 15px;
        border: 1px solid #BFBFBF;
        border-radius: 2%;
        background-color: white;
        box-shadow: 10px 10px 5px #aaaaaa;
    }*/
    .caption {
        font-size: 25px;
        font-family: 'Rochester',cursive;
        text-align: center;
        white-space: nowrap;
        overflow: auto;
        font-weight: 800;
        padding-top: 7.5%;
        backface-visibility: hidden;
        transform: translateZ(0);
    }
    /*.polaroid:hover{
        width: 85%;
        height: 90%;
        padding: 10px 15px -100px 15px;
        border: 1px solid #BFBFBF;
        border-radius: 2%;
        background-color: white;
        box-shadow: 10px 10px 5px #aaaaaa;
        /*-ms-transform: rotate(0deg); /* IE 9 */
        /*-webkit-transform: rotate(0deg); /* Safari */
        /*transform: rotate(0deg);
        transition-duration: 1s;
        transition-delay: 0.25s;
    }*/
    /*.animated{
      -ms-transform: rotate(0deg); /* IE 9 */
       /* -webkit-transform: rotate(0deg); /* Safari */
       /* transform: rotate(0deg);
        transition-duration: 1s;
        transition-delay: 0.25s;
    }*/
}
}
@media (min-width:601px) and (max-width:700px){

.svgwavestop {
  position: relative;
  width: 100vw;
  height: 315px;
  overflow: hidden;
}
.svgposition {
  height: 100%;
  top: 4rem;
}
.MyDrawingsSVG {
  top: -13rem;
  width: 75%;
}
.subsitework {
  margin-top: -14rem;
}
.subsideworkweapper {
  display: grid;
  top: 250%;
  grid-template-columns: repeat(1, 1fr);
  grid-row-gap: 90px;
  grid-column-gap: 100px;
  grid-auto-rows: minmax(100px, auto);
  margin-top: 60%;
}
}
@media (width:360px) and (height:740px){
  .popcaptiontext {
    top: 5px;
    font-size: 12px;
}

}
@media (min-width:551px) and (max-width:600px){
  .handwritingsvg {
    width: 237px;
    top: 14px;
    left: 30px;
}
.svgwavestop {
  position: relative;
  width: 100vw;
  height: 315px;
  overflow: hidden;
}
.svgposition {
  height: 90%;
  top: 4rem;
}
.MyDrawingsSVG {
  top: -12rem;
  width: 75%;
}
.subsitework {
  margin-top: -9rem;
}
.subsideworkweapper {
  display: grid;
  top: 250%;
  grid-template-columns: repeat(1, 1fr);
  grid-row-gap: 90px;
  grid-column-gap: 100px;
  grid-auto-rows: minmax(100px, auto);
  margin-top: 60%;
}
}
@media (min-width:502px) and (max-width:550px){
  .handwritingsvg {
    width: 237px;
    top: 14px;
    left: 30px;
}
.svgwavestop {
  position: relative;
  width: 100vw;
  height: 315px;
  overflow: hidden;
}
.svgposition {
  height: 90%;
  top: 4rem;
}
.MyDrawingsSVG {
  top: -12rem;
  width: 75%;
}
.subsitework {
  margin-top: -6.5rem;
}
.subsideworkweapper {
  display: grid;
  top: 250%;
  grid-template-columns: repeat(1, 1fr);
  grid-row-gap: 90px;
  grid-column-gap: 100px;
  grid-auto-rows: minmax(100px, auto);
  margin-top: 60%;
}
}
@media (min-width:360px) and (max-width:501px){

  .handwritingsvg{
    width: 237px;
    top: 14px;
    left: 30px;
  }
  .svgwavestop{
    position: relative;
    width: 100vw;
    height: 315px;
    overflow: hidden;
  }
  .subsitework {
    margin-top: 13rem;
}
  .svgposition {
    top: 4rem;
    height: 90%;
  }
  .topSpacer{
    width: 100vw;
  }
  .header-area.header-sticky{
    width: 100vw;
    top:0%;
    min-height: 81px;
  }
  .header-area .header-sticky .background-header{
    height: 50px;
    top: 0%;
  }
  .header-area .main-nav{
    width: 100vw;
    height: 101px;
    top: 0%;
  }
  .bottomSpacer{
    width: 100vw;
  }
  .svgwavesbottom{
    position: relative;
    width: 100vw;
    height: 430px;
    overflow: hidden;
    margin-top: -45%;
    
  }
  
  .MyDrawingsSVG{
  position: absolute;
  width: 80%;
  transform: translate(17%, 0%);
  top: 8rem;
}
.subsideworkweapper{
  margin-top: 0%;
  grid-row-gap: 10px
}

.polaroid{
  width: 80%;
  height: 88%;
  padding-bottom: 17%;
}
.polaroid:hover{
  width: 80%;
  height: 88%;
  padding-bottom: 17%;
}
.caption{
  white-space:wrap;
  padding-top: 6%;
  font-weight: normal;
  font-size: 19px;
}
.svgwavesbottom{
  height: 200px;
}
.subsitefooter{
  margin-top: -50px;
  height: 0px;
}
.popcaptiontext{
  font-size: 11px;
  margin: 0px 10px;
}
.modal.active{
  top: 25%;
}
.arttitle{
  margin-top: 5px;
}
#overlay.active{
  transform: scale(1);
}
}

@media (min-width: 260px) and (max-width:360px){
  .handwritingsvg {
    width: 200px;
    top: 20px;
    left: 15px;
}
  .header-area .main-nav .menu-trigger{
    right: 20px;
  }
  .svgwavestop{
    height: 280px;
  }
  .svgposition {
    top: 4rem;
    left: -2500px;
    height: 90%;
  }
  .MyDrawingsSVG{
    top: -8rem;
    width: 90%;
  }
  .subsitework{
    margin-top: 12rem;
    margin-left: -1%;
  }
  .polaroid{
    width: 85%;
    height: 80%;
    padding: 10px 10px 55px 10px;
  }
  .polaroid:hover{
    width: 85%;
    height: 80%;
    padding: 10px 10px 55px 10px;
  }
  .caption{
    white-space: wrap;
    font-size: 18px;
    padding-top: 0%;

  }
  .inTheCenter{
    margin-bottom: -20%;
  }
  .svgwavesbottom {
    margin-top: -135%;
}
#overlay.active{
  transform: scale(1);
}
.arttitle {
  font-size: 30px;
  margin-top: 0rem;
  font-weight: 500;

}
.popcaptiontext{
  top: 0px;
  margin: -2px 0px;
  font-size: 10px;
}
.modal.active{
  top:30%;
}
  .bottomsvgposition{
    height: 400px;
  }
}
@media (width:360px){
  .MyDrawingsSVG {
    top: 7rem;
    width: 75%;
}
.subsideworkweapper {
  grid-row-gap: 35px;
}
.subsitework {
  margin-top: 15rem;
  margin-left: -1%;
}
.polaroid {
  width: 85%;
  height: 90%;
  padding: 10px 10px 55px 10px;
}
.polaroid:hover {
  width: 85%;
  height: 90%;
  padding: 10px 10px 55px 10px;
}
.svgwavesbottom {
  margin-top: -55%;
}
.caption {
  white-space: wrap;
  font-size: 18px;
  padding-top: 5%;
}
.inTheCenter {
  margin-bottom: 0%; 
}
.bottomsvgposition {
  height: 650px;
}
}
/*HEIGHT*/
@media (width:1366px) and (height:1024px){
  .modal{
    left: 20%;
  }
  .arttitle {
    font-size: 55px;
    margin-top: 1.5rem;
    margin-bottom: -25px;
}
.popcaptiontext {
  font-size: 21px!important;
  margin: 0px 25px;
  top: 39px;
}
}

@media (max-height:800px) and (max-width:1280px){
  .modal.active{
    top: 20%;
  }
  /*.modal{
    height: 82vh;
  }*/
  .arttitle{
    font-size: 45px;
    margin-top: 0.5rem;
  }
  .popcaptiontext{
    top: 5px;
    font-size: 16px;
  }
}
@media (height:712px) and (width:1138px){
  .modal {
    left: 25%;
}
.arttitle {
  font-size: 44px;
  margin-top: 0rem;
}

.popcaptiontext {
  position: relative;
  text-align: center;
  font-size: 20px;
  font-weight: 600;
  top: 20px;
  margin: 0px 11px;
  top: 0px;
  font-size: 15px;
}
}
@media (width:360px) and (height:740px){
  .popcaptiontext {
    top: 5px;
    font-size: 12px;
}

}
/*@media only screen and (min-height:700px) and (max-height:800px){
  .modal {
    left: 10%;
    height: 81vh;
}
.modal.active{
  padding-top: 20px;
}
.popuppicture {
  width: 95%;
  height: 70%;
}
.arttitle {
  font-size: 40px;
  font-family: 'Rochester',cursive;
  text-align: center;
  white-space: nowrap;
  overflow: auto;
  font-weight: 500;
  margin-top: 0rem;
  margin-bottom: 0px;
}
.popcaptiontext {
  font-size: 15px;
  top: 0px;
  margin: 0px 6px;
}
.popuptextspacer {
  margin: 4%;
}

}*/

/*@media only screen and (min-height:800px) and (max-height:900px){
    .modal {
      position: fixed;
      left: 7%;
      margin-left: auto;
      margin-right: auto;
      opacity: 0;
      transform: scale(0);
      transition: 1000ms ease-in-out;
      border: 1px solid #BFBFBF;
      box-shadow: 20px 20px 15px rgba(0, 0, 0, .5);
      border-radius: 18px;
      z-index: 10;
      background-color: white;
      width: 80vh;
      height: 80vh;
      max-width: 90%;
      display: block;
  }
  .arttitle {
    font-size: 50px;
    font-family: 'Rochester',cursive;
    text-align: center;
    white-space: nowrap;
    overflow: auto;
    font-weight: 800;
    margin-top: 0rem;
    margin-bottom: 0px;
}
  .popcaptiontext {
    position: relative;
    text-align: center;
    font-size: 20px;
    font-weight: 600;
    top: 2px;
    margin: 0px 12px;
    font-size: 16px;
}
}*/
/*LANDSCAPE*/

@media (max-height:600px){
  .modal{
    display: none;
  }
  .modal.active{
    display: none;
  }
  #overlay.active{
    display: none;
  }
}

@media only screen and (max-height: 430px) and (orientation: landscape){
  .svgwavesbottom {
    margin-top: -55%;
}
.header-area .main-nav {
  min-height: 50px;
  background: transparent;
}
.header-area.header-sticky {
  width: 100vw;
  min-height: 50px;
  position: fixed;
}
.background-header {
  background: rgba(250,250,250,0.99) !important;
  height: 50px!important;
  position: fixed!important;
  top: 0px;
  left: 0px;
  right: 0px;
  box-shadow: 0px 0px 10px rgba(0,0,0,0.15)!important;
}
.header-area .main-nav .menu-trigger {
  cursor: pointer;
  display: block;
  position: absolute;
  top: 8px;
  width: 32px;
  height: 40px;
  text-indent: -9999em;
  z-index: 99;
  right: 22px;
  display: none;
  background-color: white;
}
.handwritingsvg {
  position: absolute;
  width: 185px;
  height: 60px;
  left: 3.9%!important;
  top: 6px;
  font-weight: 800;
}
.svgposition {
  top: 3rem;
  left: -2000px;
  height: 35%!important;
}
.svgwavestop {
  position: relative;
  width: 100vw;
  height: 417px;
  overflow: hidden;
}
.topSpacer{
  width: 0px!important;
}
.MyDrawingsSVG {
  top: -22.5rem!important;
  width: 45%!important;
}
.subsitework {
  margin-top: -7rem!important;

}
.caption{
  font-size: 24px;
  font-weight: 100;
  padding-top: 5%;
  white-space: wrap;
}
.polaroid{
  width: 75%;
  height: 80%;
}
.subsideworkweapper {
  display: grid;
  top: 250%;
  grid-template-columns: repeat(2, 1fr);
  grid-row-gap: 0px;
  grid-column-gap: 0px;
  grid-auto-rows: minmax(100px, auto);
}
.svgwavesbottom {
  margin-top: -50%;
}
.header-area.header-sticky .nav {
  margin-top: 50px !important;
}
.modal.active{
  display: none;
}
#overlay{
  display: none;
}
#overlay.active{
  display: none;
}
}
@media (height:375px)and (orientation:landscape){
  .subsitework {
    margin-top: -29rem!important;
}
}
@media only screen and (height: 390px) and (orientation: landscape){
  .subsideworkweapper {
    display: grid;
    top: 250%;
    grid-template-columns: repeat(2, 1fr);
    grid-row-gap: 0px;
    grid-column-gap: 0px;
    grid-auto-rows: minmax(100px, auto);
}
.subsitework{
  margin-left: 1%;
}
.caption{
  font-size: 26px;
  white-space: wrap;
}
.polaroid{
  height: 75%;
}
.polaroid:hover{
  height: 75%;
}

}
@media only screen and (min-height: 390px) and (max-height: 430px) and (orientation: landscape){
  .MyDrawingsSVG {
    top: -18.5rem;
    width: 48%;
}
.svgposition {
  height: 50%;
}
.subsitework {
  margin-top: 0rem;
}
}
@media only screen and (min-height: 712px) and (orientation: landscape){
  .subsitework {
    margin-top: -3rem;
}
/*.svgposition {
  height: 50%;
}*/
.MyDrawingsSVG {
  top: -19.5rem;
  width: 45%;
}
}
@media only screen and (min-height: 768px) and (orientation: landscape){
  .subsitework {
    margin-top: 0rem;
}
}
@media only screen and (min-height: 912px) and (orientation: landscape){
  .subsitework {
    margin-top: 2rem;
}
/*.svgposition {
  height: 50%;
}*/
.MyDrawingsSVG {
  top: -19rem;
  width: 40%;
}
}
@media (min-width:1921px) and (max-width:2560px){
  .svgposition {
    height: 100%;
}
}
/*@media only screen and (max-width: 1366px) and (orientation: landscape){
  .subsideworkweapper {
    display: grid;
    top: 250%;
    grid-template-columns: repeat(2, 1fr);
    grid-row-gap: 5px;
    grid-column-gap: 0px;
    grid-auto-rows: minmax(100px, auto);
}
.modal.active {
  top: 12%;
  left: 18%;
}
.modal{
  top: 12%;
  left: 18%;
}
.arttitle {
  font-size: 55px;
  margin-top: 0.5rem;
  margin-bottom: -25px;
}
.popcaptiontext {
  font-size: 22px!important;
  margin: 0 4px;
  top: 32px;
}
}*/
/*@media only screen and (max-width: 1024px) and (orientation: landscape){
  .svgposition {
    height: 85%;
}
  .MyDrawingsSVG {
    top: -16rem;
    width: 58%;
}
.subsitework {
  margin-top: 2rem;
}
.modal.active {
  height: 80%;
  left: 20%;
  top: 15%;
}
.modal{
  height: 80%;
  left: 20%;
  top: 15%;
}
.arttitle {
  font-size: 55px;
  font-family: 'Rochester',cursive;
  text-align: center;
  white-space: nowrap;
  overflow: auto;
  font-weight: 600;
  margin-top: 0rem; 
  margin-bottom: 0px;
}
.popcaptiontext {
  position: relative;
  text-align: center;
  font-size: 20px;
  font-weight: 600;
  top: 0px;
  margin: 11px 18px;
  font-size: 14px;
}
}*/
/*@media (max-width: 844px) and (orientation: landscape){
  .header-area.header-sticky .background-header {
    width: 100vw;
    min-height: 60px;
    position: fixed;
}
.header-area .main-nav {
  min-height: 60px;
  background: transparent;
}
.handwritingsvg {
  position: absolute;
  width: 234px;
  height: 60px;
  left: 3.9%!important;
  top: 6px;
  font-weight: 800;
}
.header-area .main-nav .menu-trigger {
  cursor: pointer;
  display: block;
  position: absolute;
  top: 16px;
  width: 32px;
  height: 40px;
  text-indent: -9999em;
  z-index: 99;
  right: 40px;
  display: none;
  background-color: white;
}
.svgposition {
  height: 23%;
  left: -250%;
  top: 60px;
}
.MyDrawingsSVG {
  top: -21rem;
  width: 31%;
}
.subsitework {
  margin-top: -8rem;
}
.inTheCenter {
  display: flex;
  align-items: center;
  justify-content: center;
  margin-left: -81px;
}
.polaroid {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  width: 55%;
  height: 66%;
  padding: 10px 15px 100px 15px;
  border: 1px solid #BFBFBF;
  border-radius: 2%;
  background-color: white;
  box-shadow: 10px 10px 5px #aaaaaa;
  box-sizing: border-box;
  overflow: hidden;
  transition: all 0.5s ease opacity 0.5s ease;
  will-change: transform, opacity;
  margin-left: 90px;
}
.polaroid:hover{
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  width: 55%;
  height: 66%;
  padding: 10px 15px 100px 15px;
  border: 1px solid #BFBFBF;
  border-radius: 2%;
  background-color: white;
  box-shadow: 10px 10px 5px #aaaaaa;
  box-sizing: border-box;
  overflow: hidden;
  transition: all 0.5s ease opacity 0.5s ease;
  will-change: transform, opacity;
  margin-left: 90px;
}










  .svgposition {
      height: 45%;
      left: -275%;
  }
  .MyDrawingsSVG {
      top: -19rem;
      width: 45%;
  }
}
@media only screen and (max-width: 740px) and (orientation: landscape) {
  .svgposition {
    height: 30%;
    left: -288%;
}
.MyDrawingsSVG {
  top: -20rem;
  width: 46%;
}
.header-area .main-nav .nav li a {
  position: relative;
  height: 40px !important;
  line-height: 40px !important;
  padding: 0px !important;
  border-bottom: none !important;
  background: #7A3B2E;
  color: #fff;
  animation: none;
}
.subsitework {
  margin-top: 7rem;
}
.subsideworkweapper {
  display: grid;
  top: 250%;
  grid-template-columns: repeat(2, 1fr);
  grid-row-gap: 55px;
  grid-column-gap: 0px;
  grid-auto-rows: minmax(100px, auto);
}
.subsitework{
  margin-top: -6rem;
}
.polaroid{
  width: 85%;
  height: 75%;
}
.caption{
  font-size: 22px;
  white-space: wrap;
  padding-top: 15px;
  margin-bottom: -10px;
  font-weight: 400;
  margin-bottom: 0px;
}
.svgwavesbottom {
  margin-top: -60%;
}
.modal{
  top: 24%;
  width: 51%;
  height: 73%;
  left: 25%;
}
.modal.active {
  top: 24%;
  width: 51%;
  height: 73%;
  left: 25%;
}
.arttitle{
  font-size: 35px;
  margin-top: 0px;
  font-weight: 600; 
}
.header-area .main-nav .nav li span{
  animation: none!important;
  transition: none!important;
  -webkit-animation: none!important;
  -webkit-transition: none!important;
}
}*/