@import url("https://fonts.googleapis.com/css2?family=Roboto:ital,wght@0,100;0,300;0,400;0,500;0,700;0,900;1,100;1,300;1,400;1,500;1,700;1,900&display=swap");
* {
  box-sizing: border-box;
  margin: 0;
  padding: 0;
}

body {
  font-family: "Roboto", sans-serif !important;
  font-size: 16px;
  padding: 0;
  color: #000000;
  background: #ffffff;
}

header {
  padding: 30px 30px;
  background-color: #ffffff;
}
header nav {
  color: #6c757d;
}
header nav a {
  font-size: 18px;
  text-decoration: none !important;
  font-weight: bold;
}
header #menu-logo span {
  color: #000000;
  font-weight: bold;
  font-size: 20px !important;
  padding-right: 15px;
}
header #menu-logo img {
  font-family: "Roboto", sans-serif !important;
  width: 180px;
}
@media only screen and (max-width: 600px) {
  header #menu-logo {
    text-align: center;
  }
}
header .logo {
  width: 200px !important;
}

main {
  padding: 0 50px 30px 50px;
}
main .box {
  box-sizing: border-box;
  position: relative;
}
@media only screen and (max-width: 600px) {
  main .box {
    border-right: 0px;
  }
}
main .box .hover-background {
  background: rgba(38, 63, 131, 0.5);
  position: absolute;
  box-shadow: 8px 8px rgba(206, 206, 206, 0.3);
}
main .box .hover-background a {
  border: 5px 5px;
  border-style: solid;
  border-color: #ffffff;
  color: #ffffff;
  width: 120px;
  border-radius: 30px;
  font-weight: bold;
}
main .box .hover-background a:hover {
  border-color: #219fd9;
  background-color: #219fd9;
  color: #ffffff;
}
main .box table th {
  margin-bottom: 0;
  height: 10px;
  vertical-align: middle;
}
@media only screen and (max-width: 1024px) {
  main .box table th {
    border-right: 0px;
    font-size: 14px;
  }
}
@media only screen and (max-width: 414px) {
  main .box table th {
    border-right: 0px;
    font-size: 14px;
  }
}
@media only screen and (max-width: 375px) {
  main .box table th {
    border-right: 0px;
    font-size: 13px;
  }
}
@media only screen and (max-width: 320px) {
  main .box table th {
    border-right: 0px;
    font-size: 11px;
  }
}
main .secondary-title {
  padding: 30px 0 20px 0;
}
main .secondary-title h4 {
  font-size: 25px !important;
}
@media only screen and (max-width: 600px) {
  main .secondary-title {
    text-align: center;
    padding: 20px 13px;
  }
}
@media only screen and (max-width: 600px) {
  main {
    padding: 0 20px 30px 20px;
  }
}

.main {
  padding: 150px 30px;
  color: #ffffff;
  font-weight: bold;
  font-size: 50px;
  font-style: italic;
  background-image: url("../../img/bg-comingsoon.svg");
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
}
.main #mha-text {
  display: flex;
  align-items: center;
  justify-content: left;
}
@media only screen and (max-width: 600px) {
  .main #mha-text {
    font-size: 45px;
    justify-content: center !important;
    text-align: center !important;
  }
}
@media only screen and (max-width: 400px) {
  .main #mha-text {
    font-size: 35px;
  }
}
@media only screen and (max-width: 600px) {
  .main .secondary-logo #mha-logo {
    display: flex;
    flex-direction: column;
    align-items: center;
  }
}
.main .secondary-logo .mha-logo {
  height: 58px !important;
}
@media only screen and (max-width: 600px) {
  .main .secondary-logo .mha-logo {
    margin-bottom: 10px;
  }
}
.main #video-container {
  display: flex;
  flex-direction: column;
  align-items: center;
}
.main #video-container video {
  width: 100%;
  margin-bottom: 10px;
}
.main #video-container p {
  font-size: 24px !important;
}
@media only screen and (max-width: 600px) {
  .main {
    padding: 50px 30px !important;
  }
}

#main {
  background-image: url("../../img/bg-comingsoon.svg");
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
  align-items: center;
  display: flex;
}
#main .coming-soon {
  margin: 0 auto !important;
}

/* 
  new css
*/
.align-center {
  display: flex;
  align-items: center;
  justify-content: center;
}

footer {
  height: 80px;
  text-align: center;
  line-height: 80px;
  font-size: 18px;
}
footer a {
  color: #6c757d !important;
  font-weight: bold;
  text-decoration: underline;
}
footer a:hover {
  color: #007bff !important;
}

/*# sourceMappingURL=style.css.map */
