

body {
    background-color:  #f8f5f2; /* #998675;  #867361; */
    font-family: 'Source Sans Pro', sans-serif;
    font-weight: 300;
    font-size: 12px;
    max-width: 1480px;
    margin: auto;
}

a {
    text-decoration: none;
    color:rgb(51,51,51);
                    
}

th {
    background-color: transparent!important;
}


h1 {
    font-size: 81px;
    font-weight: 200;
}

h2 {
    font-size: 60px;
    font-weight: 200;
}

h3 {
    font-size: 40px;
    font-weight: 200;
    line-height: 44px;
}

h4 {  /* h4 from original */
    font-size: 30px;
    font-weight: 200;
    line-height: 42px;
}

h5 {  /* h4 from original */
    font-size: 27px;
    font-weight: 200;
    line-height: 42px;
}

h6 {
    position:absolute;
    font-size: 20px;
    font-weight: 300;
    left: 50%;
    transform: translate(-50%,0);
    bottom: 5%;
}

select, input {
    background-color: rgba(222, 204, 180, 0.9);
    height: 50px;
    border:none;
    margin-bottom:30px;
}



button {
    border-width: 0px;
}

.btn:disabled {
    background-color: grey;
}

.form-label {
    font-size: 23px;
}

.btn {
    background-color: #6c4021;
    min-width:400px;
    text-transform: uppercase;
    align-items: center;
}
.btn:active, .btn:hover {
    background-color: #7c5031!important;
}

.btn-secondary {
    background-color: rgba(222, 204, 180, 0.9);
    min-width:400px;
    text-transform: uppercase;
    align-items: center;
    color: #6c4021;
}

.full-width {
    min-width:0;
    width:100%;
}

.bottom {
    bottom:5%;
}

.hairline-border {
    border: 1px solid black;
    margin-top: 40px;
    margin-bottom: 60px;
}

.bluebutton, .bluebuttonwitharrow {
    background-color: rgba(107,164,184);
    color: white;
    font-size: 17px;
    letter-spacing: 0.05em;
    padding: 7px 12px;
    margin-left: 10px;
    margin-right: 10px;
    height: 45px;
    width: 240px;
    border-radius: 5px;
    justify-content:center;
    display:inline-flex;
}

.notes-centering {
    position:absolute;
    left: 50%;
    transform: translate(-50%, 0);
}

.bluebuttonwitharrow {
    justify-content:start;
    font-size: 15px;
    text-align: left;
    background-image: url(/media/filer_public/cd/7f/cd7fb06b-80f9-4dbe-aa20-f7bb73a8af3a/right_arrow_button.png);
    background-repeat: no-repeat;
    background-position: 95% center;
    padding-right:50px;
    text-align: baseline;
}


p {
    font-size: 17px;
    font-weight: 300;
    line-height: 30px;
}

.text-white {
    color: #ffffff;
}

.text-dark {
    color: rgb(51,51,51);
}


.bg-light-cream {
    background-color: #f6f2ef;
}

.bg-juniper-tan {
    background-color: rgba(222, 204, 180, 0.9);
}


.bg-juniper-brown-gradient {
    background: linear-gradient(rgba(168, 153, 140, 1.0), rgba(216,199,171, 01.0));
}


.bg-juniper-brown {
    background-color: #998675;
}


@media (min-width:768px) {
  h1 {
      font-size: 81px;
      font-weight: 200;
  }
}


.centered-text .card-img-overlay, .centered-text.card-img-overlay {
    position: absolute;
    display:flex;
    height:100%;
    margin:auto;
    flex-direction:column;
    justify-content: center;
    align-content: center;
    max-width:1000px;
}


.carousel-item img {
    width:100%;
    height:auto!important;
}

.border-transparent {
    border-color: transparent!important;
    border-width: 0px!important;
}

div.cms .cms-model {
    background-color:blue;
}

.card {
    position: relative;
}

.card, .card-img-overlay, .card-img-top {
    border-width:0px!important;
    border-radius: 0px!important;
}

.block-width .card-img-overlay {
    max-width:1000px;
    margin: auto;
}

.block-width  {
    max-width:1000px;
    margin: auto;
}


.bio-card  {
    max-width:745px;
    margin: auto;
}

footer  {
    background-color: rgb(128,128,128);
}

footer p {
    height:12px;
}

footer>div {
    max-width: 1000px;
    margin: auto;
}

.carousel-item {
    padding:0px;
}

.carousel-caption {
    position: absolute;
    margin: auto;
    max-width:1000px;
    top: 50%;
    transform: translateY(-50%);
    display:block!important;
}


.carousel-caption h1 {
    font-size: 50px;
    font-weight: 300;
    color:white;
}

.form-check-input {
    width: 1.0rem!important;
    height: 1.0rem!important;
}

@media (min-width:768px) {
  .carousel-caption h1 {
      font-size: 100px;
      font-weight: 200;
  }
}

.navbar{
    background-color: #998675; 
    height: 80px;
}

.navbar>.container{
    align-items: end;
    margin-left: 10px;
}

.navbar-brand img {
    max-width: 80px;
}

.nav-link  {
    font-size: 14px;
    letter-spacing: 0.1em;
    font-weight: 400;
    text-transform: uppercase;
    color: white;
    margin: 0 1em 0 1em;
}

.bg-warning {
    background-color:#D8C6AB!important;
}

.videoandmedia  {
    display:flex;
    flex-wrap: wrap;
    gap: 8em;
    justify-content:center;
    padding:4em;
    padding-bottom: 8em;
}

.videoandmedia .card {
    min-width:300px!important;
    min-height:300px!important;
    font-size: 200%;
    color: white;
}
    
