/* Generated by less 2.5.1 */
/*
File Name: style.less
Date: 5/30/2016
Programmer: Erik Burnham
*/
/* MOBILE STYLESHEET */
/* Color Palette */
/* Color Palette: Cosmic Tiger
  http://http://www.colourlovers.com/palette/140273/cosmic_tiger */
/* Other Decoration Declarations */
/*
File Name: reset.css
Date: 08/06/2016
Programmer: Erik Burnham
*/
/*---------------------------------------------------
    LESS Elements 0.9
  ---------------------------------------------------
    A set of useful LESS mixins
    More info at: http://lesselements.com
  ---------------------------------------------------*/
/* End Other Decoration Declarations */
/* Parametric mixins for font attributes */
/* End parametric mixins for font attributes */
/* Parametric mixins for box attributes */
/* End parametric mixins for box attributes */
/* Parametric mixins for text-related selector attributes */
/* End parametric mixins for text-related selector attributes */
/* MOBILE STYLESHEET */
body {
  font-family: "Open Sans", sans-serif;
  font-size: 16px;
  line-height: 1.5em;
  background-color: #ffffff;
  color: #000000;
}
body h2 {
  font-weight: bold;
  padding-bottom: 1em;
}
body li {
  display: inline;
  margin-left: 10px;
}
a {
  text-decoration: none;
}
a:visited {
  color: #eb3121;
}
a:hover {
  font-style: italic;
}
header {
  color: #ffffff;
  padding-top: 100px;
  padding-bottom: 10px;
  text-transform: uppercase;
  font-family: 'Montserrat', sans-serif;
  background-image: url(../images/tiger_eyes.jpg);
  background-repeat: no-repeat;
  background-position: center;
  background-size: 100%;
}
header h1 {
  text-align: center;
  font-size: 3em;
}
nav {
  line-height: 1.5;
  font-size: 1.25em;
  background-color: #fa6125;
}
nav li {
  display: block;
  margin-left: 40%;
}
nav a:link {
  color: #ffffff;
}
nav a:visited {
  color: #eb3121;
}
nav a:hover {
  font-style: italic;
}
main h2 {
  padding-top: 1em;
  font-size: 2em;
  text-align: center;
}
main p {
  padding: .5em;
}
main img {
  position: center;
  width: 100%;
}
main figcaption {
  text-align: center;
  font-size: .75em;
  padding: .25em;
}
footer {
  background-color: #ffb340;
}
footer h2 {
  padding-top: 1em;
  text-align: center;
  font-family: 'Montserrat', sans-serif;
}
footer a:link {
  color: #ffffff;
}
footer a:visited {
  color: #000000;
}
footer a:hover {
  font-style: italic;
}
/*TABLET STYLESHEET

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

*/
@media only screen and (min-width: 481px) {
  header h1 {
    font-size: 5em;
    padding-top: 2em;
    padding-bottom: .5em;
  }
  nav {
    padding-top: 1em;
    padding-bottom: 1em;
  }
  nav li {
    margin-left: 17%;
    font-size: 1.5em;
    display: inline;
    padding-top: 2em;
    padding-bottom: 2em;
  }
  body figure img {
    float: right;
    width: 50%;
    padding-left: 1em;
  }
  body figure figcaption {
    float: right;
    width: 50%;
    font-size: 1em;
  }
  body p {
    padding: 2em;
    line-height: 2;
  }
  footer {
    width: 100%;
    padding-top: 2em;
    padding-bottom: 1em;
    text-align: center;
  }
  footer h2 {
    font-size: 1.5em;
  }
}
/*

DESKTOP STYLESHEET

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

*/
@media only screen and (min-width: 1025px) {
  nav li {
    margin-left: 20%;
  }
  body {
    margin-left: 10%;
    margin-right: 10%;
  }
  body figure img {
    float: right;
    width: 75%;
    padding-left: 1em;
  }
  body figure figcaption {
    float: right;
    width: 75%;
    font-size: 1em;
  }
  body p {
    padding: 2em;
    line-height: 2;
  }
}
