:root {
  --theme-lightest: #FFF;
  /* --theme-color: #f01313; red*/
  --theme-color: #295e7c; /* Grey-Blue */
  --theme-color-dark: #161e25;
  --theme-color-semi-dark:  #1d2731;
  --theme-grey-color: #989898;
  --theme-dark-grey-color: #606060;
  --theme-soft-grey-color: #eae8e8;
  --theme-accent: #ffcc5c;
}

body {
  background-color: var(--theme-soft-grey-color);
}

html {
  position: relative;
  min-height: 100%;
}

.phillips-margin {
  height: 35px;
}

.band-message {
  text-align: center;
  color: var(--theme-color);
}

.color-band {
  background-color: var(--theme-color);
  height: 10px;
}

.accent-band {
  background-color: var(--theme-accent);
  height: 10px;
}

.color-band-thin {
  background-color: var(--theme-color);
  height: 3px;
}

.accent-band-thin {
  background-color: var(--theme-accent);
  height: 3px;
}

.phillips-font {
  font-family: 'Noto Serif', serif;
}

.disclaimer-contact-header{
  color: var(--theme-grey-color);
  text-align: center;
  font-size: 14px;
}

.disclaimer-contact-text{
  color: var(--theme-grey-color);
  text-align: center;
  font-size: 12px;
}

.custom-footer {
  padding-top: 20px;
  padding-bottom: 50px;
}
.custom-footer div {
    color: var(--theme-grey-color);
    font-size: 12px;
    text-align: center;
}

.custom-footer-address-header {
    color: var(--theme-accent);
    font-size: 14px;
    text-align: center;
}

.custom-footer img {
    width: 15%;
    display: block;
    margin-left: auto;
    margin-right: auto;
    margin-bottom: 20px;
}
