body {
  background-color: #EBEDEF;
  margin: 0px;
  overflow-x: hidden;
  font-family: 'Lato', sans-serif;
  font-size: 18px; }
  body a[target="_blank"]::after {
    content: url("/images/new_tab_icon2.png"); }

#content {
  position: relative;
  left: 50%;
  transform: translateX(-50%);
  max-width: 1800px;
  margin: 0px;
  color: #25274D;
  text-align: center;
  display: flex;
  flex-direction: column; }

a:link {
  color: #29648A;
  text-decoration: underline; }

a:visited {
  color: #29648A;
  text-decoration: underline; }

.level {
  width: 100%;
  display: flex;
  flex-direction: row;
  flex-wrap: wrap;
  justify-content: center;
  align-items: center;
  margin-bottom: 50px; }
  .level h1 {
    margin: 10px;
    font-size: 26px; }
  .level h2 {
    margin: 10px;
    font-size: 24px;
    text-align: center; }
  .level p {
    margin: 20px; }

#level1 {
  height: 500px; }

#home_banner_div {
  top: -60%;
  position: relative;
  padding: 20px;
  background-image: radial-gradient(#ebedef, rgba(235, 237, 239, 0)); }

#level2 {
  max-width: 1000px;
  position: relative;
  left: 50%;
  transform: translateX(-50%);
  flex-direction: column; }

#h1_description {
  margin-bottom: 100px; }

.level_left {
  flex-grow: 1;
  min-width: 300px;
  max-width: 900px; }

#level3left {
  text-align: left;
  max-width: 600px; }
  #level3left h1 {
    text-align: center; }
  #level3left ul {
    margin-bottom: 50px; }
  #level3left li {
    margin: 20px; }

#level3right {
  overflow-y: hidden; }

.level_right {
  flex-grow: 1;
  min-width: 300px;
  max-width: 900px; }

#level4 {
  max-width: 1000px;
  position: relative;
  left: 50%;
  transform: translateX(-50%);
  flex-direction: column; }
  #level4 p {
    margin-bottom: 50px; }

#level5 {
  flex-wrap: wrap-reverse; }

#level5right {
  text-align: left;
  max-width: 600px; }
  #level5right h1 {
    text-align: center; }
  #level5right ul {
    margin-bottom: 50px; }
  #level5right li {
    margin: 10px; }

#level6 {
  max-width: 1000px;
  position: relative;
  left: 50%;
  transform: translateX(-50%);
  flex-direction: column; }
  #level6 p {
    margin-bottom: 50px; }

.welcome_video_container {
  max-width: 700px;
  position: relative;
  left: 50%;
  transform: TranslateX(-50%); }
  .welcome_video_container video {
    width: 100%;
    height: auto; }

.welcome_highlight1 {
  font-size: 19px;
  font-weight: bold; }

.word_array_class_1 {
  color: #9699C5;
  z-index: 1; }

.word_array_class_2 {
  color: #BCBFEB;
  z-index: 1; }

.word_array_class_3 {
  color: #CCCED0;
  z-index: 1; }

#word_wall_1 {
  overflow-y: hidden;
  height: 100%;
  text-align: justify;
  -webkit-mask-image: -webkit-radial-gradient(center, 800px 250px, black, rgba(0, 0, 0, 0)); }

#welcome_link_to_home {
  font-size: 36px;
  display: block;
  padding-top: 20px; }

.same_line {
  white-space: nowrap; }

#background_words {
  height: 500px;
  width: 100%;
  background-image: url("/images/wordwall.png");
  -webkit-mask-image: -webkit-radial-gradient(center, 800px 250px, black, rgba(0, 0, 0, 0)); }

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