html {
    font-size: 81.3%;
}

body {
	font-family: Arial, Helvetica, sans-serif;
    color: #e1e1e1;
    text-align: left;
    /* font-size: 1em; */
    line-height: 1.6em;
    /* font-weight: 300; */
    -webkit-font-smoothing: antialiased;
    font-smoothing: antialiased;
    text-rendering: optimizeLegibility;
}

h1 {
	color: #779125;
    margin: 0 0 0.18em;
    font-size: 2.153em;
    font-weight: 400;
    line-height: 1em;
    padding: 0;
    border-bottom: solid 1px #e6e4de;
}

p {
    margin: 1.5em 0;
    font-size: 1em;
}

.infobox {
	color: #fff;
    background-color: #779125;
    padding: 3px 20px 0px 20px;
    border-radius: 0px;
    margin-bottom: 30px;
    margin-top: 30px;
}

.ce_text {width: 98%;}

.ce_youtube {
	margin-top: 20px;
}

.youtube {
  position: relative; 
  padding-bottom: 56.25%; /* ratio 16x9 */
  height: 0; 
  overflow: hidden; 
  width: 100%;
  height: auto;
}
.youtube iframe {

  position: absolute; 
  top: 0; 
  left: 0; 
  width: 100%; 
  height: 100%; 
}
