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

body {
	font-family: "Raleway","Helvetica Neue",Helvetica,Arial,sans-serif;
    font-size: 16px;
    line-height: 1.5rem;
    color: #5c5c5c;
}

h1 {
	font-family: "Raleway","Helvetica Neue",Helvetica,Arial,sans-serif;
    font-weight: 500;
    line-height: 1.1;
    color: inherit;
    margin-top: 21px;
    font-size: 2rem;
    position: relative;
    margin-bottom: 2.2rem;
}

h1:after {
	    position: absolute;
    content: '';
    width: 80px;
    height: 1px;
    border-bottom: 1px #dedede solid;
    left: 0;
    bottom: -1rem;
}

p {
    margin: 0 0 10.5px;
    text-align: left;
    margin-bottom: 1.5rem;
}

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

.ce_youtube {
	margin-top: 20px;
}
