a.menuItem {
	margin: 10px .5% 0 .5%;
	max-width: 49%;
	height: 150px;
	width:  49%;
	text-decoration: none;
	display: block;
	box-sizing: border-box;
	float: left;
	border: 1px solid #fff;
}

a.menuItem:hover {
	border: 1px solid #000;
}



h1 {
	font-size: .9em;
	text-transform: uppercase;
	letter-spacing: .2em;
	font-family: 'Rubik', arial, sans-serif; 
	font-weight: 700;
	border-bottom: 1px solid #000;
	padding: 0 0 .5em 0;
}


h2 {
	margin: 0 0 .5em 0;
}


p { font-size: 2em; }

.titles {
	float: left;
	width: 60%;
	padding: 0;
	margin:4% 0 0 5%;
}

.full {
	width: 100%;
}

.title {
	padding: 0;
	margin:0;
	font-size: 2em;
	line-height: 1em;
	color: #000;
	text-transform: uppercase;
	font-family: 'Rubik', arial, sans-serif; 
	font-weight: 700;
	width: 90%;
}

.subTitle {
	padding: 0;
	margin: 5px 0 0 0;
	font-size: 1.5em;
	line-height: 1.2em;
	font-family: 'Rubik', arial, sans-serif; 
	font-weight: 400;	
	color: #000;
	width: 90%;
}

.white {
	color: #fff;
}

.side {
	width: 30%;
	height: 100%;
	float: left;
  	background-size: cover;
  	background-repeat: no-repeat;
  	background-attachment: top;
  	display: block;
  	z-index: 10;
  	float: right;
  	background-size: cover;
  }

/* ---- banners ---- */

a.noImage {
	border: 1px dotted #000;
}

a.noImage:hover {
	border: 1px solid #000;
}




/* https://blog.logrocket.com/css-breakpoints-responsive-design/ */
@media only screen and (max-width: 640px) {
   #navigation li {     
    	width: 50%;
	}

	   #navigation li.here {     
    	width: 50%;
    	border: 0;

	}
	#navigation li:nth-child(odd) {
    	border-bottom: 1px solid #fff; 
    	border-right: 1px solid #fff;
    	box-sizing: border-box;
 
	}
 	#navigation li:nth-child(even) {
    	border: none;
    	box-sizing: content-box;
    	border-bottom: 1px solid #fff; 
    	border-right: none;
	}

	a.menuItem { 
	  	width: 100%;
	  	max-width: 100%;
	 }

.title {
	font-size: 1.6em;
}

	.titles {
		margin:3% 0 0 5%;
	}

	.side {
		display: none;
	}

}
@media only screen and (min-width: 768px) {

}
@media only screen and (min-width: 1024px) {
		
}
@media only screen and (min-width: 1280px) {

}

@media only screen and (min-width: 2560px) {
		a.menuItem { 
	  	width: 30%;
	  	max-width: 30%;
	 }
}

}


