/* Generated by less 2.5.1 */
/*
File Name: style.less
Date: 08/25/18
Programmer: Zachary Worrix
*/
/*
File Name: palette.less
Date: 08/25/18
Programmer: Zachary Worrix
*/
/* Sparks color palette from http://www.colourlovers.com/palette/598038/sparks */
/*
File Name: palette.less
Date: 08/25/18
Programmer: Zachary Worrix
*/
/* Parametric mixin for headings */
/* End parametric mixin for headings */
.gimmeSpace {
  padding-top: 1em;
  padding-bottom: 1em;
}
.linkBox {
  outline: 1px solid #000000;
  outline-offset: 5px;
}
/* MOBILE STYLESHEET */
body {
  font-family: "Open Sans", sans-serif;
  font-size: 14px;
  line-height: 1.5em;
  background-color: #898989;
  background-image: url("../images/pangolinScales.jpg");
  background-size: cover;
  background-attachment: fixed;
  color: #2b2726;
}
header {
  background-image: url(../images/pangolinLogoFinal.png);
  background-position: center;
  background-repeat: no-repeat;
  background-size: 150px 150px;
  margin-top: 1em;
  background-color: #8b6c36;
  height: 150px;
}
h1 {
  text-transform: uppercase;
  font-weight: bold;
  color: #48b0c9;
  text-align: center;
  font-size: 30px;
  letter-spacing: 10px;
  padding-bottom: 0.3em;
  background-color: #8b6c36;
}
img {
  border: 4px solid #48b0c9;
  width: 675px;
  min-width: inherit;
  display: block;
  margin-left: auto;
  margin-right: auto;
}
p {
  padding-top: 1em;
  padding-bottom: 1em;
  max-width: 675px;
  display: block;
  margin: auto;
}
nav {
  border-top: 2px solid #48b0c9;
  border-bottom: 2px solid #48b0c9;
  background-color: #a5b4af;
}
nav a {
  padding: 4px;
  min-width: 10em;
  display: block;
}
nav a:link {
  color: #2b2726;
  text-decoration: none;
}
nav a:visited {
  color: #2b2726;
}
nav a:hover {
  background-color: #48b0c9;
  color: #eef2e4;
}
nav ul {
  list-style-type: none;
  text-align: center;
  text-indent: 0;
}
nav li {
  font-size: 1em;
}
a:link {
  color: #2b2726;
}
a:visited {
  color: #2b2726;
}
a:hover {
  color: #ffffff;
}
footer {
  color: #a5b4af;
  font-size: 1em;
  font-weight: bold;
  line-height: 1em;
  text-transform: uppercase;
  background-color: #2b2726;
  padding: 8px;
  display: block;
  margin-left: auto;
  margin-right: auto;
}
footer h2 {
  padding-bottom: 5px;
}
footer a {
  font-size: .8em;
}
footer a:link {
  color: #eef2e4;
  text-decoration: none;
}
footer a:visited {
  color: #eef2e4;
}
footer a:hover {
  color: #48b0c9;
  padding-left: 10px;
}
main {
  border-bottom: 2px solid #48b0c9;
  background-color: #eef2e4;
  padding: 10px;
}
main h2 {
  color: #2b2726;
  font-size: 1.5em;
  font-weight: bold;
  line-height: 1.5em;
  text-transform: uppercase;
  text-align: center;
}
main a:link {
  color: #2b2726;
}
main a:visited {
  color: #2b2726;
}
main a:hover {
  color: #48b0c9;
}
main ol {
  padding-top: 1em;
  padding-bottom: 1em;
  list-style-type: decimal;
  list-style-position: inside;
  max-width: 675px;
  margin: auto;
}
main ol li {
  margin: 0 0 1em 0;
}
main ul {
  padding-top: 1em;
  padding-bottom: 1em;
  list-style-position: inside;
  max-width: 675px;
  margin: auto;
}
main ul a:link {
  color: #2b2726;
  text-decoration: none;
}
main ul a:visited {
  color: #2b2726;
}
main ul a:hover {
  color: #48b0c9;
  outline: 1px solid #000000;
  outline-offset: 5px;
}
main #wrapper {
  background-color: #8b6c36;
  width: 100%;
  box-shadow: none;
}
/*

TABLET STYLESHEET

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

*/
@media only screen and (min-width: 481px) {
  body {
    font-size: 20px;
    line-height: 1.5em;
  }
  nav li {
    display: inline-block;
  }
  #wrapper {
    height: 100%;
    width: 80%;
    margin-left: auto;
    margin-right: auto;
    background-color: #8b6c36;
    box-shadow: 3px 3px 3px #333;
  }
}
/*

DESKTOP STYLESHEET

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

*/
@media only screen and (min-width: 1025px) {
  body {
    font-size: 20px;
    line-height: 1.5em;
  }
  nav li {
    display: inline-block;
  }
  #wrapper {
    height: 100%;
    width: 80%;
    margin-left: auto;
    margin-right: auto;
    background-color: #8b6c36;
    box-shadow: 3px 3px 3px #333;
  }
  .footerDesk {
    color: #a5b4af;
    font-size: 1em;
    font-weight: bold;
    line-height: 1em;
    text-transform: uppercase;
    border-top: 2px solid #48b0c9;
    background-color: #2b2726;
    height: 145px;
    padding: 10px;
    display: block;
    margin-left: auto;
    margin-right: auto;
    border-top: #48b0c9;
  }
  .footerDesk h2 {
    padding-bottom: 5px;
  }
  .footerDesk a:link {
    color: #eef2e4;
    text-decoration: none;
  }
  .footerDesk a:visited {
    color: #eef2e4;
  }
  .footerDesk a:hover {
    color: #48b0c9;
    padding-left: 10px;
  }
  .floatRight {
    float: right;
    width: 50%;
    margin-top: -4.4em;
  }
}
