*{
    margin: 0;
    padding: 0;
    font-family:'Moneteserrat', 'Gill Sans', 'Gill Sans MT', Calibri, 'Trebuchet MS', sans-serif;
    box-sizing: border-box;
}
html{
  scroll-behavior: smooth;
}
body{
    background: #0F1E25;
    color: rgb(209, 196, 196);
}

#header{
    width: 100%;
    height: 100vh;
    background-image: url(images/picforcvwebsite.jpeg);
    background-size: cover;
    background-position: center;

}

.logo{
    margin-top: 3px;
    margin-left: 30px;
    margin-right: auto;
    font-size: 30px;
    color: #589E6Fff;

}

.containter{
    padding: 10px 10%;
}

nav{
    display: flex;
    align-items: right;
    justify-content: flex-end;
    flex-wrap: wrap;
}



nav ul li{
    display: inline-block;
    list-style: none;
    margin: 10px 20px;

}


nav ul li a{
    color: rgb(209, 196, 196); 
    text-decoration: none;
    text-shadow: 1px 1px black;
    font-size: 22px;
    position: relative;
}

nav ul li a:hover{
    font-size: 23px;

}

nav ul li a::after{
    content: '';
    width: 0;
    height: 1.5px;
    background: rgb(209, 196, 196); 
    position: absolute;
    left: 0;
    bottom: -5px;
    transition: .5s;
    
}

nav ul li a:hover::after{
    width:100%;
    text-shadow: 1px 1px black;
}

.header-text{
    text-shadow: 1px 1px black;
    margin:0 30px;
    font-size: px;
}

.description-header{
    margin-top: 180px;
    margin-bottom: 20px;
}

#first-desc{
    margin-bottom: 500px;
    font-size: 25px;
}

/*Break*/

.about{
    padding:80px 0;
      
}

.flics{
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap ;
    align-items: center;
 }

 #img-of-me{
    margin-left:auto;
    margin-right: auto;
    flex-basis: 50%;
    margin-bottom: 150px;
 }

 #img-of-me img{
    width:100%;
    
 }

 .text-about{
    flex-basis:50%;
    margin-left:auto;
    margin-right: auto;
    width: 100%;
 }

 #about-title{
    padding: 20px 60px;
    font-size: 60px;
    color: #519269ff;
 }

 #about-paragraph{
    padding: 20px 60px;
    font-size: 18px;
 }

/*Break*/


.experience {
    text-shadow: 1px 1px black;
    margin-bottom: 90px;
  }
  
  .center {
    text-align: center;
    
  }
  
.experience-title{
    color: #519269ff;
    font-size: 30px
}
  
  .work-titles {
    color: rgb(209, 196, 196);
    margin-top: 30px;
    display: flex;
    justify-content: space-between;
    font-size: 22px;
    
    
  }

  .work-titles h4 {
    margin: 0 10px;
    flex: 1;
  }

  .work-times {
    margin:10px 30px 0 0;
    display: flex;
    justify-content: space-between;
    font-size: 18px;
    color:#2D6248ff;
    text-shadow: 0 0 #519269ff;
  }

  .work-times p{
    margin: 0 10px;
    flex: 1;
  
  }

  .gap{
    padding:100px 0
  }

  .work-paragraphs {
    
    margin: 10px 0;
    display: flex;
    justify-content: space-between;

  }

  .work-paragraphs p {
    margin: 0 10px;
    flex:1;
    text-align: left;
    margin-left:80px;
  }

/*Break*/

.oexp-titles{
  color: #519269ff;
  margin: 100xp 100xp 0 0;
}

.-paragraphs {
  margin-bottom: 200px;
  display: flex;
  justify-content: space-between;
  align-items: left;
}

.-paragraphs ul li{
  margin: 5px 10px;
}

/*Break*/

.port-titles{
  margin: 30px;
    display: flex;
    justify-content: space-between;
    font-size: 22px;
    align-items: center;
    text-align: center;
}

.port-titles h3{
  margin: 0 10px;
  flex: 1;
  align-items: center;
}

.port-pics{

  width: 30%;
  display: flex;
  justify-content: space-between;
  align-items: center;
}

.port-pics{
  width: 100%;
  border: 3px solid #2D6248ff;
  margin: 0 10px;
  border-radius: 20px;
  opacity: 0.8;
}

.port-descs {
  margin: 30px;
    display: flex;
    justify-content: space-between;
    
    align-items: center;
    text-align: center;
}

.port-descs p {
  width: 100%;
  margin: 0 10px;
  opacity: 0.8;
}

/*Break*/

#contact{
 margin:150px 0;
}

#cont-title{
  text-align: center;
  color: #519269ff;
}

.download-button{
  border: 2px solid #2D6248ff;
  background: #0E3935ff
}

.c-links{
  align-items: center;
}

.cent{
  text-align: center;
}

navv ul li{
  display: inline-block;
  list-style: none;
  margin: 10px 20px;

}


navv ul li a{
  color: rgb(209, 196, 196); 
  text-decoration: none;
  text-shadow: 1px 1px black;
  font-size: 22px;
  position: relative;
}

navv ul li a:hover{
  font-size: 23px;

}


.e-list{
  padding:0 100px;
}

.space{
  padding-left:20px;
}



.spaceTitle{
  margin-top:50px;
}



#portfolio{
  padding:20px 30px;
  margin:40px 40px;
}

.max{
  height:300px;
}

#righter{
  margin-left:80px;
}

.spa{
  margin-left:100px;
  display:center;
  text-align:center;
}