.raleway {
    font-family: Raleway, sans-serif;
}

#primeiro-banner {
    background-image: url("http://localhost:8000/img/banner.png");
}

#cupom {
    /*background-image: url("http://localhost:8000/img/pages/cupom.png");*/
    /*background-repeat: no-repeat;*/
    /*background-size: cover;*/
    /*width: 100%;*/
    /*height: 100%;*/
}

#banner-top {
    background: linear-gradient(to right top, #871ef7, #6f09ff);
}

#segundo-banner {
    background-color: #284060;
    padding-top: 10px;
}

.texto-amarelo {
    color: #fff34e;
}

.texto-roxo {
    color: #7120f4;
}

.texto-vermelho {
    color: #e64215;
}

.texto-verde {
    color: #00ff7e;
}

.amarelo {
    background-color: #fff34e;
}

.roxo {
    background-color: #7120f4;
}

.big-text {
    font-size: 24px;
}

.regular-text {
    font-size: 28px;
}

.bold {
    font-weight: bold;
}

.parallax-container {
    margin-top: 10px;
    height: 550px;
}

.round-btn {
    border-radius: 100px;
}

/*body{*/
    /*text-align: center;*/
    /*background: #00ECB9;*/
    /*font-family: sans-serif;*/
    /*font-weight: 100;*/
/*}*/

/*h1{*/
    /*color: #396;*/
    /*font-weight: 100;*/
    /*font-size: 40px;*/
    /*margin: 40px 0px 20px;*/
/*}*/

#clockdiv {
    font-family: sans-serif;
    color: #fff;
    display: inline-block;
    font-weight: 100;
    text-align: center;
    font-size: 30px;
}

#clockdiv > div {
    padding: 10px;
    border-radius: 3px;
    background: #00BF96;
    display: inline-block;
}

#clockdiv div > span {
    padding: 15px;
    border-radius: 3px;
    background: #00816A;
    display: inline-block;
}

.smalltext {
    padding-top: 5px;
    font-size: 16px;
}

.hugetext {
    font-size: 42px;
}