h2
{
	text-align: center;
}

.marlena
{
	height: calc(400px - 25px - 25px);
	position: relative;
	margin-bottom: 50px;
	box-shadow: 0 4px 8px 0 rgba(0, 0, 0, 0.2), 0 6px 20px 0 rgba(0, 0, 0, 0.19);
	border-radius: 2px;
	padding: 25px 25px 25px 25px;
}

.name
{
	font-size: 2em;
	font-weight: bold;
	text-align: center;
	width: calc(100% - 350px);
}

.contact
{
	width: calc(100% - 350px);
	margin-top: 80px;
	font-size: 1.5em;
	text-align: center;
}

.contact i
{
	position: relative;
	top: 9px;
	padding-right: 10px;
	font-size: 1.3em;
}

.license
{
	font-size: 0.5em;
	text-align: left;
	margin-left: 10px;
}

.portret
{
	height: 300px;
	position: absolute;
	bottom: 0;
	right: 0;
}

.map
{
	height: 400px;
    width: 45%;
}

.image-holder
{
	position: relative;
	width: 100%;
	height: 100%;
	margin: 0 0 0 0;
	padding: 0 0 0 0;
	float: left;
}

.image
{
	width: 100%;
	height: auto;
	margin: 0 0 0 0;
	padding: 0 0 0 0;
	display: block;
}

.card-contact
{
	box-shadow: 0 4px 8px 0 rgba(0, 0, 0, 0.2), 0 6px 20px 0 rgba(0, 0, 0, 0.19);
    border-radius: 2px;
    margin-bottom: 50px;
	padding: 0 0 0 0;
}

.contact-title
{
	position: absolute;
	width: calc(100% - 25px);
	bottom: 0px;
	left: 0;
	padding-top: 25px;
	padding-bottom: 25px;
	padding-left: 25px;
	background-color: rgba(60, 60, 60, 0.9);
	color: white;
	text-transform: uppercase;
	font-size: 1.7em;
}

.flex-holder
{
	clear: left;
	display: flex;
	flex-direction: row;
	flex-wrap: wrap;
	justify-content: space-between;
	align-items: center;
}

ul
{
	list-style-type: none;
}

li
{
	font-size: 1.3em;
	padding-bottom: 15px;
}

