/*@import url('https://fonts.googleapis.com/css2?family=Festive&display=swap');*/
@import url('https://fonts.googleapis.com/css?family=Montserrat:400,700');
@import url('https://fonts.googleapis.com/css2?family=Shadows+Into+Light&display=swap');
@import url('https://fonts.googleapis.com/css2?family=Anton&display=swap');

body {
	background: #fff;
	color: #1b1717;
	font-family: 'Montserrat', sans-serif;
    font-size: .95rem;
}

h1, h2, h3, h4, h5 {
	font-weight: bold;
    text-transform: uppercase;
}

/* Set link and hover colors in navbar */
.navbar .navbar-nav .nav-link {
    color: #92CD00;
    transition: all 0.25s;
}
.navbar .navbar-nav .nav-link:hover {
  background-color: #FDFADD;
  color: #2C6700;
}

/* Set link and hover colors in footer */
footer a {
    color: #92CD00;
    text-decoration: none;
}
footer a:hover {
    background-color: #FDFADD;
    color: #2C6700;
    text-decoration: none;
}

.carousel .carousel-inner .carousel-item a {
    color: #2C6700;
    text-decoration: none;
}
.carousel .carousel-inner .carousel-item a:hover {
    color: #2C6700;
    text-decoration: none;
}

input[type="text"]:focus, 
input[type="number"]:focus,
textarea:focus {
    outline: none !important;
    box-shadow:none !important;
}

/*
.carousel .carousel-indicators li {
    height: 30px;
    width: 30px;
    border-radius: 15px;
}
.carousel .carousel-control-prev-icon {
    content: "\f137";
    font-family: "FontAwesome";
}
.carousel .carousel-control-next-icon {
    content: "\f138";
    font-family: "FontAwesome";
}

.carousel-indicators li {
    border-radius: 50%;
    width: 6px;
    height: 6px;
    padding: 4px;
    position: relative;
    margin: 0 15px;
    background-color: transparent;
    opacity: 1;
  }
  
  .carousel-indicators li:after {
    border-radius: 50%;
    padding: 10px;
    border: 4px solid #fff;
    position: absolute;
    content: "";
    top: -7px;
    left: -7px;
    bottom: -7px;
    right: -7px;
  }
  
  .carousel-indicators li.active {
    background-color: white;
  }
*/

/* Carousel base class */
.carousel {
    margin-bottom: 4rem;
  }
  /* Since positioning the image, we need to help out the caption */
  .carousel-caption {
    bottom: 3rem;
    z-index: 10;
  }
  
  /* Declare heights because of positioning of img element */
  .carousel-item {
    height: 20rem; /* Change the value here */
  }
  .carousel-item > img {
    position: absolute;
    top: 0;
    left: 0;
    min-width: 100%;
    height: 20rem; /* Must be the same as the carousel-item height*/
  }

  .bd-placeholder-img {
    font-size: 1.125rem;
    text-anchor: middle;
    -webkit-user-select: none;
    -moz-user-select: none;
    user-select: none;
  }

  @media (min-width: 768px) {
    .bd-placeholder-img-lg {
        font-size: 3.5rem;
      }  
  }

/* Headline */
.zheadline-text {
    color: #2C6700;
}
.zheadline-bg {
	background: #ffd0796c;
}
.zheadline-bg-img {
    background-image: url("../img/modern-building-1280-300-web.jpg");
    background-position: center center;
    background-size: cover;
    background-repeat: no-repeat;
}

/* Carousel */
.zcarousel-text {
    color: #2C6700;
}
.zcarousel-bg {
    background-image: url("../img/modern-building-1280-300-web.jpg");
	/*background: #E5E4D7;*/
}

/* Background */
/*
.zbackground-1 {
    background-color: #f8f8e3;
}
.zbackground-2 {
    background-color: #f3f3db;
}
.zbackground-3 {
    background-color: #f5f5d0;
}
*/

/* Misc text */
.ztext-disclaimer {
    font-size: .75rem;
    color: #a4a8a1;
}

/* Card */
.zcardheadline-text {
    /*font-family: 'Shadows Into Light', cursive;*/
    font-family: 'Anton', sans-serif;
    font-weight: bold;
    font-size: 40px;
    color: #2C6700;
}
.zcardtext {
    color: #88530f;
}
.zcardbuttoncolor {
    background-color: #92CD00;
    color: #fff;
}

/* Shadow */
.zshadow-blur {
    text-shadow: 2px 2px 5px #cccccc;
}
.zshadow-solid {
    /*text-shadow: 1px 1px #000;*/
    text-shadow: 1px 1px 1px #000000;
}

/* Text outline */
.ztextoutline-dark-thin {
    -webkit-text-stroke: 2px #000;
}
.ztextoutline-light-thin {
    -webkit-text-stroke: 1px #999999;
}

.zListSquareBullet {
    list-style-type:square;
    color: #92CD00;
}

/* Facebook */
/*
.facebook_logo {
    fill: white;
    stroke: black;
    display: inline-block;
    width: 22px;
    height: 40px;
}

.facebook_ {
    background-color: #3b5998;
    width: 50px;
    height: 50px;
    display: flex;
    align-items: center;
    justify-content: center;
    border-radius: 20%;
    transition: .20s;
    cursor: pointer;
}

.facebook_:hover {
    background-color: #92CD00;
}
*/