
.big-button {
	background-color: #ff80bf;
    border: none;
    color: white;
    border-radius: 5px;
    /*padding: 15px 32px;*/
    text-align: center;
    text-decoration: none;
    display: block;
    /*font-size: 36px;*/
    width: 100%;
    margin: 0 auto 15px;

}


.centered {
    text-align: center;
}

.fixed-height {
    height: 50vh;
    display: block;
    width: auto;
}


/* xs */
@media (min-width: 0px) {
    .big-button {
        font-size: 2em;
    }
}

/* sm */
@media (min-width: 576px) {

}

/* md */
@media (min-width: 768px) {
    .big-button {
        font-size: 3em;
    }
}

/* lg */
@media (min-width: 992px) {

}

/* xl */
@media (min-width: 1200px) {

}


