
@font-face {
    font-family: 'MinionPro-Regular';
    src: url('../fonts/MinionPro-Regular.otf');
    font-weight: normal;
    font-style: normal;
}

body {
    background: #221F20;
    font-family: "MinionPro-Regular";
    color: white;
    text-align: center;
}

h1 {
    display: inline-block;
    font-size: 6rem;
    font-weight: normal;
    text-transform: uppercase;
    padding-bottom: 1rem;
    border-bottom-style: solid;
    border-bottom-width: 0.2rem;
    border-bottom-color: white;
    letter-spacing: 0.2em;
    padding-left: 0.2em; /* due to letter spacing of last letter balance */
}

h2 {
    font-size: 2rem;
    text-transform: uppercase;
    letter-spacing: 0.1em;
}

.title {
    padding-top: 2rem;
}

.links {
    padding: 1rem;
}

.links img {
    height: 2rem;
    margin: 1rem;
}

.news {
    font-size: 2rem;
    text-transform: uppercase;
    letter-spacing: 0.1em;
    padding: 1rem;
    /*text-decoration-line: underline;*/
}

.photo {
    padding: 3rem;
}

.photo img {
    width: 100%;
    max-width: 800px;
}

.contact {
    padding-bottom: 3rem;
}

.contact-wrapper {
    padding: 3rem;
    padding-top: 1rem;
    font-size: 1.5rem;
    display: inline-block;
}

a {
    color: white;
    text-decoration: none;
}

a:hover {
    opacity: 0.5;
    transition: 1s;
}

@media only screen and (max-width: 1300px) {
    h1 {
        font-size: 4rem;
    }
    .contact-wrapper {
        padding: 1rem;
        display: block;
    }
}

@media only screen and (max-width: 900px) {
    h1 {
        font-size: 3rem;
    }
    h2 {
        font-size: 1.5rem;
    }
    .contact-wrapper {
        font-size: 1rem;
    }
}

@media only screen and (max-width: 700px) {
    h1 {
        font-size: 2rem;
    }
    h2 {
        font-size: 1rem;
    }
    .links img {
        height: 1rem;
        margin: 0.5rem;
    }
    .photo {
        padding: 2rem;
        padding-top: 1rem;
        padding-bottom: 1rem;
    }
    .contact-wrapper {
        padding-top: 0;
        padding-bottom: 0;
    }
    .news {
        font-size: 1rem;
    }
}

@media only screen and (max-width: 450px) {
    h1 {
        font-size: 1.5rem;
    }
    .links img {
        height: 0.75rem;
        margin: 0.25rem;
    }
}
