/*
 * Globals
 */

/* Links */
a,
a:focus,
a:hover {
  color: #fff;
}

/* Custom default button */
.btn-secondary,
.btn-secondary:hover,
.btn-secondary:focus {
  color: #333;
  text-shadow: none; /* Prevent inheritance from `body` */
  background-color: #fff;
  border: .05rem solid #fff;
}


/*
 * Base structure
 */

html,
body {
    height: 100%;
    background:linear-gradient(180deg, #000000 0%,#031125 100%);
    background-position:center;
    background-size:cover;
    background-repeat: no-repeat;
    font-family: 'Merriweather', serif;
}

body {
  display: -ms-flexbox;
  display: flex;
  color: #fff;
  text-shadow: 0 .05rem .1rem rgba(0, 0, 0, .5);
  box-shadow: inset 0 0 5rem rgba(0, 0, 0, .5);
}

.cover-container {
  max-width: 42em;
}






/*
 * Header
 */
.masthead {
  margin-bottom: 2rem;
}

.masthead-brand {
  margin-bottom: 0;
}

.nav-masthead .nav-link {
  padding: .25rem 0;
  font-weight: 700;
  color: rgba(255, 255, 255, .5);
  background-color: transparent;
  border-bottom: .25rem solid transparent;
}

.nav-masthead .nav-link:hover,
.nav-masthead .nav-link:focus {
  border-bottom-color: rgba(255, 255, 255, .25);
}

.nav-masthead .nav-link + .nav-link {
  margin-left: 1rem;
}

.nav-masthead .active {
  color: #fff;
  border-bottom-color: #fff;
}

@media (min-width: 48em) {
  .masthead-brand {
    float: left;
  }
  .nav-masthead {
    float: right;
  }
}


/*
 * Cover
 */
.cover {
  padding: 0 1.5rem;
}
.cover .btn-lg {
  padding: .75rem 1.25rem;
  font-weight: 700;
}


/*
 * Footer
 */
.mastfoot {
  color: rgba(255, 255, 255, .5);
}







#loading {
  margin-top: 2rem;
}
.preloader-dots {
  height: 50px;
  width: 200px;
  margin: 0 auto;
}
.dot-letter {
  color: #43BCCD;
  font-weight: 600;
}
.dot-container {
  -webkit-animation: moveit 1.8s infinite;
  animation: moveit 1.8s infinite;
  display: inline-block;
}
.preloader-dots .dot {
  display: inline-block;
  background: #43BCCD;
  height: 8px;
  width: 8px;
  border-radius: 50%;
}

.dot-container:nth-child(2) {
  -webkit-animation-delay: .1s;
  animation-delay: .1s;
}

.dot-container:nth-child(3) {
  -webkit-animation-delay: .2s;
  animation-delay: .2s;
}

.dot-container:nth-child(4) {
  -webkit-animation-delay: .3s;
  animation-delay: .3s;
}

.dot-container:nth-child(5) {
  -webkit-animation-delay: .4s;
  animation-delay: .4s;
}

.dot-container:nth-child(6) {
  -webkit-animation-delay: .5s;
  animation-delay: .5s;
}

.dot-container:nth-child(7) {
  -webkit-animation-delay: .6s;
  animation-delay: .6s;
}

.dot-container:nth-child(8) {
  -webkit-animation-delay: .7s;
  animation-delay: .7s;
}

@-webkit-keyframes moveit {
  0% {
    -webkit-transform: translateY(0px);
    transform: translateY(0px);
  }
  35% {
    -webkit-transform: translateY(0px);
    transform: translateY(0px);
    opacity: 0.3;
  }
  50% {
    -webkit-transform: translateY(-20px);
    transform: translateY(-20px);
    opacity: 0.8;
  }
  70% {
    -webkit-transform: translateY(3px);
    transform: translateY(3px);
    opacity: 0.8;
  }
  85% {
    -webkit-transform: translateY(-3px);
    transform: translateY(-3px);
  }
}

@keyframes moveit {
  0% {
    -webkit-transform: translateY(0px);
    transform: translateY(0px);
  }
  35% {
    -webkit-transform: translateY(0px);
    transform: translateY(0px);
    opacity: 0.3;
  }
  50% {
    -webkit-transform: translateY(-20px);
    transform: translateY(-20px);
    opacity: 0.8;
  }
  70% {
    -webkit-transform: translateY(3px);
    transform: translateY(3px);
    opacity: 0.8;
  }
  85% {
    -webkit-transform: translateY(-3px);
    transform: translateY(-3px);
  }
}



.logo {
    
    width: 100%;
    
    max-width: 200px;
    
    margin: 50px 0 50px 0;
    
}


@media screen and (max-width: 1024px) {
	.logo {
		margin: 10px 0 20px 0;
	}
    
    .outline {
        line-height: 1.2;
        padding: 5px 0 5px 0;
    }
    
    #loading {
  margin-top: 1rem;
}
}



@media screen and (max-width: 767px) {
	
    
    
    .cover {
  padding: 0 1.5rem;
}
    
}


@media screen and (min-width: 768px) {
	
    
    
    .cover {
  padding: 10rem 1.5rem;
}
    
}


@media screen and (min-width: 1025px) {
	
    
    
    .cover {
  padding: 0 1.5rem;
}
    
}




.outline {
  -webkit-text-stroke: 1px white;
  color: transparent;
    font-size: 50px;
    
        font-family: 'Montserrat', sans-serif;
}



.lead {
    
    font-size: 1rem;
    
}