body {
  background-color: #c8d7e0;
  font-family: "Raleway", sans-serif;
}

.button {
  background: #e9f1f8;
  box-shadow: 4px 4px #2d1733;
  border-color: #2d1733;
  border-width: 1px;
  border-style: solid;
  border-radius: 8px;
}

.box {
  background: #e9f1f8;
  padding: 12px;
  box-shadow: 4px 4px #2d1733;
  border-color: #2d1733;
  border-width: 1px;
  border-style: solid;
  border-radius: 8px;
}

img {
  box-shadow: 4px 4px #2d1733;
  border-color: #2d1733;
  border-width: 1px;
  border-style: solid;
  border-radius: 8px;
  width: 99%;
  height: auto;
  display: block;
}

a {
  box-shadow: 4px 4px #2d1733;
  border-color: #2d1733;
  border-width: 1px;
  border-style: solid;
  border-radius: 8px;
  padding: 10px;
  text-decoration: none;
  color: #2d1733;
}

.row {
  padding-top: 20px;
  padding-bottom: 20px;
}

.box {
  margin-bottom: 80px;
}

h1 {
  font-weight: bold;
  color: #e9f1f8;
  margin-bottom: 0rem;
}

h4 {
  font-weight: bold;
  color: #e9f1f8;
  margin-bottom: 1rem;
}

h5 {
  padding-top: 12px;
}

h1 span {
  background-color: #2d1733;
  box-shadow: 12px 0 0px 0px #2d1733, -32px 0 0px 0px #2d1733;
  border-radius: 0px;
}

h4 span {
  background-color: #2d1733;
  box-shadow: 12px 0 0px 0px #2d1733, -32px 0 0px 0px #2d1733;
  border-radius: 0px;
}

.vertical-line {
  border-left: 4px solid #2d1733;
  padding-left: 12px;
}

ul {
  list-style-type: square;
  padding: 0px;
}

li {
  margin-bottom: 0px;
}

p {
  text-align: justify;
}

#fullpage {
  display: none;
  position: absolute;
  z-index: 9999;
  top: 0;
  left: 0;
  width: 100vw;
  height: 100vh;
  background-size: contain;
  background-repeat: no-repeat no-repeat;
  background-position: center center;
  background-color: black;
}

.iframeContainer {
  position: relative;
  width: 100%;
  height: 0;
  padding-bottom: 56.25%;
}

.video {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}

#float_idx {
  position: fixed;
  top: 0;
  width: 80%;
  text-align: center;
  vertical-align: top;
  display: flex;
}
#float_idx a {
  width: inherit;
  font-size: 2.55vw;
  color: #2d1733;
}
#float_idx a:hover {
  background: #2d1733;
  color: #e9f1f8;
}

.bottomText {
  text-align: center;
  color: #9184a5;
}/*# sourceMappingURL=main.css.map */