* {
  margin: 0px;
  list-style-type: none;
  box-sizing: border-box;
}

body {
  background-color: black;
  background-repeat: repeat;
  background-attachment: scroll;
  background-clip: border-box;
  background-origin: padding-box;
  background-position: center center;
  background-size: cover;
  min-height: 600px;
  font-family: "Helvetica Neue", sans-serif;
  font-size: 16px;
}

nav {
  text-align: center;
  border-style: none;
  border-color: white;
  float: left;
}

.menu > li {
  float: left;
  color: #e298e1;
  width: 30px !important;
  height: 45px;
  background: black none repeat scroll 0% 0%;
  cursor: pointer;
  font-size: 17px;
  padding: 0px 0px 0px 10px;
}

.sub-menu {
  transform: scale(0);
  transform-origin: center top 0px;
transition: all 300ms ease-in-out 0s;
  padding: 0px;
}

.sub-menu li {
  font-size: 17px;
  background: rgba(0, 0, 0, 0.8) none repeat scroll 0% 0%;
  padding: 8px 0px 8px 10px;
  color: white;
  border-bottom-width: 1px !important;
  border-bottom-style: none !important;
  border-bottom-color: white;
  transform: scale(0);
  transform-origin: center top 0px;
transition: all 300ms ease-in-out 0s;
}

.sub-menu li:last-child {
  border-bottom: 0px none;
}

.sub-menu li:hover {
  background: black none repeat scroll 0% 0%;
}

.menu > li:hover .sub-menu li {
  transform: scale(1);
}

.menu > li:hover .sub-menu {
  transform: scale(1);
}

a {
  color: #ccccff;
  text-decoration: none;
}

a:hover {
  background-color: transparent;
  color: #ffcc99;
  font-weight: bold;
}

#corp {
  background-color: #ff6666;
}

.menu {
  background-color: transparent;
}

.item {
  border-radius: 40px;
}

#head {
  border: 2px none white;
  height: 80px;
  position: static;
}

h1 {
  color: #ff6600;
  height: 80px;
  text-align: center;
  font-weight: bold;
  padding-top: 20px;
  font-size: 38px;
}

#scroll_to_top {
  position: fixed;
  width: 80px;
  height: 80px;
  bottom: 50px;
  right: 30px;
}

#scroll_to_top img {
  width: 25px;
}

#scrool_to_top_img {
  width: 80px !important;
}

div {
  background-color: transparent !important;
}

li {
  border-style: none;
  list-style-image: url("");
  line-height: 25px;
}

h3 {
  color: #ffcc66;
  text-decoration: underline;
  height: 70px;
  line-height: 50px;
  padding-left: 10px;
  font-size: 20px;
}

