.courses{ display: table; margin-top:30px; margin-bottom:30px;}


.course-item{
	
	display: block;
	position: relative;
	
	background-size: cover;
	background-repeat: no-repeat;
	
	width: 100%;
	max-width: 420px;
	height:390px;
	
	color: #ffffff;
	
	margin-bottom: 20%;
	padding: 20px;
	text-align:center;
}


.course-item h3{
	
	
	font-family: 'Playfair Display', serif;
	color: #ffffff;
	font-weight: 400;
	font-size: 1.8em;
	font-style: italic;
	line-height: 1.3em;
	letter-spacing: 1px;
	text-align: center;
	margin-bottom:30px;
	margin-top: 20%;
}



.course-item p strong{
	font-weight: 400;
	color: #C7DFEA;
}

.course-item  p{
	font-size: 1em;
	font-weight: 300;
	line-height: 1.5em;
	 margin-bottom: 25px;
	/*padding: 10px;*/
}

.course-item  a, .course-item  a:visited, .course-item  a:active{

	border: 1px solid #C7DFEA;
	border-radius: 30px;
	padding: 15px;
	/*width: 150px;*/
	background-color:  rgba(199, 223, 234, 0.3);
	
	
	font-family: 'Oswald', sans-serif;
	color: #ffffff;
	font-size: 1em;
	font-weight: 300;
	line-height: 1em;
	letter-spacing: 1px;
	text-transform: uppercase;
	text-decoration: none;
	
	position: absolute;
	bottom:10%;
	left: 35%;
	
}

.course-item  a:hover{
	cursor: pointer; 
	color: #085B8E;
	background-color:#C7DFEA; 
	text-decoration: none;
}


.course-item .caption {
	display: none;
	z-index: 1;
	position: absolute;
	background: #C7DFEA;
	opacity: 0.85;
	bottom: 0;
	left: 0;
	width: 100%;
	height: 100%;

	
	
}

