
@import url('https://fonts.googleapis.com/css?family=Open+Sans');

body {
	color: #000;
    font-family: "Open Sans", Arial, sans-serif;
    font-size: 16px;
    font-weight: 500;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    line-height: 1.7em;
}

h1 {
	padding-bottom: 10px;
	font-size: 30px;
	font-weight: bold;
	color: #c09634;
	line-height: 1.2em;
}

p {
    padding-bottom: 1em;
}

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

.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%; 
}
