@import url('https://fonts.googleapis.com/css?family=Lato');
@import url('https://fonts.googleapis.com/css?family=Oswald');

body {
	font-family: Lato;
    font-weight: normal;
    font-style: normal;
    font-size: 16px;
	color: #444;
}

h1 {
	font-family: Oswald;
    font-weight: normal;
    font-style: normal;
    font-size: 28px;
    line-height: 32px;
    margin-bottom: 18px;
    text-align: center;
}

p {
    margin-bottom: 18px;
    text-align: justify;
}

.infobox {
	background: #b28559;
    color: #fff;
    font-size: 1.5em;
    border: 1px solid #401D14;
    border-radius: 0;
    -webkit-box-shadow: inset 0px 0px 0px rgba(0, 0, 0, 0);
    box-shadow: inset 0px 0px 0px rgba(0, 0, 0, 0);
    padding: 1.4em 1.5em 1.5em 1.5em;
    margin: 1em 0;
}

.ce_youtube {
	margin-top: 20px;
}
