* {
    box-sizing: border-box;
}
body {
    margin: 0;
    padding: 0;
    background: url('/images/design/1.jpg') center center no-repeat;
    background-size: cover;
    min-height: 100vh;
    font-size: 16px;
    font-weight: 400;
    font-family: 'Roboto', sans-serif;
    letter-spacing: 1px;
    color: #e5e5e5;
    line-height: 1.6;
}
body > div, body img.logo {
    width: 90%;
    max-width: 1200px;
    text-align: center;
    margin: 0 auto;
}
body > div {
    padding-top: 2.5rem;
}

body img.logo {
    max-width: 600px;
    width: 90%;
    margin: 0 auto;
    display: block;
}
#nav {
/*    background: linear-gradient(to bottom, rgba(0, 0, 0, 0.9), rgba(0, 0, 0, 0));*/
    background: rgba(0, 0, 0, 0.5);
    width: 100%;
    display: flex;
    justify-content: space-between;
    padding: 1.5rem 10vw 2rem 10vw;
}
@media (max-width: 650px) {
    #nav {
        display: block;
        text-align: center;
    }
}

#nav img {
    max-width: 250px;
}
nav a {
    display: inline-block;
    padding: 1rem;
    text-decoration: none;
    color: #fff;
}
@media (max-width: 400px) {
    nav a {
        padding: 1rem;
    }
}
nav a.active {
    color: #EF3C76;
    text-decoration: underline;
}
#mc_embed_signup {
    max-width: 600px;
    margin: 0 auto;
}

h1, h2 {
    text-transform: uppercase;
    font-weight: 700;
    margin-top: 0;
}
h2 {
    line-height: 1.2;
}
body > div {
    margin-top: 2.5rem;
}
img {
    width: 100%;
    max-width: 100%;
}
p > span.icons {
    display: inline-grid;
    grid-template-columns: 1rem 1rem 1rem;
    grid-gap: 0.25rem;
}
a, h1, h2, h3 {
    color: #EF3C76;
}
button, .button {
    background-color: #EF3C76; font-size: 1rem; padding: 1rem 2.5rem; border: none; cursor: pointer; color: #fff;
    text-decoration: none;
    text-transform: uppercase;
}

.grid.two-columns {
    display: grid;
    grid-template-columns: 1fr 1fr;
    grid-gap: 2.5rem;
}
@media (max-width: 768px) {
    .grid.two-columns {
         grid-template-columns: 1fr;
    }
}

#mc_embed_signup{margin: 2.5rem auto 0 auto; max-width: 400px; text-align: center !important;}
#mc_embed_signup form { text-align: center !important; }
#mc-embedded-subscribe { background-color: #EF3C76 !important; }

.panel {
    padding: 2.5rem;
    background: rgba(255, 255, 255, 0.25);
    backdrop-filter: blur(10px);
    box-shadow: rgba(0, 0, 0, 0.25) 1rem 1rem 1rem;
}
.panel > p:first-child {
    margin-top: 0;
}
.panel > *:last-child {
    margin-bottom: 0;
}

footer {
    margin-top: 5rem;
    padding: 5rem 2.5rem;
    background: rgba(0, 0, 0, 0.5);
    text-align: center;
    width: 100%;
}

footer > p:last-child {
    margin-bottom: 0;
}

