@import url(https://fonts.googleapis.com/css?family=Prompt:100,900,500);

body{
	background: #000;
}

.blocks{
	display: block;
	margin: 0 auto;
	padding-bottom: 40px;
}

.blocks p{
	color: white;
	text-align: center;
	font-family: 'Prompt', sans-serif;
	font-weight: 100;
}

.blocks p:nth-child(3){
	color: white;
	text-align: center;
	font-family: 'Prompt', sans-serif;
	font-weight: 100;
	font-size: 18px;
	color: yellow;
}

.blocks p a, .blocks p a:visited {
	color: yellow;
}

.blocks p a:hover, .blocks p a:focus{
	color: red;
}

.block{
	display: block;
	width: 33%;
	height: 700px;
	float: left;
	margin: auto 0;
	opacity: 1;
}

.block h1{
	text-align: center;
	color: white;
	font-size: 42px;
	font-family: 'Prompt', sans-serif;
	font-weight: 900;
	margin: 0 auto;
	letter-spacing: 3px;
}

.block p{
	text-align: center;
	color: white;
	font-family: 'Prompt', sans-serif;
	font-weight: 100;
	margin: 0 auto;
}

.blocks img{
	display: block;
	max-width: 720px;
	width: 100%;
	margin: 0 auto;
	padding-top: 40px;
}

.education{
	background: url(../imgs/educationBG.jpg);
	background-size: cover;
	background-position: bottom center;
}

.retail{
	background: url(../imgs/retailBG.jpg);
	background-size: cover;
	background-position: bottom center;
}

.wholesale{
	background: url(../imgs/wholesaleBG.jpg);
	background-size: cover;
	background-position: bottom center;
}

a .block{
	display: block;
	border: 1px solid black;
}

a .block:hover, a .block:focus{
	border: 1px solid yellow;
	opacity: .7;
}

.button{
	border: 1px solid rgb(91, 91, 91); 
	color: rgb(255, 255, 255); 
	display: inline-block; 
	text-shadow: none; 
	border-radius: 10px; 
	background-color: rgb(239, 70, 68);
	height: 30px; line-height:1.8;
	padding-left:20px;
	padding-right:20px;
	margin-left:20px;
}

.button:hover, .button:focus{
	background-color: rgb(239, 100, 100);
}

.clear{
	clear: both;
}

footer{
	display: block;
	margin: 0 auto;
	background: url(../imgs/pattern2.png);
}


footer p{
	text-align: center;
	color: white;
	font-size: 18px;
	padding: 20px;
	margin: 0;
}

.footer{
	color: white;
	text-align: center;
	font-family: 'Prompt', sans-serif;
	font-weight: 100;
	font-size: 14px;
}

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

	.block{
		float:none;
		width: 100%;
	}


}


