body {
   font-family: 'Roboto', sans-serif !important;
}

header {
  padding-bottom: 20px;
}

.logo {
  max-height: 150px;
  margin: 40px 0 10px 0;
}

header h2 {
  padding-top:30px;
  padding-bottom: 20px;
  color: #b1b3b3;
  font-weight: 300;
  font-size: 45px;
}

#social {
  font-size: 60px;
}

#social a {
  color: #3B5998;
}

#social a:hover {
  color: #4d73c4;
}

#timer {
  background-color: #91d6ac;
  height: 250px;
}

#timer .container {
  padding: 60px 0;
}

#timer .container div {
  font-size: 70px;
  padding: 0 15px;
  font-weight: 300;
  color: white;
  display: inline-block;
}

#timer span {
  display: block;
  font-size: 18px;
}

#contact {
  padding-top: 10px;
}

#contact h3 {
  text-align: center;
  font-size: 40px;
  padding-bottom: 20px;
}

#contact p {
  font-size: 16px;
}

footer {
  background-color: #333;
  color: white;
  height: 100px;
  padding-top: 40px;
  margin-top: 20px;
}