
* {
   margin:0;
   padding:0;
   list-style:none;
   text-decoration:none; 
   /* background-color: #d7dfba; */
    /* background-color: #c7d8b4; */
    
}

body{
    background-image: url("images/pexels.jpg");
    background-repeat: no-repeat;
    background-size:cover;
}

p {
    font-family: "JetBrains Mono", monospace;
    font-weight:100;
    font-size: 1.3rem;
    text-align:start;
    line-height: 1.3;
}



nav{
    display:flex;
    justify-content: space-between;
    height:60px;
    margin-top:30px;
    margin-left:60px;
    margin-right:60px;
    
}

nav ul{
    display:flex;
    order:2;
}

nav ul a{
    margin-right: 2rem;
    font-size:1.3rem;
    color:black;
    font-family: "JetBrains Mono", monospace;
    font-weight: 100; 

}

nav ul a:hover{
    text-decoration: underline;
    
}

.container-hero {
    margin:-100px 0px 200px 0px;
    height: 700px; 
    padding: 40px;
    display:flex;
    flex-direction:row-reverse;
    justify-content: space-between;
    align-items:center;
    gap:40px;
    
    
}

.logo{
    font-size: 200%;
    font-family: "Bitcount Grid Double", system-ui;
    font-weight: 300;
    
}

h1 a{
    color:black;
}



.hero-text{
    /* margin:0px auto; */
    margin-left: 150px;
    margin-right:auto;
    margin-top:200px;
}

.hero-text h1 {
    /* width:400px; */
    font-family: "Bitcount Grid Double", system-ui;
    font-weight: 300;
    font-size: 5rem;
    
}

.hero-text p {
    font-size: 2rem;
    /* font-family: "Cormorant Garamond", serif;*/
    font-weight:100; 
    font-family: "JetBrains Mono", monospace;
    
}


.container {
    margin:300px auto 0px auto;
    padding:100px 0 100px 0;
    text-align:center;
    display:flex;
    flex-direction: column;
    justify-content: center;
    align-items: space-between;
    height: 600px;
}

h2 {
    /* font-family: "Bitcount Grid Double", system-ui; */
    font-family: "Cormorant Garamond", serif;
    font-weight:500;
    font-size: 3rem;
}

h3 {
    /* font-family: "Bitcount Grid Double", system-ui;
    font-weight: 300; */
    font-family: "Cormorant Garamond", serif;
    font-weight:500;
    font-size: 2rem;

}

h4 {
    font-family: "Cormorant Garamond", serif;
    font-weight:500;
    font-size: 1.5rem;

}

img {
    width:300px;
    border-radius: 0px;
    z-index: 99;
}

.container-paragraph {
    height:500px;
    width:700px;
    padding:5px 30px 10px 30px;
    background-color: rgba(255, 255, 255, 0.7);
    backdrop-filter: blur(6px);
    border-radius:0px;
    display:flex;
    align-items:center;
    justify-content: center;
    
}
/* .container-3 {
    margin-top:350px;
    padding:100px 0px 100px 0px;
    text-align:center;
    background-color: rgba(255, 255, 255, 0.7);
    backdrop-filter: blur(6px);
   
} */

.blur {
    background-color: rgba(255, 255, 255, 0.7);
    backdrop-filter: blur(6px);
}

#about-title{
    padding:2rem;

}

#about{
    height: 375px;
    padding: 11rem;
    display:flex;
    flex-direction:row;
    justify-content: space-between;
    align-items:center;
    
  
}

.container-paragraph:hover {
    box-shadow: 0px 0px 20px black;
}




.container-title{
    margin:40px auto 50px auto;
    text-align:center; 
}

#CV-title {
    margin:100px auto 50px auto;

}

.expertise-flex {
    display:flex;
    display:flex;
    flex-direction:row;
    align-items: center;/* Change from 'center' to 'stretch' */
    justify-content: space-between;
    margin: 40px;
    gap:40px;
}

.expertise-item{
    display:flex;
    flex-direction:column;
    align-items: center;
    justify-content: center;
    padding: 20px;
    gap:40px;
    margin:auto;
    flex-wrap: wrap;
    height: 300px;
    flex:1;
}
.expertise-item:hover {
    box-shadow: 0px 0px 20px black;
}
.expertise-item img{
    width:300px;
}
.container-skills {
    display:flex;
    flex-direction:row;
    justify-content: space-around;

}
.container-grid {
    display:flex;
    flex-direction: column;
    
}
.grid {
    margin:auto;
    grid-template-columns: repeat(2, 1fr);
    grid-template-rows:repeat(2,1fr);
    display: grid;
}

.grid-item{
    width:200px;
    height:200px;
    display:flex;
    

}

.grid-item span{
    margin:auto;

}

.grid-item span img {
    width:100px;
}



.grid-item span p{
    display: none;
}
.grid-item:hover span p{
    display: block;
}
.grid-item:hover img{
    display:none;
}
.border {
    border: 1px solid black;

}

.container-horizontal{
    display:flex;
    justify-content: center;
    gap:40px;
}

.container-cluster{
    height:200px;
    display:flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    gap:40px;
}

button {
    font-family: "JetBrains Mono", monospace;
    font-weight:bold;
    padding: 10px 15px 15px 10px;
    width:100px;
    text-align:center;
    border: 1px solid black;
    background-color: rgba(255, 255, 255, 0.7);

}

button:hover{
    box-shadow: 0px 0px 20px black;
}

a {
    color:black;
}


.section{
    margin: 40px 40px 40px 40px;

}

.section {
    width: 1000px;
    margin: 100px auto 200px auto;
    padding: 40px 40px 40px 40px;

}

.section:hover{
    box-shadow: 0px 0px 20px black;
}

.subsection {
    display:flex;
    flex-direction: column;
    gap:20px;
}
.section-row {
    display:flex;
    flex-direction:row;
    justify-content: space-between;
}

.section-row p {
    font-size:1rem;
    /* font-family: "Cormorant Garamond", serif; */

}
.section-column{
    display:flex;
    flex-direction:column;

    flex: 1;
    max-width: 48%;
    overflow-wrap: break-word;
    word-wrap: break-word;
    hyphens: auto;
    align-items: center;
    gap:20px;
    
}
.separator {
  border: none;
  height: 1px;
  background-color: black; /* light grey */
  margin: 2rem 0; /* vertical spacing */
  width: 100%;
}

.section-row a:hover {
    text-decoration: underline;
}

.italic {
    font-style:italic;
}

.bold {
    font-weight: bold;
    
}

#form{
    width:600px;
    display:flex;
    justify-content: center;
    box-shadow: 0px 0px 20px black;
}

input {
    width:550px;
    height:20px;
}

textarea{
    width:550px;

}

form { 
    display:flex;
    flex-direction:column;

    flex: 1;
    max-width: 48%;
    overflow-wrap: break-word;
    word-wrap: break-word;
    hyphens: auto;
    align-items: center;
    gap:20px;
}

input, textarea {
    
    font-family: "JetBrains Mono", monospace;
    font-weight:100;
    font-size: 1rem;
    text-align:start;
    line-height: 1.3;
}
