body {
    font-family: "Open Sans", sans-serif;
    background-color: #f9f9f9;
    height: 100%;
	overflow-x: hidden;
}

h1, h2, h3, h4, h5, h6 {
    font-family: "Montserrat", sans-serif;
    font-weight: 400;
    margin: 0 0 10px 0;
    padding: 0;
}

.hero-header {
    width: 100%;
    background-image: url("../img/HeroHeader-Cropped.jpg");
    background-position: top center;
    background-size: cover;
    text-align: center;
    padding: 250px 0 50px 0;
}

.hero-content {
    text-align: center;
}

.hero-content h1 {
    color: #feff00;
    font-size: 3.5rem;
    margin-bottom: -15px;
    font-weight: 700;
}

.hero-content h2 {
    color: #feff00;
    font-size: 4.5rem;
    font-weight: 700;
}

.hero-content p {
    color: #ffffff;
    font-size: 1.5rem;
}

.mainTitle h3 {
    font-size: 2.5rem;
    font-weight: 700;
    text-align: center;
    padding: 40px 0 10px 0;
}

.postcardBox {
    text-align: center;
}

.postcardBox img {
    width: 100%;
    padding: 0 0 20px 0;
    transition: ease all 0.2s;
}

.postcardBox img:hover {
    opacity: 0.8;
}

.postcardBox button {
    text-align: center;
    border: none;
    background-color: #911f22;
    color: #ffffff;
    padding: 8px 15px;
    width: 220px;
    font-size: 1.4rem;
    font-weight: 500;
    border-radius: 8px;
    transition: ease all 0.2s;
}

.postcardBox button:hover {
    opacity: 0.8;
}

.social-icons {
    margin: 0 auto;
    text-align: center;
    padding-bottom: 20px;
}

.social-icons img {
    width: 100%;
    max-width: 50px;
    padding: 0 4px;
    transition: ease all 0.2s;
}

.social-icons img:hover {
    opacity: 0.8;
}

.footer {
    padding: 3em 0;
}

.footer-links {
    margin: 0 auto;
    text-align: center;
}

.footer-links p {
    color: #444444;
    font-size: 1rem;
}

.footer-links a {
    color: #444444;
    text-decoration: underline;
    transition: ease all 0.2s;
}

.footer-links a:hover {
    color: #000000;
    text-decoration: underline;
    transition: ease all 0.2s;
}