body{
	font-family:Helvetica, sans-serif;
}

/*for resizing*/
img {
	max-width: 100%;
	height: auto;
}


/* unvisited link */
a:link {
    color: black;
	text-decoration: none;
}

/* visited link */
a:visited {
    color: #660065;
	text-decoration: none;
}

/* mouse over link */
a:hover {
    color: #b300b0;
	text-decoration: underline;
}

div#sidebar {
	width: 19%;
	float: left;
	padding-left:1%;
}
	


div#content{
	width: 79%;
	float: left;
	padding-left:1%;
}

div#gallery{
	height: 800px;
	width: 80%;
	overflow-y: scroll;
}


h1 {
	font-family:'Raleway', "Arial Black", Gadget, sans-serif;
	color: #330025;
}

.small {
	font-size:small;
}

.skinnycontent {
	width:60%;
}

/*for phones*/

@media screen and (max-width: 480px) and (min-width : 300px){
	h1 {font-size:80%;}
	h2 {font-size:80%;}
	body {font-size:80%;}
}

/*for tablets*/

@media screen and (max-width: 780px) and (min-width : 481px){
	h1 {font-size:80%;}
	body {font-size:80%;}
	
}