
html {
    font-family: 'Open Sans';
    height: 100%;
}

body {
    font-family: 'Open Sans';
    color: #404041;
    background: url(/static/eldicare-bg.jpg) no-repeat top center;
    background-attachment: fixed;
    background-color: #f0f0f0;
}

header {
    margin-top: 20px;
    margin-bottom: 40px;
}

header > div.row {
    margin-top: 18px;
    background-color: rgba(255, 255, 255);
    border-radius: 1em;
}

footer > div.row {
    padding-top: 30px;
    padding-bottom: 30px;
    margin-top: 18px;
    margin-bottom: 18px;
    color: rgba(255, 255, 255);
    background-color: #1f9cd7;
    border-radius: 1em;
}

.logo {
    position: absolute;
    z-index: 1000;
    margin-top: -12px;
}

.title {
    margin: auto;
    font-size: 24px;
    padding: 15px;
    padding-left: 140px;
}

.language {
    padding: 15px;
}

hr {
    margin-bottom: 30px;
}

h2 {
    margin-bottom: 30px;
}

#progressbar {
    margin: 0px;
    padding: 0px;
    margin-bottom: 30px;
    overflow: hidden;
    color: grey;
}

#progressbar .active {
    color: #2489c5;
}

#progressbar li {
    list-style-type: none;
    font-size: 15px;
    width: 16.66%;
    float: left;
    position: relative;
    font-weight: 400
}

#progressbar #intro:before {
    font-family: "Font Awesome 5 Free";
    font-weight: 900;
    content: "\f129"
}

#progressbar #personal:before {
    font-family: "Font Awesome 5 Free";
    font-weight: 900;
    content: "\f007"
}

#progressbar #questions-1:before, #progressbar #questions-2:before, #progressbar #questions-3:before {
    font-family: "Font Awesome 5 Free";
    font-weight: 900;
    content: "\f0ae"
}

#progressbar #results:before {
    font-family: "Font Awesome 5 Free";
    font-weight: 900;
    content: "\f00c"
}

#progressbar li:before {
    width: 50px;
    height: 50px;
    line-height: 45px;
    display: block;
    font-size: 20px;
    color: #ffffff;
    background: gray;
    border-radius: 50%;
    margin: 0 auto 10px auto;
    padding: 2px
}

#progressbar li:after {
    content: '';
    width: 100%;
    height: 2px;
    background: gray;
    position: absolute;
    left: 0;
    top: 25px;
    z-index: -1
}

#progressbar li.active:before,
#progressbar li.active:after {
    background: #2489c5;
}

.card {
    background-color: #fcfcfc;
}

.card-footer > button.btn {
    width: 150px;
}
