
.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;
}

.contact-send-btn{
  color: var(--theme-lightest);
  background-color: var(--theme-color);
  cursor: pointer;
  border: none;
  outline: 0;
}

.contact-header h1{
  text-align: center;
  color: var(--theme-color);
}

.contact-header p{
  text-align: justify;
}

.contact-brief{
  color: var(--theme-color);
  font-weight: bold;
  text-align: center;
}

.contact-img {
  width: 45%;
  display: block;
  margin-left: auto;
  margin-right: auto;
  margin-top: 60px;
  margin-bottom: 20px;
}

.contact-jumbotron h1 {
  text-align: center;
  color: var(--theme-accent);
}

.contact-info i{
  font-size: 25px;
}

.navbar a {
  color: var(--theme-color);
}

.box{
    padding:60px 0px;
}

.box-part {
    background:#FFF;
    border-radius:6px;
    padding:60px 10px;
    margin:30px 0px;
}

.box-part a, i{
  color: var(--theme-color);
  font-family: 'Noto Serif', serif;/* Replace with phillips-font*/
}

.box-part h4 {
  color: var(--theme-color);
  font-family: 'Noto Serif', serif;/* Replace with phillips-font*/
  font-weight: bold;
}

.contact-type-header {
  color: var(--theme-color);
  font-weight: bold;
}

.contact-automated-email{
  text-align: center;
  color: var(--theme-color);
}

.contact-text {
  color: var(--theme-color);
}

.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-grey-color);
    font-size: 14px;
    text-align: center;
}

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