body {
    font-family: 'Poppins', sans-serif;
    background-image: url('/img/back.png');
    background-size: cover;
    background-repeat: no-repeat;
    background-position: top -300px center;
}
h1 {
    font-family: 'Calistoga';
    font-weight: 700;
    margin-top: 0;
}
@media (max-width: 500px) {
    body {
        font-family: 'Poppins', sans-serif;
        background-image: url('/img/back.png');
        background-size: cover;
        background-repeat: no-repeat;
        background-position: top -50px center;
    }
}


a {
    color: inherit;
    text-decoration: underline;
}
section#hero {

}
#hero img {
    margin-top: 25vh;
    margin-bottom: 25px;
    max-width: 325px;
    height: auto;
}

section#content {
    z-index: 2;

}

.intro {
    text-align: center;
    padding:25px;
}


.btn-info {
    background-color: #246EB9;
    border-color: #246EB9;
}
.form-control, .btn {
    border-radius: 10px !important;
    box-shadow: none !important;
}
.input-group-btn {
    padding-left: 10px;
}

.btn-template {
    background-color: #FCC112;
    color: #FFF;
}