* {
  box-sizing: border-box;
  padding: 0;
  margin: 0;
}

body {
  background-color: #000;
  font-family: 'proxima-nova', sans-serif;
  font-size: 14px;
  color: #F1F2F2;
}

a {
  text-decoration: none;
  color: #BCBEC0;
}

h1 {
  font-size: 18px;
  font-weight: 900;
  letter-spacing: 2.5px;
  text-transform: uppercase;
  text-align: center;
  color: #F1F2F2;
  margin: 20px 0 40px 0;
}

h3 {
  font-size: 16px;
  letter-spacing: 2px;
  color: #F1F2F2;
  text-transform: uppercase;
  margin: 20px 20px;
}

p {
  line-height: 1.75em;
  margin: 0 20px 10px 20px;
}


.copyright {
  color: #BCBEC0;
  font-size: 12px;
  text-align: center;
}

header {
  background-color: #231f20;
  height: 155px;
  margin-bottom: 150px;
}

.logo {
  padding-top: 25px;
  text-align: center;
}

.logo img {
  max-width: 225px;
}

.container {
  width: 960px;
  max-width: 100%;
  margin: 0 auto;
}

.social-icons {
  display: flex;
  width: 100%;
  margin: auto;
  padding: 0 40px 40px 40px;
  justify-content: center;
}

.icon {
  margin: 0 40px;
  max-width: 80px;
  min-width: 45px;
}

.icon img {
  max-width: 100%;
}

#banner {
  display: flex;
  flex-direction: row;
  align-items: stretch;
  overflow: hidden;
  justify-content: center;
  margin: 40px 0 0 0;
  max-height: 200px;
}

.banner-img {
  max-width: 400px;
}

.banner-img img {
  max-width: 100%;
}

footer {
  padding: 50px 25px 25px 40px;
}

ul {
  text-align: center;
  margin-bottom: 50px;
}

ul li {
  list-style: none;
  display: inline;
  padding-right: 25px;
}
