/*! normalize.scss v0.1.0 | MIT License | based on git.io/normalize */
/* 1. Set default font family to sans-serif.
 * 2. Prevent iOS text size adjust after orientation change, without disabling user zoom.  */
/* line 5, F:/Lizzardzone/sass_files/_normalize.scss */
html {
  font-family: sans-serif;
  /* 1 */
  -ms-text-size-adjust: 100%;
  /* 2 */
  -webkit-text-size-adjust: 100%;
  /* 2 */
}

/* Remove default margin. */
/* line 12, F:/Lizzardzone/sass_files/_normalize.scss */
body {
  margin: 0;
}

/* HTML5 display definitions
   ==========================================================================
 * Correct `block` display not defined for any HTML5 element in IE 8/9.
 * Correct `block` display not defined for `details` or `summary` in IE 10/11 and Firefox.
 * Correct `block` display not defined for `main` in IE 11.  */
/* line 21, F:/Lizzardzone/sass_files/_normalize.scss */
article, aside, details, figcaption, figure, footer, header, hgroup, main, menu, nav, section, summary {
  display: block;
}

/* 1. Correct `inline-block` display not defined in IE 8/9.
 * 2. Normalize vertical alignment of `progress` in Chrome, Firefox, and Opera.  */
/* line 27, F:/Lizzardzone/sass_files/_normalize.scss */
audio, canvas, progress, video {
  display: inline-block;
  /* 1 */
  vertical-align: baseline;
  /* 2 */
}

/* Prevent modern browsers from displaying `audio` without controls.
 * Remove excess height in iOS 5 devices. */
/* line 34, F:/Lizzardzone/sass_files/_normalize.scss */
audio:not([controls]) {
  display: none;
  height: 0;
}

/* Address `[hidden]` styling not present in IE 8/9/10.
 * Hide the `template` element in IE 8/9/11, Safari, and Firefox < 22.  */
/* line 41, F:/Lizzardzone/sass_files/_normalize.scss */
[hidden],
template {
  display: none;
}

/* Remove the gray background color from active links in IE 10. */
/* line 47, F:/Lizzardzone/sass_files/_normalize.scss */
a {
  background-color: transparent;
}

/* Remove blue background on linked images seen in older browsers */
/* line 52, F:/Lizzardzone/sass_files/_normalize.scss */
a img {
  border: none;
}

/* Improve readability of links when focused and also mouse hovered in all browsers. */
/* line 57, F:/Lizzardzone/sass_files/_normalize.scss */
a:active, a:hover {
  outline: 0;
}

/* Address styling not present in IE 8/9/10/11, Safari, and Chrome. */
/* line 62, F:/Lizzardzone/sass_files/_normalize.scss */
abbr[title] {
  border-bottom: 1px dotted;
}

/*Address style set to `bolder` in Firefox 4+, Safari, and Chrome. */
/* line 67, F:/Lizzardzone/sass_files/_normalize.scss */
b, strong {
  font-weight: bold;
}

/* Address styling not present in Safari and Chrome. */
/* line 72, F:/Lizzardzone/sass_files/_normalize.scss */
dfn {
  font-style: italic;
}

/* Address variable `h1` font-size and margin within `section` and `article`
 * contexts in Firefox 4+, Safari, and Chrome.  */
/* line 78, F:/Lizzardzone/sass_files/_normalize.scss */
h1 {
  font-size: 2em;
  margin: 0.67em 0;
}

/* Address styling not present in IE 8/9. */
/* line 84, F:/Lizzardzone/sass_files/_normalize.scss */
mark {
  background: #ff0;
  color: #000;
}

/* Address inconsistent and variable font size in all browsers. */
/* line 90, F:/Lizzardzone/sass_files/_normalize.scss */
small {
  font-size: 80%;
}

/* Prevent `sub` and `sup` affecting `line-height` in all browsers. */
/* line 95, F:/Lizzardzone/sass_files/_normalize.scss */
sub, sup {
  font-size: 75%;
  line-height: 0;
  position: relative;
  vertical-align: baseline;
}

/* line 101, F:/Lizzardzone/sass_files/_normalize.scss */
sup {
  top: -0.5em;
}

/* line 104, F:/Lizzardzone/sass_files/_normalize.scss */
sub {
  bottom: -0.25em;
}

/* Correct overflow not hidden in IE 9/10/11. */
/* line 109, F:/Lizzardzone/sass_files/_normalize.scss */
svg:not(:root) {
  overflow: hidden;
}

/* Address margin not present in IE 8/9 and Safari. */
/* line 114, F:/Lizzardzone/sass_files/_normalize.scss */
figure {
  margin: 1em 40px;
}

/* Address differences between Firefox and other browsers. */
/* line 119, F:/Lizzardzone/sass_files/_normalize.scss */
hr {
  -moz-box-sizing: content-box;
  box-sizing: content-box;
  height: 0;
}

/* Contain overflow in all browsers. */
/* line 126, F:/Lizzardzone/sass_files/_normalize.scss */
pre {
  overflow: auto;
}

/* Address odd `em`-unit font size rendering in all browsers. */
/* line 131, F:/Lizzardzone/sass_files/_normalize.scss */
code, kbd, pre, samp {
  font-family: monospace, monospace;
  font-size: 1em;
}

/* Forms
   ==========================================================================
 * Known limitation: by default, Chrome and Safari on OS X allow very limited
 * styling of `select`, unless a `border` property is set. */
/* line 140, F:/Lizzardzone/sass_files/_normalize.scss */
button, input, optgroup, select, textarea {
  color: inherit;
  /* Correct color not being inherited. (Known issue: affects color of disabled elements.) */
  font: inherit;
  /* Correct font properties not being inherited. */
  margin: 0;
  /* Address margins set differently in Firefox 4+, Safari, and Chrome. */
}

/* Address `overflow` set to `hidden` in IE 8/9/10/11. */
/* line 147, F:/Lizzardzone/sass_files/_normalize.scss */
button {
  overflow: visible;
}

/* Address inconsistent `text-transform` inheritance for `button` and `select`.
 * All other form control elements do not inherit `text-transform` values.
 * Correct `button` style inheritance in Firefox, IE 8/9/10/11, and Opera.
 * Correct `select` style inheritance in Firefox. */
/* line 155, F:/Lizzardzone/sass_files/_normalize.scss */
button, select {
  text-transform: none;
}

/* 1. Avoid the WebKit bug in Android 4.0.* where (2) destroys native `audio` and `video` controls.
 * 2. Correct inability to style clickable `input` types in iOS.
 * 3. Improve usability and consistency of cursor style between image-type
 *    `input` and others. */
/* line 163, F:/Lizzardzone/sass_files/_normalize.scss */
button,
html input[type="button"],
input[type="reset"],
input[type="submit"] {
  -webkit-appearance: button;
  /* 2 */
  cursor: pointer;
  /* 3 */
}

/* Re-set default cursor for disabled elements. */
/* line 172, F:/Lizzardzone/sass_files/_normalize.scss */
button[disabled],
html input[disabled] {
  cursor: default;
}

/* Remove inner padding and border in Firefox 4+. */
/* line 178, F:/Lizzardzone/sass_files/_normalize.scss */
button::-moz-focus-inner,
input::-moz-focus-inner {
  border: 0;
  padding: 0;
}

/* Address Firefox 4+ setting `line-height` on `input` using `!important` in the UA stylesheet. */
/* line 185, F:/Lizzardzone/sass_files/_normalize.scss */
input {
  line-height: normal;
}

/* It's recommended that you don't attempt to style these elements.
 * Firefox's implementation doesn't respect box-sizing, padding, or width. */
/* line 191, F:/Lizzardzone/sass_files/_normalize.scss */
input[type="checkbox"],
input[type="radio"] {
  box-sizing: border-box;
  /* Address box sizing set to `content-box` in IE 8/9/10. */
  padding: 0;
  /* Remove excess padding in IE 8/9/10. */
}

/* Fix the cursor style for Chrome's increment/decrement buttons. For certain
 * `font-size` values of the `input`, it causes the cursor style of the
 * decrement button to change from `default` to `text`.  */
/* line 200, F:/Lizzardzone/sass_files/_normalize.scss */
input[type="number"]::-webkit-inner-spin-button,
input[type="number"]::-webkit-outer-spin-button {
  height: auto;
}

/* 1. Address `appearance` set to `searchfield` in Safari and Chrome.
 * 2. Address `box-sizing` set to `border-box` in Safari and Chrome
 *    (include `-moz` to future-proof).  */
/* line 208, F:/Lizzardzone/sass_files/_normalize.scss */
input[type="search"] {
  -webkit-appearance: textfield;
  /* 1 */
  -moz-box-sizing: content-box;
  -webkit-box-sizing: content-box;
  /* 2 */
  box-sizing: content-box;
}

/* Remove inner padding and search cancel button in Safari and Chrome on OS X.
 * Safari (but not Chrome) clips the cancel button when the search input has
 * padding (and `textfield` appearance). */
/* line 218, F:/Lizzardzone/sass_files/_normalize.scss */
input[type="search"]::-webkit-search-cancel-button,
input[type="search"]::-webkit-search-decoration {
  -webkit-appearance: none;
}

/* Define consistent border, margin, and padding. */
/* line 224, F:/Lizzardzone/sass_files/_normalize.scss */
fieldset {
  border: 1px solid #c0c0c0;
  margin: 0 2px;
  padding: 0.35em 0.625em 0.75em;
}

/* line 230, F:/Lizzardzone/sass_files/_normalize.scss */
legend {
  border: 0;
  /* Correct `color` not being inherited in IE 8/9/10/11. */
  padding: 0;
  /* Remove padding so people aren't caught out if they zero out fieldsets. */
}

/* Remove default vertical scrollbar in IE 8/9/10/11. */
/* line 236, F:/Lizzardzone/sass_files/_normalize.scss */
textarea {
  overflow: auto;
}

/* Don't inherit the `font-weight` (applied by a rule above).
 * NOTE: the default cannot safely be changed in Chrome and Safari on OS X. */
/* line 242, F:/Lizzardzone/sass_files/_normalize.scss */
optgroup {
  font-weight: bold;
}

/* Remove most spacing between table cells. */
/* line 247, F:/Lizzardzone/sass_files/_normalize.scss */
table {
  border-collapse: collapse;
  border-spacing: 0;
}

/* line 251, F:/Lizzardzone/sass_files/_normalize.scss */
td, th {
  padding: 0;
}

/* Site Defaults */
/* Box-model fix */
/* line 31, F:/Lizzardzone/sass_files/_base.scss */
html {
  box-sizing: border-box;
}

/* line 34, F:/Lizzardzone/sass_files/_base.scss */
*, *:before, *:after {
  box-sizing: inherit;
}

/* End box-model fix */
/* Clear fix */
/* line 41, F:/Lizzardzone/sass_files/_base.scss */
.clearfix:before,
.clearfix:after {
  content: "";
  display: table;
}

/* line 46, F:/Lizzardzone/sass_files/_base.scss */
.clearfix:after {
  clear: both;
}

/* line 50, F:/Lizzardzone/sass_files/_base.scss */
.clearfix {
  zoom: 1;
}

/* End Clear fix */
/* Hide the 'skip to navigation' link off screen until it is tabbed */
/* line 56, F:/Lizzardzone/sass_files/_base.scss */
.skip a {
  position: absolute;
  left: -10000 px;
  top: auto;
  width: 1px;
  height: 1px;
  overflow: hidden;
  background: yellow;
}

/* line 65, F:/Lizzardzone/sass_files/_base.scss */
.skip a:focus {
  position: static;
  width: auto;
  height: auto;
}

/* End hiding 'skip' link */
/* line 72, F:/Lizzardzone/sass_files/_base.scss */
.jump-dropdown {
  font-size: 1.2em;
  padding: 5px;
}

/* Main html selectors */
/* line 78, F:/Lizzardzone/sass_files/_base.scss */
body {
  background-image: url("../images/background.jpg");
  background-attachment: fixed;
  font-family: Georgia, "Times New Roman", Times, serif;
  color: #000;
}

/* line 85, F:/Lizzardzone/sass_files/_base.scss */
img {
  border-radius: 8px;
  display: block;
  margin: auto;
  box-shadow: 10px 10px 5px grey;
  text-align: center;
}

/* line 93, F:/Lizzardzone/sass_files/_base.scss */
a:focus {
  outline: thin dotted;
  border: 3px solid #FFB65C;
}

/* line 97, F:/Lizzardzone/sass_files/_base.scss */
a:hover, a:active {
  outline: 0;
}

/* line 100, F:/Lizzardzone/sass_files/_base.scss */
a {
  color: #3A00D8;
  font-weight: bold;
  text-decoration: none;
}

/* line 105, F:/Lizzardzone/sass_files/_base.scss */
a:hover {
  color: #FFF;
  background-color: #404FB2;
}

/* line 110, F:/Lizzardzone/sass_files/_base.scss */
.pic_link a:hover {
  color: #FFF;
  background-color: #49A3B2;
}

/* End global html selectors */
/* Debug */
/* line 117, F:/Lizzardzone/sass_files/_base.scss */
.debug {
  border: 2px solid red;
  background-color: yellow;
}

/* Header styles */
/* line 123, F:/Lizzardzone/sass_files/_base.scss */
header {
  font-variant: small-caps;
  font-family: 'Julius Sans One', sans-serif;
  font-size: 1.2em;
  color: #FFF;
  font-style: italic;
  background-color: black;
}

/* line 132, F:/Lizzardzone/sass_files/_base.scss */
header h1,
header p {
  display: inline-block;
  background: rgba(58, 0, 216, 0.5);
  padding: 5px;
}

/* End header styles */
/* Navbar styles */
/* line 141, F:/Lizzardzone/sass_files/_base.scss */
.navbar {
  margin-bottom: 0px;
  border-radius: 0;
  border: none;
}

/* line 147, F:/Lizzardzone/sass_files/_base.scss */
.navbar-inverse .navbar-nav > li > a,
.navbar-inverse .navbar-brand {
  color: white;
}

/* line 153, F:/Lizzardzone/sass_files/_base.scss */
.navbar-inverse .navbar-brand:focus,
.navbar-inverse .navbar-brand:hover,
.navbar-inverse .navbar-nav > li > a:focus,
.navbar-inverse .navbar-nav > li > a:hover {
  color: #FFF;
  background-color: #404FB2;
}

/* line 160, F:/Lizzardzone/sass_files/_base.scss */
.navbar-inverse {
  background-color: #3A00D8;
  background-image: linear-gradient(to bottom, rgba(0, 0, 0, 0), rgba(0, 0, 0, 0.5));
}

/* End navbar styles */
/* Breadcrumb styles
.breadcrumb-bar {
    margin: 0;
}
.breadcrumb {
    margin: 0;
    border-radius: 0;
}
End breadcrumb styles */
/* Blog styles */
/* line 177, F:/Lizzardzone/sass_files/_base.scss */
.dropdown-section {
  margin-left: 15px;
}

/* line 181, F:/Lizzardzone/sass_files/_base.scss */
.blog_entry {
  border-top: 10px ridge #4860b6;
  padding-left: 10px;
}

/* line 186, F:/Lizzardzone/sass_files/_base.scss */
.blog_entry .date {
  color: navy;
  font-style: italic;
  text-shadow: 2px 2px 1px white;
  text-align: right;
}

/* line 193, F:/Lizzardzone/sass_files/_base.scss */
.entry::first-letter {
  float: left;
  font-size: 4em;
  line-height: 55px;
  color: navy;
  font-style: italic;
  padding-right: 8px;
  padding-left: 3px;
  text-align: left;
}

/* line 204, F:/Lizzardzone/sass_files/_base.scss */
.img_no_shadow {
  border-radius: 0px;
  box-shadow: 0px 0px 0px black;
}

/* line 209, F:/Lizzardzone/sass_files/_base.scss */
.img_container {
  text-align: center;
  margin-bottom: 1em;
}

/* line 214, F:/Lizzardzone/sass_files/_base.scss */
.img_adjacent {
  display: inline-block;
}

/* line 218, F:/Lizzardzone/sass_files/_base.scss */
.caption {
  text-align: center;
  font-style: italic;
  font-size: 0.9em;
  width: 50%;
  margin: 0 auto;
}

/* line 226, F:/Lizzardzone/sass_files/_base.scss */
.year {
  display: none;
}

/* line 230, F:/Lizzardzone/sass_files/_base.scss */
#year_nav {
  font-size: 1.2em;
}

/* line 234, F:/Lizzardzone/sass_files/_base.scss */
#year_nav a {
  display: inline;
}

/* line 238, F:/Lizzardzone/sass_files/_base.scss */
.anchor_entry {
  font-size: 1.1em;
  font-style: italic;
}

/* line 243, F:/Lizzardzone/sass_files/_base.scss */
table {
  border-collapse: collapse;
}

/* line 247, F:/Lizzardzone/sass_files/_base.scss */
table, th, td {
  border: 1px solid black;
}

/* line 251, F:/Lizzardzone/sass_files/_base.scss */
th, td {
  padding: 15px;
  text-align: left;
}

/* End blog styles */
/* Picture page styles */
/* line 261, F:/Lizzardzone/sass_files/_base.scss */
.thumbnail {
  border: none;
  background-color: transparent;
  padding: 0;
  margin: 1em 2em;
  box-shadow: none;
  -webkit-box-shadow: none;
  float: left;
}

/* line 271, F:/Lizzardzone/sass_files/_base.scss */
.thumbnail a:focus,
.thumbnail a:hover {
  border: none;
  outline: none;
}

/* line 277, F:/Lizzardzone/sass_files/_base.scss */
.grow {
  -webkit-transition: all 0.5s ease-out;
  -moz-transition: all 0.5s ease-out;
  -ms-transition: all 0.5s ease-out;
  -o-transition: all 0.5s ease-out;
  transition: all 0.5s ease-out;
}

/* line 285, F:/Lizzardzone/sass_files/_base.scss */
.grow:hover {
  -webkit-transform: scale(1.1);
  -moz-transform: scale(1.1);
  -ms-transform: scale(1.1);
  -o-transform: scale(1.1);
  transform: scale(1.1);
}

/* Family page styles */
/* line 294, F:/Lizzardzone/sass_files/_base.scss */
.fam_h2 {
  border-bottom: 1px solid black;
}

/* Aside styles (pic-list, blog-list, comic-list) */
/* line 299, F:/Lizzardzone/sass_files/_base.scss */
aside {
  min-width: 120px;
}

/* line 303, F:/Lizzardzone/sass_files/_base.scss */
.comic-list,
.blog-list,
.fam-list,
.pic-list {
  text-align: center;
}

/* line 310, F:/Lizzardzone/sass_files/_base.scss */
.comic-list a,
.blog-list a,
.fam-list a,
.pic-list a {
  display: block;
  margin: 5px;
  min-width: 120px;
}

/* End aside styles */
/* Styles for the footer section */
/* line 321, F:/Lizzardzone/sass_files/_base.scss */
footer {
  border-top: 10px ridge #4860b6;
  font-size: 0.9em;
  font-style: italic;
  margin-top: 1em;
}

/* line 328, F:/Lizzardzone/sass_files/_base.scss */
.footer-top {
  border-top: 10px ridge #4860b6;
  padding-top: 1em;
}

/* End styles for the footer section */
/* Mobile Styles */
@media only screen and (max-width: 575px) {
  /* line 5, F:/Lizzardzone/sass_files/_mobile.scss */
  header {
    background-image: linear-gradient(to bottom, rgba(0, 0, 0, 0), rgba(0, 0, 0, 0.8)), url("../images/nature_600.jpg");
    background-repeat: no-repeat;
    background-size: cover;
  }
  /* line 14, F:/Lizzardzone/sass_files/_mobile.scss */
  .dropdown-section {
    display: block;
  }
  /* line 17, F:/Lizzardzone/sass_files/_mobile.scss */
  .blog-list, .pic-list {
    display: none;
  }
}

/* Tablet Styles */
@media only screen and (min-width: 576px) and (max-width: 991px) {
  /* line 5, F:/Lizzardzone/sass_files/_tablet.scss */
  header {
    background-image: linear-gradient(to bottom, rgba(0, 0, 0, 0), rgba(0, 0, 0, 0.8)), url("../images/nature_800.jpg");
    background-repeat: no-repeat;
    background-size: cover;
  }
  /* line 14, F:/Lizzardzone/sass_files/_tablet.scss */
  .dropdown-section {
    display: block;
  }
  /* line 17, F:/Lizzardzone/sass_files/_tablet.scss */
  .blog-list, .pic-list {
    display: none;
  }
}

/* Desktop Styles */
@media only screen and (min-width: 992px) {
  /* line 5, F:/Lizzardzone/sass_files/_desktop.scss */
  header {
    background-image: linear-gradient(to bottom, rgba(0, 0, 0, 0), rgba(0, 0, 0, 0.8)), url("../images/nature.jpg");
    background-repeat: no-repeat;
    background-size: cover;
    background-position: 0 30%;
  }
  /* line 14, F:/Lizzardzone/sass_files/_desktop.scss */
  .dropdown-section {
    display: none;
  }
  /* line 18, F:/Lizzardzone/sass_files/_desktop.scss */
  .blog-list {
    display: block;
  }
}

/*# sourceMappingURL=styles.css.map */