body,
html {
  width: 100%;
  height: 100%;
}

body {
  font-family: 'Montserrat';
  background-color:#e6e6e6;
}

.logo {
	width: 50%;
}

@media (max-width: 992px) {
  .logo {
	  width: 95%;
  }
}

h1,
h2,
h3,
h4,
h5,
h6 {
  font-weight: 700;
}

.masthead {
  min-height: 30rem;
  position: relative;
  display: table;
  width: 100%;
  height: auto;
  padding-top: 8rem;
  padding-bottom: 8rem;
  background: linear-gradient(90deg, rgba(255, 255, 255, 0.1) 0%, rgba(255, 255, 255, 0.1) 100%);
  background-position: center center;
  background-repeat: no-repeat;
  background-size: cover;
}

.masthead h1 {
  font-size: 4rem;
  margin: 0;
  padding: 0;
}

@media (min-width: 992px) {
  .masthead {
    height: 100vh;
  }
  .masthead h1 {
    font-size: 5.5rem;
  }
}

a {
  color: inherit;
}

a:hover, a:focus, a:active {
  color: #155d74;
}