.gradient-button {
    margin: 10px;
    font-family: "Montserrat";
    font-size: 26px;
    padding: 15px;
    text-align: center;
    transition: 0.5s;
    background-size: 200% auto;
    color: #FFF;
    box-shadow: 0 0 20px #eee;
    border-radius: 10px;
    width: 300px;
    box-shadow: 0 1px 3px rgba(0,0,0,0.12), 0 1px 2px rgba(0,0,0,0.24);
    transition: all 0.3s cubic-bezier(.25,.8,.25,1);
    cursor: pointer;
    display: inline-block;
    border-radius: 25px;
    text-decoration: none;
}

.gradient-button:hover{
    box-shadow: 0 10px 20px rgba(0,0,0,0.19), 0 6px 6px rgba(0,0,0,0.23);
    margin: 8px 10px 12px;
}

.gradient-button-1 {background-image: linear-gradient(to right, #FABB29 0%, #FF850A 51%, #FF850A 100%)}
.gradient-button-1:hover { background-position: right center; }

.gradient-button-2 {background-image: linear-gradient(to right, #0BF1F5 0%, #4A88F2 51%, #2BC0E4 100%)}
.gradient-button-2:hover { background-position: right center; }

.gradient-button-3 {background-image: linear-gradient(to right, #FCC523 0%, #FF9610 51%, #833ab4 100%)}
.gradient-button-3:hover { background-position: right center; }


.gradient-button-small {
    margin: 10px;
    font-family: "Helvetica";
    font-size: 20px;
    padding: 15px;
    text-align: center;
    transition: 0.5s;
    background-size: 200% auto;
    color: #FFF;
    box-shadow: 0 0 20px #eee;
    border-radius: 10px;
    width: 300px;
    box-shadow: 0 1px 3px rgba(0,0,0,0.12), 0 1px 2px rgba(0,0,0,0.24);
    transition: all 0.3s cubic-bezier(.25,.8,.25,1);
    cursor: pointer;
    display: inline-block;
    border-radius: 25px;
    text-decoration: none;
}

.gradient-button-small:hover{
    box-shadow: 0 10px 20px rgba(0,0,0,0.19), 0 6px 6px rgba(0,0,0,0.23);
    margin: 8px 10px 12px;
}

.gradient-button-1-small {background-image: linear-gradient(to right, #FABB29 0%, #FF850A 51%, #FF850A 100%)}
.gradient-button-1-small:hover { background-position: right center; }

.gradient-button-2-small {background-image: linear-gradient(to right, #0BF1F5 0%, #4A88F2 51%, #2BC0E4 100%)}
.gradient-button-2-small:hover { background-position: right center; }

.gradient-button-3-small {background-image: linear-gradient(to right, #833ab4 0%, #4A88F2 51%, #833ab4 100%)}
.gradient-button-3-small:hover { background-position: right center; }

a:hover {
    color: #fff;
}
body {
    background: #030812 url(/assets/img/background.jpg);
    background-repeat: no-repeat;
    background-size: 125%;
    min-width: 100%;
    min-height: 100%;

    font-family: 'Montserrat', sans-serif;
}

.row.first {
    margin-top: 12%;
}

.row.buttons {
    text-align: center;
}

.logo {
    text-align: center;
}

.logo img {
    width: auto;
    height: 450px;
    margin-bottom: 2px;
}

.motto {
    margin-bottom: 1px;
    text-align: center;
    font-size: 24px;
    padding: 30px 0 45px;
    color: #FFFFFF;
    font-weight: 500;
}

.motto img {
    width: 80%;
    max-width: 200px;
    margin: 40px 0;
    height: auto;
}

.separator {
    height: 18px;
    background: url(/assets/img/separator.png);
    margin-top: 60px;
    margin-bottom: 20px;
}

.footer {
    text-align: center;
    color: #fff;
    margin-top: 2%;
}

.footer.end {
    margin-top: 10px;
    margin-bottom: 40px;
}

.footer a {
    font-style: normal;
    font-weight: bold;
    font-size: 18px;
    text-align: center;
    letter-spacing: 0.4em;
    text-transform: uppercase;
    text-decoration: none;
    color: #ccc;
}

.footer.end a {
    color: #ccc;
}

.footer a:hover {
    color: #fff;
}

@media (max-width: 1000px) {
    .row.first {
        margin-top: 55%;
    }

    body {
        background: #030812 url(/assets/img/background.jpg);
        background-repeat: no-repeat;
        background-size: 400%;
        background-position-x: 0%;
        background-position-y: 0%;
    }

    .motto {
        margin-bottom: 10px;
        font-size: 24px;
    }

    .logo img {
        width: 250px;
        height: auto;
    }
}

@media (min-width: 1000px) {
    body {
        background-position-y: 0px;
    }
}

@media (min-width: 2000px) {
    body {
        background-position-y: 0px;
    }
}
