@import url(https://fonts.googleapis.com/earlyaccess/kokoro.css);
html {
  position: relative;
  min-height: 100%; }

body {
  /* Margin bottom by footer height */
  /* margin-bottom: 280px; */
  font-family: 'Kokoro', Georgia, serif !important; }

body, a {
  color: #303030; }

main.container {
  margin-top: 60px; }

@media (min-width: 1200px) {
  main.container {
    max-width: 960px; } }

.btn {
  border-radius: 0;
  border-width: 3px;
  font-weight: bold;
  font-family: sans-serif !important;
  letter-spacing: 1px;
  font-size: 10px;
  padding: 0.75rem 2rem; }

h1 {
  margin-bottom: 3rem; }
  h1 small {
    font-size: 50%; }

h2 {
  margin-bottom: 2rem; }

.bg-light {
  background-color: #fff !important;
  border: 1px solid #eee; }

.footer {
  /* position: absolute;
  bottom: 0;
  width: 100%; */
  /* Set the fixed height of the footer here */
  /* height: 280px; */
  line-height: 60px;
  /* Vertically center the text there */
  margin-top: 15rem; }

.contact-us {
  /* height: 80px; */
  line-height: 80px;
  background-color: #bdbdbd;
  font-size: 14px;
  /* font-size: 1.4rem; */ }

/* Custom page CSS
-------------------------------------------------- */
/* Not required for template or sticky footer method. */
body > .container {
  padding: 20px 15px 0; }

footer.footer .container {
  padding-top: 3rem;
  line-height: 1; }
  footer.footer .container dl {
    line-height: 1;
    font-size: 11px; }
  footer.footer .container dd a {
    font-size: 11px; }

body.home .bg-light {
  border: none; }

body.home h1 {
  margin-bottom: .5rem; }

body.home .video-wrap {
  position: absolute;
  top: 0;
  left: 0;
  line-height: 0; }

body.home video {
  width: 100%;
  height: auto; }

body.home main {
  margin-top: calc(56.25vw); }

body.home .link a {
  text-decoration: underline; }

body.home .link i {
  text-decoration: none; }

.form-signin {
  padding: 20px;
  margin: 0 auto;
  border: 1px solid #bdbdbd; }
  .form-signin .form-control {
    position: relative;
    box-sizing: border-box;
    height: auto;
    padding: 10px;
    font-size: 16px; }
  .form-signin input[type="password"] {
    margin-bottom: 10px;
    border-radius: 0;
    width: 100%; }
  .form-signin button[type="submit"] {
    width: 100%; }
  .form-signin .was-validated button[type="submit"] {
    margin-bottom: 31px !important; }

.form-contact {
  margin: 0 auto; }
  .form-contact .form-control {
    position: relative;
    box-sizing: border-box;
    height: auto;
    padding: 10px;
    font-size: 16px; }
  .form-contact textarea,
  .form-contact input[type="email"],
  .form-contact input[type="text"] {
    border-radius: 0; }

/*# sourceMappingURL=styles.css.map */
