body {
  font-family: "Montserrat", "Helvetica Neue", Helvetica, Arial, sans-serif;
}

h1,
h2,
h3,
h4,
h5,
h6 {
  font-family: "Montserrat", "Helvetica Neue", Helvetica, Arial, sans-serif;
  font-weight: 700;
}

header.masthead {
  position: relative;
  background-color: #343a40;
  background: url("../images/coming-soon/coming-soon.jpg") no-repeat center center;
  background-size: cover;
  padding-top: 288px;
  padding-bottom: 150px;
  
}

header.masthead .overlay {
  position: absolute;
  background-color: #212529;
  height: 100%;
  width: 100%;
  top: 0;
  left: 0;
  opacity: 0.3;
}

header.masthead h1 {
  font-size: 32px;
}

@media (min-width: 768px) {
  header.masthead {
    padding-top: 288px;
    padding-bottom: 150px;
  }
  header.masthead h1 {
    font-size: 48px;
  }
}

.card {
	background: rgba(0,0,0, 0.4);
	box-shadow: 0 4px 8px 0 rgba(231, 67, 16, 0.2);
	max-width: 300px;
	margin: auto;
	text-align: center;
	font-family: arial;
	border-radius: 10px;
	padding: 10px 40px;
	margin-bottom: 10px;
	color: white;
}
.description {
	padding-bottom: 20px;
	font-size: 20px;
}

/* Adds a line between divs*/
.line {
    border-left-width: 1px;
    border-left-style: solid;
    border-left-color: white;
}
.gap {
	margin-bottom: 20px;
	color: white;
}

