@import "template.css";

#header_text p {
	color: white;
	float: left;
    font-family: "ltc-bodoni-175",serif;
	font-size: 3.4em;
	line-height: 1em;
	margin-top: 5%;
	min-height: 37px;
	text-align: center;
	width: 100%;
}

#page_content {
    background: url("../images/yay-1360604.jpg");
    background-position: center;
    background-size: cover;
    height: 450px;
    border-radius: 6px;
}

#page_content p {
    color: rgba(255, 255, 255, 1);
    background: rgba(0, 0, 0,.6);
    float: left;
    text-align: justify;
    font-size: 1.4em ;
    font-family: "ltc-bodoni-175",serif;
    line-height: 1em;
    min-height: 39px;
    width: 95%;
    margin: 2% 4% 5% 0;
    padding: 1% 2.5% 1% 2.5%;
}
