.main-avali-text {

    font-family: 'Montserrat', sans-serif;
    text-align: center;
    color: #000;
    margin-bottom: 50px

}

.avali-huge {

    font-size: 100px;

}

.avali-big {

    font-size: 60px;

}

.avali-medium {

    font-size: 40px;

}

.avali-small {

    font-size: 25px;

}

.avali-tiny {

    font-size: 15px;

}

.avali-selectable {

    color: #000;
    text-decoration: none;
    text-shadow: 0px 0px 0px #FFFFFF10;
    transition: text-shadow 0.15s ease-in-out, text-shadow 0.15s ease-in-out;

}

.avali-selectable:hover {

    color: #000;
    text-decoration: none;
    text-shadow: 0px 0px 15px #0009;


}

.main-avali-error {

    font-family: 'Montserrat', sans-serif;
    text-align: center;
    color: #F00;
    margin-bottom: 50px

}

.main-avali-title {

    font-family: 'Montserrat', sans-serif;
    text-align: center;
    color: #000;
    margin-bottom: 10px;

}

.bar-avali-text {

    color: #FFF;
    text-decoration: none;
    text-shadow: 0px 0px 0px #FFFFFF10;
    transition: text-shadow 0.15s ease-in-out, text-shadow 0.15s ease-in-out;

}

.bar-avali-text:hover {

    color: #FFF;
    text-decoration: none;
    text-shadow: 1px 1px 0px #00000050;

}

.avali-center {

    position: absolute;
    height: auto;
    width: 90%;
    top: 25%;
    left: 5%;

}

.avali-border {

    border: 2px solid #efefef;
    border-radius: 10px;


}

.avali-bar {

    font-family:'Raleway', sans-serif;
    background-color: #ff9400;
    text-align: center;

}

.avali-header {

    position: absolute;
    top: 0;
    width: 100%;
    height: 40px;
    line-height: 40px;
    border-bottom: 2px solid #d37a00;

}

.avali-footer {

    position: absolute;
    bottom: 0;
    width: 100%;
    height: 40px;
    line-height: 40px;
    border-top: 2px solid #d37a00;

}

.badge-avali {

    color:#FFF;
    background-color: #ff9400;

}
