body {
  font-family: sans-serif;
  color: #000000;
  background-color: rgb(110, 110, 110);
  min-width: 300px;
}

/* Header */
#header {
  font-family: sans-serif;
  background-color: rgba(34, 34, 34, 0.9);
  color: rgb(170, 170, 170);
  display: flex;
  justify-content: space-between;
  align-items: center;
  font-size: 16px;
  text-shadow: 4px 4px 8px #000000;
  box-shadow: 8px 8px 16px #000000;
  margin-top: 8px;
  margin-left: 8px;
  margin-right: 8px;
  min-width: 300px;
  max-width: none;
  position: fixed;
  border-radius: 16px;
  top: 0;
  left: 0;
  right: 0;
  z-index: 9990;
}

#logo {
  display: flex;
  align-items: center;
}

.header-text {
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  align-items: left;
}

.header-name {
  font-size: 24px;
  text-shadow: 6px 6px 12px #000000;
  font-weight: bold;
  display: block;
  margin-left: 8px;
  margin-bottom: 8px;
}

.header-subtitle {
  font-size: 16px;
  text-shadow: 4px 4px 8px #000000;
  display: block;
  margin-left: 8px;
}

.header-home {
  font-size: 24px;
  color: rgb(170, 170, 170);
  text-shadow: 6px 6px 12px #000000;
  position: absolute;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
  text-align: center;
  font-weight: bold;
  text-decoration: none;
  display: flex;
  align-items: center;
  margin-right: 8px;
}

.header-home a {
  text-decoration: none;
  color: rgb(170, 170, 170);
  text-align: center;
}

.header-home a:hover {
  text-decoration: none;
}

#header-menu {
  margin-left: 8px;
  margin-right: 8px;
  display: flex;
  justify-content: flex-end;
  position: relative;
  z-index: 9999;
}

#header-menu .menu-icon {
  width: 80px;
  height: 80px;
  box-shadow: 8px 8px 16px #000000;
  margin-right: 0;
  margin-top: 0;
  margin-bottom: 0;
  margin-left: auto;
  display: flex;
  align-items: center;
  z-index: 9998;
}

#header-menu .menu-content {
  display: none;
  position: fixed;
  left: unset;
  background-color: rgba(34, 34, 34, 0.9);
  width: 80px;
  height: calc(var(--menu-height) + 48px);
  box-shadow: 8px 8px 16px #000000;
  top: 92px;
  right: 16px;
  border-radius: 16px;
  z-index: 9996;
}

#header-menu:hover .menu-content ul {
  color: rgb(170, 170, 170);
}

#header-menu:hover .menu-content {
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
}

#header-menu .menu-content a {
  text-decoration: none;
  color: inherit;
  margin-top: 12px;
}

#header-menu .menu-content a:hover {
  background-color: rgba(34, 34, 34, 0.7);
}

#header-menu:hover .menu-icon {
  background-color: rgba(34, 34, 34, 0.7);
}

/* Footer */
footer {
  font-family: sans-serif;
  background-color: rgba(34, 34, 34, 0.9);
  color:rgb(170, 170, 170);
  display: flex;
  justify-content: space-between;
  align-items: center;
  border-radius: 16px;
  font-size: 16px;
  text-shadow: 4px 4px 8px #000000;
  box-shadow: 8px 8px 16px #000000;
  margin-top: 8px;
  padding: 16px;
  min-width: 300px;
  max-width: none;
  position: relative;
}

#footer-middle {
  position: relative;
  display: flex;
  justify-content: center;
  align-items: center;
  flex-wrap: wrap;
  text-align: center;
}

#footer-middle a {
  flex-direction: column;
  justify-content: space-between;
  text-align: center;
  margin: 8px 8px 8px 8px;
}

#footer-images {
  position: absolute;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
  display: flex;
  flex-direction: row;
  justify-content: center;
  align-items: center;
  flex-wrap: nowrap;
  border-radius: 8px;
}

#footer-middle img {
  box-shadow: 8px 8px 16px #000000;
  flex-direction: row;
  justify-content: space-between;
  align-items: center;
}

#footer-left a {
  color:rgb(170, 170, 170);
  text-decoration: none;
  text-align: left;
  margin-left: 8px;
  margin-right: 8px;
  font-size: 16px;
  text-shadow: 4px 4px 8px #000000;
}

#footer-right a {
  color:rgb(170, 170, 170);
  text-decoration: none;
  text-align: right;
  margin-left: 8px;
  font-size: 16px;
  text-shadow: 4px 4px 8px #000000;
}

/* Welcome */
#welcome h2 {
  font-size: 32px;
  color: rgba(170,170,170);
  text-shadow: 8px 8px 16px #000000;
  margin-bottom: 24px;
  max-width: 800px;
  margin: 0 auto;
  text-align: left;
}

#welcome h1 {
  font-size: 24px;
  text-shadow: 6px 6px 12px #343434;
  margin-bottom: 24px;
  max-width: 800px;
  margin: 0 auto;
  text-align: left;
}

#welcome p,
#welcome ul,
#welcome li {
  font-size: 18px;
  margin-top: 24px;
  margin-bottom: 24px;
  line-height: 1.5;
  max-width: 800px;
  margin: 0 auto;
  text-align: left;
}

/* Skills */
#skills h2 {
  font-size: 32px;
  color: rgba(170,170,170);
  text-shadow: 8px 8px 16px #000000;
  margin-bottom: 24px;
  max-width: 800px;
  margin: 0 auto;
  text-align: left;
}

#skills h1 {
  font-size: 24px;
  text-shadow: 6px 6px 12px #343434;
  margin-bottom: 24px;
  max-width: 800px;
  margin: 0 auto;
  text-align: left;
}

#skills p,
#skills ul,
#skills li {
  font-size: 18px;
  margin-top: 24px;
  margin-bottom: 24px;
  line-height: 1.5;
  max-width: 800px;
  margin: 0 auto;
  text-align: left;
}

/* Projects */
#projects h2 {
  font-size: 32px;
  color: rgba(170,170,170);
  text-shadow: 8px 8px 16px #000000;
  margin-bottom: 24px;
  max-width: 800px;
  margin: 0 auto;
  text-align: left;
}

#projects h1 {
  font-size: 24px;
  text-shadow: 6px 6px 12px #343434;
  margin-bottom: 24px;
  max-width: 800px;
  margin: 0 auto;
  text-align: left;
}

#projects p,
#projects ul,
#projects li {
  font-size: 18px;
  margin-top: 24px;
  margin-bottom: 24px;
  line-height: 1.5;
  max-width: 800px;
  margin: 0 auto;
  text-align: left;
}

/* Contact */
#contact h2 {
  font-size: 32px;
  color: rgba(170,170,170);
  text-shadow: 8px 8px 16px #000000;
  margin-bottom: 24px;
  text-align: center;
}

/* Form */
form {
  font-family: sans-serif;
  width: 200px;
  margin: 0 auto;
}

@media (min-width: 300px) {
  form {
    width: 300px;
  }
}

@media (min-width: 400px) {
  form {
    width: 400px;
  }
}

@media (min-width: 500px) {
  form {
    width: 500px;
  }
}

label {
  font-family: sans-serif;
  font-size: 16px;
  display: block;
  margin-bottom: 8px;
}

input[type="text"],
input[type="email"],
textarea {
  font-family: sans-serif;
  font-size: 14px;
  width: 500px;
  max-width: 500px;
  padding: 8px;
  margin-bottom: 16px;
  border: 1px solid #000000;
  border-radius: 4px;
}

input[type="submit"] {
  font-family: sans-serif;
  font-size: 14px;
  padding: 8px 16px;
  background-color: #222;
  color: rgb(170, 170, 170);
  border: none;
  border-radius: 4px;
  cursor: pointer;
}

.submit-button {
  display: block;
  text-align: center;
  align-items: center;
  justify-items: center;
  margin: 0 auto;
  margin-bottom: 24px;
}

#feedbackMessage {
  margin-top: 24px;
  font-weight: bold;
  text-align: center;
  align-items: center;
  justify-content: center;
  justify-items: center;
  text-justify: center;
  margin: 0 auto;
  margin-bottom: 24px;
}

/* Legal */
#legal h2 {
  font-size: 32px;
  color: rgba(170,170,170);
  text-shadow: 8px 8px 16px #000000;
  margin-bottom: 24px;
  max-width: 800px;
  margin: 0 auto;
  text-align: center;
}

#legal h1 {
  font-size: 24px;
  text-shadow: 6px 6px 12px #343434;
  margin-bottom: 24px;
  max-width: 800px;
  margin: 0 auto;
  text-align: left;
}

#legal p,
#legal ul,
#legal li {
  font-size: 18px;
  margin-top: 24px;
  margin-bottom: 24px;
  line-height: 1.5;
  max-width: 800px;
  margin: 0 auto;
  text-align: left;
}

/* Miscellaneous */
.background-image {
  background-image: url('/images/image1.jpg');
  width: 100%;
  height: 100vh;
  background-size: cover;
  /* background-size: contain; */
  background-repeat: no-repeat;
  background-position: center;
}

.background-image2 {
  background-image: url('/images/image8.jpg');
  width: 100%;
  height: 100vh;
  background-size: cover;
  /* background-size: contain; */
  background-repeat: no-repeat;
  background-position: center;
}

.profile-image {
  width: 78px;
  height: 80px;
  margin-left: 8px;
  margin-top: 8px;
  margin-bottom: 8px;
}

.myimg { /*class for img*/
  float: center;
  padding: 8px;
  display: block;
  margin-left: auto;
  margin-right: auto;
  min-width: 180px;
  max-width: 1000px;
  width: 100%;
  min-height: 8px;
}

.rounded-corners {
  border-radius: 16px;
}