* {
  color: black;
  max-width: 1024px;
  margin: auto;
  font-family: "Passion One", cursive;
  font-weight: 700;
  font-family: "Raleway", sans-serif;
  box-sizing: border-box;
}

.body {
  margin: 50px;
  border: 2px solid black;
}

.header {
  height: 135px;
  min-width: 100%;
  padding: 15px;
  background-color: lightgray;
  border: 2px solid black;
}

.logo {
  float: left;
  margin: auto;
  max-width: 50%;
  width: auto;
  max-height: 150px;
}

.headertxt {
  text-align: center;
}

.nav-area ul li ul {
  display: none;
}

.nav-area {
  background-color: #2e3192;
}

.nav-area:after {
  content: "";
  clear: both;
  display: block;
}

.nav-area ul {
  list-style: none;
  margin: 0;
}

.nav-area ul li {
  float: left;
  position: relative;
  width: 100px;
}

.nav-area ul li a {
  text-decoration: none;
  color: lightgray;
  padding: 10px 10px;
  display: block;
  text-align: center;
}

.nav-area ul li a.activemenu {
  color: white;
}

.nav-area ul li i {
  color: lightgray;
}

.nav-area ul li:hover a {
  background: lightgrey;
  color: black;
}

.nav-area ul ul {
  position: absolute;
  padding: 0;
}

.nav-area ul li:hover > ul {
  display: block;
}

.nav-area ul ul li:hover a {
  background: darkgray;
  color: white;
}

.nav-area ul ul li {
  position: relative;
  z-index: 2;
}

.welcome {
  width: 100%;
  border: 2px solid black;
  background-image: url("/images/banner.png");
  background-size: cover;
  height: 400px;
  position: relative;
}

h1 {
  padding: 35px;
  text-align: center;
}

.welcome p {
  background-color: rgba(255, 255, 255, 0.6);
  margin-top: 30px;
  padding: 15px;
  margin-left: 20px;
  margin-right: 20px;
  line-height: 1.5;
  text-indent: 1em;
}

p {
  padding: 20px;
}

.resume {
  width: 100%;
  height: 800px;
}

#animation_container {
  width: 1024px;
  height: 768px;
}

#canvas {
  position: absolute;
  display: block;
}

#dom_overlay_container {
  pointer-events: none;
  overflow: hidden;
  width: 1024px;
  height: 768px;
  position: absolute;
  left: 0px;
  top: 0px;
  display: block;
}

form {
  text-align: center;
  max-width: 100%;
  width: auto;
  border: 1px solid black;
  padding: 50px;
}

.form-group {
  margin-bottom: 20px;
}

label {
  display: block;
  font-weight: bold;
  padding: 10px;
  min-width: 50%;
  float: inline-end;
  text-align: center;
}

textarea {
  resize: none;
  min-width: 50%;
  margin-bottom: 20px;
}

footer {
  width: auto;
  max-width: 100%;
  height: auto;
}

main {
  min-height: 80vh;
}

.footerleft {
  float: left;
  min-width: 50%;
  text-align: center;
}

.footerright {
  float: left;
  min-width: 50%;
  text-align: center;
}

/* On smaller screens */
@media only screen and (max-width: 600px) {
  .text {
    font-size: 11px;
  }
  /* Testimonial container */
  .testimonial-container {
    display: block;
    min-width: 95%;
  }
  .header {
    width: 100%;
  }
  article.Homepage {
    min-width: 100%;
    text-align: center;
  }
  .footerleft {
    min-width: 100%;
  }
  .footerright {
    min-width: 100%;
  }
}/*# sourceMappingURL=style.css.map */