/*
Theme Name: Motomechanics
Author: Ja tylko do wordpressa MDeex
Version: 1.0
*/
body { 
	background-image:url(images/tlo.jpg);
	background-attachment:fixed;
	font-family: 'Roboto Condensed', sans-serif;
	width: 1000px;
	margin: 0 auto;
}

.box-style {
	border-radius: 20px;
}

/* HEADER */	
#main-menu {		
	font-size: 19px;
	font-weight: 700;
	letter-spacing: 1px;
	background-color: lightgrey;		
}
	#main-menu   ul {display: flex; padding: 0;}
	#main-menu   ul, #main-menu  li {list-style-type:none; margin:0; }
	#main-menu li { padding: 5px 0 ; flex: 2; }
	#main-menu a { color:  black; display: block; text-align: center; opacity: 0.8; text-decoration: none; }
	#main-menu li:hover { background-color: black; cursor: pointer; text-align: center;}
	#main-menu a:hover { color: white; opacity: 1;	}
	#main-menu li:first-child:hover {border-radius: 20px 0 0 20px;}
	#main-menu li:last-child:hover {border-radius: 0 20px 20px 0;}
	
/* CONTENT */
.content-box { 
	margin: 60px 0;
	padding: 40px;
	background-color: lightgrey;
	opacity: 0.9;	
	border-radius: 20px;
}

/* FOOTER */
.website-footer {	
	clear: both;		
	background-color: black;	
	color: white;
	text-align: center;
	padding: 10px;
}