/* Generated by less 2.5.1 */
/* LESS Document */
/* 
File Name: style.less
Date: 05/04/2018 
Programmer: Jeremy Braun
*/
/* LESS Document */
/*
Filename: palette.less
Date: 05/04/2018 
Programmer: Jeremy Braun
*/
/* LESS Document */
/*
Filename: mixins.less
Date: 05/04/2018 
Programmer: Jeremy Braun
*/
body {
  font-family: 'Source Sans Pro', sans-serif;
  color: #000000;
  font-size: 18px;
}
body header {
  width: 100%;
  background: #000000;
  height: 60px;
  line-height: 60px;
}
body header .hamburger {
  background: none;
  position: absolute;
  top: 0;
  right: 0;
  line-height: 45px;
  padding: 5px 15px 0px 15px;
  color: #ffffff;
  border: 0;
  font-size: 1.4em;
  font-weight: bold;
  cursor: pointer;
  outline: none;
  z-index: 10000000000000;
}
body header .cross {
  background: none;
  position: absolute;
  top: 0px;
  right: 0;
  padding: 7px 15px 0px 15px;
  color: #ffffff;
  border: 0;
  font-size: 3em;
  line-height: 65px;
  font-weight: bold;
  cursor: pointer;
  outline: none;
  z-index: 10000000000000;
}
body nav {
  z-index: 1000000;
  font-weight: bold;
  width: 100%;
  background: #ffffff;
  position: absolute;
  text-align: center;
  font-size: 12px;
}
body nav ul {
  margin: 0;
  padding: 0;
  list-style-type: none;
  list-style-image: none;
}
body nav ul li a {
  text-decoration: none;
  margin: 0px;
  color: #000000;
}
body nav ul li a:active {
  color: #ff0000;
}
body nav li {
  display: block;
  padding: 15px 0 15px 0;
  border-bottom: #dddddd 1px solid;
}
body nav li:hover {
  background: #dddddd;
}
body nav li:active {
  display: block;
  background: #dddddd;
  padding: 15px 0 15px 0;
  border-bottom: #dddddd 1px solid;
}
body main section {
  padding: 1em;
}
body main .weather {
  background-color: #474747;
}
body main .weather p {
  color: #ffffff;
}
body main .hero {
  height: 200px;
}
body main .times {
  background-image: url(../images/bike-line.jpg);
  background-size: cover;
  background-position: center;
}
body main .times article {
  background-color: #ffffff;
  border-radius: 10px;
  opacity: .8;
}
body main .twitter-timeline {
  max-height: 500px;
  width: 340px;
}
body main .fade {
  -webkit-animation-name: fade;
  -webkit-animation-duration: 1.5s;
  animation-name: fade;
  animation-duration: 4s;
}
@-webkit-keyframes fade {
  from {
    opacity: 0.9;
  }
  to {
    opacity: 1;
  }
}
@keyframes fade {
  from {
    opacity: 0.9;
  }
  to {
    opacity: 1;
  }
}
body main .return {
  text-align: center;
}
body main h2 {
  color: #000000;
  letter-spacing: .1em;
  text-align: center;
  font-size: 2em;
  font-weight: bold;
  padding-bottom: .5em;
  padding-top: .5em;
}
body main h3 {
  color: #000000;
  letter-spacing: .1em;
  text-align: center;
  font-size: 1.25em;
  font-weight: bold;
  padding-top: .5em;
  padding-bottom: .5em;
}
body main p {
  color: #000000;
  text-align: center;
  font-size: 1em;
  padding-bottom: 1em;
}
body main form {
  width: 80%;
  margin-left: auto;
  margin-right: auto;
  padding-bottom: 1em;
}
body main form table tr td {
  vertical-align: top;
}
body main form table tr td select {
  margin-bottom: 1.5em;
}
body main form input {
  margin-bottom: 1.5em;
}
body footer {
  background-color: #000000;
  padding-top: 1em;
  padding-bottom: 1em;
  color: #ffffff;
  text-align: center;
  font-size: 1em;
}
body footer .social {
  padding-bottom: 1em;
}
body footer .fa {
  margin-left: 15px;
  border-radius: 50%;
  padding: 10px;
  font-size: 20px;
  width: 40px;
  text-align: center;
  text-decoration: none;
}
body footer .fa:hover {
  opacity: 0.7;
}
body footer .fa-facebook {
  background: #3B5998;
  color: white;
}
body footer .fa-twitter {
  background: #55ACEE;
  color: white;
}
body footer p {
  padding-bottom: 1em;
}
/*

TABLET STYLESHEET

The following CSS affects all screen sizes larger than 480 pixels wide.

*/
@media only screen and (min-width: 481px) {
  body {
    line-height: 1.75em;
  }
  body main .hero {
    height: 400px;
  }
  body main form {
    width: 50%;
  }
  body main form table tr td {
    padding-right: 1em;
    padding-left: 1em;
  }
}
/*

DESKTOP STYLESHEET

The following CSS affects all screen sizes larger than 1024 pixels wide.

*/
@media only screen and (min-width: 1025px) {
  body main .hero {
    height: 600px;
    overflow-y: hidden;
  }
  body main form {
    width: 30%;
  }
  body main form table tr td select {
    margin-right: 20px;
    overflow-y: auto;
  }
}
