
.heading {
    font-size: 28px;
    color: black;
    font-weight: 700;
    /* color: red; */
    text-align: center;
    width: 100%;
    margin: 0 auto;
    margin-top: 10px;
    margin-bottom: 20px;
}


* {
    font-size: 19px;
    font-weight: 400;
    line-height: 1.7em;
    /* font-family: Verdana, sans-serif, Times, 'Times New Roman', serif, sans-serif; */
    /* font-family: Montserrat, Helvetica Neue, Arial, sans-serif; */
    /* font-family: spectral, sans-serif; */
    /* font-family: lato, sans-serif; */
    /* font-family: "Roboto", sans-serif; */
    font-family: lato, "Helvetica Neue", Arial, sans-serif;
    /* color: #383838; */
    /* color: rgb(32,32,32); */
    color: black;
    box-sizing: border-box;
 }

.responsive {
    width: 100%;
    height: auto;
}

/*
.card {
    margin-bottom: 40px;
}
*/

.row-spacer {
    margin-bottom: 40px;
}

.new-card {
    background-color: blue; 
    color: white; 
    border-radius: 10px;
    width: 50%;
    height: 100%;
    position: relative;
    width: 100%;
    padding-right: 15px;
    padding-left: 15px;
}

.card-min-height {
    min-height: 40px;
    height: 100%;
    border-radius: 0.5rem;
    margin-top: 40px;
    margin-bottom: 40px;
}

.centre-img {
    display: block;
    margin-left: auto;
    margin-right: auto;
    margin-top: 25px;
    margin-bottom: 25px;
}

.testimonial-name {
    display: block;
    margin-left: auto;
    margin-right: auto;
    text-align: center;
    color: #cccccc;
}

#site-logo { 
    max-height: 110px;
    height: 110px;
    /* width: 100%; */
    width: auto;
    margin-bottom: 30px;
}

#jon-pic {
    max-width: 200px;
}

#be-img {
    margin-top: 0px;
    margin-bottom: 0px;
}

#header {
    vertical-align: middle;
}

#footer {
    
    height: 150px;
    color: white;
    display: block;
    text-align: center;
    margin: auto;
}

#footer-parent {
    display: table; 
    background-color: darkslategray;
    width: 100%; 
    height: 200px; 
    text-align: center; 
  }

  #footer-child {
    display: table-cell;
    vertical-align: middle;
  }

#violet-card {
    background-color: #9900cc;
}

#blue-card {
    /* background-color: #ff9900; */
    background-color: #003399;
}

#fuscia-card {
    background-color: #cc0066;
}

.row {
  margin: 0;
}

.email-container {
  margin-top: 30px;
  text-align: center;
}

.jz-logo-row {
  height: 200px;
  display: flex;
  justify-content: center;
  align-items: center;
}

.jz-logo {
  width: 200px;
  object-fit: contain;
}
