/* 
Colours from _Variables.scss  
$ColorBackground: #15303d; 
Changing $colorBackground will change the tones and values of everything.
*/
/*
	Colour setup for medium to dark colours
	
	$ColorBackground: #fff;//#15303d;
$ColorHeadings: mix(black, $ColorBackground, 20%);
$ColorText: mix(black, $ColorBackground, 50%);
$ColorLighter: mix(white, $ColorBackground, 90%);
$ColorDarker: mix(black, $ColorBackground, 20%);
$ColorBorder: mix(white, $ColorBackground, 70%);

	*/
@import url("https://fonts.googleapis.com/css?family=Raleway:300,400,500|Rock+Salt|Special+Elite");
html, body {
  font-family: "Special Elite", serif;
  font-size: 13.5pt; }

p, .p {
  margin-top: 1rem;
  line-height: 1.6rem; }

h1, h2, h3, h4, h5, h6 {
  font-family: "Rock Salt", sans-serif;
  line-height: 1.6rem; }

h1 {
  font-size: 23.625pt; }

h2 {
  font-size: 20.08125pt; }

h3 {
  font-size: 17.0690625pt; }

h4 {
  font-size: 14.508703125pt; }

h5 {
  font-size: 12.3323976563pt; }

h6 {
  font-size: 10.4825380078pt; }

strong, .strong {
  font-weight: 700; }

em, .em, abbr {
  font-style: italic; }

form {
  margin: 2.5rem .5rem .5rem;
  padding: 2rem .5rem .5rem;
  border: 1px solid #e6e6e6;
  position: relative; }
  form legend {
    width: 70%;
    text-align: center;
    border: 1px solid #e6e6e6;
    background-color: #b3b3b3;
    position: absolute;
    height: 3rem;
    padding: .5rem;
    margin: -3.5rem 15% 1rem 15%; }
  form .form-box {
    margin-bottom: .5rem; }
    form .form-box select {
      height: 50px;
      font-size: 1rem;
      display: block;
      border: 1px solid #e6e6e6;
      width: 100%; }
    form .form-box input {
      display: block;
      height: 50px;
      font-size: 1rem;
      color: #b3b3b3;
      background-color: #666666;
      overflow: auto;
      -webkit-transition: all 750ms ease;
      transition: all 750ms ease;
      outline: 0;
      width: 100%;
      border: 1px solid #666666; }
      form .form-box input:hover {
        color: #666666;
        background-color: #b3b3b3;
        cursor: pointer; }

html {
  -webkit-box-sizing: border-box;
          box-sizing: border-box; }

*, *:before, *:after {
  -webkit-box-sizing: inherit;
          box-sizing: inherit; }

.wrapper {
  max-width: 1280px;
  margin: 0 auto;
  padding: 0 1rem; }

body {
  margin: 0;
  padding: 0;
  background-color: #fff; }

img {
  display: block;
  max-width: 100%;
  height: auto; }

h1, h2, h3, h4, h5, h6 {
  color: #333333; }

h3 {
  margin-top: 1rem; }

a {
  text-decoration: none;
  color: #2e2e2e;
  font-weight: 700;
  -webkit-transition: all 750ms ease;
  transition: all 750ms ease; }
  a:hover, a:focus {
    text-decoration: underline; }

p, li {
  color: #333333; }
  p a, li a {
    color: #1861a5;
    font-weight: 400; }
    p a:hover, p a:focus, li a:hover, li a:focus {
      color: #74a0c9; }

header h1 {
  color: #666666;
  padding: 1rem;
  text-align: center;
  line-height: .8em; }
  header h1 a {
    color: #666666; }
    header h1 a:hover {
      text-decoration: none; }
    header h1 a span {
      color: #8c8c8c; }

/*-- NAVIGATION - -*/
nav {
  background-color: #000;
  border-top: 2px #000 solid;
  border-bottom: 2px #000 solid; }
  nav ul {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    -ms-flex-pack: distribute;
        justify-content: space-around;
    max-width: 1280px;
    margin: 0 auto;
    padding: 0 1rem; }
    nav ul .clearfix:after {
      visibility: hidden;
      display: block;
      font-size: 0;
      content: " ";
      clear: both;
      height: 0; }
    nav ul li {
      width: 100%;
      margin-bottom: 1px; }
      nav ul li a {
        display: block;
        background-color: #000;
        color: #b3b3b3;
        height: 50px;
        line-height: 50px;
        padding: 2rem auto;
        text-decoration: none;
        text-align: center; }
        nav ul li a:hover {
          color: black;
          background-color: #cccccc;
          text-decoration: none; }

button {
  width: 100%;
  padding: 1rem;
  font-weight: 700;
  font-family: "Special Elite", serif;
  font-size: 1.32rem;
  border-radius: 1rem;
  margin-bottom: 1rem;
  border: 3px solid #666666;
  background-color: #666666;
  color: #b3b3b3;
  -webkit-transition: all 750ms ease;
  transition: all 750ms ease;
  outline: 0; }
  button:hover {
    cursor: pointer;
    background-color: #b3b3b3;
    color: #666666; }

/*-- .content-box styles entire content  --*/
.content-box {
  display: block;
  text-align: center;
  background-color: #fff;
  overflow: auto;
  border-radius: 3.75pt;
  padding: 1rem 1.5rem 0;
  /*ul li.list.last {
    background-color: #000;
}
	  
	  */ }
  .content-box * {
    border-radius: 3.75pt; }
  .content-box div:last-of-type {
    border-bottom: 0px solid; }
  .content-box .post {
    border-bottom: 1px solid #b3b3b3;
    margin-bottom: 1.15rem;
    padding-bottom: 1rem; }
    .content-box .post p {
      text-align: left; }
  .content-box ul li {
    list-style: disc;
    list-style-position: inside;
    text-align: left; }

.single-post .content-box .post {
  border-bottom: 0px; }

.top-banner {
  background-color: white;
  background-image: url("../images/checkerboard.svg");
  background-repeat: no-repeat;
  background-position: left center;
  background-color: #606060;
  background-size: cover;
  padding: 3em 0; }

.branding {
  margin: 0 auto 1rem;
  padding: 1rem 0;
  text-align: center;
  background-color: #000;
  background-image: url(../images/transparent-texture.png); }
  .branding img {
    display: block;
    margin: 0 auto; }
  .branding blockquote p {
    color: white;
    font-weight: 700;
    font-size: 2rem;
    line-height: 2rem; }

.full-width {
  background-color: #000;
  margin: 0;
  padding: 0;
  overflow: auto;
  width: 100%; }

/*-- Styling footer --*/
footer {
  margin-top: 1rem;
  padding: 1rem 0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  color: #b3b3b3; }
  footer a {
    color: #b3b3b3; }
  footer p {
    color: #b3b3b3; }
  footer .social-links {
    -webkit-box-flex: 1;
        -ms-flex-positive: 1;
            flex-grow: 1; }
    footer .social-links ul {
      list-style: none; }
      footer .social-links ul li {
        display: inline-block;
        font-size: 1.5rem; }
        footer .social-links ul li a {
          color: #e8e8e8;
          margin: .5rem; }
          footer .social-links ul li a:hover {
            color: #7d7d7d; }
          footer .social-links ul li a span {
            display: none; }
  footer .copyright-notice {
    -webkit-box-flex: 1;
        -ms-flex-positive: 1;
            flex-grow: 1;
    padding: .5rem;
    text-align: center; }
  footer address {
    -webkit-box-flex: 1;
        -ms-flex-positive: 1;
            flex-grow: 1;
    padding: .5rem; }
    footer address a {
      font-weight: 300; }
      footer address a:hover, footer address a:active {
        text-decoration: underline; }

.alert p {
  color: #761C19;
  margin: 1rem auto;
  font-size: 16.8pt; }

.page-navigation {
  border-top: 1px solid #e6e6e6;
  clear: both; }

.postmetadata {
  clear: both; }
  .postmetadata .clearfix:after {
    visibility: hidden;
    display: block;
    font-size: 0;
    content: " ";
    clear: both;
    height: 0; }

.inline-photo-wrapper {
  padding: 2em;
  background-image: url("../images/background-spiral.svg");
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center center;
  margin: 1em 0; }

.inline-photo img {
  display: block;
  margin-left: auto;
  margin-right: auto;
  background: yellow;
  border: 10px solid #000; }

.bd-outline {
  fill: #fff; }

.bd-fill {
  fill: #8e0000; }

.home .post h1:first-of-type {
  display: none; }

/* -- Media Queries ---*/
/** Medium  **/
@media screen and (min-width: 35rem) and (max-width: 68rem) {
  p {
    font-size: 14.85pt; }
  header h1 {
    font-size: 3em;
    padding: 1em; }
  /*-- NAVIGATION - -*/
  nav ul {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
        -ms-flex-direction: row;
            flex-direction: row; }
    nav ul li {
      width: calc(25% - 1px);
      margin-bottom: 0px; }
  .branding blockquote p {
    font-size: 1.75rem; }
  .single .post-image img {
    display: block;
    width: 33.33%;
    float: left;
    margin: 1.5rem 1rem .5rem 0; }
  #content-container img {
    display: block;
    width: 50%;
    float: left;
    padding: 1rem; }
  .page-id-108 .wp-caption {
    width: calc(33% - 1.5em);
    margin: .5em;
    float: left;
    padding: 1em; } }

/** LArge **/
@media screen and (min-width: 68rem) {
  p {
    font-size: 16.2pt; }
  h1 {
    font-size: 38.22525pt; }
  h2 {
    margin-left: 1rem; }
  nav ul {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
        -ms-flex-direction: row;
            flex-direction: row;
    margin-bottom: 0; }
    nav ul li {
      width: calc(25% - 5px);
      margin-bottom: 0px; }
      nav ul li a {
        font-size: 21.843pt;
        text-align: center; }
  header h1 {
    font-size: 4em;
    padding: 1em; }
  .content-box {
    text-align: left; }
  .branding blockquote p {
    font-size: 2.15rem; }
  .entry {
    overflow: auto;
    clear: both; }
    .entry .clearfix:after {
      visibility: hidden;
      display: block;
      font-size: 0;
      content: " ";
      clear: both;
      height: 0; }
    .entry .post-image img {
      display: block;
      width: 33.33%;
      float: left;
      margin: 0 1.5rem .5rem 0; }
    .entry .post-content p:first-of-type {
      margin-top: 0;
      overflow: auto; }
  footer {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
        -ms-flex-direction: row;
            flex-direction: row;
    -webkit-box-align: start;
        -ms-flex-align: start;
            align-items: flex-start;
    width: 24em; }
    footer .social-links {
      text-align: left; }
    footer address {
      margin: 0;
      padding: 0;
      text-align: left; }
    footer .p {
      margin-top: 0; }
    footer .copyright-notice {
      text-align: left; }
      footer .copyright-notice p {
        margin: 0; }
  form legend {
    width: 30%;
    margin: -3.5rem 0 1rem; }
  form:nth-child(3) {
    margin: 0 .75rem; }
  form .end {
    display: inline-block;
    width: calc(33.3333%); }
  form .middle {
    display: inline-block;
    width: calc(33.3333%);
    padding: 0 .5rem; }
  form .form-box input {
    width: 30%; }
  .single .post-image img {
    display: block;
    width: 33.33%;
    float: left;
    margin: 1.5rem 1rem .5rem 0; }
  .post h1 {
    line-height: 1em; }
  .content-block {
    overflow: auto;
    width: calc(50% - 1em);
    float: left;
    margin-bottom: 1rem; }
    .content-block p {
      margin-top: 0; }
    .content-block img {
      border: 0px solid;
      display: inline-block;
      width: 25%;
      min-width: 10rem;
      float: left;
      padding: 0 1rem 0 0; }
  .alert p {
    margin-left: .5rem; }
  .page-id-108 .wp-caption {
    width: calc(25% - 2em);
    margin: .5em;
    float: left;
    padding: 1em; } }
/*# sourceMappingURL=main.css.map */