body {
  font-family: 'Josefin Sans';
  font-weight: 400;
  font-size: 18px;
  line-height: 1.3;
  color: rgb(0, 0, 0);
  background-color: #fff;
  margin-left: auto;
  margin-right: auto;
  /* padding: 0px 40px 50px 40px; */
  transition: background-color 3s ease;
}

header {
  height: 0px;
  position: relative;
  z-index: 4;
}

header h1 {
  font-size: 28px;
  font-weight: 400;
  transition: all 0.5s ease;
  text-align: center;
  padding: 20px;
}

a {
  text-decoration: none;
  transition: all 0.5s ease;
  color: #f933198f;
}

a:visited {
  text-decoration:  none;
}

header a {
  font-weight: 200;
  color: rgba(255, 63, 37, 0.99);
}

a:hover {
  color: #f9aca1;
}

h3 {
  font-size: 20px;
  text-align: center;
}

/* MENU */

.menu-toggle {
  position: fixed;
  top: 20px;
  left: 40px;
  max-width: 55px;
  z-index: 6;
  transition: all 0.5s ease;
}

.menu {
  background-color: rgba(249, 51, 25, 0.84);
  width: 200px;
  position: fixed;
  top: 0;
  left: 0;
  height: 100%;
  /* this will hide our menu off the screen */
  transform: translateX(-100%);
  transition: transform 0.5s ease;
  z-index: 3;
}

.open {
  transform: translateX(0px);
}

nav {
  position: absolute;
  left: 50px;
  /* here we position the top edge of the box 50% from the top of the container */
  top: 140px;
  /* we use a transform to move the nav up by 50% of its height, which always stays relative to the size of our box */
  /* transform: translateY(-50%); */
}

nav a {
  font-weight: 400;
  font-size: 18px;
  display: block;
  margin-bottom: 20px;
  color: #000;
  transition: all 0.5s ease;
}

nav a:hover {
  color: #c8beff;
  font-size: 20px;
}

.nb {
  margin-top: 50px;
}

.selected {
  color: #4b2281;
}

.insta {
  max-width: 30px;
  position: fixed;
  bottom: 50px;
  opacity: 0.8;
}

.insta:hover {
  opacity: 1;
  max-width: 32px;
}

.writing a,
.end a {
  text-decoration: none;
  color: #f93319;
  font-weight: 500;
  transition: color 0.3s ease;
}

/* SLIDE SHOW */


.slideshow {
  position: relative;
  overflow: hidden;
  width: 100vw;
  height: 100vh;
}

.holder {
  position: relative;
  top: 0;
  left: 0;
  width: 10000vw;
  height: 100vh;
  transition: left 1s;
}

.holder div {
  float: left;
  width: 100vw;
  height: 100vh;
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
  /* padding: 20px 30px; */
}

.next {
  padding: 20px 30px;
  position: absolute;
  bottom: 0;
  text-decoration: none;
  z-index: 1;
}
/* COVER TEXT */

/* .holder h2,
.holder h3 {
  font-weight: 400;
  color: rgb(0, 0, 0);
  text-align: left;
  line-height: 1.5;
  padding: 0px 15px;
  position: fixed;
  transition: all 0.5s ease;
}

.holder h2 {
  font-size: 3vmin;
  padding: 10px 30px;
  bottom: 50px;
}

.holder h3 {
  font-size: 2vmin;
  padding: 10px 30px;
  bottom: 12px;
}
.slide-2 h2,
.slide-2 h3,
.slide-4 h2,
.slide-4 h3
{
  color: #f6daff;
} */

/* images for cover */

.slide-1 {
  background-image: url(dithy_slide_fay_nicolson.jpg);
}

.slide-2 {
  background-image: url(ss_fay_nicolson_slide.jpg);
}

.slide-3 {
  background-image: url(unmakeme_fay_nicolson_slide.jpg);
}

.slide-4 {
  background-image: url(oopf_performance_fay_nicolson_slide.jpg);
}

.slide-5 {
  background-image: url(oopf_fay_nicolson_slide.jpg);
}

.slide-6 {
  background-image: url(playsense_fay_nicolson_slide.jpg);
}

.slide-7 {
  background-image: url(groupshow_frutta_faynicolson_slide.jpg);
}

.slide-8 {
  background-image: url(accordian_group_fay_nicolson_slide.jpg);
}



/* .steps {
  position: absolute;
  bottom: 30px;
  left: 0;
  width: 100%;
  overflow: hidden;
  text-align: center;
} */

.slide-arrow {
  max-width: 60px;
  transition: all 0.5s ease;
}

/* .prev {
  left: 0;
} */

.next {
  right: 0;
}

/* WORK */

/* next arrow */
.salon {
    position: fixed;
    right: 0;
    bottom: 0;
    padding: 5px 40px 10px 50px;
    transition: all 0.3s ease;
}
.arrow-foot {
    max-width: 50px;
    transition: all 0.3s ease;
    opacity: 1;
}

.arrow-foot:hover {
 opacity: 0.6;
}
/* work menu styling */

.menu2 {
  margin-left: auto;
  margin-right: auto;
  margin-top: 55px;
  transition: all 0.5s ease;
}

.menu2 a {
 padding: 25px;
 color: #7a7371;
 font-size: 0.7em;
}

.menu2 .selected {
   color: #f93319;
}
.menu2 a:hover {
  color: #f9603a;
}

.workmenu {
  display: flex;
  align-items:   center;
  flex-wrap: wrap;
  justify-content: center;
  margin-bottom: 50px;
  }

/* WORK PAGES */

.two {
  margin-left:  auto;
  margin-right:  auto;
  margin-top:  30px;
  margin-bottom: 50px;
  padding:  10px 50px;
  transition: all 0.5s ease;
}

.three {
  margin-left:  auto;
  margin-right:  auto;
  margin-top:  50px;
  margin-bottom: 50px;
  padding:  10px 50px;
  transition: all 0.5s ease;
}

.exhibt h3 {
font-size: 18px;
  transition:  all 0.4s ease-in;
}

/* exhibition page  - to do media queries */

.exhibt {
  padding-top: 80px;
}

.container {
  display: flex;
  align-items: flex-start;
/* this aligns contents to the top of the box, i.e the 'quote'  div  */
  flex-wrap: wrap;
  justify-content: center;
  margin-bottom: 20px;
  transition: all 0.5s ease;
/*   margin-left:  40px; */
}

.workbox,
.workbox_land,
.workbox_big,
.workbox_wide {
/*    padding:  15px; */
  margin-bottom: 70px;
  margin-left: 25px;
  margin-right: 25px;
  transition: all 0.5s ease;
}

.workbox_small {
/*    padding:  15px; */
  margin-bottom: 50px;
  margin-left: 15px;
  margin-right:  15px;
  transition: all 0.5s ease;
}

.workbox_mid {
/*    padding:  15px; */
  margin-bottom: 50px;
  margin-left: 15px;
  margin-right:  15px;
  transition: all 0.5s ease;
}

.workbox img {
   display: block;
   /* width: 100%; */
   max-height: 600px; /*actual image width*/
/*    max-width: 550px; */
   margin: auto; /*optional centering of image*/
  transition: all 0.5s ease;
}

.workbox_land img {
   display: block;
   width: 100%;
/*    max-height: 600px; actual image width */
   max-width: 550px;
   margin: auto; /*optional centering of image*/
  transition: all 0.5s ease;
}
.workbox_big img {
   display: block;
   width: 100%;
   max-height: 650px; /*actual image width*/
   max-width: 650px;
   margin: auto; /*optional centering of image*/
  transition: all 0.5s ease;
}

.workbox_small img {
   display: block;
/*    width: 100%; */
   max-height: 500px; /*actual image width*/
   max-width: 450px;
   margin: auto; /*optional centering of image*/
  transition: all 0.5s ease;
}
.workbox_mid img {
   display: block;
/*    width: 100%; */
   max-height: 550px; /*actual image width*/
/*    max-width: 450px; */
   margin: auto; /*optional centering of image*/
  transition: all 0.5s ease;
}
.two p,
.three p,
.video p {
  font-size: 0.7em;
  padding-top:  12px;
  color: #7a7371;
}
/* ive changed this from 500px */
.workbox p {
  max-width:  500px;
}
.workbox_big p {
  max-width:  470px;
}
.workbox_land p {
  max-width:  550px;
}

.workbox_small p {
  max-width:  400px;
}
.workbox_mid p {
  max-width:  450px;
}

.marg {
  padding-left: 15px;
}

.marg2 {
  padding-left: 50px;
}

.quote,
.quote2 {
  max-width: 450px;
  padding: 0px 30px;
  margin-bottom: 50px;
  text-align: justify;
}

.quote p {
  font-size: 0.8em;
}

.quote2 p {
  font-size: 0.7em;
}

.quote2 p {
  line-height: 1.5;
  padding-top:  0px;
  text-align: center;
}

/* VIDEO */

iframe {
  width: 727px;
  height: 400px;
  transition: all 0.3s ease;
}

.video {
 padding: 0px 0px 40px;
}



/* LIBRARY PAGE  */

.writing h2 {
  color: #000;
  font-size: 18px;
  text-align: left;
  font-weight: 400;
  padding: 40px 0 20px 0;
}

.writing {
  max-width: 850px;
  margin: 5px auto 70px auto;
  padding: 100px 100px 0px 100px;
}

.writing p {
  padding: 10px 0px 10px 30px;
}

.writing a {
  color: #000;
  font-size: 16px;
  font-weight: 400;
  transition: all 0.5s ease;
}

.writing a:hover {
  color: #f93319;
  font-size: 17px;
}

.pinklink a:hover {
  color: #f89cf8;
  font-weight: 400;
}

.purpylink a:hover {
  color: #863ee6;
  font-weight: 400;
}

.greenlink a:hover {
  color: #11ddaa;
  font-weight: 400;
}
.purplink a:hover {
  color: #806deb;
  font-weight: 400;
}
.para {
  padding: 10px 0px 10px 50px;
}

/* INFO PAGE */

.info {
  padding: 100px 0px 0px 100px;
  transition:  all ease 0.3s;
}

.info div {
  width: 50%;
  float: left;
  text-align: left;
  overflow: hidden;
  padding-right: 100px;
  transition:  all ease 0.3s;
}

.info a {
  text-decoration: none;
  font-weight: 600;
  color: #f89e93;
  transition: all, 0.3s, ease in;
}

.info h3 {
  text-align: left;
  margin-top: 30px;
}

.info a:hover {
  color: rgb(252, 45, 45);
}

.info p {
  font-weight: 300;
/*   padding-bottom:  5px; */
}

h4 {
  font-weight: 400;
  margin-bottom: 30px;
  margin-top: 25px;
}

h3 {
  font-weight: 400;
  margin-bottom: 20px;
  margin-top: 25px;
}

.cv,
.bio {
  padding-bottom:  50px;
  transition: all ease 0.3s;
}

.cv p,
.bio p {
  font-size: 16px;
}

.bio p {
    padding-bottom:  20px;
}

.cv p {
      padding-bottom:  5px;
}

.folds {
  max-width: 300px;
  margin-top: 50px;
  margin-bottom: 90px;
  margin-left: 20%;
}


/* media queries */

@media (max-width:1000px){
  
.workbox,
.workbox_big,
.workbox_land,
.workbox_small,
.workbox_wide {
  margin-left: 5px;
  margin-right: 5px;
}

 .info {
    padding-left: 80px;
  }

  .info div {
    padding-right: 60px;
  }
  
  .folds {
  max-width: 200px;
  margin-top: 50px;
  margin-bottom: 90px;
  margin-left: 10%;
}
 
}


@media (max-width: 900px) {
  
/*   .workbox_small {
    max-width:  600px;
  } */
  
.workbox,
.workbox_big,
.workbox_land,
.workbox_small,
.workbox_wide {
  margin-bottom: 50px;
}

 .container {
  margin-bottom: 30px;
}
  
  .two {
   margin:  10px 0px 30px 0px; 
  }
  
   
  .three {
   margin:  30px 0px 30px 0px; 
  }
  
 .exhibt h3 {     
   margin-bottom: 0px;
   margin-top: 0px;
  }
  
.quote,
.quote2 {
  max-width: 550px;
  padding: 0px 30px;
  text-align: justify;
}
 
 .writing {
    padding: 70px 80px 0px 90px;
  }
  
 .info div {
    padding-right: 40px;
  }

}

@media (max-width:750px){
   .info div {
    float: none;
    width: 100%;
    padding-right: 0px;
  }

  .cv {
  padding-bottom:  20px;
}
  
  .info {
    padding: 70px 40px 50px 60px;
  }
  
  .folds {
  display: none;
}

}


/* IPAD SITE */
@media (max-width: 640px) {
  
  h1 {
    padding: 10px;
  }
  
  header h1 {
  font-size: 24px;
  padding: 16px;
}
  
 .menu-toggle {
    max-width: 50px;
    left: 30px;
  }
  
  body {
   padding: 0px 0px 20px 0px;
  }

  .insta {
    bottom:  20px;
  }
.menu2 {
  margin-top: 75px;
}
 .workmenu {
  margin-bottom: 20px;
  }
  
 .menu2 a {
 padding: 10px 5px;
}
.workbox,
.workbox_big,
.workbox_land,
.workbox_small,
.workbox_wide,
.workbox_mid {
  margin-bottom: 30px;
}

  .two,
  .three {
  margin-bottom: 60px;
  padding: 10px 15px 0px 15px;
  padding-left:  15px;
  }
  
  .exhibt h3 {     
     font-size: 16px;
  }
  
 .marg {
  padding-left: 5px;
}
 .marg2 {
  padding-left: 0px;
}
  
 
.quote,
.quote2 {
  max-width:600px;
  padding: 0px 15px;
  text-align: justify;
  margin-bottom:  30px;
}
  
  .video {
    padding-bottom: 20px;
  }
  
  .writing {
    padding: 50px 30px 0px 20px;
  }
  
  .writing a {
  line-height: 1;
  padding-top:  0px;
  }
  
  
  .writing h2 {
    font-size: 16px;
    padding-top: 15px;
  }

  .writing p {
    padding: 5px 0px 5px 30px;
  }

  .writing a {
    font-size: 14px;
  }

  .writing a:hover {
    font-size: 15px;
  }
  
  .para {
  padding: 10px 0px 10px 0px;
}
  
 .slide-arrow {
  max-width: 50px;
}
  
 .salon {
    padding: 10px;
}
  
.arrow-foot {
    max-width: 40px;
}
  .info {
    padding-left: 50px;
  }
}


@media (max-width:500px) {
    
  header h1 {
  font-size: 20px;
  padding: 14px;
}
  .menu-toggle {
    max-width: 40px;
    left: 10px;
    top: 10px;
  }
 
  .menu {
    width: 150px;
  }
  
  nav {
    left: 30px;
  }

  .workbox_small img {
   width: 100%;
  }
  
  .two,
  .three {
  margin-bottom: 20px;
  padding: 10px 15px 0px 15px;
  padding-left:  15px;
  }

 
  .exhibt h3 {
    font-size:  14px;
  }
  
.two p,
.three p {
  font-size: 0.6em;
  padding-top:  5px;
  margin-bottom: 0px;
}
  
.quote,
.quote2 {
  padding: 3px;
}
  
  .writing {
    padding: 40px 20px 0px 10px;
  }

  .writing h2 {
    font-size: 14px;
    padding-top: 10px;
  }
  .writing a {
    font-size: 12px;
  }
  .writing a:hover {
    font-size: 13px;
  }
  
 .slide-arrow {
  max-width: 40px;
}
  .info {
    padding-left: 30px;
  }
   h4 {
    font-size: 16px;
  }

.workbox,
.workbox_big,
.workbox_land,
.workbox_small,
.workbox_wide,
.workbox_mid {
  margin-bottom: 20px;
}

 .workmenu {
  margin-bottom: 13px;
  }
  
 .menu2 a {
 padding: 10px 5px;
 font-size: 0.6em;
}
   .menu2 {
  margin-top: 57px;
}
 
/*   .folds {
    max-width: 120px;
    margin-top: 40px;
  } */
  .exhibt {
    padding-top: 60px;
}
}


@media(max-width:450px) {
  .info {
    margin-top: 0px;
    padding-left: 15px;
    padding-right: 10px;
  }
/* 
  .folds {
    margin-left: 34%;
    max-width: 100px;
  } */


     .three {
        margin-top: 10px;
}

h2 {
  font-size: 15px;
  font-weight: 300;
  color: rgba(103, 103, 121, 0.849);
  margin-top: 10px;
  text-align: center;
}

}
