@import url(https://fonts.googleapis.com/css?family=Lato:300,400,700);
@import url(https://fonts.googleapis.com/css?family=Arvo:700);
@import url(https://fonts.googleapis.com/css?family=Seaweed+Script);

.navbar-toggler {
  background: rgba(0,0,0,.5);
}
.entry-header {
  margin-top: 20px;
}
.custom-logo {
  margin-top: 0px;
  position: relative;
  top: 0px;
/*   background: #fff;
padding: 5px;
border: 2px solid #4A411E; */
}
.subtitle {
  font-size: 20px !important;
  font-weight: 900 !important;
}
.has-rye {
  font-family: 'Rye', cursive !important;
}
.is-larger {
  font-size: 2rem !important;
}
.is-largest {
  font-size: 3rem !important;
}
.clear-break-this {
   height: 50px; 
   width: 100%; 
   text-align: center; 
   text-transform: uppercase; 
   border-bottom: 4px solid #DDDDDD;
   color: #dd4848;
}
.bg-custom {
  background: url("/img/light-wood.jpg") center center ;
  border-bottom: 2px solid black;
  background-size: cover !important;

}
.has-woodbg {
  background: url("/img/white-wood.jpg");
  background-size: cover !important;
}
.has-space {
  padding: 20px !important;
  margin-bottom: 20px !important;
}
.has-whitebg {
  background: #fff;
}
.has-normal-border {
  border: 1px solid #CBCBCB;
  padding: 20px;
}
.has-strong-border {
  border: 1px solid #CBCBCB;
  -webkit-box-shadow:0px 0px 10px 7px #d0d0d0 ;
  -moz-box-shadow:0px 0px 10px 7px #d0d0d0 ;
  box-shadow:0px 0px 10px 7px #d0d0d0 ;
}
.bg-custom-bottom {
  z-index: 0;
  background-color: #222;
}
.bg-customer-bottom p {
  text-align: center !important;
  font-size: 1.5em;
}
.for-footer {
  color: #B9B1B1;
  margin-top: 5px;
  font-size: 16px;
  line-height: 24px;
  padding-bottom: 24px;
  margin-bottom: 0;
  font-weight: 500;
}
/* CUSTOMIZE THE CAROUSEL
-------------------------------------------------- */

/* 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: 350px;
  background-color: #777;
}
.carousel-item > img {
  position: absolute;
  top: 0;
  left: 0;
  min-width: 100%;
  height: 780px;
}

/*  custom footer stuff */
.bg-style {
  border-top: 5px solid #453F3F;
  background-color: #222;
}
.plate {
  width: 410px;
  margin: 3% auto;
}
.shadow2 {
  color: #fff;
  font-family: Arvo;
  font-weight: bold;
  text-shadow:
    -3px -3px 0 #222,
    3px -3px 0 #222,
    -3px 3px 0 #222,
    3px 3px 0 #222,
    4px 4px 0 #fff,
    5px 5px 0 #fff,
    6px 6px 0 #fff,
    7px 7px 0 #fff;
  line-height: 0.8em;
  letter-spacing: 0.1em;
  transform: scaleY(0.7);
  -webkit-transform: scaleY(0.7);
  -moz-transform: scaleY(0.7);
  margin:0;
  text-align: center;
}
.script {
  font-family: "Seaweed Script";
  color: #fff;
  text-align: center;
  font-size: 30px;
  position: relative;
  background-color: #222;
  margin:0;
}
.script span {
  background-color: #222;
  padding: 0 0.3em;
  display: inline-block;
  position: relative;  

}
.script:before {
  content:"";
  display: block;
  position: absolute;

  top: 50%;
  width: 100%;
  border-bottom: 3px solid #fff;

}
.text1 {
  font-family: 'Rye', cursive !important;
  font-size: 40px;
}
.text2 {
  font-family: 'Rye', cursive !important;
  font-size: 80px;
}
.text3 {
  font-family: 'Rye', cursive !important;
  font-size: 40px;
}

/* custom ranch thingy */

/* General styles and layout */
@media (min-width: 768px) {
  .carousel-item {
    height: 780px;
    background-color: #777;
  }

  .position-md-absolute {
    position: absolute;
  }

  .navbar-nav .nav-item:nth-child(2) {
    /* margin-right: 210px; */
  }
}

.has-no-margin {
  margin: 0px !important;
}
.had-big-menu {
  padding-top: 4px;
}
.has-big-menu li {
  background: rgba(0,0,0,.5);
  margin-right: 5px;
}
.has-big-menu li a {
  font-size: 1.5em;
  padding-bottom: 6px;
  color: #FFE9E1 !important;
  font-family: 'Rye', cursive !important;
  /* text-shadow: -1px 0 black, 0 1px black, 1px 0 black, 0 -1px black; */
}
.has-big-menu li a:hover {
  background: #000;
  color: #fff !important;
/*   font-size: 1.4em; */
  /* text-shadow: -1px 0 black, 0 1px black, 1px 0 black, 0 -1px black; */
  font-family: 'Rye', cursive !important;
}
.has-big-menu li.active {
  background: #000;
  padding-bottom: 2px;

}
.has-big-menu li.active a {
  color: #fff !important;
  font-size: 1.7em;
  /* text-shadow: -1px 0 black, 0 1px black, 1px 0 black, 0 -1px black; */
  border-bottom: 2px solid #134b04;
  padding-bottom: 0px;
  font-family: 'Rye', cursive !important;
}
.container svg {
  display: block;
}
.color {
  background: #005c5c;
}

.expert-img {
  border: solid 0px #dd4848;
    transition: border-width 0.4s linear;
}
.expert-img:hover {
  border-width: 3px;
}
.grow { transition: all .4s ease-in-out; }
.grow:hover { transform: scale(1.3);}
/* Logo positioning — above menu */
.navbar.flex-column .navbar-brand {
  z-index: 10;
  margin-bottom: -20px !important;
}
.navbar.flex-column .navbar-brand .custom-logo {
  max-height: 120px;
  width: auto;
}
@media (min-width: 768px) {
  .navbar.flex-column .navbar-brand {
    position: absolute;
    top: -10px;
    z-index: 10;
  }
  .navbar.flex-column > .navbar {
    padding-top: 50px;
  }
}
