/* This is the CSS file where you should place the css from the visual. */


section.testimonials {
    padding-top: 10vh;
    padding-bottom: 10vh;
    background-image: url('../img/IMG_3270.jpg');
    background-position: center;
    background-size: cover;
  }

  .slider .indicators {
    bottom: 60px;
    z-index: 99;
  }

  .brand-logo img {
    margin-left: 3rem;
    height: 60px;
  }

  ul#main-menu li:first-of-type {
    margin-left: 225px;
  }
  #menu-item-114 {
    margin-left: initial !important;
  }

  ul#main-menu li a {
    color: #666;
    border-right: 1px solid #666;
    min-width: 7vw;
    text-align: center;
  }

  .sidenav-trigger {
    color: #333;
  }

  .mob-menu img {
    margin-top: 1rem;
  }

  body {
    font-family: 'Zen Kaku Gothic Antique', sans-serif;
    font-size: large;
    display: flex;
    min-height: 100vh;
    flex-direction: column;
  }

  h1,
  h2,
  h3,
  h4,
  h5,
  h6 {
    color: #1B5E20;
  }
footer,
  .temp-col {
    background-color: #655247;
  }

  main {
    flex: 1 0 auto;
  }


  footer a {
    color: white;
    text-decoration: underline;
  }

  .testimonials h2,
  .testimonials small,
  .testimonials q{color:white;}


.testimonials .col.s12{
    margin-bottom: 5vh!important;
}

.btn.right{margin-left: 1rem;}

hr {
  max-width: 65%;
  border: 1px #1B5E20CC solid;
}
blockquote {
border-left: 5px solid #1B5E20;
font-weight: bolder;
}

iframe{
  width: 100%;
  height: 450px;
}

  /* Dev stuff for spaces etc */
 
  /* .col {
    border: solid 1px red;
  } */
