/*
	Read Only by HTML5 UP
	html5up.net | @n33co
	Free for personal and commercial use under the CCA 3.0 license (html5up.net/license)
*/
/* Basic */
/* line 12, /Users/dkennett/Projects/New Blog/content/styles/style-small.scss */
body, input, select, textarea {
  font-size: 12pt;
}

/* line 17, /Users/dkennett/Projects/New Blog/content/styles/style-small.scss */
h1 br, h2 br, h3 br, h4 br, h5 br, h6 br {
  display: none;
}

/* line 22, /Users/dkennett/Projects/New Blog/content/styles/style-small.scss */
h2 {
  font-size: 1.75em;
}

/* line 26, /Users/dkennett/Projects/New Blog/content/styles/style-small.scss */
h3 {
  font-size: 1.5em;
}

/* line 30, /Users/dkennett/Projects/New Blog/content/styles/style-small.scss */
h4 {
  font-size: 1em;
}

/* Image */
/* line 37, /Users/dkennett/Projects/New Blog/content/styles/style-small.scss */
.image.left {
  margin: 0 1.5em 1em 0;
}
/* line 41, /Users/dkennett/Projects/New Blog/content/styles/style-small.scss */
.image.right {
  margin: 0 0 1em 1.5em;
}

/* Section/Article */
/* line 49, /Users/dkennett/Projects/New Blog/content/styles/style-small.scss */
header br {
  display: none;
}
/* line 54, /Users/dkennett/Projects/New Blog/content/styles/style-small.scss */
header.major h2 {
  font-size: 2.0em;
}
/* line 57, /Users/dkennett/Projects/New Blog/content/styles/style-small.scss */
header.major h2 + p {
  font-size: 1.5em;
}

/* Features */
/* line 68, /Users/dkennett/Projects/New Blog/content/styles/style-small.scss */
.features article .image {
  display: block;
  margin: 0 0 2.25em 0;
  padding-right: 0;
  width: 100%;
}
/* line 75, /Users/dkennett/Projects/New Blog/content/styles/style-small.scss */
.features article .inner {
  display: block;
  width: 100%;
}

/* Header */
/* line 85, /Users/dkennett/Projects/New Blog/content/styles/style-small.scss */
#header > header {
  padding: 2em;
}
/* line 88, /Users/dkennett/Projects/New Blog/content/styles/style-small.scss */
#header > header .avatar {
  margin: 0 auto 1.6875em auto;
  width: 6em;
}
/* line 93, /Users/dkennett/Projects/New Blog/content/styles/style-small.scss */
#header > header h1 {
  font-size: 1.5em;
}
/* line 97, /Users/dkennett/Projects/New Blog/content/styles/style-small.scss */
#header > header p {
  margin: 1em 0 0 0;
}
/* line 102, /Users/dkennett/Projects/New Blog/content/styles/style-small.scss */
#header > footer {
  padding: 1.5em;
}

/* Main */
/* line 111, /Users/dkennett/Projects/New Blog/content/styles/style-small.scss */
#main > section > .container {
  padding: 2em 0 0 0;
}

/* One */
/* line 120, /Users/dkennett/Projects/New Blog/content/styles/style-small.scss */
#one:before {
  display: none;
}

/* Footer */
/* line 127, /Users/dkennett/Projects/New Blog/content/styles/style-small.scss */
#footer {
  text-align: center;
}
/* line 131, /Users/dkennett/Projects/New Blog/content/styles/style-small.scss */
#footer .copyright li {
  border-left: 0;
  display: block;
  line-height: 1.75em;
  margin: 0.75em 0 0 0;
  padding-left: 0;
}
/* line 138, /Users/dkennett/Projects/New Blog/content/styles/style-small.scss */
#footer .copyright li:first-child {
  margin-top: 0;
}

/* Layers */
/* line 148, /Users/dkennett/Projects/New Blog/content/styles/style-small.scss */
#titleBar .toggle {
  height: 4em;
  width: 6em;
}
/* line 152, /Users/dkennett/Projects/New Blog/content/styles/style-small.scss */
#titleBar .toggle:before {
  font-size: 14px;
  width: 44px;
}
