@import url('base/base.css');

.showcase {
    min-height: 100vh;
    background: url('../images/rnd-gradient-bg-rvsd_compressed.jpg') no-repeat center/cover;
    padding: 20px;
    padding-bottom: 60px;
}

.showcase-text {
    margin-top: 150px;
}

.showcase h1, .showcase h2 {
    font-family: 'Nunito Sans', sans-serif;
    letter-spacing: 0.1em;
}

.showcase h1 {
    font-size: 2.5em;
    font-weight: 800;
    text-transform: uppercase;
}

.showcase h2 {
    font-weight: 500;
    margin-top: 0.6em;
}

.showcase p {
    font-size: 1.2em;
}

p {
    font-family: 'Source Sans Pro', sans-serif;
}

.fields-hero-gif {
    width: 250px;
    margin-left: -5px;
    margin-bottom: 10px;
}

@media screen and (max-width: 760px) {
    .showcase h1 {
        font-size: 2em;
    }
}

@media screen and (max-width: 320px) {
    .fields-hero-gif {
        width: 150px;
    }

    .showcase h1 {
        font-size: 1.4em;
    }
}