/* global */

* {
  font-family: 'Ubuntu', sans-serif;
}

body,
html {
  margin: 0;
}

/* nav  */

/* Intro */

.intro_container {
  background: url(./Images/profile_img.jpg) no-repeat fixed center bottom;
  background-size: cover;
  height: 80vh;
  display: flex;
  align-items: center;
  justify-content: center;
}

.info_container img {
  border-radius: 45%;
  box-shadow: 2px 2px 4px rgba(216, 207, 207, 0.2);
  width: 130px;
  margin-bottom: 2em;
}

.info_container h1 {
  color: aliceblue;
  font-size: 2.5rem;
}

.general_container {
  display: flex;
  flex-direction: column;
  align-items: center;
  width: 100%;
  height: 40vh;
}

@media (min-width: 576px) {
  .general_container {
    flex-direction: row;
    justify-content: space-around;
  }
}

@media (min-width: 768px) {
  .info_container img {
    width: 150px;
  }
}

@media (min-width: 1200px) {
  .info_container img {
    width: 200px;
  }
}

/* Description */

.about_container {
  height: 150vh;
  margin-top: 10em;
  max-width: 90%;
  display: flex;
  align-items: center;
}

#about_me h2 {
  text-align: center;
  font-size: 3rem;
  text-decoration: underline;
  padding: 1em;
}

#about_me h5 {
  font-size: 2rem;
  margin-bottom: 1em;
}

#about_me p {
  font-size: 1.2rem;
}

@media (min-width: 768px) {
  .about_container {
    height: 60vh;
    margin-top: 2em;
  }
}

.cv_container {
    padding-top: 2em;
    padding-bottom: 2em;
    display: flex;
    flex-direction: column;
   text-align: center;
}

.button_cv {
   
    text-align: center;
    color: #075e54;
}

.button_cv p {
background-color: white;
color: black;
border: 1px solid white;
border-radius: 40%;
padding: 0.5em 1em;
font-weight: 600;
}


.button_cv p:hover {
  background-color: rgb(215, 202, 186);
}

/* skills */

#skills {
  background: #232526; /* fallback for old browsers */
  background: -webkit-linear-gradient(
    to right,
    #414345,
    #232526
  ); /* Chrome 10-25, Safari 5.1-6 */
  background: linear-gradient(
    to right,
    #414345,
    #232526
  ); /* W3C, IE 10+/ Edge, Firefox 16+, Chrome 26+, Opera 12+, Safari 7+ */
  margin-top: 10em;
  color: aliceblue;
  padding: 2em;
}

#skills h2 {
  text-align: center;
  font-size: 3rem;
  text-decoration: underline;
}

#skills h3 {
    font-size: 2rem;
}

#skills p {
    font-size: 1.2rem;
}

.skills_container {
  margin-top: 2em;
  display: flex;
  flex-wrap: wrap;
  justify-content: space-around;
}

.skills_container > div {
  margin: 10px;
  text-align: center;
}

.skills_container img {
  width: 80px;
  height: 80px;
}


.btn {
  display: inline-block;
  margin-top: 10px;
  padding: 10px 20px;
  background-color: #171515;
  color: white;
  border-radius: 5px;
  text-decoration: none;
  font-weight: bold;
  text-align: center;
}

.button-container {
  display: flex;
  justify-content: space-evenly;
  width: 100%;
  text-align: center;
}

.column {
  margin-top: 2em;
  text-align: center;
  width: 70%;
}

@media (min-width: 768px) {
  .skills_container {
    flex-direction: row;
    justify-content: space-around;
    align-items: flex-start;
  }

  .column {
    width: 28%;
  } 

  .column h3 {
    font-size: 2rem;
  }

  .skills_container p {
    font-size: 1.2rem;
  }


}

/* front end projects */

#front_end {
  height: 180vh;
}

#front_end h2 {
  text-align: center;
  font-size: 2.5rem;
  padding: 1em;
  text-decoration: underline;
}

.front_end_container {
  display: flex;
  flex-direction: column;

}

.front_end_column {
  display: flex;
  flex-direction: column;
  text-align: center;
  align-items: center;
}

.front_end_column h3 {
  margin-top: 1em;
  font-size: 2rem;
}

.front_end_column img {
  width: 70%;
  height: 25vh;
  margin: 1em;
}

.front_end_column:last-child {
    border: none;
}

#front_end {
  height: 390vh;
}

@media (min-width: 567px){
  #front_end {
    height: 380vh;
  }

    .front_end_column img {
        width: 50%;
    }
}

@media (min-width: 768px) {
 
  #front_end {
    height: 180vh;
  }

  .front_end_container {
    justify-content: space-around;
    flex-direction: row;

  }

  .front_end_column {
    width: 30%;
    border: none;
  }

  .front_end_column img {
    width: 80%;
    height: 20vh;
  }
}

@media (min-width:1199px) {
    .front_end_column img {
        height: 30vh;
    }

  
}

/* back-end */

#back_end {
  background: #232526; /* fallback for old browsers */
  background: -webkit-linear-gradient(
    to right,
    #414345,
    #232526
  ); /* Chrome 10-25, Safari 5.1-6 */
  background: linear-gradient(
    to right,
    #414345,
    #232526
  ); /* W3C, IE 10+/ Edge, Firefox 16+, Chrome 26+, Opera 12+, Safari 7+ */
  margin-top: 50em;
  color: aliceblue;
  padding: 2em;
  height: 290vh;
}


#back_end h2 {
  text-align: center;
  font-size: 2rem;
  text-decoration: underline;
}

@media (min-width: 768px) {
  #back_end {
    margin-top: 10em;
    height: 140vh;
  }
}

/* contact */

#contact {
  height: 40vh;
  text-align: center;
}

#contact h2 {
  padding: 1.5em;
}

#lg_container {
    display: flex;
    justify-content: center;
}

#icon_container {
 display: flex;
 justify-content: space-evenly;  
 width: 50%; 
 padding: 2em;
}

.bi {
    font-size: 1.5rem;
}

#github {
    color: #171515;
}

#instagram {
    color: #fb3958;
}

#whatsapp {
    color: #075e54;
}

@media (min-width: 768px) {
    .bi {
        font-size: 2rem;
    }
}

/* skills */

