

.content_section{

}

.content_section  h2{
	font-weight: 300;
	line-height: 40px;
}

.content_section {
	position: relative;
	background: #EAEAEA;
	background: white;
	text-align: center;
	padding: 0;
}

.display{
	position: relative;
	background: black;
	top: 0;
	height: 200px;
	width: 100%;
	left: 0;
	overflow: hidden;
	text-align: center;
}

.display .header_image{
	height: 180px;
	width: 180px;
}

.content_section div.card {
	width: 25%;
	
	text-align: center;
	display: inline-block;
	margin: 40px;
	background: white;
	border-radius: 5px;
	/*
	margin-bottom: 50px;
	*/
	


	vertical-align: middle;
}


.content_section div.header {
	background-color: #4CAF50;
	color: white;
	padding: 10px;
	font-size: 30px;

	padding-bottom: 30px;
	
	border-top-left-radius:5px;

	border-top-right-radius:5px;
}

.content_section div.container {


}




.content_section .card.resume .container{
	border-radius: 0 0 5px 5px; 
	background: #EAEAEA; 
}

.content_section .container img{

	width: 95%;
	height: auto;
	margin: 0;
	margin-top: 5px;
}

.content_section div.card {
	width: 35%;

	background: none;
	box-shadow: none;
}

.content_section div.card .header {
	background: none;
	color: black;
	font-size: 40px;

}


.content_section div.card.first {

	width: 60%;

	box-shadow: none;

	text-align: center !important;
}

.map_container{
	position: absolute;
	width: 50%;
	height: 100%;
	padding: 0;
	margin: 0;
	margin-left: 0;
	background: white;
	top: 0;
	left: 50%;

}


.map{
	position: relative;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
}

.container.button{
	position: relative;
	left: 50%;
	margin-left: -100px;
	border: 1px solid black;
	width: 200px;
	border-radius: 5px;
	background: none;

	text-align: center !important;
	color: black !important;
	padding: 0 !important;
}

.container.button p{
 	text-align: center !important;
}

.container.button p{
	color: black;

}

.container.button:hover{
	cursor: pointer;
	background: #007dc5;
	background: black;
	color: white;
}


.container.button:hover p{
	cursor: pointer;
	background: #007dc5;
	background: black;
	color: white;
}


#contact_section.content_section .card{
	width: 65%;



	margin-left: 0;
	margin-right: 0;
}

#contact_section.content_section .card.less_margin{
	margin-top: 0;
}


.content_section.gallery div.card.first {

	width: 100%;

	margin-left: 0;
	padding-left: 0;

	margin-right: 0;
	padding-right: 0;

	box-shadow: none;

	text-align: center !important;

}

