html {
	height: 100%;
}
a {
	position: relative;
	color: #1919c4;
    -webkit-transition: all 0.1s ease-out;
    -moz-transition: all 0.1s ease-out;
    -ms-transition: all 0.1s ease-out;
    -o-transition: all 0.1s ease-out;
    transition: all 0.1s ease-out;

}
a:hover, a:focus{
	text-decoration: line-through;
}
img, iframe {
	max-width: 100%;}
@media (min-width: 768px) {
h2, .h2 
{
	margin-top: 0;
}
}
b {
	font-family: 'lektonbold';
}
strong {
	background-color: #1919c4;
	color: white;
	padding-left: 5px;
	padding-right: 5px;
	display: inline-block;
}
/*a:hover:after {
	content: "";
	border: 1px solid blue;
	position: absolute;
	top: 50%;
	width: 100%;
	display: block;
	height: 1px;
}*/
header .logo {
	padding-top: .5em;
	margin-top: 0;
}
header .logo a {
	color: #191616;
	font-size: 14px;
	text-transform: uppercase;
}
/* coloured bgs */
.bg-black {
	background: #1a1616;
	color: white;
}
.bg-white {
	background: white;
	color: #1a1616;
}
blockquote {
	padding: 0;
	border: 0;
	text-align: center;
}
blockquote p {
	padding-left: 30px;
	padding-right: 30px;
	position: relative;
}
blockquote p:before,
blockquote p:after {
	content: '';
	display: inline-block;
	width: 30px;
	height: 25px;
	background: transparent 0 0 url('../images/quotes.gif') no-repeat;
	position: absolute;
	background-size: 30px auto;
	float: left;
	left: 0;
}
blockquote p:after {
	right: 0;
	left: auto;
	background-position: 0 -25px;
}