body {
    padding: 0;
    margin: 0;
    font-family: 'Open Sans', sans-serif; 
    
}


a {
    text-decoration: none;
padding:0px;
margin:0px;
color: #333;

}

a:hover {
    opacity: 0.8;
    cursor: pointer;
}
#nav {
    max-width: 500px;

   padding: 10px;
 
   display: flex;
   align-items: center;
   justify-content: space-evenly;
   margin-right: auto;
   margin-left: auto;

}

.nav-item{

    font-size:18px;
    font-weight: 600;
    color: #333;
}

#cont {
max-width: 600px;
padding-left: 10px;
padding-right: 10px;
margin-right: auto;
margin-left: auto;

}

#hero {
    width:100%;
    text-align: center;
  padding-right:10px;
  padding-top: 10px;
  padding-bottom: 10px;
  margin-top: 100px;

}

#greeting {
    font-size: 16px;
    font-weight: 400;
}

#name {
    font-size: 70px;
    font-family: 'Montserrat', sans-serif;
    color: #333;
    font-weight: 800;
}
#intro {
    font-size: 14px;
    max-width: 400px;
    margin-right: auto;
    margin-left: auto;
    padding-top: 10px;
}

#job {
    color:#007aff;
    font-weight: 800;
    padding-top: 10px;
    font-size: 18px;
}

.logo {
   font-size: 20px;
    padding:10px 15px 10px 15px;
transition: .2s;
    border: 1px solid rgba(180, 180, 180, 0.47);
   
}

.logo:hover {
    color:#007aff;
    border: 1px solid #007aff;
}
#contact-logos {
    display: flex;
    justify-content: space-between;
    align-items: center;
    width: 200px;
    margin-right: auto;
    margin-left: auto;
    margin-top:20px;
    margin-bottom:40px;
}

.sub-header {
    padding-top: 20px;
    padding-bottom: 30px;
    font-size: 20px;
    color: #333;
    font-weight: 800;
}


.flex-cont {
    max-width: 600px;
    display: flex;
    justify-content: space-between;

    margin-bottom: 30px;

    margin-right: auto;
    margin-left: auto;
    box-shadow: rgba(99, 99, 99, 0.2) 0px 2px 8px 0px;
    border: 1px solid rgba(99, 99, 99, 0);
    border-radius: 10px;
    transition: all .1s ease-in-out; 
}



.flex-info {

    width: 400px;
    display:flex;
    align-items: center;
    justify-content: start;

    padding: 10px;

}
.flex-text {
padding-left: 20px;

}

.title {
    font-weight: 700;
    color: black;
    padding:0;
    margin:0;
    font-size: 18px;
}
.desc {
    color: rgb(115,115,115);
    padding:0;
    margin:0;
    font-size: 16px;
}

.flex-date {
width:140px;
color: rgb(115,115,115);
text-align: right;
padding: 10px;
padding-right: 20px;
font-size: 12px;
}

.flex-cont:hover {
    border: 1px solid #007aff;
    box-shadow: rgba(133, 184, 255, 0.584) 0px 2px 8px 0px;
transform: scale(.99);
    cursor: pointer;
}

.flex-cont:hover .title{color:#007aff;}
.flex-cont:hover .desc{color:#007aff;}
.flex-cont:hover .flex-date{color:#007aff;}



.link-cont {
    width:160px;
    display: flex;
    align-items: center;
    justify-content: space-between;
}

.link-item {
    font-size: 20px;
     padding:5px 10px 5px 10px;
 transition: .2s;
     border: 1px solid rgba(180, 180, 180, 0.47);
     color:#333;
     
    
 }
 
 .link-item:hover {
     color:#007aff;
     border: 1px solid #007aff;

 }

 .proj-flex {
    display: flex;
    width: 260px;
    flex-direction: column;
    justify-content: center;
    align-items: center;
border: 1px solid rgba(99, 99, 99, 0);
    padding: 10px;
    border-radius: 10px;
    box-shadow: 0px 0px 5px #00000024;
 }

 .proj-flex:hover {
    color:#007aff;
    border: 1px solid #007aff;
    box-shadow: 0px 0px 5px #007aff;
    transition: 0.2s;
    cursor: pointer;
 }

 .proj-flex:hover .proj-title {color: #007aff;}
 .proj-flex:hover .proj-desc {color: #007aff;}
 .proj-flex:hover .proj-img {scale: 1.02; transition: 0.2s;}

.proj-img {
    height: 130px;
    width: 260px;

    margin-top: -25px;
    border-radius: 10px;

    background-position: center; /* Center the image */
  background-repeat: no-repeat; /* Do not repeat the image */
  background-size: cover;
  box-shadow: 0px 0px 5px #00000024;
}

.proj-img-back {
    height: 130px;
    width: 260px;

   
    border-radius: 10px;

    background-position: center; /* Center the image */
  background-repeat: no-repeat; /* Do not repeat the image */
  background-size: cover;
  box-shadow: 0px 0px 5px #00000024;
}
.proj-label-cont {
    display: flex;
    width: 260px;
    flex-direction: row;
    justify-content: space-between;
    padding: 10px;
    
}
.proj-title {
    font-size:18px;
    font-weight: 600;
    color: #333;
    width: 150px;

}
.proj-date {
font-size: 14px;
color: rgb(115,115,115);
}

.proj-desc {
    width: 100%;
text-align: left;
font-size:16px;
    font-weight: 400;
    color: #333;
}

.proj-cont {
    width: 100%;
    margin-top: 40px;
    display: flex;
    flex-direction: row;
    justify-content: flex-start;
    align-items: flex-start;
    align-content: flex-start;
    flex-wrap: wrap;

    row-gap: 40px;
    column-gap: 20px;
   


}


.proj-tool {
    width: 100%;
    text-align: left;
    font-size:12px;
        font-weight: 400;
        color: rgb(115, 115, 115);
}
@media only screen and (max-width: 700px) {

    .proj-cont {
        width: 100%; 
        display: flex;
        flex-direction: column;
        justify-content: center;
        align-items: center;
        align-content: center;
        row-gap: 40px;
    

    
    }
    .proj-desc {
        width: 100%;
    text-align: left;
    font-size:16px;
        font-weight: 400;
        color: #333;
    }
}


 .footer {
    color:#333;
    font-size: 12px;
    padding-top: 40px;
    padding-bottom: 40px;
    text-align: center;
 }