﻿
html, body, ui-view {
    align-content: center;
    text-align: center;
    font-family: Cooper;
    display: block;

    margin: 0;
    padding: 0;
    border: 0 none;
    height: 100%;
    font-size: 14px;
    line-height: normal;
    color: aliceblue;

}
body {
    background-position: center; /* Center the image */
    background-repeat: no-repeat; /* Do not repeat the image */
    background-size: contain; /* Resize the background image to cover the entire container */
    background-color: #190801;
    background-image: url('../images/AHCLogoBlkbgRED_SINTINT_1920x1080x.jpg');
    background-blend-mode: normal;
}
h1 {
    color: #ffffff;
}

/* unvisited link */
a:link {
    color: #190801;
}

/* visited link */
a:visited {
    color: #190801;
}

/* mouse over link */
a:hover {
    color: #190801;
}

/* selected link */
a:active {
    color: #190801;
}

.fakelink {
    color: #190801;
}

.alice_svg {
    border-width: 1px;
    border-color: aliceblue;
    
}

.ahc-special {
    /*min-height: 1080px;*/
    width: auto;
    height: 100%;
}

.ab-centre {
    text-align: center;
}

.ab-domain {
    font-family: 'Lucida Sans', 'Lucida Sans Regular', 'Lucida Grande', 'Lucida Sans Unicode', Geneva, Verdana, sans-serif;
    color: #190801;
}

.ab-title {
/*    font-family: 'Lucida Sans', 'Lucida Sans Regular', 'Lucida Grande', 'Lucida Sans Unicode', Geneva, Verdana, sans-serif;
    color: #ff0000;*/
}

.ab-sites_h {
    font-size: small;
}

.ab-sites_n {
    font-size: small;
}

.ab-tab {
    text-align: left;
    max-width: 640px;
    width: 80%;
    margin: auto;
    padding: 40px;
    border: 3px solid #190801;
    color: #190801;
    /*background-color: lightgray;*/
}
