/*some fonts go here*/
/*and here is the css proper*/
html {
	background:url("http://subtlepatterns.subtlepatterns.netdna-cdn.com/patterns/textured_stripes.png");
	list-style-type:none;
}

body {
	padding-top:20%;

}

.gone {
	display:none;
}

.content {	
	margin-left:45%;
	margin-right:5%;
	position:absolute;
	top:0;
	padding-top:20%;
	/*margin-top:-30%;*/
}

header {
	/*margin-top:20%;*/
	margin-right:55%;
	margin-left:1%;
}

nav a {
	font-family: Ostrich;
	font-size:30px;
	color:black;
	text-decoration:none;
}
nav a:hover {
	
	color:#ffc182;
	transition:color 1s;
		-moz-transition: color linear 1s; /*FOX BURNING*/
		-webkit-transition: color linear 1s; /*JUNGLE TIME AND METAL*/
		-o-transition: color linear 1s; /*NON, JE NE REGRETTE RIEN*/
	

}







h1 {
	font-size:90px;
	font-family:Raleway;
	color:black;
}

.maintext a {
	text-decoration:underline;
	color:black;
}

h2 {
	font-size:57px;
	font-family:Raleway;
	color:black;
	margin-top:-50px

}

.content h3 {
	font-size:35px;
	font-family:Raleway;
	color:black;
	text-decoration:underline;
}

.photos {
	font-family:Quattrocento Sans;
	color:black;
	font-size:18px;

}

.maintext {
	font-size:20px;
	font-family:Quattrocento Sans;
	color:black;
}

.stitched {
	padding: 5px 10px;
	margin: 2px;
	color: black;
	font-size: 21px;
	line-height: 1.3em;
	border: 2px dashed #fff;
	border-top-left-radius: 3px;
	-moz-border-radius-topleft: 3px;
	-webkit-border-top-left-radius: 3px;
	border-bottom-right-radius: 3px;
	-moz-border-radius-bottomright: 3px;
	-webkit-border-bottom-right-radius: 3px;
	border-top-right-radius: 3px;
	-moz-border-radius-topright: 3px;
	-webkit-border-top-right-radius: 3px;
}

.tumblr_posts {
	list-style-type:none;
}

::-webkit-scrollbar {
	width: 12px;
	background: #D2B48C;
}

::-webkit-scrollbar-thumb {
	border-radius: 10px;
	-webkit-box-shadow: inset 0 0 10px black;
	background: #DD7500;
}
body::-webkit-scrollbar-thumb:hover {
	-webkit-box-shadow: inset 0 0 10px rgba(0,0,0,2);
	background:  #7B3F00; 
		-webkit-transition: all 5s ease;
		-moz-transition: all 0.5s linear;
}
