.container {
    margin-bottom: 150px;
}

h1 {
    margin-top: 75px;
}

h2 {
    margin-top: 50px;
}

.content {
    font-family: 'Montserrat';
}

p,
h1,
h2 {
    font-family: 'Montserrat';
}

h1 {
    font-size: 1rem;
}

h2 {
    font-size: 0.8rem;
}

p {
    font-size: 0.6rem;
}

@media(min-width: 375px) {
    h1 {
        font-size: 2rem;
    }
    h2 {
        font-size: 1.5rem;
    }
    p {
        font-size: 1rem;
    }
}

header {
    background-image: url(../images/DSC_0114-2a.png) center center no-repeat;
    background-position: cover;
}

.hamburger-menu {
    top: 0px;
    right: 0px;
}