:root{
    --main-flair-color:#f4424b;
    --light-flair-color:#FF5C65;
    --dark-flair-color:#DB2932;
}
.authentication-form {
    width: 50%;
    margin: 0 auto;
}
.btn-card-header {
    float: right;
}
.bbb-fas-left{
    padding-right:10px;
}
.empty-card {
    margin: 0 auto;
    text-align: center;
}
#library{
    display:flex;
    flex-direction:row;
    flex-wrap:wrap;
}
.library-item{
    width:20%;
}
.account-info{
    margin-bottom: 5%;
}
.bbb-bg{
    background-color: white;
    border-bottom:1px solid lightgrey;
    -webkit-box-shadow: 1px 1px 1px;
    -moz-box-shadow: 1px 1px 1px ;
    box-shadow: 1px 1px 1px lightgrey;
}
.library-item{
    margin:2%;
    font-weight: lighter;
    box-shadow: 3px 3px #eeeeee;
}


.library-item:hover  img{
    transition: .3s all;
}

.library-item:hover .overlay{
    opacity: 0.5;
    transition: .3s all;
}

.overlay{
    position: absolute;
    top:0;
    bottom:0;
    left:0;
    width:100%;
    opacity: 0;
    text-align: center;
    background-color: #555555;
}

.overlay i{
    position: absolute;
    top:30%;
    bottom:30%;
    left:0;
    width:100%;
    font-size: 50px;
    color: #cccccc;
}

.landing-form{
    background-color: #DB2932;
    background-color: var(--dark-flair-color);
    border-radius: 10px;
    padding: 25px;
    color: white;
}
.landing-label{
    word-spacing: 1000px;
    color:var(--light-flair-color);
    border-left: solid 1px;
    padding-left: 10px;
    position: relative;
    top:50%;
    transform: translateY(-50%);
    font-weight: lighter;
}

.landing-row{
    background-color: #eeeeee;
    text-align: center;
}

.landing-row-sides{
    width:70%;
    margin:1rem auto;
}

.centered-col{
    width:60%;
}

.landing-row-separator{
    width:100%;
    margin:1rem auto;
}

.tos{
    margin-top:30px;
}

.landing-title{
    color:dodgerblue;
    font-weight: lighter;
    margin-top:30px;
}

.landing-row-text{
    width:60%;
    margin:10px auto;
}
.landing-link{
    text-align: center;
}
.landing-row-break{
    width:100%;
    margin:1rem auto;
    background-color:var(--dark-flair-color);
    color:white;
}

.landing-break-title{
    font-weight: lighter;
    text-align: center;
}

html{
    position: relative;
    min-height: 100%;
}
body{
     margin-bottom: 8rem;
}

.footer {
    position: absolute;
    bottom: 0;
    width: 100%;
    /* Set the fixed height of the footer here */
    /*height: 3rem;*/
    padding-top: 1rem;
    padding-bottom: 1rem;
    margin-top:1rem;
    background-color: #f5f5f5;
    text-align: center;
    font-size: smaller;
}

.footer  a{
    text-decoration: none;
    color:darkgrey;
}

.footer  a:hover{
    color:var(--main-flair-color);
}

.landing-form > h3{
    font-weight: lighter;
}

.bbb-brand{
    transform: scale(.8);
}

.bbb-text-muted{
    font-weight: lighter;
    color:#dddddd;
}

.small-text{
    line-height:1;
    font-weight: lighter;
    color:#aaaaaa;
}
.wrapper{
   margin-top:3rem;
}

.testimonials{
    width:70%;
    margin:0 auto;
    font-size: 12px;
}

.testimonials h3{
    color:darkblue;
}

.testimonials img{
    box-shadow: 2px 2px 5px darkgrey;
}


.auth-form{
    border-radius: 5px;
    border: 1px solid lightgrey ;
    padding:15px;
}

.auth-form h3 {
    text-align: center;
}

.faq-body{
    padding:20px;
}

.faq-question{
    margin-top:5px;
}
.navbar-left{
    width:auto;
}

#nav-logo{
    width:200px;
    height:auto;
}

.navbar-collapse  li.nav-item{
    text-align: center;
}

.card-header{
    cursor: pointer;
}