/*
 * Public css
 * css items for public area
 * 2025-06-10   kc  CTRLRM-5    first complete version
 * 2020-07-13   kc  COMSC-186   copied version
 */

/*** backgrounds ****/
/* image backgrounds */
#bglady {
    background-image: url('/assets-local/images/bg-ladyPhone.png');
    background-repeat: no-repeat;
    background-size: cover;
    padding-top: 10px;
    padding-left: 20px;
    padding-right: 20px;
    margin-left: -20px;
    margin-right: -20px;
    margin-top: -20px;
    background-color: #222222;
    height: 600px;
    position: relative;
}

#bghouse {
    background-image: url('/assets-local/images/bg-house.jpg');
    background-repeat: no-repeat;
    background-size: cover;
    padding-top: 10px;
    padding-left: 20px;
    padding-right: 20px;
    margin-left: -20px;
    margin-right: -20px;
    margin-top: -20px;
    color: white;
    background-color: #19d4af;
    height: 850px;
}

/* colour backgrounds */

.GreyBG {
    background-color: #cdcdcd;
    padding-top: 10px;
    padding-left: 20px;
    padding-right: 20px;
    margin-left: -20px;
    margin-right: -20px;
    color: black;
}

.BlackBG {
    background-color: #222222;
    padding-top: 10px;
    padding-left: 20px;
    padding-right: 20px;
    margin-left: -20px;
    margin-right: -20px;
    color: #ffffff;
}

.WhiteBG {
    background-color: #ffffff;
    padding-top: 10px;
    padding-left: 20px;
    padding-right: 20px;
    margin-left: -20px;
    margin-right: -20px;
    color: #000000;
}

/* special text */
.slogan
{
    font-size: 3em;
    font-weight: bolder;
    font-style: italic;
    vertical-align: bottom;
    position: absolute;
    bottom: 50px;
    right: 50px;
    line-height: 100%;
}

.sectionText
{
    font-size: 2.8em;
    font-weight: 200;
    line-height: 100%;
}

/* button stuff */
.btnwidth
{
    width: 200px;
}