body {
  font-family: Dosis;
  color: #FFF;
  box-sizing: border-box;
  background-size: cover;
  min-height: 100%;
  max-width: 100%;
  max-height: auto;
  /* Permalink - use to edit and share this gradient: http://colorzilla.com/gradient-editor/#f2f6f8+0,d8e1e7+50,b5c6d0+51,e0eff9+100;Grey+Gloss+%232 */
  background: #f2f6f8;
  background: -moz-linear-gradient(top, #f2f6f8 0%, #d8e1e7 50%, #b5c6d0 51%, #e0eff9 100%);
  background: -webkit-linear-gradient(top, #f2f6f8 0%, #d8e1e7 50%, #b5c6d0 51%, #e0eff9 100%);
  background: linear-gradient(to bottom, #f2f6f8 0%, #d8e1e7 50%, #b5c6d0 51%, #e0eff9 100%);
  filter: progid: DXImageTransform.Microsoft.gradient( startColorstr='#f2f6f8', endColorstr='#e0eff9', GradientType=0);
}


/* Project Container */
.container {
  width: 100%;
  max-width: 1140px;
  margin: 0 auto;
}


/* Project Title */
h1 {
  color: #80ffaa;
  font-size: 4em;
  text-shadow: 4px 2px 4px rgba(100, 100, 100, 0.4);
  text-align: center;
}

h1 span {
  color: #ff8080;
  text-shadow: 4px 2px 4px rgba(255, 0, 0, 0.4);
}

h2 {
  color: #91b8d4;
  text-align: center;
  margin-top: -40px;
  margin-bottom: 40px;
}

h2 a {
  color: #ff8080;
}


/* Circle Timer */
.circle-clock {
  text-align: center;
  width: 250px;
  height: 250px;
  margin: auto;
  border-radius: 60%;
  border: 5px solid #80ffaa;
  box-shadow: 1px 1px 20px rgba(0, 0, 0, 0.5);
  overflow: hidden;
  cursor: pointer;
  background: #ff8080;
  margin-bottom: 30px;
}

.clock-time {
  font-size: 3em;
  text-align: center;
}

.status {
  font-size: 1.5em;
  margin-top: -40px;
}


/* Time Setters */
.break-setter,
.work-setter {
  display: inline-block;
  color: #FFF;
  text-align: center;
  font-size: 1.0em;
  font-weight: 300;
  width: 240px;
  min-height: 100%;
  max-width: 100%;
  padding: 10px;
  background: #91b8d4;
  border: 5px solid #80ffaa;
  border-radius: 10px;
  box-shadow: 1px 1px 20px rgba(0, 0, 0, .5);
  margin-bottom: 30px;
}

.break-setter p,
.work-setter p {
  font-size: 2em;
  margin-top: -5px;
  margin-bottom: 10px;
}

.break-setter {
  float: left;
  margin-left: 100px;
}

.work-setter {
  float: right;
  margin-right: 100px;
}

button {
  transition: 0.2s;
  color: #80ffaa;
  margin: 2px;
  padding: 2px;
  border-radius: 5px;
  background: #ff8080;
  border: 2px solid #80ffaa;
  font-size: 2em;
  padding: 0px 10px;
  cursor: pointer;
  width: 50px;
  height: 50px;
  line-height: 1.0;
}

.break-time,
.work-time {
  font-size: 2em;
  padding: 0 10px 0 10px;
  cursor: pointer;
}

.setters {
  margin-bottom: 30px;
}


/* Footer */
.footer {
  background: #7EACCC no-repeat 50% 50%;
  background-size: cover;
  min-height: 100%;
  max-width: 100%;
  max-height: auto;
  padding: 5px;
  margin-top: 350px;
  font-size: 1.4em;
  text-align: center;
  margin-left: auto;
  margin-right: auto;
  position: relative;
  min-height: 100%;
  border-top: 8px #80ffaa outset;
}

.footer p,
a {
  color: #FFF;
  text-decoration: none;
  padding: 0px;
}

.footer ul li {
  display: inline;
  margin: 5px;
  text-align: center;
}

.footer .fa {
  color: #FFF;
  text-align: center;
  font-size: 1.3em;
  border: 2px solid #FFF;
  border-radius: 50%;
  padding: 8px;
  margin: 5px;
  width: 40px;
  height: 40px;
  line-height: 1.4;
}

.footer .fa:hover {
  transition: 0.3s;
  text-shadow: 2px 1px 2px #333;
}

.footer .contact .fa:hover {
  background-color: #e6b800;
}

.footer .linkedin .fa:hover {
  background-color: #117BB7;
}

.footer .github .fa:hover {
  background-color: #24478f;
}

.footer .twitter .fa:hover {
  background-color: #007acc;
}

.footer .codepen .fa:hover {
  background-color: #ff6600;
}

.footer .freecodecamp .fa:hover {
  background-color: #009933;
}

.footer p span {
  color: #80ffaa;
}


/* Media Queries */
@media screen and (max-width: 315px) {
  .title {
    font-size: 3.2em;
    line-height: 0.8;
  }
  h2 {
    line-height: 1.1;
    padding-top: 10px;
  }
  .footer {
    margin-top: 50px;
  }
  .footer ul {
    padding-top: 10px;
    margin: 0px;
  }
  .footer ul li {
    width: 100%;
    margin: auto;
  }
  .footer .fa {
    font-size: 1.0em;
    padding: 8px;
    margin: 2px;
    width: 25px;
    height: 25px;
    line-height: 1.2;
    display: inline-block;
  }
}

@media screen and (max-width: 650px) {
  .title {
    line-height: 0.8;
  }
  .circle-clock {
    width: 200px;
    height: 200px;
  }
  .clock-time {
    font-size: 2.6em;
  }
  .space {
    float: center;
  }
  .setters {
    display: flex;
    flex-direction: column;
    justify-content: center !important;
  }
  .break-setter,
  .work-setter {
    margin: auto !important;
    margin-bottom: 20px !important;
  }
  .footer {
    margin-top: 20px !important;
  }
}

@media screen and (max-width: 850px) {
  .circle-clock {
    width: 200px;
    height: 200px;
  }
  .break-setter,
  .work-setter {
    font-size: 0.8em;
    width: 200px;
    height: 100px;
    margin-top: 30px;
  }
  .break-setter p,
  .work-setter p {
    margin-top: -5px;
    margin-bottom: 10px;
  }
  .break-setter {
    margin-left: 50px;
  }
  .work-setter {
    margin-right: 50px;
  }
  button {
    width: 40px;
    height: 40px;
  }
  .footer {
    margin-top: 350px;
  }
  .footer .fa {
    font-size: 1.0em;
    padding: 8px;
    margin: 2px;
    width: 25px;
    height: 25px;
    line-height: 1.2;
    display: inline-block;
  }
}
