/*
Theme Name: Streaming Guide Website
Description: Parallax Scrolling Guid format in Twitch colors
Author: Jeremy Hauze
*/

/* General Styling
--------------------------------------------------------*/

body{
	margin: 0;
	padding: 0;
	width: 100%;
}

h1 { 
	font-family:"Sanchez";
	font-weight:normal;
	font-size: 55px;
	text-align: center;
	color: #fff;
	margin: 0;
	padding: 0;
}

h2 {
	font-family:"Sanchez";
	font-weight: normal;
	font-size: 40px;
	text-align: center;
	color: #fff;
	margin: 0;
	padding: 0;
}

h3 {
	font-family: "Sanchez";
	font-weight: normal;
	font-size: 20px;
	text-align: center;
	margin: 5px 0;
	padding: 0;
}

h4 {
	font-family: "Sanchez";
	font-weight: normal;
	font-size: 16px;
	text-align: center;
	margin: 5px 0;
	padding: 0;
}

/*a:before { 
	display: block;
	content: " "; 
	margin-top: -200px; 
	height: 200px; 
	visibility: hidden; 
}*/	

.center { margin: 0 auto; }
.content{ margin: 0 auto; width: 1000px; }
.clear { clear: both; }


/* Header and Navigation
--------------------------------------------------------*/
#header { 
	width: 100%; 
    background-color: rgba(38, 38, 38, 1);	
	height: 40px; 	
	position: fixed;
	margin-top: 0px;
}

#nav { width: 410px; float: right; margin-top: 7px; }
#logo a { color: #fff; opacity:1; text-decoration: none; float: left; font-size: 20px; margin-top: 7px; color: #fff; font-family:"Sanchez"; font-weight: bold; }
#nav ul{
	list-style: none;
	display: block;
	margin: 0 auto;
	list-style: none;	
}

#nav li{
	margin-top: 2px;	
	float: right;
	padding-left: 21px;
}

#nav li a { color: #fff; opacity:0.6; font-size: 16px; text-decoration: none; font-family: "Sanchez"; }
#nav li a.active { color: #fff; opacity:1; border-bottom: 2px solid #fff; }
#nav li a:hover { color: #fff; opacity:1;  }



/* Classes
--------------------------------------------------------*/  
.text_container { width: 1000px; margin: 0 auto; }
 
.s2textheadercentered {
	font-family:"Sanchez";
	color: #B9A3E3;
	text-align: center; 
	margin: 10px auto;} 
 
.s2textheader { 
	font-family:"Sanchez";
	color: #B9A3E3;
	text-align: left; 
	margin: 10px auto;}  
 
.s1textheadercentered {
	font-family:"Sanchez";
	color: #6441A5;
	text-align: center; 
	margin: 10px auto;} 
 
.s1textheader { 
	font-family:"Sanchez";
	color: #6441A5;
	text-align: left; 
	margin: 10px auto;}   
 
.text {   
	font-family: "Sanchez", serif;
	font-weight: normal;
	text-align: justify;
	margin: 10px auto;}
 
.textl {   
	font-family: "Sanchez", serif;
	font-weight: normal;
	text-align: left;
	margin: 10px auto;} 

.textshiftright {   
	font-family: "Sanchez", serif;
	font-weight: normal;
	text-align: justify;
	margin: 10px auto;
	display: block; 
	position: relative; 
	right: -40px;} 
 
.textcentered {
	font-family:"Sanchez";
	font-weight: normal;
	text-align: center; 
	margin: 10px auto;} 
 
.moveleft {
    position: relative;
    left: -40px;}

.movetextleft {
	font-family: "Sanchez", serif;
	font-weight: normal;
	text-align: justify;
    position: relative;
    left: -30px;} 
	
.movetextright {
	font-family: "Sanchez", serif;
	font-weight: normal;
	text-align: justify;
    position: relative;
    right: -15px;} 	
	
.anchor {
	display: block;
	content: " "; 
	margin-top: -200px; 
	height: 200px; 
	visibility: hidden;}	

/* Elements
--------------------------------------------------------*/
#glitchwhite   { background: url('../img/Glitch_Icon_White.png') no-repeat; width: 30px; height: 30px; margin: 0 auto; display: block; position: relative; left: -85px;}
#glitchpurple { background: url('../img/Glitch_Icon_Purple.png') no-repeat; width: 30px; height: 30px; margin: 0 auto; display: block; position: relative; left: -85px;}
#leftglitchwhite   { background: url('../img/Glitch_Icon_White.png') no-repeat; width: 30px; height: 30px; margin: 0 auto; display: block; position: relative; left: -95px;}
#leftglitchpurple { background: url('../img/Glitch_Icon_Purple.png') no-repeat; width: 30px; height: 30px; margin: 0 auto; display: block; position: relative; left: -500px;}
#twitchwhite   { background: url('../img/Twitch_Logo_White.png') no-repeat; width: 500px; height: 166px; margin: 0 auto;}

/* Buttons
--------------------------------------------------------*/
button.btn-know { 
	padding: 15px 47px; 
	margin: 40px 38.8%;
	text-align: center;
	border: 4px solid #fff; 
	color: #fff; 
	background: transparent; 
	font-size: 19px;
	cursor: pointer;
	text-shadow: -1px 2px 0px rgba(90, 90, 90, 0.56);
	-webkit-border-radius: 4px;
	border-radius: 4px;
}

.btn-know:hover { background: #fff; color: transparent; }
ul.built { list-style: none; margin: 0 auto; width: 730px; }
.built li img{ float: left; padding-right: 34px; }



/* Slides Styling
--------------------------------------------------------*/
#slide1, #slide2{ width: 100%; }
#titleSlide{
	background-color: #262626;
	color: #B9A3E3;
	padding: 200px 0;
	background-size: cover;
}

#slide1{
	background-color: #F1F1F1;
	color: #000000;
	overflow: hidden;
	padding: 200px 0;
}

#slide2{
	background-color: #262626;
	color: #fff;
	overflow: hidden;
	padding: 200px 0;
}



/* Footer
--------------------------------------------------------*/

#copyright  { color: #fff; font-family:"Sanchez";  font-size: 14px; margin-top: 100px; text-align: center;  }
#copyright  a { text-decoration: none; color: #fff;  }