*{
    margin: 0;
    padding: 0;
    box-sizing: border-box;
    font-family: Montserrat, sans-serif;
}
html{
    scroll-behavior: smooth;
}
button{
    cursor: pointer;
}

.green{
    color: green;
}

#hero{
    text-align: center;
    font-size: 32px;
    margin: 30% 5%;
    line-height: 2em;
    
}

.btn{
    color: green;
    background-color: transparent;
    border: 2px solid green;
    padding: 10px 30px;
    font-weight: 800;
    margin: 10% 0px;
    font-size: 32px;
    cursor: pointer;
}



#about{
    background-color: #20c997;
    color: white;
    padding: 15% 0px;
}

.about-me{
    text-align: center;
    font-size: 3rem;
}

.info{
    text-align: center;
    line-height: 2em;
}

#projects{
    margin: 20px 0px;
    color: #343a40;
}

.projects{
    text-align: center;
    font-size: 3rem;
}

.project-img{
    max-width: 100%;
    width: 80%;
    margin: 10% auto 0px;
    border: 1px solid black;
}

.beeb-img{
   display: none;
}

.skills h1{
    text-decoration: underline;
    text-align: center;
    margin-top: 10%;
    font-size: 28px;
}
.skill-list{
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    margin-top: 10px;
    font-size: 18px;
    list-style: none;
}

.col{
    margin: 10%;
    line-height: 1.5em;
}

.col-info{
    margin-top: 5px;
}

.col-info + .col-info{
    margin-top: 5px;
}
.btns{
    margin-top: 5%;
    display: flex;
    flex-direction: column;
    gap: 10px;
}
.live{
    border: 2px solid #20c997;
    background-color: transparent;
    color: #20c997;
    font-size: 2rem;
    font-weight: 700;
    padding: 10px 20px;
}

.source-code{
    border: none;
    background-color: transparent;
    color: #20c997;
    font-size: 2rem;
    font-weight: 700;
}

#contact{
    background-color: #20c997;
    color: white;
    text-align: center;
    padding: 10%;
}

@media (min-width: 700px) {
    .green{
        color: green;
    }
    #hero{
        margin: 15% 10%;
        text-align: left;
        font-size: 40px;
    }
    .skill-list{
        display: flex;
        flex-direction: row;
        list-style: inside;
        gap: 5%;
        justify-content: center;
        margin-top: 10px;
        font-size: 18px;
    }

}

@media (min-width: 1000px) {
    .green{
        color: green;
    }
    .skill-list{
        display: flex;
        gap: 5%;
        justify-content: center;
        margin-top: 10px;
        font-size: 18px;
    }
    #hero{
        margin: 15% 10%;
        text-align: left;
        font-size: 40px;
    }
    .beeb-img{
        display: block;
        width: 300px;
        height: 400px;
    }
    .about-sep{
        display: flex;
        flex-direction: row-reverse;
        margin-top: 50px;
        gap: 5%;
    }
    .info{
        font-size: 24px;
    }
    #about{
        padding: 5% 10% 5% 5%;
    }
    .col{
        display: flex;
        gap: 10%;
    }
    .col h2{
        font-size: 32px;
        line-height: 1.3em;
    }
    .col-info{
        font-size: 20px;
        margin-top: 5%;
    }
    .col-info + .col-info{
        margin-top: 3%;
    }
    #contact{
        padding: 5% 10% 15% 10%;
        line-height: 3em;
    }
    #contact p , #contact a{
        font-size: 24px;
        color: white;
        text-decoration: none;
    }
    #contact a:hover{
        color: purple;
        text-decoration: underline;
    }
    .contact{
        text-align: center;
        font-size: 3rem;
        margin-bottom: 2%;
    }

}











.shadow-drop-2-center:hover {
	-webkit-animation: shadow-drop-2-center 0.4s cubic-bezier(0.250, 0.460, 0.450, 0.940) both;
	        animation: shadow-drop-2-center 0.4s cubic-bezier(0.250, 0.460, 0.450, 0.940) both;
}

 @-webkit-keyframes shadow-drop-2-center {
    0% {
      -webkit-transform: translateZ(0);
              transform: translateZ(0);
      -webkit-box-shadow: 0 0 0 0 rgba(0, 0, 0, 0);
              box-shadow: 0 0 0 0 rgba(0, 0, 0, 0);
    }
    100% {
      -webkit-transform: translateZ(200px);
              transform: translateZ(200px);
      -webkit-box-shadow: 0 0 20px 0px rgba(0, 0, 0, 0.35);
              box-shadow: 0 0 20px 0px rgba(0, 0, 0, 0.35);
    }
  }
  @keyframes shadow-drop-2-center {
    0% {
      -webkit-transform: translateZ(0);
              transform: translateZ(0);
      -webkit-box-shadow: 0 0 0 0 rgba(0, 0, 0, 0);
              box-shadow: 0 0 0 0 rgba(0, 0, 0, 0);
    }
    100% {
      -webkit-transform: translateZ(200px);
              transform: translateZ(200px);
      -webkit-box-shadow: 0 0 20px 0px rgba(0, 0, 0, 0.35);
              box-shadow: 0 0 20px 0px rgba(0, 0, 0, 0.35);
    }
  }
  

.text-focus-in {
	-webkit-animation: text-focus-in 2s cubic-bezier(0.550, 0.085, 0.680, 0.530) both;
	        animation: text-focus-in 2s cubic-bezier(0.550, 0.085, 0.680, 0.530) both;
}


 @-webkit-keyframes text-focus-in {
    0% {
      -webkit-filter: blur(12px);
              filter: blur(12px);
      opacity: 0;
    }
    100% {
      -webkit-filter: blur(0px);
              filter: blur(0px);
      opacity: 1;
    }
  }
  @keyframes text-focus-in {
    0% {
      -webkit-filter: blur(12px);
              filter: blur(12px);
      opacity: 0;
    }
    100% {
      -webkit-filter: blur(0px);
              filter: blur(0px);
      opacity: 1;
    }
  }
  
  
  