body {
  background-image: url("./assets/background_blur.png");
  background-color: #000000;
  background-repeat: no-repeat;
  background-attachment: fixed;
  background-position: center;
  margin: 0;
  background-size: auto 110%;
}

.logo_main  {
stroke: white;
stroke-width: 8px;
stroke-linecap: round;
stroke-dasharray: 1200;
stroke-dashoffset: 1200;
animation: dash 2s ease-in forwards;
}

@keyframes dash {
  to {
    stroke-dashoffset: 0;
  }
}


.logo_stripe  {
stroke: red;
stroke-width: 8px;
stroke-linecap: round;
stroke-dasharray: 400;
stroke-dashoffset: 400;
animation: dash 3s linear forwards;
}

@keyframes dash {
  to {
    stroke-dashoffset: 0;
  }
}



.glyph-lrg {
  font-size: 100%
}

.footer {
  align-content: end;
}

.socials {
  font-size: 4em;
  color: white;
  margin-left: 0.25em;
  margin-right: 0.25em;
  opacity: 0.6;
}

.socials:hover {
  opacity: 1;
}

.flex-padding {
  flex-grow: 1;

}

.footer {
  margin-top:auto;
  list-style: none;
  -ms-box-orient: horizontal;
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -moz-flex;
  display: -webkit-flex;
  display: flex;
  flex-direction: row;
  justify-content: center;

}

.item-wide {
  flex-grow: 1;
  height: 0;
}


.flex-wrapper {

  list-style: none;
  -ms-box-orient: horizontal;
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -moz-flex;
  display: -webkit-flex;

  display: flex;
  flex-direction: row;
  justify-content: center;

}

.main-wrapper {

  list-style: none;
  -ms-box-orient: horizontal;
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -moz-flex;
  display: -webkit-flex;
  min-height: 94%;
  display: flex;
  flex-direction: column;

}

.nowrap  {
  -webkit-flex-wrap: nowrap;
  flex-wrap: nowrap;
}



.flex-item {
  text-align: center;
}

.center {
  text-align: center;
}

.width_adjust {
  max-width: 410px;
}

.mainpadtop {
  padding-top: 2.5%;
}


.width-pad  {
  width: 5%;
}


.main-width-common {
  background-color: rgba(0, 0, 0, 0.45);
  border-radius: 0px;
  height: 100%;
  max-width: 800px;
/*  margin: auto; */
  margin-left: auto;
  margin-right: auto;
}

.main-title-common {
  font-family: 'Montserrat', sans-serif;
  color: white;
  text-align: left;
  opacity: 0.9;
}

.sub-title-common {
  font-family: 'Montserrat', sans-serif;
  color: white;
  text-align: left;
  opacity: 0.9;
}

@media all and (orientation: landscape) and (max-height: 450px) and (max-width: 900px) {
  .main-title {
    font-size: 2rem;
  }
  .sub-title {
    font-size: 1rem;
  }
  .main-width {
    min-width: 100%;
  }
  .biglogo {
    width: 7em;
  }
}


@media only screen and (min-width: 800px) and (min-height: 600px)   {
  .main-title {
    font-size: 4rem;
  }
  .sub-title {
    font-size: 1.5rem;
  }
  .main-width {
    min-width: 100%;
  }
  .biglogo {
    width: 9em;
  }
}

@media only screen and (max-width: 799px) and (min-height: 600px)  {
  .main-title {
    font-size: 2.5rem;
  }
  .sub-title {
    font-size: 1.125rem;
  }
  .main-width {
    min-width: 100%;
  }
  .biglogo {
    width: 7em;
  }
  .width-pad  {
    width: 0%;
  }
}
