/*
Theme Name: Holson Fielding
Theme URI: http://holsonfielding.com
Description: Holson Fielding
Version: 1
Author: Ollie Fielding
Author URI: http://olliefielding.com
Tags: Holson Fielding

	Personal template 
	http://holsonfielding.com

*/

/*
Colour swatch:
Red : #C02F04    base



    font-family: 'Henny Penny', cursive;

    font-family: 'Nixie One', cursive;

    font-family: 'Poiret One', cursive;

    font-family: 'Pompiere', cursive;


*/


@font-face {
    font-family: 'ds_sholommedium';
    src: url('/fonts/sholom-webfont.woff2') format('woff2'),
         url('/fonts/sholom-webfont.woff') format('woff');
    font-weight: normal;
    font-style: normal;

}

/* General Styles
--------------------------------------------- */

body {
}

h1 {
    font-family: 'ds_sholommedium';
    margin-top: 0.25em;
    margin-bottom: 0.25em;
    color: #739ED6;
}

.head {
	background-color: #FFF;
	border: none;
}

.head img {
	border: none;
}


/* Imports
--------------------------------------------- */

@import url("https://fonts.googleapis.com/css?family=Tinos:400,400i,700,700i");


/* Typography
--------------------------------------------- */
.lightbox {
display: none;
}

.logo {
	padding: 1em;
}

.top-bar {
	background-color: #7E0C08;
	margin-bottom: 1em;
}

.footer {
	background-color: #000;
	color: #FFF;
	padding: 1em 0 0.5em 0;
}

.package {
	text-align: center;
}

.bronze {
	color: #8C7853;
}

.silver {
	color: #C0C0C0;
}

.gold {
	color: #FFD700;
}

h2 {
	padding: .5em 0;
}

h3 {
	font-family: Pompiere;
}

h4 {
	font-family: Pompiere;
}

div.show {
	/*border:1px solid #000000;*/
}

div.show img {
	margin-bottom: 1em;
	border: 1px solid #000;
}

div.show p {
	text-align: left;
	font-size: 0.8em;
}

div.show p.promo {
	text-align: center;
	font-size: 0.8em;
}

div.show p.base-padding {
		margin-bottom: 4em;
}

div.show p.quote {
	font-size: 0.7em;
	margin-bottom: 0;
	padding-bottom: 0;
}

p.quote {
	font-size: 0.7em;
	margin-bottom: 0;
	padding-bottom: 0;
}

div.show p.attrib {
	font-size: 0.7em;	
	margin-top:0;
	padding-top:0;
	font-style: italic;
}

p.attrib {
	font-size: 0.7em;	
	margin-top:0;
	padding-top:0;
	font-style: italic;
	color: #333;
}

div.show p.website {
	text-align: center;
}

div.show p.website a {
	background-color: #FFF;
	padding: 0.25em;
	color: #000;
	border: 1px solid #C02F04;
}

/* Typography
--------------------------------------------- */

body {

	font-family: "Helvetica Neue", Helvetica, Arial, "Lucida Grande", sans-serif;
	font-weight: 300;
}

.top-bar h2 {
	color: #FFF;
}

p.intro {
	font-size: 24px;
	text-align: justify;
}

p.reading {
	margin-top: 1em;
	color: black;
	border: 1px solid black;
	padding: 0.5em;
	background: rgba(126,12,8);
	background: rgba(126,12,8,0.3);
	text-align: left;
}

/* Links
--------------------------------------------- */

a {
	text-decoration: none;
	color: #000;
}

a:hover {
	text-decoration: underline; 
	color: #00356B;
}



/* Headings
--------------------------------------------- */

h1,
h2,
h3,
h4,
h5,
h6 {
}

h1 {
	font-size: 4em;
	font-weight: 700;
	line-height: 1;
}

h2 {
	font-size: 36px;
}

h3 {
	font-size: 30px;
}

h4 {
	font-size: 24px;
}

h5 {
	font-size: 20px;
}

h6 {
	font-size: 18px;
}



/* Navigation
--------------------------------------------- */

.nav ul {
	list-style: none;
	color: #000;
	margin-left: 0px;
}

.nav li a {
	color: #000;
}

ul.navigation {
	margin-bottom: 1em;
}

ul.socialmedia {
	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;
	}
}


/* Forms
--------------------------------------------- */

#contact 
{
padding-top: 1em;
background-color: #739ED6;
color: #FFF;
}

#contact label {
	color: #FFF;
}

.success { 
padding: 10px; 
background: #f0ffc1; 
border: 1px solid #819934; 
margin-bottom: 15px; 
color: #819934;
}

div.antispam {
	display:none;
}

#submitButton {
display: block;
background-color: #FFF;
color: #739ED6;
padding: 0.5em;
font-weight: bold;
margin-bottom: 1em;
}

#message {
height: 180px;
}

/* Parralax
--------------------------------------------- */

.parallax-background {
	background: url("/includes/images/curtain.jpg") #C02F04;
	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;
	padding-top: 1em;
}


/* Images
--------------------------------------------- */

.starimg {
	text-align: center;
}