body {
    font-family: "Helvetica Neue", Helvetica, sans-serif;
    font-size: 14px;
    color: #fff;
    background: #1e1e1e url('../img/sitebg.jpg') repeat top left;
}  

h1.page-title{
	font-family: 'Meie Script', cursive;
}

html {
  scroll-behavior: smooth;
}

.app-banner img{
    width:200px;
}


img.app-display{
    max-width: 95%;
}

.midnight-c, .midnight-c li, .midnight p{
    color: #8f8f8f;
}

.mt-6{
    margin-top: 70px;
}

.mt-7{
    margin-top: 11%;
}

hr{
    background-color: #595959;
}

img.app-logo{
    width:80px;
}

a{
    text-decoration: none;
    color: #fff;
}

a:hover{
    color:#8f8f8f;;
}

.form_field_error { background: #f8d7da!important; }

ul.ul-fix{
    padding-left: 15px!important;
}