.primary {
  background-color: green !important;
}

.primary-text {
  color: green !important;
}

.primary-border {
  border: green !important;
}

.white {
  background-color: white !important;
}

.white-text {
  color: white !important;
}

.white-border {
  border-color: white !important;
}

.white-fill {
  fill: white !important;
}

.gray {
  background-color: #A9A9A9;
}

.gray-text {
  color: #A9A9A9 !important;
}

.black {
  background-color: black !important;
}

.black-text {
  color: black !important;
}

.black-border {
  border-color: black !important;
}

body {
  /* Safari 4.0 - 8.0 */
}
body .small-header {
  height: 25vh;
  align-items: start;
}
body header {
  height: 100vh;
  transition: height 300ms;
  display: flex;
  align-items: center;
  justify-content: center;
  flex-wrap: wrap;
}
body .shadow {
  box-shadow: 0 3px 6px rgba(0, 0, 0, 0.16), 0 3px 6px rgba(0, 0, 0, 0.23);
}
body #fromTo {
  display: flex;
  margin-top: -50px;
  width: 800px;
  justify-content: space-evenly;
  padding: 10px 50px;
  align-items: center;
  height: 90px;
  z-index: 3;
}
body main {
  display: flex;
  justify-content: center;
  flex-direction: column;
  align-items: center;
}
body main div {
  display: flex;
  justify-content: center;
}
body main .wrapper {
  padding: 0 20%;
}
body #fromTo .roundButton {
  display: flex;
  align-items: center;
  justify-content: center;
}
body .roundButton {
  width: 55px;
  height: 55px;
  border-radius: 50%;
  cursor: pointer;
  box-shadow: 0px 2px 5px #666;
}
@media screen and (max-width: 800px) {
  body .entity {
    box-shadow: none !important;
    border-bottom: 1px green solid;
  }
  body .small-header {
    height: 30vh;
  }
  body header {
    height: 90vh;
    position: relative;
    bottom: 0;
  }
  body #fromTo {
    width: 60vw;
    flex-direction: column;
    height: 190px !important;
    border-radius: 10px;
  }
}
body #loader {
  position: relative;
  -webkit-animation: mymove 3s infinite;
  /* Safari 4.0 - 8.0 */
  animation: mymove 3s infinite;
  height: 80px;
  margin-bottom: 60px;
}
@-webkit-keyframes mymove {
  from {
    left: -10%;
  }
  to {
    left: 100%;
  }
}
@keyframes mymove {
  from {
    left: -10%;
  }
  to {
    left: 100%;
  }
}
body .entity {
  width: 300px;
  padding: 10px;
  flex-direction: column;
  border-radius: 10px;
  margin: 10px;
}
body .entity-content {
  display: flex;
  justify-content: space-between;
}
body .entity-content div {
  display: flex;
  justify-content: space-between;
}
body .entity-content div:first-child {
  width: 80px;
  text-align: center;
  justify-content: left;
  margin-left: 20px;
  border-right: green 1px solid;
}
body .entity-content div:nth-child(2) {
  display: flex;
  flex-direction: column;
  margin-right: 40px;
}
body #logo {
  width: 300px;
  margin-top: -100px;
}

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