body{
    font-size: 20px;
}
.intro-text{
    font-size: 1.3em;
}
.bg-image{
    display: block;
    position: fixed;
    top:0;
    bottom:0;
    right:0;
    left:0;
    background-image: url(/img/background-image.jpg);
    background-size: cover;
    background-repeat: no-repeat;
    z-index: -1;
}
.bg-cover{
    display: block;
    position: fixed;
    top:0;
    bottom:0;
    right:0;
    left:0;
    background: linear-gradient(2deg, rgba(2,0,36,0) 0%, rgba(194,193,202,0) 12%, rgba(0, 0, 0, 0.2) 80%, rgb(0, 0, 0,0.3) 100%);
    z-index: -1;
}
.logo {
    max-width: 380px;
    margin-bottom:50px;
}
.btn-primary{
    background-color: #e74049;
    color: white;
}
.btn-primary:hover{
    background-color: #e74049;
    color: white;
}
.btn-secondary{
    background-color: rgb(239, 239, 239);
    color: black;
}
.btn-secondary:hover{
    background-color: rgb(239, 239, 239);
    color: black;
}
.border-left-green{
    border-left:15px #227522 solid;
}
.border-left-yellow{
    border-left:15px orange solid;
}
.border-left-red{
    border-left:15px #e74049 solid;
}
/* makes sure the buttons are aligned */
@media screen and (min-width: 992px) {
    .min-height-desktop {
        min-height: 100px;
    }
}
.btn{
    font-size: 20px;
    border:0px;
}
.btn-green{
    background-color: #227522!important;
}
.btn-yellow{
    background-color: orange!important;
}
.btn-red{
    background-color: #e74049!important;
}
.modal h3{
    line-height: 40px;
}
