body {
  width: 100%;
  height: 100%;
  background-color: #fff;
  font-family: "SF Pro Text", "Myriad Set Pro", "SF Pro Icons", "Helvetica Neue",
    "Helvetica", "Arial", sans-serif;
}

a {
  font-weight: bold;
  color: #204959;
  text-decoration: none;
  cursor: pointer;
  font-family: "SF Pro Text", "Myriad Set Pro", "SF Pro Icons", "Helvetica Neue",
    "Helvetica", "Arial", sans-serif;
  font-size: 16px;
}

span {
  color: #333333;
  font-family: "SF Pro Text", "Myriad Set Pro", "SF Pro Icons", "Helvetica Neue",
    "Helvetica", "Arial", sans-serif;
  font-size: 16px;
}

.container {
  position: absolute;
  height: calc(100% - 20px);
  width: 100%;
  overflow: hidden;
}

.header-container {
  float: left;
  width: 100%;
  border-bottom: 1px solid #e6e6e6;
}

.header {
  display: flex;
  align-items: center;

  width: 100%;
  float: left;
  margin-bottom: 20px;
  margin-left: calc(50% - 400px);
}

.logo {
  display: flex;
  height: 5px;
  float: left;
  cursor: pointer;
}

.logo img {
  height: 40px;
}

.menu {
  display: flex;
  height: 50px;
  margin-right: 20px;
  width: 100%;
  margin-left: 20%;
}

.menu a {
  float: right;
  line-height: 50px;
  margin-left: 5px;
  margin-right: 10px;
  font-size: 16px;
  font-weight: bold;
  color: #204959;
}

.menu-item {
  position: relative;
  float: left;
  height: 50px;
  width: auto;
  margin-left: 10px;
}

.menu-item svg {
  float: right;
  width: 20px;
  height: 20px;
  margin-top: 15px;
  fill: #204959;
}

.left-container {
  float: left;
  width: 320px;
  height: calc(100% - 80px);
  padding-top: 10px;
}

.left-container-text {
  float: left;
  width: 100%;
  text-align: center;
  margin-top: 10px;
}

.content {
  float: left;
  width: 100%;
  margin-bottom: 10px;
  overflow-y: auto;
  height: calc(100% - 80px);
}

.menu-sub-item {
  display: none;
  position: absolute;
  background-color: #f1f1f1;
  z-index: 3;
  left: 0;
  border-bottom-left-radius: 10px;
  border-bottom-right-radius: 10px;
}

#aboutus-button .menu-sub-item {
  transform: translateY(70%);
  width: 190%;
}

#ads-button .menu-sub-item {
  transform: translateY(70%);
  width: 150%;
}

.menu-item:hover .menu-sub-item {
  display: block;
}

.menu-sub-item a {
  float: left;
  width: 100%;
}

.menu-main-item {
  position: relative;
  float: left;
  width: 100%;
  background-color: white;
  z-index: 5;
  padding-top: 20px;
}

.ss-dropdown {
  display: flex;
  margin-left: 50%;
  margin-top: 30px;
}

.ss-dropdown.active .ss-dropdown-content {
  display: block;
  position: relative;
}

.ss-dropdown-content {
  display: none;
  position: absolute;
  top: 100%;
  right: 0;
  background-color: #f9f9f9;
  min-width: 100%;
  max-width: 300px;
  box-shadow: 0px 8px 16px 0px rgba(0, 0, 0, 0.2);
  z-index: 1000;
  white-space: nowrap;
}

.ss-dropdown-content .ss-sub-menu a {
  font-weight: normal;
  padding-left: 40px;
}

.ss-dropbtn {
  background-color: transparent;
  color: #204959;
  font-size: 30px;
  border: none;
  cursor: pointer;
  float: left;
}

.ss-dropdown-content a {
  color: black;
  padding: 12px 16px;
  text-decoration: none;
  display: block;
}

.ss-dropdown-content a:hover {
  background-color: #ddd;
}

.footer {
  display: flex;
  flex-direction: column;
  width: 100%;
  height: 150px;
  background-color: black;
}

.footer-logo {
  margin-left: calc(51% - 410px);
  margin-top: 20px;
}

.footer-logo img {
  float: left;
  height: 30px;
  margin-right: 10px;
}

.footer-links-container {
  margin-left: calc(50% - 400px);
  margin-top: 5px;
}

.footer span {
  float: left;
}

.footer-links-container span {
  float: left;
  margin: 10px;
  font-size: 16px;
  color: #2ea3f2;
}

.copyright {
  font-size: 16px;
  margin-top: 10px;
  float: left;
  margin-left: calc(51% - 400px);
  clear: both;
  color: white;
}

@media only screen and (min-width: 320px) and (max-width: 1280px) and (min-height: 569px) and (max-height: 1024px) {
  .menu {
    display: none;
  }

  .header-container {
    display: flex;
    justify-content: center;
  }

  .header {
    display: flex;
    justify-content: space-between;
    width: 100%;
    margin: 0 auto;
    margin-top: 0;
    margin-bottom: 10px;
  }

  .logo {
    margin-right: auto;
  }

  .ss-dropdown {
    margin-left: auto;
    margin-right: 3px;
    position: relative;
  }

  .ss-menu-item .ss-dropdown-content {
    width: 100%;
  }

  .footer-logo,
  .footer-links-container {
    margin-left: 0;
  }

  .footer-logo {
    margin-top: 10px;
    margin-left: calc(30% - 100px);
  }

  .footer-links-container span {
    font-size: 12px;
  }

  .copyright {
    font-size: 13px;
    margin-left: calc(30% - 100px);
  }
}

@media only screen and (min-width: 1280px) and (max-width: 1920px) {
  .ss-dropdown {
    display: none;
  }
  .menu {
    display: flex;
  }
}

@media only screen and (min-width: 320px) and (min-height: 480px) and (max-height: 568px) {
  .menu {
    display: none;
  }

  .header-container {
    display: flex;
    justify-content: center;
  }

  .header {
    display: flex;
    justify-content: space-between;
    width: 100%;
    margin: 0 auto;
    margin-top: 0;
    margin-bottom: 10px;
  }

  .logo {
    margin-right: auto;
  }

  .ss-dropdown {
    margin-left: auto;
    position: relative;
    margin-right: 3px;
  }

  .ss-menu-item .ss-dropdown-content {
    width: 100%;
  }

  .footer-logo,
  .footer-links-container {
    margin-left: 0;
  }

  .footer-logo {
    margin-top: 10px;
    margin-left: calc(30% - 100px);
  }

  .footer-links-container span {
    font-size: 12px;
  }

  .copyright {
    font-size: 13px;
    margin-left: calc(30% - 100px);
  }
}
