@import url('https://fonts.googleapis.com/css?family=Sedgwick+Ave+Display');
@font-face {
  font-family: "Minion Pro Regular";
  src: url("fonts/MinionProRegular.ttf");
}

.fixed {
  position: fixed;
  background: #ffffff;
  top: 0;
  left: 0
  border: solid thin #f3f3f3;
  width: 100%;
  z-index: 10;
}

.fixed .navbar-brand, .fixed ul li a {
    text-shadow: none !important;
}

.fixed .text-white {
  color: #B42618 !important;
}


a {
  text-decoration: none;
  color:red;
}

a:hover {
  text-decoration: none;
  color:red;
}

.font-family-SedgwickAve {
  font-family: 'Sedgwick Ave Display', cursive;
}

.font-size-60 {
  font-size: 60px;
}

.font-size-40 {
  font-size: 40px;
}

.font-size-36 {
  font-size: 36px;
}

.font-size-30 {
  font-size: 30px;
}

.font-size-24 {
  font-size: 24px;
}

.font-size-20 {
  font-size: 20px;
}

.font-size-18 {
  font-size: 18px;
}

.font-size-16 {
  font-size: 16px;
}

.font-size-14 {
  font-size: 14px;
}

.text-red {
  color: #b42618;
}

.text-light-dark {
  color: #282828;
}

.text-light-dark {
  color: #282828;
}

.text-dark {
  color: #2b2b2b;
}

.text-light-red {
  color: #b51c14;
}

.text-grey {
  color: #404040;
}

.text-light-grey {
  color: #848484;
}

.bg-grey {
  background: #f3f3f3;
}

.margin-top-120 {
  margin-top: 120px;
}

.absolute-center {
  position: absolute;
  left: 0;
  right: 0;
  margin-left: auto;
  margin-right: auto;
}

.book-after-header  {
  position: absolute;
  /* bottom: -122px; */
  bottom: 0;
  left: 50%;
  transform: translate(-50%, 0);
}

.imageContainer {
  display: inline-block;
  position: relative;
}

/* .imageContainer::before {
  position: absolute;
  top: 7%;
  left: -9%;
  width: 100%;
  height: 100%;
  border: 2px solid #8f8f8f;
  content: '';
  z-index: -1;
} */

.imageNews {
  display: inline-block;
  position: relative;
}

/* .imageNews::before {
  position: absolute;
  top: -10%;
  left: -5%;
  width: 100%;
  height: 100%;
  border: 1px solid #dbdbdb;
  content: '';
  z-index: -1;
} */

.read_more {
  font-size: 14px;
  color: #b42618;
  font-style: italic;
}


/* body */
html {
  scroll-behavior: smooth;
}
body {
  font-family: 'Minion Pro Regular';
  font-size: 18px;
  color: #404040;
  margin: 0;
}

/* haeder */

.header {

    background-size: cover;
    background-position: center bottom!important;
    width: 100%;
    /* z-index: -1; */
    top: 25.5%;
    background-repeat: no-repeat;
    /* background: #474747 url(../images/index_bg.jpg) no-repeat;
    background-size: cover;
    background-position: top center; */
    height: 900px;
    /* margin-bottom: -175px; */
  /* z-index: -1; */
}

.sub-text h1 {
  text-shadow: 1px 1px #6b6b6b;
  font-size: 48px;
  letter-spacing: 7px;
  line-height: 64px;
}

.sub-text.text-center.mt-5.title h1 small {
    font-size: 34px;
    color: #fff;
}

.header img {
  bottom: 220px;
}

.header .navbar-brand, .header ul li a {
  text-shadow: -1px 1px #000000;
}

.header ul li a {
      font-size: 24px;
}

.custom-toggler.navbar-toggler {
    border-color: rgb(228, 228, 228);
}

.navbar-nav > li{
  padding-left:15px;
  padding-right:15px;
}

/* quotes */

.quotes {
    /* margin-top: 140px; */
    margin-top: 90px;
}

.quoteContainer {
  /* display: inline-block; */
  position: relative;
}

.quoteContainer::before {
  position: absolute;
    top: 6%;
    left: 8%;
    width: 75%;
    height: 100%;
    border: 4px solid #8f8f8f;
    content: '';
    z-index: -1;
}

blockquote  {
    border: solid;
    padding: 20px;
    margin: 0 auto;
    width: 80%;
    font-size: 26px !important;
    background: #ffffff;
}
blockquote p {
    font-size: 26px;
}

/* blockquote .d-flex:nth-child(1) p::before {
  content: "“";
  position: absolute;
  font-size: 160px;
  color: #8f8f8f;
  top: -59px;
  left: 91px;
} */

/* blockquote .d-flex:nth-child(2) p::after {
  content: "„";
  position: absolute;
  top: -68px;
  font-size: 160px;
  color: #8f8f8f;
  right: 235px;
} */

blockquote .d-flex:nth-child(2) p {
  width: 750px;
  /* background: #ffffff url(../images/quotes.png) no-repeat; */
  /* height: 130px; */
  background-position: top center;
}

/* forms */
.form-control-lg {
  background: #f3f3f3;
    border-radius: 0;
    font-size: 14px;
    height: 50px;
    font-family: 'Minion Pro Regular';
    color: #848484;
}

.form-check-label {
  color: #848484;
}

.btn-flat {
  border-radius: 0;
    border: 0;
    font-family: 'Minion Pro Regular';
    font-size: 14px;
    height: 50px;
    width: 100px;
    background: #b32517;
}

/* footer */
.divider {
  background: #474747 url(../images/divider.jpg) no-repeat;
  background-size: cover;
  background-position: top center;
  height: 61px;
  z-index: -1;
}

footer {
  padding: 80px 0px 0px 0px ;
  color: #787878;
}

footer .footer {
  font-size: 12px;
}
.hidden {
  display: none !important;
}



@media (min-width: 1024px) and (max-width: 1199px){
  /* blockquote .d-flex:nth-child(1) p::before {
    left: 0px;
    top: -55px;
  }

  blockquote .d-flex:nth-child(2) p::after {
    right: 143px;
    top: -65px;
    } */

}

@media screen and (max-width: 1024px) {
  /* blockquote .d-flex:nth-child(1) p::before {
      font-size: 90px;
          left: 15px;
      top: -25px;
  }

  blockquote .d-flex:nth-child(2) p::after {
    font-size: 90px;
    right: 166px;
top: 3px;
  } */

}

@media (max-width: 768px) and only screen (orientation: landscape) {
  /* blockquote .d-flex:nth-child(1) p::before {
      font-size: 90px;
          left: -27px;
      top: -25px;
  }

  blockquote .d-flex:nth-child(2) p::after {
    font-size: 90px;
    right: -15px;
    top: 44px;
  } */

}

@media only screen and (ma-width: 770px) {
  /* blockquote .d-flex:nth-child(1) p::before {
      font-size: 90px;
          left: -27px;
      top: -25px;
  }

  blockquote .d-flex:nth-child(2) p::after {
    font-size: 90px;
    right: -25px;
    top: 47px;
  } */

}

@media only screen and (max-width: 768px) {
  /* blockquote .d-flex:nth-child(1) p::before {
      font-size: 90px;
          left: -27px;
      top: -25px;
  }

  blockquote .d-flex:nth-child(2) p::after {
    font-size: 90px;
    right: -25px;
    top: 47px;
  } */

  .title {
    margin-top: 50px;
  }


}

@media screen and (max-width: 533px) {
  /* blockquote .d-flex:nth-child(1) p::before {
      font-size: 90px;
      left: -8px;
      top: -25px;
  }

  blockquote .d-flex:nth-child(2) p::after {
    font-size: 90px;
    right: 28px;
    top: 84px;
  } */

  .title {
    /* margin-top: 50px;
    bottom: 308px;
    position: absolute;
    left: 10%; */

    margin-top: 50px;
    bottom: 312px;
    position: absolute;
    left: 10%;
  }

  .title h1 {
    /* font-size: 30px;
    padding: 0 10px; */
    font-size: 30px;
    padding: 0 10px;
    color: #fff !important;
    font-size: 25px;
    letter-spacing: 0px;
    line-height: 34px;

  }

  .sub-text.text-center.mt-5.title h1 small {
      font-size: 18px;
  }

  .header {
      height: 500px;
  }

  .book-after-header {
      bottom: -50px;
  }
  ul.navbar-nav.ml-auto {
    z-index: 16;
    background: white;
    position: relative;
    padding: 15px;
  }
  body .navbar-nav .nav-link {
    padding-right: 0;
    padding-left: 0;
    color: #000000 !important;
    text-shadow: -1px 1px white;
    font-size: 20px;
  }

}

@media screen and (max-width: 500px) {

}



@media screen and (max-width: 414px) {
  /* blockquote .d-flex:nth-child(1) p::before {
      font-size: 90px;
      left: 8px;
      top: -25px;
  }

  blockquote .d-flex:nth-child(2) p::after {
    font-size: 90px;
    right: 58px;
    top: 161px;
  } */

  .title {
    margin-top: 50px;
  }

  .title h1 {
    font-size: 30px;
    padding: 0 10px;
  }


}

@media screen and (max-width: 411px) {
  /* blockquote .d-flex:nth-child(1) p::before {
      font-size: 90px;
      left: 8px;
      top: -25px;
  }

  blockquote .d-flex:nth-child(2) p::after {
    font-size: 90px;
    right: 58px;
    top: 161px;
  } */

  .title {
    margin-top: 50px;
  }

  .title h1 {
    font-size: 30px;
    padding: 0 10px;
  }

}

@media screen and (max-width: 384px) {
  /* blockquote .d-flex:nth-child(1) p::before {
      font-size: 90px;
      top: -29px;
      left: -15px;
  }

  blockquote .d-flex:nth-child(2) p::after {
    font-size: 90px;
    right: 95px;
    top: 202px;
  }

  blockquote .d-flex:nth-child(2) p {
    width: 326px;
  }*/

  .title {
    margin-top: 50px;
  }

  .title h1 {
    font-size: 30px;
    padding: 0 10px;
  }

}

@media screen and (max-width: 375px) {
  /* blockquote .d-flex:nth-child(1) p::before {
      font-size: 90px;
      top: -29px;
      left: -15px;
  }

  blockquote .d-flex:nth-child(2) p::after {
    font-size: 90px;
    right: 95px;
    top: 202px;
  }

  blockquote .d-flex:nth-child(2) p {
    width: 326px;
  } */

  .title {
    /* margin-top: 50px; */
    bottom: 226px;
    position: absolute;
    left: 10%;

  }

  .title h1 {
    /* font-size: 30px;
    padding: 0 10px; */
    color: #fff !important;
    font-size: 31px;
    letter-spacing: 0px;
    line-height: 34px;

  }

}

@media screen and (max-width: 360px) {
  /* blockquote .d-flex:nth-child(1) p::before {
      font-size: 90px;
      top: -29px;
      left: -15px;
  }

  blockquote .d-flex:nth-child(2) p::after {
    font-size: 90px;
    right: 95px;
    top: 202px;
  } */

  .title {
    margin-top: 50px;
  }

  .title h1 {
    font-size: 30px;
    padding: 0 10px;
  }

}

@media screen and (max-width: 320px) {
  /* blockquote .d-flex:nth-child(1) p::before {
      font-size: 90px;
      top: -29px;
      left: 4px;
  }

  blockquote .d-flex:nth-child(2) p::after {
    font-size: 90px;
    right: 0px;
    top: 238px;
  } */

  .title {
    margin-top: 138px;
  }

    .title h1 {
      font-size: 30px;
      padding: 0 10px;
    }


}
