/**
 ********************************************
 * This CSS file was generated using Splsh! *
 ********************************************
 *         http://www.splsh.net             *
 ********************************************
 */

/**
 * General
 */
html, body { height: 100%; }

body {
	background-color: #000000;
	background-image: url("../img/backgroundbw.png");
	background-attachment: fixed;
	background-position: center center;
	background-repeat: no-repeat;
	-webkit-background-size: cover;
	   -moz-background-size: cover;
	    -ms-background-size: cover;
	     -o-background-size: cover;
	        background-size: cover;
	color: #fff;
	font-family: 'Scheherazade', sans-serif;
	padding: 20px 0;
}

.splsh-section {
	padding: 20px 0;
}

/**
 * Links
 */
a, a:active, a:visited {
	color: #e6a427;
	text-decoration: none;
	-webkit-transition: color ease .25s;
	   -moz-transition: color ease .25s;
	    -ms-transition: color ease .25s;
	     -o-transition: color ease .25s;
	        transition: color ease .25s;
}

a:focus, a:hover {
	color: #f6f6f6;
}
/**
 * Logo
 */
#logo {
	text-align: center;
}

/**
 * Paragraph
 */
#paragraph {

font-family:'Raleway',sans-serif;
color: rgba(230, 164, 39, 0.5);
	font-size: 25px;
	line-height: 20px;
	text-align: center;
}

/**
 * Social Navigation
 */
#social-nav {
	text-align: center;
}
	#social-nav ul {
		list-style: none;
		margin: 0;
		padding: 0;
	}
		#social-nav ul li {
			display: inline;
			margin: 0 5px;
		}
			#social-nav ul li a {
				font-size: 36px;
			}

/**
 * Responsive
 */
@media (max-width: 768px) {
	.splsh-section {
		padding: 20px;
	}
	#logo img {
		height: auto;
		width: 300px;
	}

	#paragraph {
		font-size: 16px;
		line-height: 24px;
	}
}
