/* Pre-Welcome *************************/

#pre-welcome {
  background: #FFF;
  position: fixed;
  display: flex;
  flex-direction: column;
  top: 0px;
  min-height: 100vh;
  width: 100%;
  left: 0px;
  z-index: 10000;
}

.pre-welcome-sup-wrapper {
  height: 100%;
  display: flex; 
  align-items: center;
}

.pre-welcome-row {
  width: 100%;
  position: absolute;
  z-index: 1000;
  margin:auto;
  top: 0px;
  left: 0;
  bottom: 0;
  right: 0;
  padding: 10px 0px;
}

.pre-welcome-wrapper {
  text-align: center;
  width: 100%;
}

.pre-welcome-logo {
  height: 280px;
  padding-bottom: 40px;
}

@media (max-width: 601px) {
  .pre-welcome-logo {
    height: 200px;
  }
}

.pre-welcome-description {
  font-family: 'Roboto';
  max-width: 650px;
  display: block;
  font-size: 20px;
  font-weight: 400;
  color: rgba(0,0,0,0.7);
  margin: auto;
  text-align: center;
  padding-left: 15px;
  padding: 0px 20px;
}

.pre-welcome-labels {
  padding-top: 40px;
}

.pre-welcome-label {
  margin-bottom: 10px;
}

.pre-welcome-label a { /* .pre-welcome-label a,  */
  font-family: 'Roboto';
  color: white;
  padding: 10px 25px;
  border-radius: 5px;
  font-size: 20px;
  font-weight: 400;
  box-shadow: inset 0px 1px 5px rgba(0,0,0,0.2);
  transition: all ease 0.5s;
  width: 100%;
  display: block;
  box-sizing: border-box;
  /* cursor: pointer; */
}

.pre-welcome-label a:hover {
  box-shadow: 0px 1px 3px rgba(0,0,0,0.3);
}

.pre-welcome-follow {
  padding-top: 50px;
}

.pre-welcome-follow a {
  display: inline-block;
  width: 170px;
  cursor: pointer;
  background: #e4e4e4;
  padding: 10px 20px;
  border-radius: 5px;
  text-transform: uppercase;
  color: #252525;
  transition: all ease 0.5s;
  box-shadow: inset 0px 1px 5px rgba(0,0,0,0.2);
}

.pre-welcome-follow a i {
  float: right;
  padding-right: 5px;
  transition: all ease 0.5s;
}

.pre-welcome-follow a:hover {
  background: #ffffff;
  box-shadow: 0px 1px 3px rgba(0,0,0,0.3);
  color: #252525;
}

.pre-welcome-follow a:hover i {
  padding-right: 0px;
}

.pre-welcome-socials {
  margin-top: 50px;
}

.pre-welcome-contact {
  color: #1563af;
  margin-bottom: 25px;
  display: block;
}

.pre-welcome-socials a i {
  /* color: #1fb573; */
  color: #1563af;
  font-size: 22px;
  margin: 0 10px;
}
