// Solarized colors by Ethan Schoonover
/*
$base03: #002b36;
$base02: #073642;
$base01: #586e75;
$base00: #657b83;
$base0: #839496;
$base1: #93a1a1;
$base2: #eee8d5;
$base3: #fdf6e3;
$yellow: #b58900;
$orange: #cb4b16;
$red: #dc322f;
$magenta: #d33682;
$violet: #6c71c4;
$blue: #268bd2;
$cyan: #2aa198;
$green: #859900;
*/

@import url(https://fonts.googleapis.com/css?family=Lato:400,700,400italic,700italic);
@font-face {
  font-family: 'League Gothic';
  src: url("../../lib/font/league_gothic-webfont.eot");
  src: url("../../lib/font/league_gothic-webfont.eot?#iefix") format("embedded-opentype"), url("../../lib/font/league_gothic-webfont.woff") format("woff"), url("../../lib/font/league_gothic-webfont.ttf") format("truetype"), url("../../lib/font/league_gothic-webfont.svg#LeagueGothicRegular") format("svg");
  font-weight: normal;
  font-style: normal; }

html * {
  color-profile: sRGB;
  rendering-intent: auto; }

/*********************************************
 * GLOBAL STYLES
 *********************************************/
body {
  margin: auto auto;
  padding-left: 6%;
  padding-right: 6%;
  font-size: 11pt;
  line-height: 140%;
  background: #fdf6e3;
  background-color: #fdf6e3; }

* {
  font-family: "Lato", sans-serif;
  letter-spacing: -0.02em;
  color: #657b83; }

::selection {
  color: white;
  background: #d33682;
  text-shadow: none; }

/*********************************************
 * PARAGRAPHS
 *********************************************/
p {
  margin-left: 15px;
  margin-right: 25px; }

/*********************************************
 * HEADERS
 *********************************************/
h1, h2, h3, h4, h5, h6 {
  margin: 0 0 20px 0;
  color: #586e75;
  //color: "$base01";
  font-family: "League Gothic", Impact, sans-serif;
  text-shadow: none; }

h1 {
  text-transform: uppercase;
  font-size: 36px;
  font-weight: 200;
  line-height: 0.9em;
  letter-spacing: 0.02em;
  text-shadow: 0px 0px 6px rgba(0, 0, 0, 0.2); }

h2 {
  color: #b58900;
}

/*********************************************
 * LINKS
 *********************************************/
a:not(.image) {
  color: #268bd2;
  text-decoration: none;
  -webkit-transition: color .15s ease;
  -moz-transition: color .15s ease;
  -ms-transition: color .15s ease;
  -o-transition: color .15s ease;
  transition: color .15s ease; }

a:not(.image):hover {
  color: #78b9e6;
  text-shadow: none;
  border: none; }

/*********************************************
 * IMAGES
 *********************************************/
a:hover img {
  background: rgba(255, 255, 255, 0.2);
  border-color: #268bd2;
  box-shadow: 0 0 20px rgba(0, 0, 0, 0.55); }

/*********************************************
 * SPECIFICS
 *********************************************/

#header b {
  font-size: 30pt;
}

#header p {
  font-size: 14pt;
}
