
* {
  box-sizing: border-box;
}

body {
  background-color: white;
}

.primary-content {
  width: 100%;
  padding-left: 10px;
  padding-right: 10px;
  margin: auto;
  max-width: 1500px;
  background-color: white;
  height: 100%;

}

h1 {
  color: black;
}

.header {
  background-image:
  linear-gradient(to right bottom,
 rgba(18, 206, 8, 0.8),
 rgba(30, 108, 217, 0.8));

  background-size: cover;
  background-position: top;
  position: relative;
}

.white-text {
  color: white !important;
}

.black-text {
  color: black !important;
}

* {
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}

body { font-family: sans-serif; }

.gallery {
  background: #EEE;
}

.gallery-cell {
  width: 100%;
  height: 800px;
  margin-right: 10px;
  background: #8C8;
}

@media screen and ( max-width: 600px ) {
  /* half-width cells for larger devices */
  .gallery-cell { height: 400px; }
  .header-1 {background-size: 1100px;}
  .header-2 {background-size: 1100px;}
  .header-3 {background-size: 1100px;}
  .mobile-image {height: 100% !important; width: 100%; }
  .text-box {all: unset;}
}

.header-1 {
  background-image: url('../IMG/Headers/Header1.webp');
  background-position: center center;
}

.header-2 {
  background-image: url('../IMG/Headers/Header2.webp');
  background-position: center center;
}

.header-3 {
  background-image: url('../IMG/Headers/Header3.webp');
  background-position: center center;
}

.main-footer {
  padding-top: 60px;
  padding-bottom: 60px;
  border-bottom: 10px solid rgba(18, 206, 8, 0.8);
  color: black;
  text-align: center;
}

a:link {
  color: rgba(18, 206, 8, 0.8);
  text-decoration: none;
}

a:visited {
  color: rgba(30, 108, 217, 0.8);
}

a:hover {
  color: rgba(18, 206, 8, .4);
}

.vertical-center {
  position: absolute;
  top: 50%;
  -ms-transform: translateY(-50%);
  transform: translateY(-50%);
}

.text-box {
  margin-left: 70px;
  width: 600px;
}

.footer-bg {
  background-image:
  linear-gradient(to right bottom,
 rgba(18, 206, 8, 0.8),
 rgba(30, 108, 217, 0.8));
}