.navbar-default .navbar-nav>.active>a, .navbar-default .navbar-nav>.active>a:focus, .navbar-default .navbar-nav>.active>a:hover {
    color: #8B1A1E; !important;
}

#txtScarletHouse h1 {
    font-size: 32px; !important;
    font-weight : 600;
    font-family: sans-serif;
}


#txtScarlet h1 {
            font-size: 32px;
}

#txtScarlet {
    color: #8B1A1E;
}

#logoBox{
    width:222px;
    height: 300px; //226px;
    margin-left: auto;
    margin-right: auto;

    // position: ;
    left:50%;
   // margin:-111px 0 0 -113px;
}

#content {
    width: 55%;
    margin-left: auto;
    margin-right: auto;
    margin-top: 20px;

    font-family: sans-serif;
}

#content h5 {
    color: #8B1A1E;

}

 body {
 minimum-height: 100vh;
 }

#loginbtn {
    max-width: 80px;
    color: white;
    background-color: #8B1A1E;
    background-image: none;
    border: 0;
    border-radius: 4px;
    width: 80px;
    height: 30px;

    font-size: 14px;
    padding: 0 0 0 0;
}



.centerheader {
    margin-left: auto;
    margin-right: auto;
    width: 222px;

}


