.bree-font {
    font-family: bree,sans-serif;
    font-style: normal;
}


body {
    background-color: #121212;
}

h1 {
    color: rgb(255, 255, 255, 1);
    font-family: bree,sans-serif;
    font-style: normal;
}

.card {
    background-color: rgb(255, 255, 255, 0.02);
}

.card-title {
    color: rgb(255, 255, 255, 0.8);
    font-family: bree,sans-serif;
    font-style: normal;
}

.card-text {
    color: rgb(255, 255, 255, 0.6);
}

.header-slide {
    height: 100vh;
    background-repeat: no-repeat;
    background-size: cover;
}

.card-icon {
    color:rgb(166, 47, 3);
}



.detail-read > i {
    border: 1px solid rgb(255, 255, 255, 0.7);
    padding: 6px;
    padding-left: 7px;
    margin-right: 10px;
    border-radius: 5px;
}

.detail-read:hover > i {
    border: 1px solid rgb(166, 47, 3);
}

.detail-read {
    color: rgb(255, 255, 255, 0.7);
}

.detail-read:hover {
    color:#a62f03;
}

.header-box {
    width: 100%;
    min-height: 100vh;
    position: relative;
}

.header-box-title {
    font-family: bree,sans-serif;
    font-style: normal;
    position: absolute;
    bottom: 10%;
    z-index: 9;
    color: white;
    font-weight: bold;
    text-align: center;
    width: 100%;
    text-shadow: 3px 3px 6px rgb(0, 0, 0, 0.6);
    padding: 0px 20px 0px 20px;
}

.header-box-title {
    font-size: 55px;
    bottom: 2%;
}

.header-box-title-icon {
    font-size: 40px;
    line-height: 4.5rem;
    text-shadow: 2px 2px 4px rgb(0, 0, 0, 0.5);
}



@media screen and (max-width: 2000px) {
    .header-box-title {
        font-size: 50px;
    }
}


@media screen and (max-width: 1670px) {
    .header-box-title {
        font-size: 45px;
    }
}

@media screen and (max-width: 1470px) {
    .header-box-title {
        font-size: 40px;
    }
}

@media screen and (max-width: 950px) {
    .header-box-title {
        font-size: 32px;
    }
}


@media screen and (max-width: 600px) {
    .header-box-title {
        font-size: 26px;
    }
}


.header-icon-link {
    color: white;
}

.header-icon-link:hover {
    color: #a62f03;
}


.nav-link {
    font-size: 19px;
    letter-spacing: 1.5px;
    color: white!important;
    font-family: bree,sans-serif;
    font-style: normal;
}

.nav-link:after {
    display:block;
    content: '';
    border-bottom: solid 3px #a62f03;  
    transform: scaleX(0);  
    transition: transform 250ms ease-in-out;
}
.nav-link:hover:after { 
    transform: scaleX(1);
}

.navbar {
    background: linear-gradient(180deg, rgb(0,0,0, 0.6), rgb(0,0,0, 0.1))!important;
    position: fixed;
    top: 0px;
    left: 0px;
    z-index: 11;
    width: 100%;
    transition: all 300ms;
}

.header-logo-box {
    width: 250px;
    height: 35px;
    margin: 5px;
    background-image: url("/assets/img/pd_logo_long.png");
    background-size: cover;
}

.nav-item {
    display: flex;
    align-items: center;
}


.scrolled {
    background: rgb(0, 0, 0, 0.85)!important;
    transition: all 300ms;
}



.overlay {
    height: 0;
    width: 100%;
    position: fixed;
    z-index: 99;
    top: 0;
    left: 0;
    background-color: rgb(0,0,0);
    background-color: rgba(0,0,0, 0.9);
    overflow-x: hidden;
    transition: 0.5s;
    font-family: bree,sans-serif;
    font-style: normal;
}
  
.overlay-content {
    position: relative;
    top: 10%;
    width: 100%;
    text-align: center;
    margin-top: 30px;
}
  
.overlay a {
    padding: 8px;
    text-decoration: none;
    font-size: 28px;
    color: #818181;
    display: block;
    transition: 0.3s;
}
  
.overlay a:hover, .overlay a:focus {
    color: rgb(166, 47, 3);
}
  
.overlay .closebtn {
    position: absolute;
    top: 20px;
    right: 45px;
    font-size: 60px;
}
  
@media screen and (max-height: 450px) {
    .overlay a {font-size: 20px}
    .overlay .closebtn {
    font-size: 40px;
    top: 15px;
    right: 35px;
    }
}

.about-feature-title {
    color: #d8d8d8;
}

.about-feature-text {
    color: #a1a1a1!important;
}


.btn-primary {
    background-color: rgb(166, 47, 3);
    text-transform: none;
    box-shadow: none!important;
    font-size: 1.1rem;
    border: 2px solid transparent;
}

.btn-primary:hover,
.btn-primary:focus {
    background-color: transparent;
    border: 2px solid rgb(166, 47, 3);
    color:rgb(166, 47, 3);
}

.btn-primary:disabled {
    background-color: rgb(166, 47, 3);
    opacity: 0.65;;
}

.btn-primary-inversive {
    text-transform: none;
    font-size: 1.1rem;
    box-shadow: none!important;
    background-color: transparent;
    border: 2px solid rgb(166, 47, 3);
    color:rgb(166, 47, 3);
}

.btn-primary-inversive:hover,
.btn-primary-inversive:focus {
    background-color: rgb(166, 47, 3);
    border: 2px solid transparent;
    color: white;
}



@media (max-width: 1200px) {
    .contact-banner {
        height: 400px!important;
        background-image: url('/assets/img/banner_contac_woodst.jpg')
    }
}

@media (max-width: 768px) {
    .contact-banner {
        height: 300px!important;
        background-image: url('/assets/img/banner_contac_woodst.jpg')
    }
}

.contact-banner {
    height: 450px;
    background-image: url('/assets/img/banner_contac_woodst.jpg')
}

.protection-banner {
    height: 650px;
    background-image: url('/assets/img/animal_protection_header.jpg')
}

.form-outline .form-control:focus ~ .form-notch .form-notch-leading,
.form-outline .form-control.focused ~ .form-notch .form-notch-leading {
  border-top: 0.125rem solid #a62f03;
  border-bottom: 0.125rem solid #a62f03;
  border-left: 0.125rem solid #a62f03;
}
.form-outline .form-control:focus ~ .form-notch .form-notch-middle,
.form-outline .form-control.focused ~ .form-notch .form-notch-middle {
  border-bottom: 0.125rem solid;
  border-color: #a62f03;
}

.form-outline .form-control:focus ~ .form-notch .form-notch-trailing,
.form-outline .form-control.focused ~ .form-notch .form-notch-trailing {
  border-color: currentcolor currentcolor currentcolor #a62f03;
  border-bottom: 0.125rem solid #a62f03;
  border-right: 0.125rem solid #a62f03;
  border-top: 0.125rem solid #a62f03;
}

.form-outline .form-control:focus ~ .form-label {
  color: #a62f03;
}
.form-check-input[type="checkbox"]:checked:focus,
.form-switch .form-check-input:checked[type="checkbox"]:after {
  background-color: #a62f03;
}
.form-check-input[type="checkbox"]:checked {
  background-image: none;
  background-color: #a62f03;
}

.form-check-input:checked:focus,
.form-check-input:checked,
.form-check-input:checked {
  border-color: #a62f03;
}

.select-input.focused ~ .select-arrow,
.select-input.focused ~ .select-label {
  color: #a62f03;
}

.form-outline .form-control~.form-label {
    color: rgb(153 153 153);
}

.form-control {
    color: #d7d7d7;
}

.form-control:focus {
    color: #a62f03;
}

.text-link {
    color:#a62f03;
}

.text-link:hover {
    color:#c44415;
}

.footer-link {
    color: #a1a1a1!important;
}

.footer-link:hover {
    color: #a62f03!important;
}
.gallery {
    display: flex;
    padding: 2px;
    transition: 0.3s;
}
.gallery:hover .gallery__image {
    filter: grayscale(1);
}
.gallery__column {
    display: flex;
    flex-direction: column;
    width: 25%;
}
.gallery__link {
    margin: 2px;
    overflow: hidden;
    padding: 0px;
    border-radius: 0.3rem!important;
    background-color: transparent!important;
}
.gallery__link:hover .gallery__image {
    filter: grayscale(0);
}
.gallery__link:hover .gallery__caption {
    opacity: 1;
}
.gallery__thumb {
    position: relative;
}
.gallery__image {
    display: block;
    width: 100%;
    transition: 0.3s;
}
.gallery__image:hover {
    transform: scale(1.1);
}
figure {
    margin: 0rem;
}
.gallery-pill {
    border-radius: 0.25rem;
    font-size: 0.9rem!important;
    text-transform: none!important;
    padding: 17px 29px 16px;
    line-height: 1;
    border: 2px solid #a62f03!important;
    background-color: transparent!important;
    font-weight: 500;
    color: #a62f03!important;
    margin: 0.5rem;
}

.gallery-pill:hover {
    background-color: rgba(166, 46, 3, 0.255)!important;
}

.gallery-pill.active {
    background-color: #a62f03!important;
    color: white!important;
}

.gallery-pill:after {
    border:none!important;
}