:root {
    --primary-background-color: #EDF1F6;
    /* --dark-background-color: rgb(10, 82, 14); */
    --dark-background-color:rgb(164, 84, 140);
    --default-font-color: #081F5C;
    --logo-color:rgb(104,141,201);
}
/*
#081F5C
#7096D1
#EDF1F6
#D0E3FF
#F7F2EB
*/
body {
    padding:0px;
    margin:0px;
    font-family: "Open Sans", sans-serif;
    font-size: 1.3em;
    font-weight:300;
    color: var(--default-font-color);
    background-size: cover;
    background-attachment: fixed;
    background-position: center;
    /* background-image: linear-gradient(rgb(249, 232, 217), white, white, white, rgb(249, 232, 217); */
    background-color: var(--primary-background-color);
}

img {
    border-radius: 5px;
}
#content .bold {
    font-weight:900;
}
#content .italic {
    font-style:italic;
}
#content fieldset {
    border: none;
    margin:5px 0px;
    padding:0px;
}
div {
    display: block;
    clear:both;
}
#header {
    text-align: center;
    margin-bottom:20px;
}
#header .logo img {
    max-height:390px;
    width:auto;
}

#header .name {
    font-weight:100;
    font-size:2.5em;
}
#header .location {
    font-weight:500;
    font-size:1.0em;
    margin-bottom:5px;
}
#header .contact {
    font-weight:300;
    font-size:0.9em;
    margin-bottom:5px;
}

.coming_soon {
    margin-bottom:20px;
    font-weight:400;
}

#content {
    max-width:1000px;
    margin:auto;
    padding:0px 20px;
}
.para {
    margin-bottom:20px;
}


#footer {
    display:block;
    position:sticky;
    background-color: white;
    opacity:0.8;
    bottom: 0px;
    left: 0px;
    width:calc(100%);
    height:35px;
    line-height:35px;
    text-align:center;
}
#footer img {
    height:30px;
    width: auto;
}
#footer #footer_left {
    display:block;
    float:left;
    text-align: left;
    width: calc(60%);
}
#footer #footer_right {
    display:block;
    clear:none;
    float:right;
    width: calc(30%);
    text-align: right;
    overflow: hidden;
    white-space: nowrap;
    margin-right:5px;
}
#footer a {
    text-decoration: none;
    margin: 0px 10px;
}
#footer .copyright {
    display:inline-block;
    font-size:12px;
}
.image_footer {
    height:30px;
    vertical-align: middle;
    width:auto;
}
.footer_item {
    height:20px;
    vertical-align: middle;
    width:auto;
}