.welcome-container {
  display: flex;
   flex-wrap: wrap;
    margin-top: 5em;
  justify-content: center;
  align-items: center;
 
  background-color: #fff; /* optional background */
}

.welcome-image {
  max-width: 100%;
  width: 700px; /* adjust to preferred size */
  height: auto;
}

.container_images {
  /* border: 1px solid blue;
  display: flex;
  flex-wrap: wrap;
  margin-top: 1em;
  justify-content: space-evenly; */
  display: flex;
  flex-wrap: wrap;
  /* margin: 0 -4px -4px 0; */
  list-style: none;
  padding: 0;
  margin-top: 3em;
}


@import url("https://fonts.googleapis.com/css2?family=Montserrat:display=swap");
html,
body {
  box-sizing: border-box;
  background-color: #ffffff;
  width: 100%;
  height: 100%;
}

*,
*:before,
*:after {
  margin: 0px;
  box-sizing: inherit;
  box-sizing: inherit;
  font-family: "Montserrat", sans-serif, Helvetica, sans-serif;
}

/* -- NAVIGATION BAR -- */

header {
  display: flex;
  flex-wrap: nowrap;
  /* align-content: space-between; */
  height: 6em;
  margin-top: 0px;
  /* background-color: #000000; */
  background-color: white;
  border-bottom: 1px solid #adadad;
}

#logo {
  width: 20em;
  height: auto;
  text-align: center;
  margin: auto;
  padding-top: 2em;
  padding-bottom: 2em;
}

h1 {
  cursor: pointer;
  padding-left: 1em;
  margin-top: 1em;
  font-weight: 200;
  /* white-space: nowrap; */
}

/* h1:hover {
    color: rgb(255, 119, 56);

} */

h1 a {
  text-decoration: none;
  /* color: rgb(65, 180, 246); */
  color: black;
}

nav {
  height: auto;
  margin-left: auto;
}

nav a {
  text-decoration: none;
  color: rgb(0, 0, 0);
}

.menu {
  margin-top: 2.5em;
  margin-right: 1em;
  /* white-space: nowrap; */
}

li {
  display: inline;
  padding: 0 10px 0 10px;
  font-size: 20px;
}

a:hover {
  color: #adadad;
}

label {
  margin: 0 auto 0 auto;
  font-size: 26px;
  line-height: 70px;
  display: none;
  text-align: center;
  width: 50px;
  height: auto;
  color: black;
  color: red;
  /* border: 2px solid red; */
}

#toggle {
  display: none;
  color: red;
  /* border: 1px solid rgb(9, 80, 0); */
}

.content_index {
  /* border: 3px solid rgb(27, 57, 23); */
  max-width: auto;
  margin-top: 0px;
}
.container_index {
  /* border: 2px solid rgb(9, 80, 0); */
  /* display: flex;
  flex-flow: row wrap;
  justify-content: space-evenly; */
  display: flex;
  flex-wrap: wrap;
  /* margin: 0 -4px -4px 0; */
  list-style: none;
  padding: 0;
  margin-top: 3em;
}

.container_index::after {
  content: "";
  flex: auto;
}

.box {
  /* border: 1px solid red; */
  width: 380px;
  text-align: center;
  margin: 10px 5px 10px 5px;
  flex: 1 0 300px;
  height: 50px;
  /* border-right: 1px solid black; */
}

.box:empty {
  height: 0;
  border: none;
}

.box_empty {
  /* border: 1px solid rgb(30, 255, 0); */
  width: 600px;
  height: auto;
  margin: 10px 30px 30px 15px;
}

#img_index {
  /* border-color: 1px solid red; */
  width: 380px;
  height: 249px;
}



.text-block {
  z-index: 1;
  margin-top: -253px;
  height: 250px;
  position: relative;
}

.text-block:hover {
  border-color: 1px solid red;
  background-color: #000;
  opacity: 0.3;
  border: 1px solid black;
}

#test {
  align-items: center;
  align-content: center;
  margin-left: auto;
}

#title_index {
  border-color: 1px solid red;
  font-size: 1.5em;
  font-weight: 200;
  color: #000;
  margin-bottom: 1em;
  /* border: 1px solid rgb(30, 255, 0); */
}

iframe {
  /* background: yellow; */
  margin: 10px auto;
  text-align: center;
}

/* -- Footer -- */

#footer {
  margin-top: 500px;
  /* bottom: 0px;
  width: 100%;
  height: 5em;
  margin-top: 50px;
  text-align: center;
  border-top: 1px solid black;
  background-color: white; */
}

#copyright {
  width: 100%;
  text-align: center;
  color: rgb(82, 82, 82);
  font-size: small;
}

/* ABOUT PAGE */

.container_about_main {
  margin-top: 50px;
}

#skills {
  /* border: 1px solid blue; */
  font-size: 2em;
  line-height: 1.1em;
  width: 100%;
  margin: 50px 10 auto 10;
  text-align: center;
}

.container_about {
  /* margin: 100px auto auto auto; */
  width: 100%;
  text-align: left;
  margin: auto;
}

#title_about {
  /* border:1px solid red; */
  padding-top: 1em;
  font-size: 1.5em;
  text-align: left;
  color: #000;
  /* text-align: center; */
  margin: auto;
  width: 60%;
}

#project_about {
  font-family: "Open Sans", sans-serif;
  padding-top: 1em;
  /* border: 10px solid orange; */
  text-align: center;
  margin: auto;
  width: 60%;
  margin-top: 0em;
  margin-bottom: 0.5em;
  font-size: 1.2em;
  /* line-height: 1.5em; */
  color: #000;
}

.social {
  padding-top: 1em;
  margin: auto;
  text-align: center;
  width: 50%;
}

#github {
  /* border: 1px solid green; */
  width: 72px;
  height: auto;
  margin-left: auto;
  margin-right: auto;
}

#linkedin {
  /* border: 1px solid green; */
  width: 72px;
  height: auto;
  margin-left: 60px;
  margin-right: auto;
}

/* CONTACT PAGE */

#email {
  font-family: "Montserrat", sans-serif, Helvetica, sans-serif;
  padding-top: 100px;
  font-size: 2em;
  line-height: 1.1em;
  width: 100%;
  margin: 0 10 auto 10;
  text-align: center;
}

/* RESPONSIVE */

@media only screen and (max-width: 800px) {
  header {
    display: inline;
  }
  h1 {
    /* border: 1px solid green; */
    /* background-color: #000000; */
    background-color: white;
    text-align: center;
    padding-left: 0px;
    margin-top: 0px;
    /* margin-left:0px; */
    /* font-size: 30px; */
    border-bottom: 1px solid grey;
  }
  label {
    display: block;
    cursor: pointer;
    justify-content: flex;
    font-size: 350%;
    text-align: center;
    float: none;
    color: black;
  }
  nav {
    /* background-color: #000000; */
    background-color: white;
    /* border: 1px solid rgb(4, 0, 255); 
        height: 100%; */
    margin-bottom: 50px;
  }
  .menu {
    /* border: 5px solid rgb(43, 255, 0); */
    text-align: center;
    width: 100%;
    margin-top: 0px;
    display: none;
  }
  .menu li {
    /* border: 5px solid rgb(29, 83, 19); */
    display: block;
    border-bottom: 1px solid #adadad;
    height: 50px;
    margin-top: 10px;
    /* z-index: 10; */
  }
  .menu a {
    margin-top: 30px;
  }

  input:checked + .menu {
    display: block;
  }
  .main-content {
    margin-top: 0px;
  }
  .container {
    margin-top: 0px;
    /* display: none; */
  }
  .box {
    margin-top: 0px;
    margin-bottom: 50px;
  }

  .container_images {
    width: 100%;
    height: auto;
  }
}

#email {
  font-family: "Montserrat", sans-serif, Helvetica, sans-serif;
  text-align: center;
  margin: 50px auto auto auto;
  width: 80%;
  height: 500px;
  line-height: 1rem;
  font-size: 1.5em;
  width: 90%;
  margin: auto;
}

