.cover{
	background-image: url("../img/cover.jpg");
	background-repeat: no-repeat;
	background-size: cover;
	height: 800px;
	background-position: top;
}
.title{
  font-family: "Dosis", sans-serif;
	line-height: 1em;
	font-size: 3em;
}
.section-2{
	padding: 60px 120px;
}
.subtitle{
font-family: "Mr Dafoe", cursive;
  font-weight: 400;	font-size: 2em;
}
.pi-section-base-2{
	background-color: #f89f73;
}
.pi-section-base-2 a{
	color: #fff !important;
}
/*Timeline*/
.pi-timeline-date {
    width: 500px;
}
.pi-timeline-item-date span:last-child {
    font-size: 16px;
}
/*Footer*/
.footer-fixed {
    position: fixed;
    bottom: 0;
    width: 100%;
	z-index: 3;
}
@media (min-width: 960px) {
	.pi-timeline-item-left {
    text-align: right;
	}
}
@media (max-width: 320px) {
.pi-row-lg .pi-row-block-logo img {
    max-height: 48px;
}
.pi-header-rows-fixed .pi-row-reduced img, .pi-header-row-fixed .pi-row-reduced img {
    max-height: 48px;
}
}
@media (max-width: 420px) {
.pi-row-lg .pi-row-block-logo img {
	max-height: 70px;
}
.title {
    font-size: 2.8em;
}
.section-2 {
    padding: 40px 60px;
}
h1, .h1 {
    font-size: 2.2em;
}
}
@media (max-width: 960px) {
.section-2 {
    padding: 40px 55px;
}
}