

@font-face {
	font-family:'roboto';
	src:url('fonts/roboto.woff') format('woff');
	font-weight:normal;
	font-style:normal;
}


@font-face {
	font-family:'rhumba';
	src:url('fonts/rhumba.html') format('woff');
	font-weight:normal;
	font-style:normal;
}




* {
	margin:0;
	padding:0;
	box-sizing:border-box;
}




.clear {
	clear:both;
}

.color1 {
	color:#000;
	text-transform:uppercase;
}

.color2 {
	color:#000;
}


body {	
  	background:url(img/background.jpg);
	font:14px roboto;
	letter-spacing:1px;
	color:#fff;
}


h1, h2, h3, h4 {
	color:#fff;
	text-shadow:2px 2px 0 #000;
}


p {
	margin-bottom:25px;
	text-align:justify;
}


#wrapper {
	width:950px;
	margin:auto;
}

#header {
	float:left;
	width:100%;
	padding:0 25px;
}




#logo {
	text-align:center;
	font-weight:normal;
	font:60px rhumba;
	float:left;
	margin-top:10px;
	padding:20px;
	font-weight:bold;
	line-height:30px;
	text-shadow:1px 1px 0 #960;
	background:rgba(255,255,255,.75);
}



#logo a {
	text-decoration:none;
	color:#960;
}



#logo span {
	font:22px roboto;
	font-weight:normal;
	text-shadow:none;
	color:#000;
}




#navigation {
	width:100%;
	border-radius:10px;
	border:3px #fff solid;
	overflow:hidden;
	float:left;
	background:#960;
}

#navigation li {
	width:20%;
	float:left;
	list-style:none;
}



#navigation li a {
	float:left;
	font-size:16px;
	padding:0 25px;
	text-align:center;
	width:100%;
	line-height:50px;
	text-decoration:none;
	color:#fff;
	transition:all ease .5s;
}


#navigation li a:hover,
#navigation li a.active {
	color:#000;
	background:#fff;
}


#callme {
	float:right;
	font-size:32px;
	padding:10px;
	margin-top:200px;
	text-shadow:1px 1px 0 #000;
	color:#000;
	text-align:center;
	background:rgba(255,255,255,.75);
}


#banner {
	width:100%;
	border-radius:15px;
	border:3px #fff solid;
	float:left;
	margin:10px 0;
	background:url(img/banner.jpg);
	height:300px;
	width:100%;
}


#content {
	margin:10px 0;
	padding:25px;
	border-radius:15px;
	height:300px;
	overflow:auto;
	width:100%;
	float:left;
	background:#960;
	border:3px #fff solid;
}


#sidebar {
	width:100%;
	float:left;
	padding:25px;
	height:300px;
	overflow:hidden;
	border-radius:15px;
	background:#960;
	border:3px #fff solid;
}



#sidebar li {
	list-style:none;
	width:24.3%;
	margin:0 4.5%;
	float:left;
	font-size:16px;
}

#sidebar li img {
	width:100%;
	border-radius:10px;
	border:1px solid #fff;
}


#sidebar li span {
	color:#fff;
	float:right;
	margin-bottom:5px;
}



#photos ul li {
	list-style:none;
	float:left;
	padding:10px;
	margin:2%;
	border:1px solid #fff;
	width:29%;
	transition:all ease .5s;
}

#photos ul li img {
	width:100%;
	border-radius:5%;
}

#photos ul li:hover {
	border:1px solid #000;
}




#footer {
	text-align:center;
	width:100%;
	line-height:50px;
	margin:10px 0;
	border-radius:25px;
	float:left;
	color:#fff;
	border-radius:15px;
	background:#960;
	border:3px #fff solid;
}




#footer a {
	text-transform:uppercase;
	color:#ccc;
	text-decoration:none;
}

#footer a:hover {
	text-decoration:underline;
}


#footer span {
	margin-right:5px;
}


#footer a {
	margin-left:5px;
}






@media only screen and ( max-width: 900px) { 

#wrapper {
	width:90%;
}


#content {
	width:100%;
	height:auto;
}


#sidebar {
	height:auto;
}


#logo {
	font-size:30px;
	text-align:center;
	width:100%;
}


#logo span {
	width:100%;
	font-size:14px;
	text-align:center;
}


#callme {
	font-size:16px;
	width:100%;
	margin:0;
}


#navigation {
	height:auto;
}

#navigation li {
	width:100%;
	border-bottom:1px solid #fff;
}


#navigation li a {
	line-height:50px;
}





#sidebar li {
	list-style:none;
	width:100%;
	float:left;
	font-size:16px;
	text-align:center;
	margin:25px 0;
}




#photos ul li {
	padding:0;
	margin:2%;
	border:none;
	width:100%;
}

#photos ul li img {
	width:100%;
	border-radius:5%;
}

#photos ul li:hover {
	border:none;
}





#footer {
	width:100%;
	text-align:center;
	font-size:14px;
}




#footer a {
	float:none;
}

}