body {
	font-family: 'Montserrat', sans-serif;
	font-size: 12px;
	background-color: #000a0c;
   color: 
}


.jumbotron {
	padding: 0!important;
	margin: 0!important;
}

.main-wrapper {
	height: 100vh;
}

.content {
  height: 100%;  
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
}

.pre-title {
	color: #bcad90;
	font-weight: 600;
	font-size: 1.2em;
	text-transform: uppercase;
}	



h1 {
	font-size: 3em; 
	font-weight: 600;
	letter-spacing: 2px;
	margin-bottom: 0.5em;
	text-transform: uppercase;
    color: #E7e7e7;
}

p {
	color: #e7e7e7;
	font-size: 1.2em;
}

.text{
	max-width: 90%;
}


@media (min-width: 992px) {

.text {
	max-width: 80%;
}
    
     }

.btn-primary, .btn-outline-primary{
	border-radius: 0;
	margin-right: 0.5em;
	padding-right: 1em;
	padding-left: 1em;
	}

.btn-primary {
  color: #fff;
  background-color: #bcad90;
  border-color: #bcad90; }
  .btn-primary:hover {
    color: #bcad90;
    background-color: #fff;
    border-color: #bcadaa; }
  .btn-primary:focus, .btn-primary.focus {
    color: #fff;
    background-color: #bcad90;
    border-color: #bcad90;
    box-shadow: 0 0 0 0.2rem rgba(111, 82, 255, 0.5); }
  .btn-primary.disabled, .btn-primary:disabled {
    color: #fff;
    background-color: #bcad90;
    border-color: #bcad90; }
  .btn-primary:not(:disabled):not(.disabled):active, .btn-primary:not(:disabled):not(.disabled).active,
  .show > .btn-primary.dropdown-toggle {
    color: #fff;
    background-color: #bcad90;
    border-color: #bcad90; }
    .btn-primary:not(:disabled):not(.disabled):active:focus, .btn-primary:not(:disabled):not(.disabled).active:focus,
    .show > .btn-primary.dropdown-toggle:focus {
      box-shadow: 0 0 0 0.2rem rgba(111, 82, 255, 0.5); }


.btn-outline-primary,
.wpcf7 input[type=submit] {
  color: #bcad90;
  border-color: #bcad90; }
  .btn-outline-primary:hover, .wpcf7 input:hover[type=submit] {
    color: #fff;
    background-color: #bcad90;
    border-color: #bcad90; }
  .btn-outline-primary:focus,
  .wpcf7 input:focus[type=submit], .btn-outline-primary.focus, .wpcf7 input.focus[type=submit] {
    box-shadow: 0 0 0 0.2rem rgba(85, 51, 255, 0.5); }
  .btn-outline-primary.disabled, .wpcf7 input.disabled[type=submit], .btn-outline-primary:disabled,
  .wpcf7 input:disabled[type=submit] {
    color: #bcad90;
    background-color: transparent; }
  .btn-outline-primary:not(:disabled):not(.disabled):active, .wpcf7 input:not(:disabled):not(.disabled):active[type=submit], .btn-outline-primary:not(:disabled):not(.disabled).active, .wpcf7 input:not(:disabled):not(.disabled).active[type=submit],
  .show > .btn-outline-primary.dropdown-toggle,
  .wpcf7 .show > input.dropdown-toggle[type=submit] {
    color: #fff;
    background-color: #bcad90;
    border-color: #bcad90; }
    .btn-outline-primary:not(:disabled):not(.disabled):active:focus, .wpcf7 input:not(:disabled):not(.disabled):active:focus[type=submit], .btn-outline-primary:not(:disabled):not(.disabled).active:focus, .wpcf7 input:not(:disabled):not(.disabled).active:focus[type=submit],
    .show > .btn-outline-primary.dropdown-toggle:focus,
    .wpcf7 .show > input.dropdown-toggle:focus[type=submit] {
      box-shadow: 0 0 0 0.2rem rgba(85, 51, 255, 0.5); }

