/*
dark blue #061D74
peach pink #FC6874 #e64980
orangish yellow #F6C88E
sea green #0CF1B3
light blue #28C8DD ##228be6
sand #c0a070
another blue #26a8cb
*/

* {
  margin: 0;
  padding: 0;
  box-sizing: border-box;
  background-repeat: no-repeat;
}

html {
  font-size: 62.5%;
}

body {
  font-family: "Raleway", sans-serif;
  font-weight: 400;
  line-height: 1;
  background-color: #09090b;
  overflow-x: hidden;
}

.header {
  position: fixed;
  height: 7.2rem;
  z-index: 999;
  width: 100%;
}

.top-header {
  margin: 0 auto;
  max-width: 136rem;
  display: flex;
  justify-content: space-between;
  align-items: center;
  position: relative;
}

.header-name {
  font-size: 2.4rem;
  font-family: "Kalam", cursive;
  font-weight: 700;
  color: rgba(250, 250, 250, 0.9);
  background-color: rgba(9, 9, 11, 0.9);
  padding: 2.4rem 3.6rem;
}

.header-name:hover,
.header-name:active {
  color: rgba(27, 27, 42, 0.9);
  background-color: rgba(244, 244, 245, 0.9);
}

.nav-options-list {
  list-style: none;
  display: flex;
  gap: 0;
  align-items: center;
}

.nav-option-link:link,
.nav-option-link:visited {
  display: inline-block;
  color: rgba(250, 250, 250, 0.9);
  background-color: rgba(9, 9, 11, 0.9);
  text-decoration: none;
  font-size: 2rem;
  font-weight: 700;
  transition: all 0.5s ease-in-out;
  padding: 2.4rem;
}

.nav-option-link:hover,
.nav-option-link:active {
  color: rgba(27, 27, 42, 0.9);
  background-color: rgba(244, 244, 245, 0.9);
}

.nav-menu-button {
  border: none;
  background-color: rgba(9, 9, 11, 0.9);
  color: rgba(244, 244, 245, 0.9);
  cursor: pointer;
  display: none;
  padding: 0 3.6rem;
}

.nav-menu-icon {
  height: 3.2rem;
  width: 3.2rem;
}

.nav-menu-icon[name="close"] {
  display: none;
}

.section-home {
  height: 100vh;
}

.home {
  max-width: 136rem;
  margin: 0 auto;
  align-items: center;
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 9.6rem;
  padding: 16rem 0 9.6rem 0;
}

.home-text-box {
  width: 100%;
}

.home-text {
  font-size: 6.4rem;
  font-weight: 700;
  letter-spacing: -0.05rem;
  margin-bottom: 4.8rem;
  color: #fafafa;
  font-family: "Charm", cursive;
}

.home-description {
  font-size: 2.4rem;
  margin-bottom: 4.8rem;
  color: #f4f4f5;
  font-family: "Kalam", cursive;
}

.resume-button:link,
.resume-button:visited {
  color: #212529;
  font-size: 1.8rem;
  text-decoration: none;
  padding: 1.8rem 5.4rem;
  border-radius: 1rem;
  background-color: #fafafa;
  display: inline-block;
  transition: all 0.5s ease-in-out;
  cursor: pointer;
  font-weight: 700;
}

.resume-button:hover,
.resume-button:active {
  color: #27272a;
  background-color: #a1a1aa;
}

.home-image {
  width: 100%;
  height: 100%;
  border-radius: 1rem;
}

/*
.move {
  width: 180px;
  text-align: center;
  margin: 0 auto 20px auto;
  padding: 75px 0 2.5px 0;
  border-bottom: 3px solid #28c8dd;
  font-size: 212.5%;
}

.avatar {
  display: block;
  width: 7.5%;
  margin: 0 auto;
}

.aboutme {
  margin: 20px auto;
  text-align: center;
  color: #061d74;
  font-size: 200%;
  font-family: "Kalam", cursive;
}

.context {
  margin: 10px auto;
  text-align: justify;
  width: 610px;
  font-size: 112.5%;
}

table {
  border-collapse: collapse;
  margin: auto;
}
th {
  font-weight: 400;
  width: 400px;
  border: 2px solid #28c8dd;
  vertical-align: top;
}
.langicons {
  width: 7.5%;
  vertical-align: middle;
}
.skillhead {
  font-size: 140%;
  margin: 15px auto;
  color: #061d74;
}
.describe {
  text-align: justify;
  margin: 0 16px;
  color: #fc6874;
}
.skillfoot {
  margin: 15px 0;
  color: #0cf1b3;
  font-size: 120%;
}
.course {
  list-style: none;
  line-height: 35px;
}
form {
  margin: 20px 0 10px 0;
  text-align: center;
}
.formhead {
  text-align: center;
  color: #061d74;
  font-size: 120%;
  width: 55%;
  margin: 15px auto 0 auto;
}
.formfield {
  height: 40px;
  margin: 7.5px 8px;
  padding: 10px;
  border: 1px solid #fc6874;
  box-shadow: none;
}
#formname,
#formemail {
  width: 26.3%;
}
#formsubject,
#formmessage {
  width: 54.25%;
}
#formmessage {
  height: 122.5px;
}
#formsubmit {
  background-color: #28c8dd;
  border: 0 solid transparent;
  color: #fff;
  border-radius: 20px;
}
#formsubmit:hover,
#formsubmit:active {
  background-color: #0cf1b3;
}
.socialhead {
  text-align: center;
  font-size: 150%;
  color: #061d74;
  padding: 10px 0;
}
.socialfoot {
  margin: 0 auto;
  list-style: none;
  width: 218px;
}
.social {
  display: inline;
  padding: 0 7.5px;
}
#socialf {
  padding-left: 0;
}
#sociall {
  padding-right: 0;
}
.socialicons {
  width: 27.5px;
}
div {
  background-color: #dedede;
  height: 14.65vh;
} */
