  
:root {
  --cassiopeia-color-primary: #000033;
  --primary: #000033;
  --body-font-size: 1.2rem;
}

.container-header{
  background-image: none;
}

#wrapper {
    background-color: #FFFFFF;
    border-left-color: #CC9900;
    border-left-style: solid;
    border-left-width: 10px;
    border-right-color: #CC9900;
    border-right-style: solid;
    border-right-width: 10px
}

#logo {
    min-height: 121px;
    height: auto;
    background-image: url('../images/smallbanner.png');
    background-repeat: no-repeat;
    background-position: left top
}

#logo div {
    margin: 0;
    padding: 20px 0 0 180px;
    line-height: normal
}

#logo div {
    font-family: Georgia,"Times New Roman",Times,serif;
    font-size: 26px;
    font-style: italic;
    color: #FFFFFF;
    width: 100%;
    max-width: 425px;
}

#logo a {
    text-decoration: none;
    color: #FFFFFF
}

#logo a:hover {
     text-decoration: none;
}


#logo p a {
    text-decoration: none;
    color: #B6ACA2
}

#logo p a:hover {
    text-decoration: underline
}

.footer {
    background: rgb(255, 255, 255);
    
}

.footer h6, .footer .h6,.footer h5,.footer .h5,.footer h4,.footer .h4,.footer h3, .footer .h3, .footer h2,.footer .h2, .footer h1, .footer.h1 {
    color: var(--dark);
    margin-top: 0;
    margin-bottom: .5rem;
    font-weight: 500;
    line-height: 1.2
}

.footer .grid-child {
  width: 100%;
  max-width: 1320px;
  margin-left: auto;
  margin-right: auto;
  padding: .5rem .5em;
  display: inline;
}


