* {
	box-sizing: border-box;
}
html {
	font-size: 16px;
}
body {
	font-family: 'ltc-goudy-oldstyle-pro', serif;
	font-weight: 400;
	font-style: normal;
	line-height: 1;
	color: #003047;
	background: #003047;
    background-image: url(../images/landing-background.jpg);
    background-repeat: no-repeat;
    background-size: cover;
    background-position: top center;
}
.wrapper {
    width: 100%;
	max-width: 1040px;
	padding-left: 20px;
	padding-right: 20px;
    padding-top: 20%;
	margin-left: auto;
	margin-right: auto;
}
.text {
    background: rgba(0,48,71,0.9);
    color: #fff;
	padding: 1.5rem;
}
p {
	margin: 0 0 30px 0;
	line-height: 1.4;
	font-size: 19px;
}
p:last-of-type {
    margin-bottom: 0;
}
h1, h2, h3 {
	font-weight: 700;
	line-height: 1;
	margin: 0;
    text-align: center;
}
h1 {
    text-transform: uppercase;
    background-image: url(../images/line-red.png);
    background-repeat: repeat-x;
    background-position: left bottom;
    background-size: 368px 4px;
    padding-bottom: 1rem;
    margin-bottom: 0.5rem;
    font-size: 32px;
    color: #ffffff;
}
h2 {
    font-weight: 400;
    font-style: italic;
    font-size: 28px;
    color: #F8DA9F;
    margin-bottom: 2rem;
}
h3 {
    text-transform: uppercase;
    margin-bottom: 30px;
    font-size: 22px;
    color: #ffffff;
}
.logo-weta {
    display: block;
    width: 150px;
    height: auto;
    margin: 1rem auto;
}
.footer-site {
    padding-top: 2rem;
}
.footer-site p {
    font-family: 'ff-good-headline-web-pro', sans-serif;
    text-align: center;
    color: #EAE1CD;
    font-size: 14px;
    font-weight: 500;
    text-transform: uppercase;
}

@media (min-width: 1140px) {
    .wrapper {
        padding-left: 50px;
        padding-right: 50px;
        padding-top: 25%;
    }
    .text {
        padding: 3rem;
    }
    h1 {
		font-size: 62px;
	}
    h2 {
		font-size: 52px;
	}
    h3 {
        font-size: 32px;
    }
}