/*
 * Globals
 */
 
 
body {
  font-family: 'Manrope', sans-serif;
}


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


/*
 * Base structure
 */

body {
  box-shadow: inset 0 0 5rem rgba(0, 0, 0, .5);
}

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


/*
 * Header
 */

.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;
}


.bg-dark {
  background-image: url("../../img/Coming_Soon_bg.jpg");
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
  min-height: 100vh;
}

.mb-horizon {
  margin-top: 20%;
}

.mb-brand{
	margin-top: 5em;
}


.lead {
  font-size: 1.15rem;
  font-weight: 700;
  letter-spacing: 1rem;
}



.h1, .h2, .h3, .h4, .h5, .h6, h1, h2, h3, h4, h5, h6 {
  margin-top: 0;
  margin-bottom: .5rem;
  font-weight: 100;
  line-height: 1.2;
  font-size:2.7rem;
  letter-spacing: 0.5rem;
}

.fw-bold {
  letter-spacing: 0;
  font-size:1rem;
  background-color:#212d3e;
  color:#758193;
}

.btn-secondary {
  border-color: #0a121c;
}


.brand img{
	width:55%;
}

.btn {
  border-radius: 0 !important;
  padding-left: 2.5rem !important;
  padding-right: 2.5rem !important;
  padding-top: 0.3rem !important;
  padding-bottom: 0.3rem !important;
  font-size: 0.95rem;
  font-weight: 500 !important;
}