html, body {
  height: 100%;
}

nav {
  height: 4rem;
}

.home {
  padding-top: 5rem;
  background-image: url('img/gbr2.jpg');
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
  height: 100vh;
  margin: 0;
  padding: 0;
  opacity: 0.85;
}
h1, h2, h3, h4, h5, h6 {
  font-family: 'Raleway', sans-serif;
  margin: 0 0 15px;
  font-weight: 500;
}
h1 {
  padding-top: 15rem;
  font-size: 48px;
  line-height: 50px;
}
h2 {
  font-size: 38px;
  line-height: 40px;
}

h3 {
  font-size: 30px;
  line-height: 32px;
}

h4 {
  font-size: 24px;
  line-height: 26px;
}

h5 {
  font-size: 20px;
  line-height: 22px;
}

h6 {
  font-size: 16px;
  line-height: 20px;
}
.text-center h1, h3 {
  color: #fff;
}
.nav-link {
	font-family: "Times New Roman", Times, serif;
	font-size: 18px;
}
#projects {
  background-color: #273746;
}

section {
  padding-top: 5rem;
}

footer {
	margin-top: 3rem;
	background-color: #273746
}
