.normal-text{
    cursor: pointer;
    font-family: 'Roboto', sans-serif;
    font-size: 16px;
    color: #707070;
    margin: 0;
}

.toolbar-item:hover{
    filter: invert(1);
}
.toolbar-item{
    float: right;
    height: 100%;
    cursor: pointer;
    background-color: white;
}
.toolbar-item > :first-child{
    font-family: 'Roboto', sans-serif;
    font-size: 16px;
    text-align: center;
    line-height: 80px;
    padding-left: 15px;
    padding-right: 15px;
    color: #2A2A2A;
}
#login-button{
    float: right;
    font-family: 'Roboto', sans-serif;
    font-size: 16px;
    margin-top: 14px;
    margin-left: 13px;
    height: 50px;
    width: 180px;
    background: #FF7D7D;
    border-radius: 37px;
    text-align: center;
    padding-top: 13px;
    color: white;
    cursor: pointer;
}


.promo-card{
    margin-right: 6px;
    margin-left: 6px;
    height: 250px;
    width: 250px;
    background-color: #2aa198;
    border-radius: 33px;
    text-align: center;
}

.promo-card > :first-child{
    display: block;
    top: 50px;
    position: relative;
    width: 80px;
    height: auto;
    margin: auto;
}

.promo-card > :nth-child(2){
    font-family: 'Roboto', sans-serif;
    font-size: 20px;
    color: white;
    top: 80px;
    position: relative;
}

.loyalty-req-card{
    margin-top: 8px;
    background: #F6F6F6;
    border-radius: 25px;
    height: 90px
}
.loyalty-req-card > :nth-child(1){
    width: 15%;
    height: 100%;
    float: left;
    text-align: center;
    line-height: 90px;
}
.loyalty-req-card > :nth-child(2){
    width: 85%;
    float: left;
    display: flex;
    align-items: center;
    height: 100%;
    font-family: 'Roboto', sans-serif;
    font-size: 20px;
    color: #2A2A2A;
}

.company-info-text{
    font-family: 'Roboto', sans-serif;
    font-size: 20px;
    color: #2A2A2A;
}
.company-info-text > :first-child{
    width: 30px;
    margin-right: 20px;
    color: #00AFA3;
}

.contact-text-input{
    width: 100%;
    border-radius: 10px;
    border: none;
    height: 50px;
    background: #F6F6F6;
    font-size: 14px;
    padding-left: 10px;
    padding-right: 10px;
    outline: none;
    resize: none;
}
.contact-text-input:focus{
    box-shadow: 2px 2px 4px 0px #C2C2C2;
}

#loyalty-button{
    padding-top: 13px;
    font-family: 'Roboto', sans-serif;
    font-size: 16px;
    height: 50px;
    width: 320px;
    background: #00AFA3;
    border-radius: 37px;
    text-align: center;
    color: white;
    cursor: pointer;
}

#contact-button{
    float: right;
    font-family: 'Roboto', sans-serif;
    font-size: 16px;
    height: 50px;
    width: 185px;
    background: #00AFA3;
    border-radius: 37px;
    color: white;
    border: 0;
}

#logo{
    height: 100%;
    padding-top: 20px;
    padding-bottom: 20px;
    float: left
}

.landing-image{
    background-image: linear-gradient(0deg, rgba(0,0,0,0.8), rgba(0,0,0,0.4)), url('/assets/img/splash_bg.jpg');
    height: 600px;
    text-align: center;
    margin-bottom: 180px;
    background-size: cover;
    background-repeat: no-repeat;
}

.landing-title-text{
    font-family: 'Roboto', sans-serif;
    font-size: 70px;
    color: white;
    position: relative;
    top: 170px;
    font-weight: bold;
}

.landing-subtitle-text{
    font-family: 'Roboto', sans-serif;
    font-size: 40px;
    color: white;
    position: relative;
    top: 240px;
}

.title-text{
    font-family: 'Roboto', sans-serif;
    font-weight: bold;
    color: #2B7E9C;
    font-size: 35px;
}

.description-text{
    max-width: 60%;
    margin: auto;
    color: #707070;
    font-family: 'Roboto', sans-serif;
    font-size: 16px;
}

#requirements-button{
    padding-top: 13px;
    font-family: 'Roboto', sans-serif;
    font-size: 16px;
    height: 50px;
    width: 440px;
    background: #FF7D7D;
    border-radius: 37px;
    text-align: center;
    color: white;
    margin: auto;
    cursor: pointer;
}

#loyalty-image{
    padding-top:8px;
    object-fit: cover;
    width: 100%;
    height: 100%;
    border-radius: 20px;
}

.rounded-loyalty-badge{
    width: 320px;
    height: 370px;
    background-color: #F6F6F6;
    border-radius: 25px;
    margin-left: 8px;
    margin-right: 8px;
}

.rounded-loyalty-badge > :first-child{
    width: 134px;
    height: 134px;
    border-radius: 50%;
    background-color: #707070;
    text-align: center;
    font-family: 'Roboto', sans-serif;
    font-size: 20px;
    color: white;
    padding-top: 20px;
    position: relative;
    top: -60px;
    left: 90px;
}

.loyalty-summary-text{
    padding-left: 30px;
    padding-right: 30px;
    color: #2A2A2A;
    font-family: 'Roboto', sans-serif;
    font-size: 18px;
}

.loyalty-separator{
    border-top: 1px solid black;
    margin-left: 30px;
    margin-right: 30px;
}

#digit-logo{
    width: 70px;
    height: auto;
    object-fit: cover;
    float: left;
    margin-right: 20px;
}