
* {
  margin: 0;
  padding: 0;
  box-sizing: border-box;
}

body {
  font-family: 'Raleway', sans-serif;
  font-size: 14px;
  line-height: 26px;
  color: #2c3e50;
}

header {
  background: #ecf0f1;
  display: flex;
  align-items: center;
  justify-content: center;
  height: 100vh;
}

header h1 {
  text-align: center;
  font-size: 36px;
  line-height: 42px
}

header h1 span {
  display: block;
  font-size: 22px;
}

.container {
  width: 960px;
  margin: 0 auto;
}

section {
  position: relative;
  min-height: 300px;
}

h3 {
  text-transform: uppercase;
  font-size: 22px;
  line-height: 28px;
  padding: 40px 0 20px;
  border-bottom: 1px solid #ececec
}

p { padding: 20px 0 40px; }

.lead {
  font-size: 30px;
  line-height: 36px;
  text-align: center;
  padding: 40px 0;
}

.section-one {
  height: 500px;
  background: url(https://unsplash.it/2508/1672?image=656) no-repeat 50% 50%;
  background-size: cover;
}

.section-two {
  height: 500px;
  overflow: hidden;
}

.section-two figure {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  display: flex;
  align-items: center;
}

.section-two figure img { width: 100%; }

.section-two .lead {
  position: absolute;
  width: 100%;
  bottom: 30px;
  z-index: 2;
  font-size: 40px;
  color: #fff;
  text-transform: uppercase;
}

footer {
  height: 100vh;
  padding: 40px;
  text-align: center;
  font-size: 18px;
  line-height: 32px;
}

footer small {
  line-height: 22px;
  display: inline-block;
  color: #777;
}
