/*
Theme Name: Ollie Fielding
Theme URI: http://olliefielding.com
Description: Ollie Fielding
Version: 1
Author: Ollie Fielding
Author URI: http://olliefielding.com
Tags: Ollie Fielding

	Personal template 
	http://olliefielding.com

*/

/*
Colour swatch:

Purple: #5421C9;

*/


/* General Styles
--------------------------------------------- */

body {
    background-color: #FFF;
    height:100%;
}

.white {
  background-color: #FFF;
}

.btn-send {
    font-weight: 300;
    text-transform: uppercase;
    letter-spacing: 0.1em;
    margin-bottom: 20px;
}


.help-block.with-errors {
    color: #ff5050;
    margin-top: 5px;
}

input.d-none {
  height: 500px;
  display: none;
}


/* Imports
--------------------------------------------- */

@import url("https://fonts.googleapis.com/css?family=Tinos:400,400i,700,700i");


/* Positioning
--------------------------------------------- */

.row {
    max-width: 1000rem;
}

.heading {
    margin: 2em 0 0 0;
}

#area1 {
    background-color: #5421C9;
}

#area2 {
    background-color: #DC39E5;
    color: #000;
    padding: 1rem 0;
}

#area3 {
    background-color: #08D126;
    padding: 1rem 0;
}

#area4 {
    background-color: #FF7777;
    color: #000;
    padding: 1rem 0;    
}

#footer {
position: fixed;
bottom: 0;
width: 100%;
height: 30px; /* choose any height */
}

#mobilenav {
    display: none;
}

.fixedDiv {
    display: none;
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    background-color: #FFF;
    color: #5421C9;
}

@media (min-width: 20em) and (max-width: 40em) {

#footer {
}

#mobilenav {
    display: block;
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    background-color: #FFF;
    color: #5421C9;    
}

}

.intro {
  margin: 1em 0;
}

/* Typography
--------------------------------------------- */

body {
	font-family: "Nixie One", "Helvetica Neue", Helvetica, Arial, "Lucida Grande", sans-serif;
	font-weight: 300;
    color: #000;
}

.heading h1 {
    font-family: Nixie One;
}
    
/* Links
--------------------------------------------- */

a {
	text-decoration: none;
	color: #5421C9;;
}

a:hover {
	text-decoration: underline; 
	color: #5421C9;;
}


/* Headings
--------------------------------------------- */

h1,
h2,
h3,
h4,
h5,
h6 {
    font-family: "Nixie One", "Helvetica Neue", Helvetica, Arial, "Lucida Grande", sans-serif;
    color: #000;
}

h1.of {
	font-size: 60px;
  color: #5421C9;
  letter-spacing: -0.5rem;
  line-height: 3rem;
}
h1 {
  font-size: 60px;
}
h2 {
	font-size: 30px;
}

h3 {
	font-size: 24px;
}

h4 {
	font-size: 20px;
}

h5 {
	font-size: 18px;
}

h6 {
	font-size: 16px;
}



/* Navigation
--------------------------------------------- */

.nav ul, ul.nav, ul.navfixed {
	list-style: none;
	color: #000;
	margin-left: 0px;
  font-size: 24px;
}

ul.nav li {
  float: right;
}

.nav li a, ul.nav li a, ul.navfixed {
	color: #000;
}

ul.navfixed li {
    float: left;
    color: #5421C9;
    padding: 1rem;
    margin-right: 1rem;
}

ul.navfixed li a {
    color: #5421C9;
}

ul.navigation {
	margin-bottom: 1em;
}

ul.socialmedia {
  list-style: none;
	float: left;
}

ul.socialmedia li {
	float: left;
	width: 24px;
}

li:nth-child(even) {
	}

@media (min-width: 20em) and (max-width: 40em) {

	ul.navigation li {
  		display: inline-block; 	
  		border: 1px solid #00356B;
  		padding: 4px;
  		margin-right: 1em;
  		margin-bottom: 0.5em;
	}
}


/* Forms
--------------------------------------------- */

.success { 
padding: 10px; 
background: #f0ffc1; 
border: 1px solid #819934; 
margin-bottom: 15px; 
color: #819934;
}

#submitButton {
  display: inline-block;
  padding: 0.5em 1.0em;
  background: #EEE;
  border: none;
  border-radius: 7px;
  background-image: linear-gradient( to bottom, hsla(0, 0%, 0%, 0), hsla(0, 0%, 0%, 0.2) );
  color: #222;
  font-family: sans-serif;
  font-size: 16px;
  text-shadow: 0 1px white;
  cursor: pointer;
}

#submitButton:hover {
  /*background-color: #8CF;*/
  background-color: #A091C4;
  text-shadow: 0 1px hsla(0, 0%, 100%, 0.5);
  color: #222;
}

.antispam {
  display: none;
}

/* Parralax
--------------------------------------------- */

.parallax-background {
	background: url("/includes/images/curtain.jpg") #0078A0;
	height: 420px;
	background-repeat: no-repeat;
	-webkit-background-size: cover;
  	-moz-background-size: cover;
  	-o-background-size: cover;
	background-size: cover;
	position: fixed;
	width: 100%;
}

.intro-text {
	font-size: 50px;
	color: #fff;
	text-align: center;
	margin-top: 15%;
}

.parallax-content {
	max-width: 100%;
	position: relative;
	top: 400px;
	background-color: #fff;
}

/* Credits
--------------------------------------------- */

* { box-sizing: border-box; }

/* ---- button ---- */

.button {
  display: inline-block;
  padding: 0.5em 1.0em;
  background: #EEE;
  border: none;
  border-radius: 7px;
  background-image: linear-gradient( to bottom, hsla(0, 0%, 0%, 0), hsla(0, 0%, 0%, 0.2) );
  color: #222;
  font-family: sans-serif;
  font-size: 16px;
  text-shadow: 0 1px white;
  cursor: pointer;
}

.button:hover {
  /*background-color: #8CF;*/
  background-color: #A091C4;
  text-shadow: 0 1px hsla(0, 0%, 100%, 0.5);
  color: #222;
}

.button:active,
.button.is-checked {
  /*background-color: #28F;*/
  background-color: #5421C9;
}

.button.is-checked {
  color: white;
  text-shadow: 0 -1px hsla(0, 0%, 0%, 0.8);
}

.button:active {
  box-shadow: inset 0 1px 10px hsla(0, 0%, 0%, 0.8);
}

/* ---- button-group ---- */

.button-group:after {
  content: '';
  display: block;
  clear: both;
}

.button-group .button {
  float: left;
  border-radius: 0;
  margin-left: 0;
  margin-right: 10px;
  margin-bottom: 10px;
  border-radius: 0.5em; 
}

/*.button-group .button:first-child { border-radius: 0.5em 0 0 0.5em; }*/
/*.button-group .button:last-child { border-radius: 0 0.5em 0.5em 0; }*/

/* ---- isotope ---- */

.grid {
  background: #FFF;
  min-width: 435px;
}

/* clear fix */
.grid:after {
  content: '';
  display: block;
  clear: both;
}

/* ui group */

.ui-group {
  display: inline-block;
}

.ui-group h3 {
  display: inline-block;
  vertical-align: top;
  line-height: 32px;
  margin-right: 0.2em;
  font-size: 16px;
}

.ui-group .button-group {
  display: inline-block;
  margin-right: 20px;
}

/* color-shape */

.credit {
  margin: 5px;
  width: 100%;
  float: left;
  border: 1px solid #000;
  min-height: 150px;
}

.credit img {
  float: left;
}

.credit p, .credit h4 {
  margin: 0px;
  width: 283px;
}

.credit .show {
  float: left;
  margin-left: 10px;
}

.item {
}

.credit p {
  font-size: 0.8rem;
}

.credit p.role {
  font-weight: bold;
}
.credit p.datevenue {
  font-style: italic;
  font-size: 0.8rem;
}

.show {
  width: 50%;
}

.show ul {
  font-size: 0.8rem;  
  list-style: none;
  margin: 0;
}

.show ul li {
  float: left;
  margin: 0 5px 0 0;
  line-height: 1rem;
}

.show ul li.bold {
  font-weight: bold;
}

.show ul li.cat {
  border-bottom: 1px solid orange;
}


/* Lines
--------------------------------------------- */

/* From http://diveintoaccessibility.org/day_25_using_real_horizontal_rules_or_faking_them_properly.html 
   Do horizontal rules like this:
    <div class="hr"></div><hr />
*/
div.hr {display: none}
/*/*/a{}
div.hr {
  display: block;
  height: 1px;
  border-top: 1px solid #D8D3CC;
  margin: 1em 0 1em 0;
}
hr {display:none}
