/*!
 * Start Bootstrap - Scrolling Nav (https://startbootstrap.com/template-overviews/scrolling-nav)
 * Copyright 2013-2017 Start Bootstrap
 * Licensed under MIT (https://github.com/BlackrockDigital/startbootstrap-scrolling-nav/blob/master/LICENSE)
 */

body {
  font-family: 'Roboto', sans-serif;
  font-size: 18px;
}

p.lead  {
  font-family: 'Roboto', sans-serif;
  font-size: 18px;
}

h3,
h4,
h5,
h6 {
  font-family: 'Crete Round', serif;
}

h1 {
  font-family: 'Crete Round', serif;
  font-size: 3.4rem;
}

h2 {
  font-family: 'Crete Round', serif;
  font-size: 1.8rem;
  line-height: 2;
    text-align: center;
}

table {
    width: 100%;
    background-color: #ffffff;
    height: 150px;
    text-align: center;
}

td, th {
    border: #587a6c;
}

.navbar-custom {
  padding-top: 0rem;
  padding-bottom: 0rem;
  background-color: #587a6c;

}

.navbar-custom .navbar-brand {
  text-transform: uppercase;
  font-size: 1rem;
  letter-spacing: 0.1rem;
  font-weight: 700;
}

.navbar-custom .navbar-nav .nav-item .nav-link {
  text-transform: uppercase;
  font-size: 1rem;
  font-weight: 700;
  letter-spacing: 0.1rem;
}


header.masthead {
  padding: 154px 0 100px;
  padding-top: calc(6rem + 72px);
  padding-bottom: 4rem;
  color: #ffffff;
}

#banner {
  width: 100%;
  height: 100%;
}

section {
  padding: 40px 0;
}

a {
    color: #587a6c;
    text-decoration: underline;
}

.testimonial {
	text-align: center;: 
	padding: 20px;
	padding: 20px;
	width: 300px;
}

.StripeElement {
    background-color: white;
    height: 40px;
    width: 500px;
    padding: 10px 12px;
    border-radius: 4px;
    border: 1px solid transparent;
    box-shadow: 0 1px 3px 0 #e6ebf1;
    -webkit-transition: box-shadow 150ms ease;
    transition: box-shadow 150ms ease;
}
 
.StripeElement--focus {
    box-shadow: 0 1px 3px 0 #cfd7df;
}
 
.StripeElement--invalid {
    border-color: #fa755a;
}
 
.StripeElement--webkit-autofill {
    background-color: #fefde5 !important;
}