/******************
    User custom CSS
    ---------------

    In this file you can add your own custom CSS
    It will be loaded last, so you can override any other property.
    Also, it will never be updated. So if you inheritate a core template and just add here some CSS, you'll still benefit of all the updates
*/

/******************
    Vitae main theme CSS
    ---------------

    In this file you can add your own custom CSS
    It will be loaded last, so you can override any other property.
    Also, it will never be updated. So if you inheritate a core template and just add here some CSS, you'll still benefit of all the updates
*/

/*
General layout edits

*/
.vitae body {
    background-color: #FAFAFA;
    font-size: 16px;
}  
    
}

.vitae .top-container.space-col {
    margin-top: 0;
}

.vitae .navbar-default {
    background-color: #FAFAFA;
    border-color: #FAFAFA;
}
/*
Fonts
*/
.font-avenir {
    font-family: 'Avenir';
}




/*
Navigation
*/
.vitae #ls-button-previous, .vitae #ls-button-submit {
    border-width: 1px;
    border-style: solid;
    border-color: #000000;
}





/*
Groups
*/
.vitae .group-description.row.well.space-col {
    border: none;
    background-color: #FAFAFA;
    box-shadow: none;
}




/*
Questions
*/
.vitae .question-container {
    margin-bottom: 1em;
    border: none;
    background-color: #FAFAFA;
}

.vitae .question-title-container {
    font-weight: 600;
    font-size: 1.9rem;
    line-height: 2.5rem;
    color: #000

}

/* Quick edits
* use these to quickly edit colors/fontsizes etc
*/

/* fix lists on smaller screens */

@media only screen and (max-width: 768px) {
    .answers-list ul.list-unstyled.col-sm-6.col-xs-12 {
        margin-bottom: 0px!important;
    }
}
