/*
 * Import nib
 */
/*
 * Grab a custom font from Google
 */
@import url("https://fonts.googleapis.com/css?family=Quicksand");
/*
 * Nib provides a CSS reset
 */
body {
  font-family: 'Quicksand';
  background-color: #faf9f0;
  color: #444;
}
h1 {
  font-family: 'Quicksand';
  font-size: 22.5px;
}
label {
  font-size: 1.25em;
}
header {
  padding: 50px 10px;
  text-align: center;
  background-color: #223385;
  border-bottom: 1px solid #18245d;
  text-shadow: 0px -1px 0px #18245d;
}
header h1 {
  color: #fff;
  font-size: 30px;
}
.main-content {
  margin-top: 20px;
}
.main-content p {
  margin-bottom: 20px;
}
p {
  line-height: 1.8;
}
ul {
  background-color: #faf9f0;
}
ul li {
  background-color: #faf9f0;
}
.tab-title {
  position: relative;
  width: 50%;
  text-align: center;
}
.footer {
  margin: 50px auto;
  border-top: 1px dotted #ccc;
  padding-top: 5px;
  font-size: 13px;
}
#time-till-bag {
  display: -webkit-box;
  display: -moz-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: box;
  display: flex;
  width: 100%;
}
#time-till-bag div {
  width: 25%;
  text-align: center;
  font-size: 15vw;
}
