/*!
 * Start Bootstrap - Modern Business (https://startbootstrap.com/template-overviews/modern-business)
 * Copyright 2013-2017 Start Bootstrap
 * Licensed under MIT (https://github.com/BlackrockDigital/startbootstrap-logomodern-business-nav/blob/master/LICENSE)
 */

 @font-face {
   font-family: TeX;
   src: url("../fonts/texgyreadventor-regular.otf") format("opentype");
 }
 
 @font-face {
  font-family: TeXBold;
  font-weight: bold;
  src: url("../fonts/texgyreadventor-bold.otf") format("opentype");
}

body {
  padding-top: 74px;
  background: linear-gradient(rgba(255, 255, 255, 180), rgba(208, 216, 201, 180));
  font-size: 14pt;
  font-family: 'Tex', serif;
  letter-spacing: 1px;
}

@media (min-width: 992px) {
  body {
    padding-top: 74px;
  }
}

@media (max-width: 740px)
{
    #navbarBig
    {
        display: none;
    }
    #navbarSmall
    {
        display: initial;
        margin-top: -5px;
        padding: 5px;
        background: #F3F5F1;
        border: 3px solid #3e6d43;
        box-shadow: 0 4px 8px 0 rgba(0, 0, 0, 0.2), 0 6px 20px 0 rgba(0, 0, 0, 0.19);
    }
}
@media (min-width: 740px)
{
    #navbarSmall
    {
        display: none;
    }
    #navbarBig
    {
        display: initial;
        margin-top: -5px;
        padding: 5px;
        background: #F3F5F1;
        border: 3px solid #3e6d43;
        box-shadow: 0 4px 8px 0 rgba(0, 0, 0, 0.2), 0 6px 20px 0 rgba(0, 0, 0, 0.19);
    }
}

.carousel-item {
  height: 55vh;
  min-height: 300px;
  background: no-repeat center center scroll;
  -webkit-background-size: cover;
  -moz-background-size: cover;
  -o-background-size: cover;
  background-size: cover;
}

.card {
  box-shadow: 0 4px 8px 0 rgba(0, 0, 0, 0.2), 0 6px 20px 0 rgba(0, 0, 0, 0.19);
}

#carouselLogo {
  z-index: 0;
  position: absolute;
  top: 10%;
  left: 5%;
  max-width: 75%;
  box-shadow: 0 4px 8px 0 rgba(0, 0, 0, 0.2), 0 6px 20px 0 rgba(0, 0, 0, 0.19);
}

#downArrow {
  z-index: 0;
  position: absolute;
  top: 90%;
  left: 5%;
}

#navbarLogo {
  z-index: 0;
  position: absolute;
  top: 10%;
  left: 5%;
}

#aboutImage {
  box-shadow: 0 4px 8px 0 rgba(0, 0, 0, 0.2), 0 6px 20px 0 rgba(0, 0, 0, 0.19);
}

#contactCard {
  margin-left: 10%;
}


.carousel-caption {
  text-align: center;
}

.carousel-card {
  display: inline-block;
  background-color: rgba(36, 99, 41, 0.6);
  box-shadow: 0 4px 8px 0 rgba(0, 0, 0, 0.2), 0 6px 20px 0 rgba(0, 0, 0, 0.19);
  width: auto;
  margin-bottom: -1%;
}

.contact-divider {
  width: 50%;
}

.portfolio-item {
  margin-bottom: 30px;
}

.featurette-divider {
  margin: 5rem 0;
}

.navbar {
  background-color: rgba(59, 124, 65, 0.9);
  box-shadow: 0 4px 8px 0 rgba(0, 0, 0, 0.2), 0 6px 20px 0 rgba(0, 0, 0, 0.19);
  padding-bottom: 23px;
  border-bottom: 2px solid #3e6d43;
}

.navbar .navbar-brand,
.navbar .navbar-text {
    color: rgba(255,255,255,.8);
}
/* change the link color */
.navbar .navbar-nav .nav-link {
    color: rgba(255,255,255,.5);
}
/* change the color of active or hovered links */
.navbar .nav-item.active .nav-link,
.navbar .nav-item:hover .nav-link {
    color: #ffffff;
}

.btn-primary {
  border-color: #3e6d43;
  background-color: rgba(59, 124, 65, 0.9);
}

.btn-primary:hover {
  background-color: #3e6d43;
  border-color: rgba(59, 124, 65, 0.9);
}

.nav-btn {
  font-size: 20px;
  font-weight: 700;
  text-align: center;
  border: 2px solid #4E8954;
  border-radius: 15px;
  line-height: 22px;
  width: 100%;
  background-color: #C2B49A;
  color: #005f30;
  letter-spacing: 1px; 
}

.nav-btn:hover {
  border: 4px solid #4E8954;
  border-radius: 15px;
  line-height: 18px;
  width: 100%;
  color: #046d39;
  background-color: #d4c5a9;
}
