/*!
 * Start Bootstrap -  v1.0.0 ()
 * Copyright 2013-2020 
 * Licensed under ISC (https://github.com/BlackrockDigital/inkframe_digital_signs/blob/master/LICENSE)
 */

body {
  font-family: 'Lato', 'Helvetica Neue', Helvetica, Arial, sans-serif;
}

h1,
h2,
h3,
h4,
h5,
h6 {
  font-family: 'Lato', 'Helvetica Neue', Helvetica, Arial, sans-serif;
  font-weight: 700;
}

header.masthead {
  position: relative;
  background-color: #343a40;
  background: url("img/bg-masthead-1.jpg") no-repeat center center #232e34;
  background-size: cover;
  padding-top: 5rem;
  padding-bottom: 5rem;
}

header.masthead h1,
header.masthead h2 {
  font-size: 2rem;
  display: inline-block;
}

header.masthead h2#shifterBlock {
  padding: 0 1rem;
  margin-left: 0rem;
  background-color: #20c997;
  color: #212529;
  overflow: hidden;
}

header.masthead .spotlight {
  background-color: #28a745;
  overflow: hidden;
}

header.masthead .overlay {
  position: absolute;
  top: 2em;
  left: 2em;
  right: 2em;
  bottom: 2em;
  background-color: #6666;
}

header.masthead .shifter {
  display: none;
}

header.masthead .shifter.active {
  display: block;
}


@font-face {
  font-family: "Ravie";
  src: url("/css/fonts/Ravie.ttf") format("truetype");
}

@font-face {
  font-family: "Goudy Stout";
  src: url("/css/fonts/GoudyStout.ttf") format("truetype");
}


#logo {
  height: 4em;
  animation: 3s tada 1s 7 ease-in-out alternate;
  -webkit-animation: 3s tada 1s 7 ease-in-out alternate;
}


@media (min-width: 768px) {
  header.masthead {
    padding-top: 10rem;
    padding-bottom: 10rem;
  }

  header.masthead h1,
  header.masthead h2 {
    font-size: 3rem;
  }
}

.features-icons {
  padding-top: 4rem;
  padding-bottom: 4rem;
}

.features-icons .features-icons-item {
  max-width: 20rem;
}

.features-icons .features-icons-item .features-icons-icon {
  height: 7rem;
}

.features-icons .features-icons-item .features-icons-icon i {
  font-size: 4rem;
}

.features-icons .features-icons-item:hover .features-icons-icon i {
  font-size: 5rem;
}

.call-to-action {
  position: relative;
  background-color: #445160;
  padding-top: 5rem;
  padding-bottom: 7rem;
}

.call-to-action .overlay {
  position: absolute;
  background-color: #212529;
  height: 100%;
  width: 100%;
  top: 0;
  left: 0;
  opacity: 0.3;
}

footer.footer {
  padding-top: 4rem;
  padding-bottom: 4rem;
}

.showcase .showcase-text {
  padding: 3rem;
}

.showcase .showcase-img {
  min-height: 20rem;
  background-size: cover;
  background-position: center center;
}

@media (min-width: 768px) {
  .showcase .showcase-text {
    padding: 5rem;
  }
}

.faq .faq-item {
  font-size: 1.1rem;
  font-weight: 400;
  padding-bottom: 1em;
}

.faq .faq-item p {
  padding-left: 1em;
}

.faq .faq-img {
  min-height: 20rem;
  background-size: cover;
  background-position: center center;
}