/*
* ImmanuelNoel.com
* Copyright 2014, Immanuel Noel
* www.immanuelnoel.com
*/

body {
	-webkit-background-size: cover;
	-moz-background-size: cover;
	-o-background-size: cover;
	background-size: cover;
	text-align:justify;
}

.body-black {
	background:#000000;
	color:rgb(235, 235, 235);
}

.body-white {
	background:#ffffff;
	color:rgb(0, 0, 0);
}

.color-switcher {
	float:right;
	text-decoration: none;
	color: #ff9900;
}

.color-switcher:link, .color-switcher:visited, .color-switcher:hover .color-switcher:focus .button:hover, button:hover, input[type="submit"]:hover, input[type="reset"]:hover, input[type="button"]:hover, .button:focus, button:focus, input[type="submit"]:focus, input[type="reset"]:focus, input[type="button"]:focus {
	color:#ff9900;
}

.header {
	margin-top: 50px;
	margin-bottom: 50px;
}

.icons {
	text-align: center;
	margin-bottom: 20px;
	margin-top: 20px;
}

.icons a {
	text-decoration: none;
}

.blockcontent {
	margin-bottom: 50px;
}

.header-photo {
	float:right;
	height:200px;
	margin: 10px;
}

.photo {
	display:none;
}

.footer {
	text-align: center !important;
}

h1, h2, h3, h4, h5, h6 {
	font-family: 'Rock Salt', cursive;
}

h1 {
	margin-top: 40px; 
	margin-bottom: 0px;
}

h6{
	color: #8d8d8d;
}

strong {
	color:#1EAEDB;
}

a{
	font-weight:bold;
}

/* Text Decorations */
p {
	line-height:25px;
}

p.small {
	font-size:10px;
	display:inline;
}

p.blue {
	color:#0074D9;
	display:inline;
}

a:link, a:visited, a:hover {
	color:#ff9900;
}

/* Larger than tablet */
@media (min-width: 750px) {

	.header-photo {
		display:none;
	}

	.photo {
		float:right;
		height:100%;
		display:inline;
	}
}