﻿/* Text Elements */

h1 span.heading-text-1 {
  background-color: #fff;
  font-weight: 500;
  font-family: Calibri, Candara, Segoe, 'Segoe UI', Optima, Arial, sans-serif;
}

h1.heading-1 {
  text-align: center;
}

p.paragraph span.paragraph-text-1 {
  font-weight: 400;
  font-size: 1.125rem;
}

p.paragraph.paragraph-1 {
  text-align: center;
}

/* Layout Elements */

.container.container-1 {
  height: 170px;
  background-color: #000242;
  background-image: url('../images/Logo-Blue.jpg');
  background-attachment: scroll;
  background-position: center top;
  background-clip: border-box;
  background-origin: padding-box;
  background-size: contain;
  background-repeat: no-repeat;

  background-blend-mode: normal;
}

.container.container-2 {
  float: none;
  min-width: 0vmin;
  height: 67px;
  background-color: #000242;
  background-image: url('../images/phone.jpg');
  background-attachment: scroll;
  background-position: center top;
  background-clip: border-box;
  background-origin: padding-box;
  background-size: contain;
  background-repeat: no-repeat;

  background-blend-mode: normal;
}

.container.sd-two-cols {
  height: 70vmax;
  background-color: #fff;
  background-image: none;
  background-attachment: scroll;
  background-position: left top;
  background-clip: border-box;
  background-origin: padding-box;
  background-size: 0 0;
  background-repeat: no-repeat;

  background-blend-mode: normal;
}
