
body{
    background-color: black;
    color: white;
    font-family: Arial, Helvetica, sans-serif, sans-serif;
}
.color{
-webkit-text-fill-color: transparent;
-webkit-background-clip: text;
background-image: linear-gradient(270deg, #ff4400, #e7fb0a);
font-size: 4rem;
}

header h1{
    font-size: 4rem;
    margin-bottom: 20px;
    
}
#intro img{
   justify-self: left;
    width: 200px;
    border-radius: 50%;
    
}
#nav-list{
    display: flex;
    flex-direction: row;
   
}
nav{
padding: 1rem;

}
ul{
    list-style-type: none;
   justify-content: right;
}
a{
text-decoration: none;
}
.a-link{
padding: 0 .5rem;
text-decoration: none;
color: white;
display: inline-block;
margin: 0 5px;
text-transform: uppercase;
}
.a-link:hover, .a-link.active{
    color: #a6aaae;
    
    

}
header{
    background: url("/img/selfie-collage3.jpg") rgba(0, 0, 0, 0.861)  fixed no-repeat ;
    background-position-y:-150px ;
    background-blend-mode: multiply;
    text-align: center;
    margin-bottom: 50px;
}
p{
    margin-bottom: 3rem;
}
/* #ff6a00 #ffdd00 */
.primary-btn{
    background: linear-gradient(-45deg, #ff4400, #ffdd00);
    background-size: 200% 200%;
    animation: gradient 1s ease-in-out infinite;
}
.primary-btn {
    position: static;
    display: block;
    height: auto;
    padding: 1em 2em;
    align-self: auto;
    border-radius: 2px;
    font-family:Verdana, sans-serif;
    color: #f8fafc;
    font-size: 1em;
    line-height: 1em;
}
.blue-btn{ /* part of emails.html */
    background: linear-gradient(-45deg, #0800ff, #ffffff);
    background-size: 200% 200%;
    animation: gradient 3s ease-in-out infinite;
    position: static;
    display: block;
    height: auto;
    padding: 1em 2em;
    align-self: auto;
    border: none;
    border-radius: 2px;
    font-family:Verdana, sans-serif;
    color: #f8fafc;
    font-size: 1em;
    line-height: 1em;
    margin: auto;
}
element.style {
    transform: translate3d(-1690px, 0px, 0px) scale3d(1, 1, 1) rotateX(0deg) rotateY(0deg) rotateZ(0deg) skew(0deg, 0deg);
    transform-style: preserve-3d;
    will-change: transform;
    /* animation: move 1s linear is infinite; */
}
  
.button{
    background-color: transparent;
    border: none;
    width: 200px;
    color:white;
}
.project-box{
    text-align: center;
    width: auto;
    border: 4px solid #16161b;
    padding: 3% 3%;
    margin: 4rem;
    
    
}
.project-box:hover{
border-color: #002aff;
}
.project-box button{
    width: 100%;
    position: relative;
    
    
}
.project-box img{
    max-width: 300px;
}
#projects{
    align-items: center;
    justify-content: center;
    margin: 4rem auto 4rem auto;
}
.hamburger {
    display: none;
}
/* content edit page */
.contentedit{
    text-align: center;
    padding: 1rem;
    margin: 0;
}
.row{
    display:flex;
    align-items: center;
    flex-wrap: wrap;
    justify-content: space-around;
    padding: 4rem;
    padding-left:0 ;
    
}
.col-2{
    flex-basis: 48%;
    min-width:300px;
    min-height:400px;
    
    
}
.col-2 img{
    /* width: 100%; */
    max-width:600px;
    
}
.vid{
    height: 450px;
    
}
.description{
    font-size: 1.5rem;
    max-width: 100%;
    position: relative;
    top: 150px;
}
/*  email html page */

.email-body{
    display: flex;
    flex-direction: column;
    padding: 1rem;
}
.email-body div{
    text-align: center;

}

@keyframes gradient {
    0% {
        background-position: 0% 50%;
      }
    50% {
        background-position: 100% 50%;
      }
    100% {
        background-position: 0% 50%;
      }
}

   @media screen and (min-width: 930px){
      .project-box{
          display: inline-block;
          width:35%;
          margin:auto 30px 40px 8px;  
      }
      
      #projects{
       padding-left: 20px;
      }
      body{
          padding-left: 7%;
          padding-right: calc(10%-20px);
      }
      header{
          margin-left: -10%;
      }
  } 
  

@media screen and (max-width: 450px){
   .project-box{
       margin: 2rem;
   }

}
 @media screen and (max-width: 900px){
     .color{
        font-size: 3rem;
    }
       .project-box img{
        max-width:55%;
    }
    .hamburger {
        display: block;
        background-color: transparent;
        color: white;
        font-size: 30px;
        align-self: flex;
        border-width: 0px;
        margin: 20px;
        top: 10px;
        right:0;
        float: top;
        position: absolute;
        
        
    }
    ul{
        background-color: rgba(0, 0, 0, 0.889);
        display: block;
        list-style-type: none;
        height: 50vh;
        width: 60vw;
        top: 80px;
        right: 0;
        
    }
    li{
        margin: 50px 0;
        line-height: 30px;

    }
    nav{
        line-height: 50px;
        margin: 1rem;
        align-items: flex-end;
    }
    #nav-list{
        display: none;
        
    }
    #nav-list.show{
        display: block;
        position: fixed;
       
    }
    #intro{
        margin-top: 50px;
    }
    #contentbtn{
        max-width: 100%;
    }
} 
    /* content edit html media queries*/

     @media screen and (max-width:1360px){
        
        .col-2 img{
           
            max-width:500px;
            
        }
    } 
    @media screen and (max-width:1190px){

        .row{
            display:flex;
            flex-direction: column;
            align-items: center;
            justify-content: space-around;
            padding: 1rem;
            width: 100%;
        }
        .col-2{
            
            max-width:100%;
            min-height:400px;
            
            
        }
        .col-2 img{
            width: 100%;
           
            
        }
        .vid{
            
            width: 100%;
            height: 500px;
        }
        iframe{
            height: 500px;
        }
    }