body { 
    background-color:#ebebeb; 
    background-image: url("/images/banner.jpg");
    background-repeat: no-repeat;
    background-size: auto;
    background-position: center -1px;
    padding-top:200px;
}

.bg-paper {
    background-image: url("/images/bg-paper2.png");
}


img.img-headshot-arman {
    background-image: url("/images/headshot-joshua-arman.png");
    background-size:cover;
    background-position:50%;
}
img.img-headshot-bottorff {
    background-image: url("/images/headshot-madison-bottorff.png");
    background-size:cover;
}
img.img-headshot-wilde {
    background-image: url("/images/headshot-douglas-wilde.png");
    background-size:cover;
    background-position:bottom;
}
img.img-headshot-gates {
    background-image: url("/images/headshot-nichole-gates.png");
    background-size:cover;
}
img.img-headshot-schoning {
    background-image: url("/images/headshot-andrea-schoning.png");
    background-size:cover;
}


.red { background-color:red;}
.green { background-color:green;}
.blue { background-color:blue;}

.bg-charcoal {
    background-color:#212529;
    color:#fff;
}
.bg-maroon { 
    background-color: #800000; 
    color:#fff;
}

.text-blue {
    color:#000099;
}
.text-red {
    color:#800000;
}


.ephesis-regular {
  font-family: "Ephesis", cursive;
  font-weight: 400;
  font-style: normal;
}


.noto-serif-regular {
  font-family: "Noto Serif", serif;
  font-optical-sizing: auto;
  font-weight: 100;
  font-style: normal;
  font-variation-settings:
    "wdth" 100;
}

.noto-serif-bold {
  font-family: "Noto Serif", serif;
  font-optical-sizing: auto;
  font-weight: 600;
  font-style: normal;
  font-variation-settings:
    "wdth" 100;
}
