@font-face {
  font-family: 'Material Icons';
  font-style: normal;
  font-weight: 400;
  src: url(/font/MaterialIcons-Regular.eot);
  src: local('Material Icons'),
       local('MaterialIcons-Regular'),
       url(/font/MaterialIcons-Regular.woff2) format('woff2'),
       url(/font/MaterialIcons-Regular.woff) format('woff'),
       url(/font/MaterialIcons-Regular.ttf) format('truetype');
}
.material-icons {
  font-family: 'Material Icons';
  font-weight: normal;
  font-style: normal;
  font-size: 24px;
  display: inline-block;
  line-height: 1;
  text-transform: none;
  letter-spacing: normal;
  word-wrap: normal;
  white-space: nowrap;
  direction: ltr;
  -webkit-font-smoothing: antialiased;
  text-rendering: optimizeLegibility;
  -moz-osx-font-smoothing: grayscale;
  font-feature-settings: 'liga';
}

* { font-family: "Arial", sans-serif; }
html, body { height: 100%; width: 100%; margin: 0; }
a { color: rgba(136,45,97,1); }
a:visited { color: rgba(136,45,97,1); }
footer {
  width: 100%;
  height: 16px;
  font-size: 12px;
  margin-top: 30px;
  margin-bottom: 10px;
}
footer .footerItem {
  display: inline-block;
  vertical-align: middle;
  margin-left: 10px;
  margin-right: 10px;
}
.topMenuMiddleAlign {
  display: inline-block;
  height: 100%;
  width: 0%;
  vertical-align: middle;
}
.black_color { color: #000000; }

.indexBody {
  height: 100%;
  overflow-y: auto;
}
.indexBG {
  background-color: #882D61;
  height: 10vh;
  min-height: 70px;
  padding: 0 1%;
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  box-sizing: border-box;
}
.indexBG a { color: white; }
.indexBG a:visited { color: white; }
.indexBG img {
  height: 80%;
  width: auto;
  flex-shrink: 0;
}
.indexLoginBox {
  display: flex;
  align-items: center;
  margin-left: auto;
}
@media (max-width: 600px) {
  .indexBG {
    height: auto;
    padding: 10px 1%;
  }
  .indexBG img {
    height: 44px;
  }
  .indexLoginBox {
    width: 100%;
    margin-left: 0;
    justify-content: center;
    padding-top: 6px;
    padding-bottom: 4px;
  }
}
.indexButton {
  background-color: rgba(45, 136, 45, 1);
  border: 2px solid rgba(45, 136, 45, 0.5);
  color: white;
  padding: 15px 32px;
  text-align: center;
  text-decoration: none;
  display: inline-block;
  font-size: 16px;
  font-family: 'Roboto', 'Helvetica', 'Arial', sans-serif;
}
.indexButton.login {
  background-color: #fff;
  color: rgba(136,45,97,1);
  border: 2px solid rgba(136,45,97,0.5);
}
.indexButton.login:visited { color: rgba(136,45,97,1); }
.indexInnerBody { margin: 2%; }
.indexInnerBody h1 { text-align: center; }
.indexHeaderImgContainer {
  width: 104%;
  height: 400px;
  margin-left: -2%;
  margin-top: -2%;
  position: relative;
}
.indexHeaderImgContainer img {
  object-fit: cover;
  width: 100%;
  max-height: 100%;
}
.indexHeaderImgContainer h1 {
  width: 100%;
  text-align: center;
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  color: #fff;
}
.indexIconContainer {
  width: 100%;
  text-align: center;
  margin-top: 2%;
  margin-bottom: 2%;
}
.indexIconContainer span {
  display: inline-block;
  font-size: 5vw;
  margin-left: 5%;
  margin-right: 5%;
}
