/* Show it is fixed to the top */
body {
  min-height: 95px;
  padding-top: 95px;
  margin: 0;
  font-family: "Helvetica Neue",Arial,sans-serif;
  font-size: 20px;
  font-weight: 300;
  letter-spacing: .5px;
}

h1 {
  font-family: 'Roboto Slab', serif;
  color: #026138;
  font-size: 35px;
}

p {
  color: #464646;
}

.row {
  margin-right: 0!important;
}
.navbar {
  background-color: #026138;
  padding-left: 50px;
  padding-right: 50px;
  padding-top: 20px;
  padding-bottom: 20px;
  font-size: 12px;
}

.navbar-nav {
  color: #fff;
}

.nav-item {
  color: #fff;
  text-transform: uppercase;
}

a.nav-link {
  color: #fff;
  text-transform: uppercase;
  letter-spacing: 1px;
}

a.nav-link:hover {
  color: #fff;
  text-transform: uppercase;
}

.content-block-right {
  padding: 20px 20px 20px 20px;
}
@media (min-width: 992px) {
.content-block-right {
  padding: 10px 100px 10px 0px;
}
}

.contact-form-section {
  background-image: url("../img/oldercouple2.png");
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;

}
@media (min-width: 1292px) {
  .contact-form-section {
    background-size: contain;
    background-position: right;
    background-repeat: no-repeat;
  }
}

.btn-primary {
    color: #fff;
    background-color: #b3ab7e;
    border-color: #fff;
    border-radius: 60px;
    font-size: 12px;
    padding-top: 15px;
    padding-bottom: 14px;
    padding-left: 22px;
    padding-right: 22px;
}

.btn-primary:hover {
    color: #fff;
    background-color: #b3ab7e;
    border-color: #fff;
    border-radius: 60px;
    font-size: 12px;
}

.btn-primary:focus {
    color: #fff;
    background-color: #b3ab7e;
    border-color: #fff;
    border-radius: 60px;
    font-size: 12px;
}

.btn-primary:active {
    color: #fff!important;
    background-color: #b3ab7e!important;
    border-color: #fff!important;
    border-radius: 60px!important;
    font-size: 12px!important;
}
.btn-primary:active:focus {
    color: #fff!important;
    background-color: #b3ab7e!important;
    border-color: #fff!important;
    border-radius: 60px!important;
    font-size: 12px!important;
}

.btn:focus,.btn:active {
   outline: none !important;
   box-shadow: none;
   border-radius: 60px;
   font-size: 12px;
}

.btn-secondary:not(:disabled):not(.disabled).active:focus, .btn-primary:not(:disabled):not(.disabled):active:focus, .show>.btn-primary.dropdown-toggle:focus {
    box-shadow: 0 0 0 0.2rem #b3ab7e;
    font-size: 12px;
    border-radius: 20px;

}

.btn-secondary {
    color: #fff;
    background-color: #026138;
    border-color: #fff;
    border-radius: 60px;
    font-size: 12px;
    padding-top: 15px;
    padding-bottom: 14px;
    padding-left: 44px;
    padding-right: 44px;
}

.btn-secondary:hover {
    color: #fff;
    background-color: #057746;
    border-color: #fff;
    border-radius: 60px;
    font-size: 12px;
}

.btn-secondary:focus {
    color: #fff;
    background-color: #026138;
    border-color: #fff;
    border-radius: 60px;
    font-size: 12px;
}

.btn-secondary:not(:disabled):not(.disabled).active:focus, .btn-secondary:not(:disabled):not(.disabled):active:focus, .show>.btn-secondary.dropdown-toggle:focus {
    box-shadow: 0 0 0 0.2rem #026138;
    font-size: 12px;
    border-radius: 20px;
}

.form-control {
    display: block;
    width: 100%;
    padding: .425rem .85rem;
    font-size: 12px;
    line-height: 1.5;
    color: #c8dbd1;
    background-color: #fff;
    background-clip: padding-box;
    border: 1px solid #c8dbd1;
    border-radius: 0;
    transition: border-color .15s ease-in-out,box-shadow .15s ease-in-out;
}

.form-control:focus {
  border-color: #c8dbd1;
  box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 8px rgba(50, 50, 50, 0.2);
}

/* do not group these rules */
*::-webkit-input-placeholder {
    color: #c8dbd1!important;
}
*:-moz-placeholder {
    /* FF 4-18 */
    color: #c8dbd1!important;
}
*::-moz-placeholder {
    /* FF 19+ */
    color: #c8dbd1!important;
}
*:-ms-input-placeholder {
    /* IE 10+ */
    color: #c8dbd1!important;
}

.title-section {
  background-color: #026138;
  margin: 0 auto;
  padding-top: 100px;
  padding-bottom: 100px;
}

.title-section h1{
  color: #fff;
}

.footer {
  background-color: #fff;
  color: #026138;
}

a.footer {
  text-decoration: underline;
}

a.footer:hover {
  text-decoration: underline;
  color: #026138;
}

.footer-block {
  padding: 20px;
  text-align: center;
  margin: 0 auto;
}

@media (min-width: 576px) {
  .footer-block {
    padding: 0px;
    text-align: left;
    margin: 40px 0 0 0;

  }
}

.headshot {
  padding-left: 0;
  padding-top: 15px;
  width: 100%;
}

@media (min-width: 992px) {
  .headshot {
    padding-left: 200px;
    padding-top: 30px;
    width: 100%;
  }
}

.contact-form {
  padding: 20px 20px 10px 40px;
  min-height: 650px;
}

@media (min-width: 992px) {
  .contact-form {
    padding: 100px 200px;
  }
}

.success-message {
  position: fixed;
  width: 600px;
  min-height: 200px;
  top: 400px;
  left: 50%;
  padding:40px 10px;
  margin-top: -100px; /* Negative half of height. */
  margin-left: -300px; /* Negative half of width. */
  z-index: 2000;
  background-color: #fff;
  border: 1px solid #fff;
  border-radius: 8px;
  box-shadow: 1px 1px 10px #00000030;
}

.success-message p {
  font-size: 15px;
  padding-top: 15px;
  padding-bottom: 15px;
}

.success-message a {
  color: #026138;
  font-size: 13px;
  font-weight: 400;
}

.success-message a:hover {
  color: #026138;
  font-size: 13px;
  font-weight: 400;
  text-decoration: none;
}

.jumbotron {
  position: relative;
  overflow: hidden;
  margin-bottom: 0;
  background-color:black;
}
.jumbotron video {
  position: absolute;
  z-index: 1;
  top: 0;
  width:100%;
  height:100%;
  /*  object-fit is not supported on IE  */
  object-fit: cover;
  opacity:1;
}
.jumbotron .container {
  z-index: 2;
  position: relative;
}

#video-content-container {
  padding-top: 100px;
  padding-bottom: 100px;

}

@media (min-width: 712px) {
  #video-content-container{
    padding-top: 150px;
    padding-bottom: 150px;
  }
}

@media (min-width: 968px) {
  #video-content-container {
    padding-top: 220px;
    padding-bottom: 220px;
  }
}

#video-content {
  position: relative;
  width: 100%;
  text-align: center;
}
