@import url("https://fonts.googleapis.com/css2?family=Italiana&display=swap");
@import url("https://fonts.googleapis.com/css2?family=Eagle+Lake&display=swap");
@import url("https://fonts.googleapis.com/css2?family=DM+Sans&display=swap");
@import url("https://fonts.googleapis.com/css2?family=Josefin+Slab:wght@600&family=Sen&display=swap");

body {
  font-family: Sen, 'Segoe UI', Tahoma, Geneva, Verdana, sans-serif;
  margin: 0;
  background-color: #e6e4e1;
  position: relative;
  min-height: 100vh;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  box-sizing: border-box;
}

*::selection {
  pointer-events: none;
}

.header-container {
  background: #e6e4e1;
  display: flex;
  flex-direction: row;
  justify-content: space-between;
  align-items: flex-start;
  min-height: 5vh;
  padding: 5px 10px;
  position: fixed;
  top: 0;
  right: 0;
  left: 0;
  box-sizing: border-box;
}

.site-head {
  font-weight: 900;
  font-size: 20px;
}

header .menu {
  border: 0px solid orange;
  border-radius: 1px;
  padding: 5px;
  background: black;
  color: white;
  border-bottom-width: 5px;
  box-sizing: padding-box;
}

header div span {
  color: orange;
}

article {
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  box-sizing: border-box;
  max-width: 800px;
  padding: 10px;
}
section {
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  box-sizing: border-box;
  max-width: 800px;
}
.pic {
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
}

.pic img {
  border: 5px solid orange;
  width: 150px;
  height: 150px;
  border-radius: 150px;
  margin-top: 0px;
}
.pic img:hover {
  box-shadow: 0px 0px 50px orange;
}

.meet {
  width: 50px;
  margin: 0 auto;
}
.underline {
  display: block;
  /* width: 50%; */
  height: 5px;
  background: orange;
  border-radius: 0px 10px 0px 10px;
  margin: 0 auto;
  margin-top: 5px;
}

/* .undermeet {
  width: 50%;
} */

section div p {
  margin: 0px 0px;
}

.intro {
  text-align: center;
}

.intro p,
.intro h1 {
  margin-top: 5px;
  margin-bottom: 15px;
}

.intro .meet {
  margin-top: 15px;
  margin-bottom: 10px;
}

.intro h1 {
  font-size: 25px;
  color: white;
  text-shadow: 1px 0px orange;
  letter-spacing: 1px;
}

.work,
.loc,
.info {
  padding: 5px;
  border: 0px solid orange;
  background: white;
  color: black;
  box-shadow: 0px 5px 5px grey;
  border-right-width: 5px;
  border-left-width: 5px;
  letter-spacing: 0.5px;
}

footer {
  width: 100vw;
  position: fixed;
  right: 0;
  left: 0;
  bottom: 0;
}

.container {
  display: flex;
  flex-direction: row;
  background: orange;
  justify-content: center;
  align-items: center;
  border: 2px solid rgb(245, 241, 39);
}

.container div {
  display: flex;
  flex-direction: row;
  justify-content: center;
  align-items: center;
  width: 25%;
  text-align: center;
  box-sizing: padding-box;
  height: 2rem;
}

.container div:hover {
  background: #f1ba68;
}
.container div img {
  width: 20px;
  height: 20px;
}
.link-photo-container {
  display: flex;
  flex-direction: row;
  justify-content: center;
  align-items: center;
  margin-top: 10px;
  margin-bottom: 5px;
}

.hr-line {
  display: flex;
  flex-direction: row;
  justify-content: center;
  align-items: center;
  font-weight: 600;
}

.social-media {
  display: flex;
  flex-direction: row;
  justify-content: center;
  align-items: center;
}

.social-media div {
  display: flex;
  flex-direction: row;
  justify-content: center;
  align-items: center;
  background: white;
  color: black;
  box-shadow: 0px 5px 5px grey;
  margin: 0px 5px;
  border: 0px solid orange;
  border-bottom-width: 5px;
  width: 50px;
}

.social-media img {
  width: 20px;
  height: 20px;
  padding: 10px;
}

.hidden {
  display: none;
}

/* .pic::after {
  content: "";
  width: 15px;
  height: 15px;
  border-radius: 50px;
  background: rgb(35, 99, 35);
  border: 4px solid white;
  margin-left: 50px;
  margin-top: -15px;
} */

.info,
.iframe-section {
  /* width: 60vw; */
  line-height: 30px;
  text-align: justify;
}
.info {
  padding: 10px;
}

.info-page .link-photo-container {
  margin-top: 15px;
  margin-bottom: 5px;
}
.info-work {
  font-size: 16px;
}

.skills {
  /* margin-top: 2rem; */
  margin-bottom: 0rem;
  /* text-shadow: 1px 1px 5px orange; */
}

.skill-page {
  max-width: 100vw;
}

.skill-page section {
  max-width: 100vw;
}

.skill-shop {
  display: flex;
  flex-direction: row;
  justify-content: center;
  align-items: center;
  width: inherit;
  flex-wrap: wrap;
  /* margin-bottom: 3rem; */
  /* padding: 0px 0px 50px 0px; */
  box-sizing: border-box;
  /* box-shadow: -5px -5px 10px grey, 5px 5px 10px white; */
}

.frontend-skills {
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  max-width: 300px;
  height: 300px;
  padding: 20px 30px;
  border-radius: 50px 0px 50px 0px;
  background-color: white;
  box-shadow: -5px -5px 10px grey, 5px 5px 10px white;
  margin-left: 20px;
  margin-right: 20px;
  margin-bottom: 10px;
  margin-top: 10px;
}
.frontend-skills .skill-box {
  margin-top: 5px;
  margin-bottom: 5px;
}
.frontend-skills img {
  width: 30px;
  height: 30px;
}
.skill-box {
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  align-items: center;
}
.skill-bar {
  width: 200px;
  height: 10px;
  background-color: orange;
  border-radius: 50px;
}
.skill-type ~ div {
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  border: 5px dashed orange;
  padding: 5px;
  border-radius: 50px;
  box-sizing: content-box;
  width: 20px;
  height: 20px;
  font-size: 12px;
}
.skill-header {
  /* border: 2px solid black; */
  padding: 5px;
  margin: 5px 0px 0px 0px;
  font-size: 20px;
  /* font-weight: 900; */
}
.skill-head {
  display: flex;
  flex-direction: row;
  justify-content: space-between;
  align-items: center;
  /* border: 2px solid green; */
  width: 200px;
  margin-bottom: 5px;
}
.skill-type {
  display: flex;
  flex-direction: row;
  justify-content: flex-start;
  align-items: center;
  width: 100px;
  /* border: 2px solid yellow; */
}
.skill-type img {
  margin-right: 10px;
}
.skill-bar div {
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  border-radius: 50px;
  color: white;
  font-weight: 900;
  height: inherit;
  background-color: orangered;
}
.skill-bar .div1 {
  width: 95%;
}
.skill-box .div2 {
  width: 80%;
  /* background-color: blue; */
}
.skill-bar .div3 {
  width: 50%;
}
.skill-bar .div4 {
  width: 60%;
}
.skill-box .div5 {
  width: 0%;
  /* background-color: blue; */
}
.skill-bar .div6 {
  width: 0%;
}
.skill-bar .div7 {
  width: 0%;
}
.skill-box .div8 {
  width: 0%;
}
.skill-bar .div9 {
  width: 5%;
}
.aboutme-header,
.project-header > div,
.form-header > div {
  font-size: 1.2em;
  text-align: center;
}

.form-header {
  margin-top: 4 rem;
}

.aboutme-header span {
  display: block;
  margin-top: 5px;
  margin-bottom: 10px;
}

.project-page {
  margin-top: 4rem;
  margin-bottom: 3rem;
}

.iframe-section {
  /* margin-top: 10px; */
  width: 60vw;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
}

iframe {
  width: 80%;
  height: 20rem;
  box-shadow: 0px 5px 5px grey;
  border-bottom: 5px solid orange;
  margin-top: 10px;
  margin-bottom: 10px;
  padding: 0px 10px;
}

.iframe-div {
  width: 60vw;
}

.iframe-container {
  width: 100%;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  box-sizing: border-box;
}

.iframe {
  width: 80%;
  display: flex;
  flex-direction: column;
  justify-content: flex-start;
  align-items: center;
  box-sizing: border-box;
}

.iframe-name > div {
  border: 2px solid grey;
  box-shadow: 0px 5px 5px grey;
  padding: 1px 3px;
  font-weight: 900;
  font-size: 13px;
  /* letter-spacing: 2px; */
  text-align: center;
  margin-top: 15px;
  margin-bottom: 5px;
}

.project-link {
  text-decoration: none;
  border: 2px solid orange;
  padding: 5px;
  font-size: 10px;
  font-family: inherit;
}

.project-link:hover {
  background: orange;
  border: 2px solid white;
  color: white;
}

.form-article {
  display: none;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  height: 25rem;
}
.msg-section {
  padding: 10px;
  width: 80vw;
  height: 20rem;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
}
.msg-container {
  display: flex;
  flex-direction: row;
  justify-content: center;
  align-items: center;
  width: 100%;
  height: 100%;
}
.form-container {
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  width: 30rem;
  height: 100%;
  background-color: white;
  border-right: 5px solid orange;
  border-left: 5px solid orange;
  box-shadow: 0px 0px 10px grey;
  margin-top: 15px;
  border-radius: 10px;
}
form div {
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  margin-bottom: 15px;
  margin-top: 15px;
}
form div input,
textarea {
  width: 85%;
  border: 0px solid black;
  outline: none;
  /* border-left: 2px solid orange;
	border-right: 2px solid orange; */
  border-bottom: 2px solid orange;
  box-shadow: 0px 0px 5px grey;
  padding: 5px;
  resize: none;
}
form div input {
  height: 2rem;
}
button {
  width: 8.5rem;
  height: 2rem;
  padding: 10px;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  background-color: orange;
  border: 2px solid white;
  border-radius: 10px;
  font-family: sen;
}
button:hover {
  background-color: white;
  border: 2px solid orange;
  color: orange;
}
.cancel-button {
  position: absolute;
  top: -10px;
  opacity: 0.6;
  right: -10px;
  background-color: rgb(201, 198, 198);
  width: 20px;
  height: 20px;
  border-radius: 50px;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  padding: 5px;
  cursor: pointer;
}

@media screen and (min-width: 200px) and (max-width: 1024px) {
  header {
    margin-bottom: 0px;
  }

  article {
    margin-top: 0px;
    margin-bottom: 0px;
  }

  .main {
    margin-top: 1em;
    /* margin-bottom: 1em; */
  }

  .info-page,
  .form-article,
  .project-page,
  .skill-page {
    margin-top: 2rem;
    margin-bottom: 2rem;
  }

  iframe {
    width: 100%;
    height: 10rem;
    box-shadow: 0px 5px 5px grey;
    border-bottom: 5px solid orange;
    margin-top: 10px;
    margin-bottom: 10px;
    margin-right: 10px;
    margin-left: 10px;
    padding: 10px;
  }
  .form-container {
    width: 15rem;
  }

  .frontend-skills {
    padding: 5px;
    width: 200px;
  }
  .skill-box {
    width: 180px;
  }
  .skill-bar {
    width: 150px;
  }
  .skill-head {
    width: 150px;
  }
  .skill-type {
    width: 50px;
  }
}

@media screen and (max-height: 550px) {
  .main {
    margin-top: 3rem;
  }

  .social-media {
    margin-bottom: 2rem;
  }
}
@media screen and (min-width: 1024px) {
  .form-container {
    width: 20rem;
  }
  .info-page,
  .form-article,
  .project-page,
  .skill-page {
    margin-top: rem;
    margin-bottom: 3rem;
  }
}
