a{
	text-decoration: none;
	color: inherit;
}

#background-menu{
	width: 100%;
	height: 450px;
	background-image: url(/okp/goap/core/themes/goap/images/menu/fondo-oaworldwide.jpg);
	background-repeat: no-repeat;
	background-size: cover;
}

#submenu > div{
	width: 90%;
}

#cards{
	width: 80%;
	max-width: 1240px;
	margin: 0 auto;
	display: grid;
	grid-template-columns: 1fr 1fr 1fr;
	grid-template-rows: auto;
	margin-top: 30px;
	font-family: 'Raleway-Light';
}

.card{
	display: inline-flex;
	width: 320px;
	height: 200px;
	border-radius: 10px;
	margin: 15px;
	font-size: 12px;
	line-height: 18px;
	display: flex;
	align-items: center;
	color: white;
	text-align: center;
}

.card > div{
	padding: 20px;
	width: 70%;
	margin: 0 auto;
}

.title-card{
	font-weight: bold;
	font-size: 14px;
	cursor: pointer;
}

.description-card{
	font-size: 11px;
	width: 70%;
	display: block;
	cursor: pointer;
}

.card img{
	height: 36px;
}

#card-1{
	background-image: url(/okp/goap/core/themes/goap/images/oa-worldwide/back-aboutoaw.jpg);
	background-repeat: no-repeat;
	background-size: cover;
}

#card-2{
	background-image: url(/okp/goap/core/themes/goap/images/oa-worldwide/back-acces-by-region.jpg);
	background-repeat: no-repeat;
	background-size: cover;
}

#card-3{
	background-image: url(/okp/goap/core/themes/goap/images/oa-worldwide/back-mandates.jpg);
	background-repeat: no-repeat;
	background-size: cover;
}

#card-4{
	background-image: url(/okp/goap/core/themes/goap/images/oa-worldwide/back-oa-community.jpg);
	background-repeat: no-repeat;
	background-size: cover;
}

#card-5{
	background-image: url(/okp/goap/core/themes/goap/images/oa-worldwide/back-os-movement.jpg);
	background-repeat: no-repeat;
	background-size: cover;
}

#card-6{
	background-image: url(/okp/goap/core/themes/goap/images/oa-worldwide/back-key-organizations.jpg);
	background-repeat: no-repeat;
	background-size: cover;
}

#card-7{
	background-image: url(/okp/goap/core/themes/goap/images/oa-worldwide/back-thematicareas.jpg);
	background-repeat: no-repeat;
	background-size: cover;
}

#card-8{
	background-image: url(/okp/goap/core/themes/goap/images/oa-worldwide/back-contributors.jpg);
	background-repeat: no-repeat;
	background-size: cover;
}



@media only screen and (max-width: 599px) {
	#cards{
		width: 95%;
		display: block;
	}
	
	.card{
		width: 90%;
		margin: 0 auto;
		margin-bottom: 15px;
	}
}

@media only screen and (min-width: 600px) and (max-width: 767px){
	#cards{
		width: 95%;
		grid-template-columns: 1fr 1fr;	
	}
	
	.card{
		width: 90%;
	}
}

@media only screen and (min-width: 768px) and (max-width: 991px){
	#cards{
		width: 95%;
		grid-template-columns: 1fr 1fr;	
	}
	
	.card{
		width: 90%;
	}
}

@media only screen and (min-width: 992px) and (max-width: 1199px) {
	#cards{
		width: 95%;
	}
	
	.card{
		width: 288px;
	}
}

@media only screen and (min-width: 1200px) {}