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

body {
  font-family: 'Minion Pro Regular';
  font-size: 18px;
  color: #404040;
  margin: 0;
}

.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:#b42618;
}

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

.button-outline-black {
  border-radius: 0;
  border-color: #000;
  color: #000;
}

.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-160 {
  margin-top: 160px;
}

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

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

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

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

.imageNews::before {
  position: absolute;
  top: -7%;
  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';
}

/* haeder */

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

.header img {
  bottom: 220px;
}

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

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

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

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

/* quotes */
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: -56px;
  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; */
}

/* loadmore */
.div {
    display:none;
}
.totop {
    position: fixed;
    bottom: 10px;
    right: 20px;
}
.totop a {
    display: none;
}

#loadMore {
    transition: all 600ms ease-in-out;
    -webkit-transition: all 600ms ease-in-out;
    -moz-transition: all 600ms ease-in-out;
    -o-transition: all 600ms ease-in-out;
}

/* #loadMore:hover {
    background-color: #fff;
    color: #33739E;
} */

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

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

/* news */
.news_date {
  position: absolute;
  background: #ffffff;
  padding: 14px;
  color: #b42618;
  font-size: 16px;
  left: 0;
  bottom: 5%;
}


ul.news_bullet_dash {
  margin: 0;
  list-style-type: none;
}

ul.news_bullet_dash > li {
      margin-left: -35px;
}

ul.news_bullet_dash > li:before {
  content: "-";
  padding-right: 10px;
    color: #848484;
    font-size: 14px;
}

/* 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;
}


@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%;
  }

  ul.navbar-nav.ml-auto {
    z-index: 16;
    background: white;
    position: relative;
    padding: 15px;
  }
  body .navbar-nav .nav-link.text-white {
      padding-right: 0;
      padding-left: 0;
      color: #000000 !important;
      text-shadow: -1px 1px transparent;
  }

}
