/*
	HTML5 Reset :: style.css
	----------------------------------------------------------
	We have learned much from/been inspired by/taken code where offered from:

	Eric Meyer					:: http://meyerweb.com
	HTML5 Doctor				:: http://html5doctor.com
	and the HTML5 Boilerplate	:: http://html5boilerplate.com

-------------------------------------------------------------------------------*/
html, body, body div, span, object, iframe, h1, h2, h3, h4, h5, h6, p, blockquote, pre, abbr, address, cite, code, del, dfn, em, img, ins, kbd, q, samp, small, strong, sub, sup, var, b, i, dl, dt, dd, ol, ul, li, fieldset, form, label, legend, table, caption, tbody, tfoot, thead, tr, th, td, article, aside, figure, footer, header, hgroup, menu, nav, section, time, mark, audio, video, details, summary {
  margin: 0;
  padding: 0;
  border: 0;
  font-size: 100%;
  vertical-align: baseline;
  background: transparent;
}

article, aside, figure, footer, header, hgroup, nav, section, details, summary {
  display: block;
}

img,
object,
embed {
  max-width: 100%;
}

html {
  overflow-y: scroll;
}

ul {
  list-style: none;
}

blockquote, q {
  quotes: none;
}

blockquote:before,
blockquote:after,
q:before,
q:after {
  content: "";
  content: none;
}

a {
  margin: 0;
  padding: 0;
  font-size: 100%;
  vertical-align: baseline;
  background: transparent;
}

del {
  text-decoration: line-through;
}

abbr[title], dfn[title] {
  border-bottom: 1px dotted #000;
  cursor: help;
}

table {
  border-collapse: collapse;
  border-spacing: 0;
}

th {
  font-weight: bold;
  vertical-align: bottom;
}

td {
  font-weight: normal;
  vertical-align: top;
}

hr {
  display: block;
  height: 1px;
  border: 0;
  border-top: 1px solid #ccc;
  margin: 1em 0;
  padding: 0;
}

input, select {
  vertical-align: middle;
}

pre {
  white-space: pre; /* CSS2 */
  white-space: pre-wrap; /* CSS 2.1 */
  white-space: pre-line; /* CSS 3 (and 2.1 as well, actually) */
  word-wrap: break-word; /* IE */
}

input[type=radio] {
  vertical-align: text-bottom;
}

input[type=checkbox] {
  vertical-align: bottom;
}

.ie7 input[type=checkbox] {
  vertical-align: baseline;
}

.ie6 input {
  vertical-align: text-bottom;
}

select, input, textarea {
  font: 99% sans-serif;
}

table {
  font-size: inherit;
  font: 100%;
}

small {
  font-size: 85%;
}

strong {
  font-weight: bold;
}

td, td img {
  vertical-align: top;
}

sub, sup {
  font-size: 75%;
  line-height: 0;
  position: relative;
}

sup {
  top: -0.5em;
}

sub {
  bottom: -0.25em;
}

pre, code, kbd, samp {
  font-family: monospace, sans-serif;
}

.clickable,
label,
input[type=button],
input[type=submit],
input[type=file],
button {
  cursor: pointer;
}

button, input, select, textarea {
  margin: 0;
}

button {
  width: auto;
  overflow: visible;
}

.ie7 img {
  -ms-interpolation-mode: bicubic;
}

.ie6 html {
  -webkit-filter: expression(document.execCommand("BackgroundImageCache", false, true));
          filter: expression(document.execCommand("BackgroundImageCache", false, true));
}

.clearfix:before, .clearfix:after {
  content: " ";
  display: block;
  height: 0;
  overflow: hidden;
}

.clearfix:after {
  clear: both;
}

.clearfix {
  zoom: 1;
}

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

.chromeframe {
  position: absolute;
  top: 0;
}

body {
  font: 13px Helmet, Freesans, sans-serif;
}

body, select, input, textarea {
  color: #333;
}

a {
  color: #fff;
}

a:hover {
  color: #fff;
}

::-moz-selection {
  background: #fcd700;
  color: #fff;
  text-shadow: none;
}

::selection {
  background: #fcd700;
  color: #fff;
  text-shadow: none;
}

a:link {
  -webkit-tap-highlight-color: #fcd700;
}

ins {
  background-color: #fcd700;
  color: #000;
  text-decoration: none;
}

mark {
  background-color: #fcd700;
  color: #000;
  font-style: italic;
  font-weight: bold;
}

input:-moz-placeholder {
  color: #a9a9a9;
}

textarea:-moz-placeholder {
  color: #a9a9a9;
}

body, html {
  font-family: "Lato", sans-serif;
  font-size: 18px;
  color: white;
}

h1, h2, h3 {
  font-family: "Oleo Script", cursive;
  color: white;
  text-shadow: 0 0 5px rgba(28, 0, 0, 0.5);
}

h1 {
  font-size: 36px;
}

h2 {
  font-size: 30px;
}

h3 {
  font-size: 24px;
}

.content h1 {
  -webkit-transform: rotate(-3.5deg);
          transform: rotate(-3.5deg);
}
.content h1 + p {
  margin-top: 30px;
}
.content p {
  line-height: 1.4;
}
.content p + p {
  margin-top: 20px;
}
.content p + img[class^=align-] {
  margin-top: 20px;
}

body {
  min-width: 960px;
  background-image: url("../img/bg.jpg");
  background-position: center center;
  background-repeat: no-repeat;
  background-attachment: fixed;
  height: 100%;
  width: 100%;
  background-size: cover;
}

/* Image replacement */
.image-replace {
  font: 0/0 a;
  text-shadow: none;
  color: transparent;
}

.invisible {
  visibility: hidden;
}

.visible {
  visibility: visible;
}

.fixed-width {
  width: 960px;
  margin: 0 auto;
  padding: 0 10px;
}

section {
  text-align: justify;
}
section:after {
  content: " ";
  display: inline-block;
  width: 100%;
}

header {
  position: relative;
  padding-top: 40px;
}
header h1 {
  background-image: url(../img/logo.png);
  width: 227px;
  height: 336px;
  display: inline-block;
  vertical-align: top;
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease;
}
header h1:hover {
  -webkit-transform: scale(1.05);
          transform: scale(1.05);
}

nav {
  display: inline-block;
  vertical-align: top;
  padding: 80px 0 20px 0px;
  width: 700px;
}
nav a {
  display: inline-block;
  font-size: 32px;
  font-family: "Oleo Script", cursive;
  color: white;
  text-decoration: none;
  padding: 20px;
  border: none;
  text-shadow: 0 0 5px rgba(28, 0, 0, 0.5);
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease;
}
nav a:hover {
  color: white;
  -webkit-transform: scale(1.1, 1.1);
          transform: scale(1.1, 1.1);
}

footer {
  text-align: right;
  position: relative;
  z-index: 2;
}
footer h1 {
  background-image: url(../img/logo.png);
  width: 227px;
  height: 336px;
  margin-right: 40px;
  display: inline-block;
  vertical-align: top;
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease;
}
footer h1:hover {
  -webkit-transform: scale(1.05);
          transform: scale(1.05);
}
footer h3 {
  padding-top: 0px;
}
footer .event-details {
  display: inline-block;
  width: 380px;
  text-align: center;
  margin-right: 20px;
}
footer .small-text {
  font-size: 16px;
}

.five-column {
  width: 280px;
}

.six-column {
  width: 340px;
}

.sws-logo {
  position: relative;
  top: -27px;
  z-index: 3;
  display: block;
  background-image: url(../img/sws-logo.png);
  background-position: center center;
  background-repeat: no-repeat;
  background-color: rgba(255, 255, 255, 0.3);
  width: 160px;
  height: 45px;
  margin: 40px auto;
  border-radius: 5px;
  -webkit-transition: background-color 0.3s ease;
  transition: background-color 0.3s ease;
}
.sws-logo:hover {
  background-color: rgba(255, 255, 255, 0.8);
}

.content {
  margin: -128px 0 -336px;
  padding: 60px 40px 383px;
}

.sidebar {
  display: inline-block;
  vertical-align: top;
  width: 220px;
  text-align: center;
  margin-top: -35px;
}
.sidebar .event-date {
  margin: 8px;
  padding: 20px;
  border-radius: 10px;
  -webkit-box-shadow: 0 0 0 2px white;
          box-shadow: 0 0 0 2px white;
}
.sidebar .event-location {
  padding: 20px 0;
  line-height: 1;
}
.sidebar .small-text {
  font-size: 16px;
}
.sidebar .callout {
  margin-top: 120px;
}
.sidebar .callout a {
  display: inline-block;
  margin-top: 30px;
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease;
}
.sidebar .callout a:hover {
  -webkit-transform: scale(1.05);
          transform: scale(1.05);
}
.sidebar .event {
  padding: 20px 10px;
  border-radius: 10px;
  background-color: rgba(28, 0, 0, 0.8);
}
.sidebar .event h3 {
  padding-bottom: 15px;
}
.sidebar .sponsor-image {
  max-width: 130px;
}

.content {
  display: inline-block;
  vertical-align: top;
  width: 700px;
  background-color: rgba(28, 0, 0, 0.8);
  position: relative;
  z-index: 1;
  text-align: left;
}
.content h2 {
  display: inline;
}
.content .align-right {
  float: right;
  margin: 0 -40px 40px 30px;
  display: block;
  position: relative;
  top: 20px;
  -webkit-transform: rotate(2deg);
          transform: rotate(2deg);
  -webkit-box-shadow: 0 0 0 10px white;
          box-shadow: 0 0 0 10px white;
}
.content .align-right + p {
  margin-top: 20px;
}
.content .align-right.alt {
  -webkit-transform: rotate(-2deg);
          transform: rotate(-2deg);
}
.content .align-left {
  float: left;
  margin: 0 30px 40px -40px;
  display: block;
  position: relative;
  top: 20px;
  -webkit-transform: rotate(-1deg);
          transform: rotate(-1deg);
  -webkit-box-shadow: 0 0 0 10px white;
          box-shadow: 0 0 0 10px white;
}
.content .align-left + p {
  margin-top: 20px;
}