@font-face {
    font-family: MD Nichrome Test;
    src: url("fonts/MD\ Nichrome\ Test/MDNichromeTest-Regular.otf") format("opentype");
}

*{
    margin: 0px;
    padding-left: 0px;
    box-sizing:border-box ;
    font-family: MD Nichrome Test;
}

body{
    
    color: #fffdf6;
    overscroll-behavior: none;
    
 
}

.home{
    padding-left:6.5vw;
}


h1
{
    font-size: 40vh;
    padding-left: 50px;
   
}

h2 {
    font-size: 12vh;
    height: 100px;
    padding-left: 50px;
    padding-bottom:10px ;
    font-weight: lighter;
}

h3 {
    font-size: 10vh;
    padding: 10px;
    font-weight: lighter;
    text-decoration: none !important;
}

h4 a{
    text-decoration: none;
    color: #fffdf6;
}

h5{
    font-style: italic;
    font-weight: lighter;
    font-size: 4vh;
}

.da{
    padding: 150px;
    margin-top: 20vh;
    
}

.da .list{
    display: flex;
}



.sound {
    background: none; 
    border: none; 
    color: #fffdf6;
    padding: 12px 16px; 
    font-size: 40px; 
    cursor: pointer; 
    
  }
  
  /* Darker background on mouse-over */
  .btn:hover {
    background-color: #23ce6b;
  }

.announcement{
    padding: 50px;
    margin-top: 10%;
}





    



/* styling for about information*/

.about{
    height: 80vh;
    display: flex;
    right: 90vw;
    align-items: center;
    
}

.about .headings{
    width: max-content;
    display: flex;
    flex-direction: column;
    align-items: flex-start;
    transform: translateY(-5rem) translateX(5rem);
    z-index: 1;

  

}

.information{
    display: flex;
    flex-direction: column;
    padding-top: 50vh;
}

.headings h2{
    z-index: 1;
    font-size: 13rem;    
   
}

.headings h3{
    font-weight: 600;
    font-size: 3.5rem;
    z-index: 1;
    padding-left: 3vw;
    padding-top: 6vw;

}

.headings .list{
    display: flex;
    align-items: left;
    
}


.headings p{
    display: flex;
    width: 900px;
    padding: 1em;
    box-sizing: content-box;
    transform: translateY(2rem) translateX(-4rem);
    font-size: 2rem;
    font-weight: lighter;
    padding-left: 120px;
    
   
}

.caitlyn {
    position: absolute;
    left: 50vw;
    top: 30vh;
    border-radius: 500px;

}




/* social media links styling*/
.contact{
    display: flex;
    flex-direction: row;
    padding-top: 4vw;
    padding-bottom: 2vw;
    z-index: 1;
    
}


.social-media {
    width: 100%;
    justify-content: center;
    align-items: center;
    text-decoration: none;
    color: #fffdf6;
    font-size: 2em;
    display: flex;
    flex-direction: row;
    

}


.social-media a{
    display: flex;
    flex-direction: row;
}


/* Styling for Project Links*/

.projects-menu{
    display: grid;
    margin-top: 10vh;
    grid-template-columns: 1fr 1fr;
    grid-row-gap:5em ;
    grid-column-gap: 2px ;
    margin-left: 3vw;
}

.projects{
    display: grid;
    width: 100px;
    text-decoration: none !important;
    padding-bottom: 60px;
  
}

.projects h3{
    font-size: 8vw;
    font-weight: bold;
    
}

.projects p{
    font-size: 4vw;
    padding-bottom: 20px;
}

.projects a{
    text-decoration: none;
    font-size: 2vw;
    color: #fffdf6;
}



#projectsbutton{
    background-color: transparent;
    border: 2px solid #fffdf6;
    padding: 0.5em;
    border-radius: 12px;
    height:80px;
    width: 280px;
}


.projectsimage{
    height: 25vw;
}


.projecttext{
    font-weight: 500;
    text-decoration: none;
    color: #fffdf6;
    font-size: 5vw;
    align-items: center;
    text-align: center;

    
}

.projectpage {
    margin-left: 7vw;
}


#chris {
    width: 80vw;
    height: 80vh;
    background-repeat: no-repeat;
    background-size: cover;
}


/*Projects Styling */
.project{
    display: grid;
}

.project h1{
    padding-top: 4vw;
    padding-left: 10vw;
    font-weight: 700;
    font-size: 12vw;
}

.project h3{
    font-size: 8vw;
    font-weight: 600;
}


.top{
    display: grid;
    grid-template-columns: 1fr 1fr;
    padding-left:10vw;
    padding-top:8vw;
    
}

.top h4{
    font-size: 4vw;
    font-weight: 500;
}

.top p{
    font-style: italic;
    font-size: 2vw;
    font-weight: 300;
    
}

.content{
    display: grid;
    grid-template-columns: 100%;
    padding-left: 9vw;
    padding-top: 8vw;
    width: 80vw;    
}

.content h3{
    font-size: 5vw;
    font-weight: 700;
}
.content h6{
    font-size: 2vw;
    font-weight: 300;
    padding-left: 10px;
    padding-bottom: 80px;
}

/* Slide Styling */


body,
#slider,
.wrap,
.slide-content {
  margin: 0;
  padding: 0;
  width: 100%;
  height: 100vh;
  overflow-x: hidden;
}

.wrap {
  position: relative;
}

.slide {
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
}



.slide-content {
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  text-align: center;
}

.slide-content span {
  font-size: 5rem;
  color: #fff;
}

.arrow {
  cursor: pointer;
  position: absolute;
  top: 50%;
  margin-top: -35px;
  width: 0;
  height: 0;
  border-style: solid;
}

#arrow-left {
  border-width: 30px 40px 30px 0;
  border-color: transparent #fffdf6 transparent transparent;
  left: 0;
  margin-left: 30px;
}

#arrow-right {
  border-width: 30px 0 30px 40px;
  border-color: transparent transparent transparent #fffdf6;
  right: 0;
  margin-right: 30px;
}


/*christening*/
.chris{
    width: 70vw;
    column-gap: 4rem;
}

/* Macs Small Goods*/

.macs{
    width: 80vw;
    column-gap: 4rem;
}


/*nailed it */

.nailedit{
    display: grid;
    grid-template-columns: 1fr 1fr 1fr;
    width: 90vw;
    column-gap: 5vw;
}

.nailedit p a {
    text-decoration: none;
    color: #fffdf6;
    font-weight: bolder;
}    



/* teble */


.teble{
    display: grid;
    grid-template-columns: 1fr 1fr 1fr;
    width: 90vw;
    column-gap: 5vw;
}

.teble p a {
    text-decoration: none;
    color: #fffdf6;
    font-weight: bolder;
} 




/*beyond the peel*/
.beyond{
    display: grid;
    grid-template-columns: 1fr 1fr 1fr;
    width: 90vw;
    column-gap: 5vw;
}

.beyond p a {
    text-decoration: none;
    color: #fffdf6;
    font-weight: bolder;
} 

.prototype{
    align-items: center;
}


/*form styling*/

form{
    display: grid;
    padding-top: 5vh;
    padding-left: 10vh;
    grid-template-columns: 1fr; 
    grid-gap: 1rem;
    padding-bottom: 4vw;
    border-radius: 500px;

}


.email{
    display: grid;
    grid-gap: 4rem;
    font-size: 6vw;
}

input, textarea, select{
    width: 40%;
    min-height: 150px;
    padding: 0 1em 0 1em;
    border: none;
    border-radius: 20px;  
}

#contactbutton{
    height: 50px;
    width: 100px;
    border: none;
    border-radius: 6px;
    float: right;

}

#button{
  width: 80%;  
}


.textarea{
    size: 10vw;
}

.contentpage{
    padding-left: 8vw;
}



.submit{
    background-color: none;
    color: black;
    border: none;
    padding: 10px 30px;
    text-decoration: none;
    font-size: 16px;
}

/* Nav bar styling */
.nav{
    display: flex;
    justify-content: space-around;
    align-items: center;
    min-height: 8vh;
    margin-top: 30px;
    margin-bottom: 30px;
}

.logo{
    font-size: 30px;
    font-weight: lighter;
    text-align: left;
    padding-right: 31vw;
}

.nav-links{
    display: flex;
    justify-content: space-around;
    width: 20vw;
}

.nav-links li{
    list-style: none;
}


.nav-links a{
    text-decoration: none;
    letter-spacing: 3px;
    font-weight: lighter;
    font-size: 30px;
    color: #fffdf6;
}

.burger div{
    width: 35px;
    height: 5px;
    background-color: #fffdf6;
    margin: 5px; 
    border-radius: 10px;  
    transition: all 0.3s ease;
}
 .burger{
     display: none; 
     cursor: pointer;
 }

/* Nav bar styling - responsive */
 @media screen and (max-width: 1024px){

    .nav-links{
        width: 70%;
    }
     
 }

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

    body{
        overflow-x: hidden;
    }

    .about{
        
        padding-right: 100vw;
    }

    .home h1{
        font-size: 25vw;
    }

    .da h3{
        padding: 4vw;
    }

    .content h2{
        font-size: 15vw;
    }
    .content p {
        font-size: 4vw;
    
    }

  


    /* horizontal responsive*/ 
    .container{
        position: absolute;
        display: flex;
        flex-direction: column;
        height: auto;
        transform: none !important;
        z-index: 1;
    }

    .nav-links{
        position: absolute;
        font-weight: 700;
        font-size: 20vw;
        right: 0px;
        height: 100vh;
        top: 8vh;
        background-color:#23ce6b;
        display: flex;
        flex-direction: column;
        align-items: center;
        width: 100%;
        transform: translateX(100%);
        transition: transform 0.5s ease-in;
        z-index: 1;
        
    }
     
    .nav-links li{
        opacity: 0;
    }

    .burger{
        display: block;
    }


    .caitlyn{
        display: none;
    }

    .content-heading h1{
        font-size: 25vw;
    }

    .projectpage h1{
        font-size: 25vw;
    }
    .projects-menu{
        display: grid;
        margin-top: 10vh;
        grid-template-columns: 1fr ;
        grid-column-gap: 1px ;
        margin-left: 30vw;
    }
    
    .projects{
        display: grid;
        align-items: center;
        width: 100px;
        text-decoration: none !important;
    }
    
        #chris {
        width: 60vw;
        height: 40vw;
    }

    .teble{
        display: grid;
        grid-template-columns: 1fr ;
    }
    .teble h1{
        font-size:20vw;
        align-items: center;
        padding-top: 6vw;
    }
    .teble img{
        height: 500px;
        padding: 10px;
    }

    .tebletop img{
        height: 500px;
        padding: 10px;
    }

    
    .tebletop{
        display: grid;
        grid-template-columns: 1fr;
        grid-gap: 2rem; 
    }

    .teble p{
        font-size: 3vw;
    }
    
   
    .teblecontent{
        grid-template-columns: 1fr; 
    }
    
    .teblecontent2{
        grid-template-columns: 1fr  ; 
    }
    
    .teblecontent3{
        column-gap: 5rem;
        grid-template-columns: 1fr;   
    }

    

 .nav-active{
     transform: translateX(0);
 }

 @keyframes navLinkFade {

    from{
        opacity: 0;
        transform: translateX(50px);
    }
    to{
        opacity: 1;
        transform: translateX(0px);
    }
 }

 .toggle .line1{
     transform: rotate(-45deg) translate(-5px,6px);

 }

 
 .toggle .line2{
     opacity: 0;
}


.toggle .line3{
    transform: rotate(45deg) translate(-5px,-6px);
}

 }



/*
[data-scroll] {
    transition: all 12s;
}

[data-scroll = "in"] {
    opacity: 0.5;
    transform: translateY(-10px);
}

[data-scroll = "out"] {
    opacity: 1;
    transform: translateY(100px);
}*/

 