/*
Theme Name: Studio Buschow
Theme URI: http://studiobuschow.com
Description: Studio Buschow theme
Version: 1.0
Author: Base Media
Author URI: http://www.base-media.co.uk
*/

/* SB CSS styles */


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

*::after, *::before {
  content: '';
}
html, body, div, span, applet, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, em, img, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var,
b, u, i, center,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td,
article, aside, canvas, details, embed, 
figure, figcaption, footer, header, hgroup, 
menu, nav, output, ruby, section, summary,
time, mark, audio, video {
	margin: 0;
	padding: 0;
	border: 0;
	-webkit-box-sizing: border-box;
  	-moz-box-sizing: border-box;
	box-sizing: border-box;
	-webkit-backface-visibility:hidden !important;
}
/* HTML5 display-role reset for older browsers */
article, aside, details, figcaption, figure, 
footer, header, hgroup, menu, nav, section, main {
	display: block;
}
ol, ul {
	list-style: none;
}
blockquote, q {
	quotes: none;
}
table {
	border-collapse: collapse;
	border-spacing: 0;
}
body {
	height:100%;
	padding:0;
	margin:0;
	font-family: 'sans', sans-serif;
	font-weight:300;
	line-height:1.5;
	color:#000;
	font-size:15px;
	etter-spacing:-.6px;
	-webkit-text-size-adjust: 100%;
	-webkit-font-smoothing:antialiased !important;
}
html {
	height:100%;
	padding:0;
	margin:0;
}

p {
	font-family: 'Merriweather', serif;
	font-weight:400;
	padding:0;
	font-size:14px;
	margin:0 0 25px 0;
	etter-spacing:0;
	line-height:1.6;
}
p a {
	color:#ACAD00;
}
a {
	color: #FFF;
 	text-decoration: none;
  	-webkit-transition: all 0.3s;
	-moz-transition: all 0.3s;
	transition: all 0.3s;
}
a:hover, a:active {
	color:#EFE800;
}
h1, h2, h3, h4, h5, h6 {
	margin:0 0 50px 0;
	padding:0;
	font-weight:300;
	line-height:1.2;
	color:#ACAD00;
}
h1 {
	font-size:40px;
	etter-spacing:-1px;
}
h2 {
	font-size:30px;
	etter-spacing:-.75px;
}
h3 {
	font-size:25px;
	margin-bottom:40px;
	etter-spacing:-.5px;
}
.blog h3 {
	margin-bottom:5px;
}
p + h3 {
	margin-top:40px;
}
h4 {
	font-size:20px;
	margin-bottom:20px;
	etter-spacing:-.5px;
}
h5 {
	font-size:15px;
	margin-bottom:20px;
	etter-spacing:-.5px;
}
h6 {
	font-size:13px;
	margin-bottom:15px;
	etter-spacing:-.4px;
}




iframe {
	width:100% !important;
}





@font-face {
	font-family: 'sans';
	src: url('fonts/sans.eot');
	src: url('fonts/sans.eot?#iefix') format('embedded-opentype'),
		url('fonts/sans.woff') format('woff'),
		url('fonts/sans.ttf')  format('truetype');
	font-weight: normal;
	font-style: normal;
}
@font-face {
	font-family: 'sans';
	src: url('fonts/sans-light.eot');
	src: url('fonts/sans-light.eot?#iefix') format('embedded-opentype'),
		url('fonts/sans-light.woff') format('woff'),
		url('fonts/sans-light.ttf')  format('truetype');
	font-weight: 300;
	font-style: normal;
}