/* wan website css */

@font-face {
  font-family: "Futura STD";
  src: url("Futura_Std_Bold.otf");
}

body {
  background-color: white;
  margin: 0;
}

h1 {
  color: black;
  font-family: sans-serif;
  font-size: 30px;
  font-family: "Futura STD";
  font-style: italic;
  margin-top: 10px;
}

.sectionMA {
  height: 800px;
}

.sectionC {
  height: 600px;
}

nav {
  color: white;
  border: 1px solid black;
  text-align: center;
  width: 20em;
  margin-top: 25px;
  margin-left: 40px;
  background-color: black;
  font-family: monospace;
  box-sizing: border-box;
  position: absolute;
}

nav ul {
  display: none;
  list-style: none;
  margin: 0;
  padding: 0;
}

nav:hover ul {
  display: block;
}

nav ul li {
  border: 1px solid black;
  background-color: white;
  color: white;
}

.dddong {
  display: block;
  padding: 11px 5px;
  width: 100%;
  text-align: center;
  box-sizing: border-box;
}

nav ul li:hover {
  background-color: white;
}

a {
  text-decoration: none;
  padding: 5px 15px;
}

p {
  font-family: monospace;
  margin-top: -20px;
}

.mainDesign {
  font-size: 70px;
  padding-top: 320px;
}

.mainSection {
  text-align: center;
}

.aboutSection {
  padding-top: 110px;
}

.contactSection {
  padding-top: 170px;
}

.topbar {
  position: fixed;
  width: 100%;
  padding-top: 20px;
  background-color: white;
  z-index: 1000;
}

.image-container img {
  width: 100px;
}

.Aboutstyle {
  margin-top: 60px;
  text-align: center;
  font-size: 20px;
}

.aboutPic {
  margin-top: 30px;
  display: block;
  margin-left: auto;
  margin-right: auto;
  width: 50%;
  width: 200px;
  opacity: 0;
}

#clickMenu {
  width: 100%;
  display: block;
}

.click {
  display: none;
}

.contactDesign {
  font-size: 30px;
  text-align: center;
  margin-top: 50px;
}

#mainPIC {
  width: 900px;
  margin-top: -30px;
}

#main-dropdown a {
  color: black;
}

#main-dropdown a:visited {
  color: black;
}

#copyrights {
  text-align: center;
  font-size: 10px;
}

.defecatingLink {
  color: ;
}
.defecatingLink:visited {
  color: black;
}
.defecatingLink:hover {
  color: red;
  font-size: 50px;
}

@media only screen and (max-width: 800px) {
  nav {
    margin-top: 80px;
    left: 50%;
    margin-left: -10em;
  }

  .mainDesign {
    font-size: 24px;
    padding-top: 350px;
  }

  .hover {
    display: none;
  }

  .click {
    display: inline;
  }

  .Aboutstyle {
    font-size: 15px;
  }

  .contactDesign {
    font-size: 25px;
  }

  #mainPIC {
    width: 350px;
    margin-top: -30px;
  }

  #ESize {
    font-size: 18px;
  }

  #psSize {
    font-size: 18px;
  }

  #coPy {
    text-align: center;
    font-size: 10px;
  }
}
