@charset "UTF-8";

/* Layout Small Screens */

header { height: 75px; background: url(../images/banner_small.jpg) no-repeat right 0px;}

header a.logo {
	width: 185px;
	height: 74px;
	top: 1px;
	left: 150px;
	background-image: url(../images/headers_small.png);
}

article { padding: 200px 20px 100px 20px; /*additional padding */}

nav {
	position: static; /* Remove position attributes from previous CSS, will appear in the order that it appears in the HTMl code */
	padding: 10px 0px 10px 0px;
	background-color: #000;
}

nav a { 
	color: #985dBa;
	display: block; /*act like paragrph or div tags rather than in-line elements*/
	font-size: 1em;
	margin: 15px;
	padding: 9px;
	border: 1px solid #985dBa;
	background: url(../images/mobile_link_arrow.png) no-repeat right center;
	-moz-border-radius: 12px; /* rounded corners - mozilla browser*/
	border-radius: 12px; /* rounded corners - webkit browser*/
}

nav a:hover { color: #fff; background-color: rgba(255,255,255,.15) /*red 255=max green blue alpha (transparency)*/
/* in mobile, hover state will be activated on tap */
}

footer { border-top: 1px solid #a6abc5; }

body { background-image: none; /* don't download background */} 


div.gallery {
	width: 300px;
	padding: 10px 20px 10px 20px;
	margin: 60px 20px 60px 15px;
	border: 1px solid #ccc;
	font-size: 0.8em;
	float: left;
}
