/*
 Theme Name:   Flex Template Child Theme
 Theme URI:    http://github.com/bisig/flextemplate/
 Description:  Flex Template Child Theme
 Author:       Andrew Creek
 Template:     flextemplate
 Version:      2.0.0
 License:      GNU General Public License v2 or later
 License URI:  http://www.gnu.org/licenses/gpl-2.0.html
 Tags:         light, dark, two-columns, right-sidebar, responsive-layout, accessibility-ready
 Text Domain:  flextemplate-child
*/

@import url('https://fonts.googleapis.com/css?family=Quicksand:400,700');

body {
  font-family: Quicksand, sans-serif;
  font-weight: 400;
}

footer {
  background-color: #f8bc2f;
}

@media screen and (min-width: 768px){
  p {
    line-height: 25px;
    letter-spacing: 0.25em;
  }
}

/* Make the nav logo fixed height and max width. Otherwise SVGs won't work */

.navbar-brand > img {
  height: 76px;
  width: auto;
}


@media screen and (min-width: 768px){
  .navbar-brand > img {
    height: 74px;
    width: auto;
  }
}

@media screen and (min-width: 992px){
  .navbar-brand > img {
    height: 90px;
    width: auto;
  }
}

.navbar {
  min-height: 80px;
  z-index: 99;
  border-bottom: none;
}

.nav > li > a {
  margin-left: 6px;
  margin-right: 6px;
  padding-left: 0;
}

.nav > li > a:focus, .nav > li > a:hover {
  text-decoration: none;
}

.navbar-toggle {
  margin-top: 25px;
  margin-bottom: 25px;
}

@media screen and (min-width: 768px) {
  .navbar {
    min-height: 80px;
    z-index: 99;
  }
  .navbar-nav li > a{
    margin-top: 40px;
    font-size: 23px;
    letter-spacing: -0.8px;
    line-height: 0;
    padding-left: 20px;
    padding-right: 20px;

    text-transform: initial;

  }
  .nav > li > a:focus, .nav > li > a:hover {
    background-color: transparent;
  }
  .blue-menu a:hover {
    border-bottom: solid 8px #1b9db1;
  }
  .red-menu a:hover{
    border-bottom: solid 8px #dd5733;
  }
  .green-menu a:hover{
    border-bottom: solid 8px #81b364;
  }
}

@media screen and (min-width: 992px) {
  .navbar {
    min-height: 98px;
    z-index: 99;
  }
  .navbar-nav li > a{
    /* margin-top: 72px; */
  }

  .navbar-collapse.collapse {
      background: transparent;
  }
}
@media(min-width: 992px) {
    header {
        position: relative;
    }

    .nav-container {
        padding: 0;
    }

    .navbar {
        position: absolute;
        top: 0;
        width: 100%;
        transition: all .25s ease-in-out;
        background: rgba(255, 255, 255, 0.6);
    }
}



/*------------------------------------*\
    TYPOGRAPHY
\*------------------------------------*/
body,
h1, .h1,
h2, .h2,
h3, .h3,
h4, .h4,
.navbar-nav {
  font-family: 'Quicksand', sans-serif;
}

h1, .h1,
h2, .h2,
h3, .h3,
h4, .h4 {
  font-weight: 400;
  text-transform: initial;
  display: block;
}

footer, .light a, p.light {
  color: #fafafa;
}

@media screen and (min-width: 768px) {
  h1, .h1, h2.section-heading {
    font-size: 56px;
  }
  h2, .h2 {
    font-size: 34px;
    margin-bottom: 20px;
  }

}
.feature-panels strong {
    color: #505050
}
/*------------------------------------*\
    PARALLAX
\*------------------------------------*/

.parallax-window {
    min-height: 400px;
    line-height: 400px;
    background: transparent;
}

@media (min-width: 992px) {
  .parallax-window {
      min-height: 100vh;
      line-height: 100vh;
  }
}

.feature-panel__content {
  padding-left: 10px;
  padding-right: 10px;
}

@media (min-width: 768px) {

  .feature-panel__content {
    padding-left: 0;
    padding-right: 0;
  }
  .feature-panels .row {
    display: flex;
  }
  .feature-panel__content li {
    margin-bottom: 10px;
  }
}

@media (min-width: 992px) {

  .feature-panel__content--left {
    margin-left: 30%;
    margin-right: 5%;
  }

  .feature-panel__content--right {
    margin-right: 30% ;
    margin-left: 5%;
  }
}

.multi-column-list {
  display: flex;
  justify-content: center;
  }

.multi-column-list ul {
  list-style-type: none;
}
@media screen and (min-width: 600px) {
  .multi-column-list ul {
    columns: 3 auto;
  }

  .multi-column-list li {
    padding: 0.3rem 1rem;
  }
}

article.section-intro-box {
  background: none;
}

.parallax-window {
  background: rgba(0, 0, 0, 0.4);
}

@media screen and (min-width: 768px){
  .subtitle p {
    text-transform: uppercase;
  }
}

footer {
  padding: 40px 0;
}