

    @import url('https://fonts.googleapis.com/css2?family=Merienda+One&display=swap');
    @import url('http://fonts.cdnfonts.com/css/euphorigenic');
    @import url('https://fonts.googleapis.com/css2?family=Lato&display=swap');
    @import url('https://fonts.googleapis.com/css2?family=Josefin+Slab&family=Lato&display=swap');
   
    

        *{
            margin: 0;
            padding: 0;
        }

        html,
        body{

            font-family: 'Lato', sans-serif;
            
        }

        .nav {
            overflow: hidden;
            position: sticky;
            top: 0;
            z-index: 100;
            background-color:#3c2339 ;
          }
          
          .nav a {
            float: left;
            color: #eecec5;
            text-align: center;
            padding: 14px 16px;
            text-decoration: none;
            font-size: 18px;
          }
          
          .nav a:hover {
            background-color: #394283;
            color: #f8e5f1;
          }

          /*.nav {
           
            overflow: hidden;
            position: sticky;
            background-color:#3c2339 ;
          }
          
          .nav a {
            float:left;
            display:block;
            font-family: 'Lato', sans-serif;
            float: left;
            color: #eecec5;
            text-align: center;
            padding: 14px 16px;
            text-decoration: none;
            font-size: 18px;
          }
          
          .nav a:hover {
            background-color: #394283;
            color: #f8e5f1;
          }*/

          @media screen and (max-width: 600px) {
        .nav a:not(:first-child) {display: none;}
        .nav a.icon {
        float: right;
        display: block;
  }
}


        #skrollr-body {
    width: 100%;
    height: 100%;
    position: absolute;
}


     section {
        min-height: 100vh;
        overflow: hidden;
        background:url(../assets/colorplanets2.jpg) center center no-repeat;
        background-size: cover;
        background-attachment: fixed;
        }


     section,
    section * {
    box-sizing: border-box;
}

 
#screen2 {
            
        background: url(../assets/darkclouds.jpg)no-repeat;
        background-size: cover;
        background-attachment: fixed;
        }

#screen3 {
        background: #3c2339;    
        
        }

        
#screen4 { 
        background:url(../assets/pink-bokah.jpg) 
        }
 
        
        h1 {
            text-align: center;
            font-family: 'Merienda One', cursive;
            font-size: 5em;
            font-weight: normal;
            margin-top: 16vh;
            position: relative;
            background: -webkit-linear-gradient(#fff, #eecec5, #3c2339);
            color:transparent;
            animation: headlineBurst 1s ease-in;
            -webkit-background-clip: text;
            -moz-background-clip: text;
            -webkit-text-fill-color: transparent;
    
    }

    @media screen and (max-width: 600px) {
        h1{
            font-size: 15vw;
          
        }
      }
      
        @keyframes headlineBurst {
            0% {
                font-size: 6em;
                filter: blur(40px);
            }
            100% {
                font-size: 2em;
                filter: blur(0px);
            }
       }  

              
        h2 {
            color: #eecec5;
            font-family: 'euphorigenic' , serif;
            text-align: center;
            font-size: 2.5em;
            font-weight: normal;
            animation: nextSlide 1s ease 1s;
            animation-fill-mode: both;

         }


         @keyframes nextSlide {
            0% {
                transform: translateX(-300px);
                opacity: 0;
            }
            100% {
                transform: translateX(0px);
                opacity: 1;
            }
        }

       
        .message {
        position: absolute;
        right: 20px;
        bottom: 20px;
        color: #eecec5 ;
        font-family: 'Josefin Slab', serif;
        line-height: 27px;
        font-size: 18px;
        text-align: right;
        animation: fadeIn 7s; 

        }

       @keyframes fadeIn {
         0% { opacity: 0; }
        100% { opacity: 1; }
}
     

        h3 {
            text-align: center;
            font-family: 'euphorigenic', serif;
            font-size: 4em;
            font-weight: normal;
            margin-top: 8vh;
            position: relative;
            background: -webkit-linear-gradient(#eecec5, #c78cc0, #fff);
            color:transparent;
            -webkit-background-clip: text;
            -moz-background-clip: text;
            -webkit-text-fill-color: transparent;
        }
        
       

/*Begin grid/lightbox gallery*/
.grid{
    
            max-width: 1200px;
            margin: 20px auto;
            width: 100%;
            display: grid;
            grid-auto-rows: 220px;
            grid-template-columns: repeat(auto-fill, minmax(200px, 1fr));
            grid-gap: 10px;
            padding: 0 10px;

        }
            
            .grid img{
            width: 200px;
             height: 200px;
            cursor: pointer;
            -moz-box-shadow: 0 0 5px #fff;
            -webkit-box-shadow: 0 0 5px #fff;
            box-shadow: 0px 0px 5px #fff;

            }
            
            
             #lightbox{
                 position: fixed;
                 z-index: 1000;
                 top: 0;
                 width: 100%;
                 height: 100%;
                 background-color:rgba(0,0,0,.8);
                 display: none;
             }    
             
             #lightbox.active{
                 display: flex;
                 justify-content: center;
                 align-items: center;
                 
             }

           
             #lightbox img{
              max-width: 90%;
              max-height: 80%;
              padding: 4px;
              -moz-box-shadow: 0 0 10px #fff;
              -webkit-box-shadow: 0 0 10px #fff;
              box-shadow: 0px 0px 10px #fff;

             }
            
             figure {
                float: left;
                position: relative;
                padding: 3px;
                margin-right: 27px;
                margin-bottom: 1.35em;
                -webkit-box-shadow: 1px 1px 2px rgba(0, 0, 0, 0.35);
                -moz-box-shadow: 1px 1px 2px rgba(0, 0, 0, 0.35);
                box-shadow: 1px 1px 2px rgba(0, 0, 0, 0.35);
            }

            figcaption {
                width: 200px;
                position: absolute;
                background: rgba(0,0,0,0.6);
                font-size: 1em;
                color: #fff;
                padding: 10px 16px;
                opacity: 0;
                left: 3px;
                bottom: -10%;
                font-size: 16px;
                height: auto;
                word-wrap: break-word;
                -webkit-transition: all 0.44s ease;
                -moz-transition: all 0.44s ease;
                -o-transition: all 0.44s ease;
                transition: all 0.44s ease;

            }

            figcaption a { color: #cce1ef; }
            figcaption a:hover { color: #a9cbe1; }

            figure:hover figcaption { opacity: 1; bottom: 5px; }
            @media only screen and (max-width: 700px) {
                figcaption {
                  opacity: 1;
                }
            }
            figcaption.light {
                background: rgba(255,255,255,0.6);
                font-size: 1.2em;
                color: #444;
                -webkit-transition: all 0.44s ease;
                -moz-transition: all 0.44s ease;
                -o-transition: all 0.44s ease;
                transition: all 0.44s ease;
            }
            
            figcaption.light a { color: #60a7d7; }
            figcaption.light a:hover { color: #4d92c0; }
             
            
/*End grid lightbox gallery*/
   

        .info{

             color :#eecec5;
             font-size: 1.5em;
             text-align: center;
             padding-top: 1em;
             padding-bottom: 1em;
}


/*Bio Section*/

.biopic {
    display: flex;
    align-items: center;
    justify-content: center;
    padding-top: 1em;
    padding-bottom: 1em;
  
}

.bio{
margin-left: 15%;
margin-right: 15%;
padding: 20px;
padding-bottom: 40px;
font-size: 20px;
color: #eecec5;

}
@media only screen and (max-width: 700px) {
    .bio {
      margin-left: 3vw;
      margin-right: 3vw;
    }
  }

h4{
  text-align: center;
  font-family:'euphorigenic', serif;
  font-size: 3.5em;
  font-weight: normal;
  margin-bottom: 20px;
  background: -webkit-linear-gradient(#885682,  #eecec5, #3c2339);
  color:transparent;
  -webkit-background-clip: text;
  -moz-background-clip: text;
  -webkit-text-fill-color: transparent;

}


    /*Contact form*/


    .container{
        max-width: 800px;
        /*height: 600px;*/
        background: #fff3f0;
        border-radius: 5px;
        margin: 50px auto;
        box-shadow: 0 0 20px rgba(72,98,85, 0.6);
        box-sizing: border-box;
        padding: 40px;
        position: relative;
        top: 75px;
    }       

    input[type=text],input[type=email], select, textarea {
        width: 100%;
        padding: 12px;
        border: 1px solid #ccc;
        border-radius: 4px;
        margin-right: 40px; 
        resize: vertical;
        font-family: 'Lato', sans-serif;
      }
      
      label{
        padding: 12px 12px 12px 0;
        display: inline-block;
        font-family: 'Lato', sans-serif;
      }
      
   
      
      input[type=submit] {
          background-color: #630f39;
          color: #fff;
          width: 100px;
          padding: 12px 24px;
          border: none;
          border-radius: 4px;
          cursor: pointer;
      }
      
      input[type=reset] {
          background-color: #630f39;
          color: #fff;
          width: 100px;
          padding: 12px 24px;
          border: none;
          border-radius: 4px;
          cursor: pointer;
      }
      
      
      input[type=submit]:hover {
          background-color: #B61A68;
      }
      
      input[type=reset]:hover {
          background-color: #B61A68;
      }
      
      
      .col-25 {
        float: left;
        width: 25%;
        margin-top: 6px;
      }
      
      .col-75 {
        float: left;
        width: 75%;
        margin-top: 6px;
      }
      
      /* Clear floats after the columns */
      .row:after {
        content: "";
        display: table;
        clear: both;
      }
      
      
      @media screen and (max-width: 600px) {
        .col-25, .col-75{
          width: 100%;
          margin-top: 0;
        }
      }
      /*End contact form*/








            
