body {
    font-size: 1.25rem;
}
div#container {
	padding: 0;
	margin: 0;
	width: 100%;
}
div#header-logo {
	padding: 20px;
	text-align: center;
}
div#header-video {
    display: flex;
    justify-content: center;
    align-items: center;
	padding: 32px 0;
    height: auto;
    background-image: url('../img/header.jpg');
    background-position: center;
    background-repeat: no-repeat;
}
div#header-video video {
    max-width: 100%;
    max-height: 400px;
    width: auto;
    height: auto;
}
@media (max-width: 710px) {
    div#header-video {
        padding: 0;
    }
}
h1 {
	text-align: center;	
	font-weight: bold;
	margin: 20px 0;
}
h3 {
	text-transform: uppercase;
	font-size: 90%;
}
#subheader {
	max-width: 50em;
	margin: 20px auto;
	text-align: center;
	font-size: 1.5rem;
}
#invitation {
	margin: 40px auto;
	text-align: center;
	font-size: 2rem;
}
.feature {
	background-color: #fff6e8;
}
.container {
	margin: 8px auto;
	padding: 16px;
}
.feature-box {
	background-color: #fff6e8;
	margin: 20px;
	padding: 20px;
	font-size: 80%;
}
.box {
	background-color: white;
	margin: 20px;
	padding: 20px;
}
#staff {
	text-align: center;
}
#staff img {
	width: 130px;
	height: 130px;
}
.circle {
	width: 130px;
	height: 130px;
	border-radius: 50%;
	margin: 0 auto;
	padding: 0;
	overflow: hidden;
}
#img-aterosclerosis {
	float: right;
	margin: 25px;
	height: 250px;
	width: 250px;
	background-image: url(../img/aterosclerosis.jpg);
	background-size: 130%;
    background-position: center;
    background-repeat: no-repeat;
}
#img-vision {
	margin: 20px;
	min-width: 200px;
	min-height: 400px;
	background-image: url(../img/vision-mision-objetivo.jpg);
	background-size: contain;
    background-position: center;
    background-repeat: no-repeat;
}
div#footer {	
	text-align: center;
	padding: 20px;
}