html {
    scroll-behavior: smooth;
}

.parallax-bg {
    height: 500px;
    background-attachment: fixed;
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
    display:flex;
    align-items:center;
    position: relative;
    z-index: 0;
}

.logo {
    height: 300px;
    padding-bottom: 2rem;
}

.upload-btn {
    position: absolute;
    bottom: 0px;
    z-index: 1;
}

.parallax-content {
    background-color: rgba(255,255,255,0.7);
    height: 450px;
    display: flex;
    align-items: center;
    border-radius: 10px;
    justify-content: center;
    flex-direction: column;
    text-align: center;
}

.navbar-dark {
    color: black;
}

.img {
    width: 100%;
}

.navbar {
    font-family: 'Josefin Sans', sans-serif;
}

h1 {
    padding-top: 0.5rem;
    margin-bottom: 0;
    font-family: 'Josefin Sans', sans-serif;
    text-align: center;
}

span.header {
    color: #054005;
}
.note {
    width: 100%;
}

.carousel-inner > .carousel-item > .text-center > img {
    width: 100%;
}

body {
    font-family: linotype-sabon, sans-serif;
    font-style: normal;
    font-weight: 400;
    text-align: justify;
}

.list-responsive ul {
    columns: 2;
    -webkit-columns: 2;
    -moz-columns: 2;
}

#contact {
    padding-bottom: 1rem;
}

.type-divider .col-auto {
    padding-top: 1.25rem;
    padding-right: 0;
    padding-left: 0;
}

.type-divider .col {
    padding-top: 1rem;
}

.divider {
    border-left: 1px solid black;
}

.first-address + .second-address {
    border-left: 1px solid black;
}

.about-photo + .about-photo {
    padding-top: 1rem;
}

hr {
    border-top: 1px solid black;
}

.title {
    margin-top: 2rem;
    /*background: repeating-linear-gradient(*/
            /*-55deg,*/
            /*#222,*/
            /*#222 10px,*/
            /*#333 10px,*/
            /*#333 20px*/
    /*);*/
    color: #ffffff;
    background-color: #026701;
    margin-bottom: 1rem;
    padding-left: 10px;
}

.navrow {
    width: 100%;
}

.logo {
    display: flex;
    align-items: center;
}

.contact {
    text-align: right;
}

.navigation {
    align-self: flex-end;
}

.nav-container{
    flex-direction: column;
}

.map{
    height: 100%;
}

#topBtn {
    display: none; /* Hidden by default */
    position: fixed; /* Fixed/sticky position */
    bottom: 20px; /* Place the button at the bottom of the page */
    right: 30px; /* Place the button 30px from the right */
    z-index: 99; /* Make sure it does not overlap */
    border: none; /* Remove borders */
    outline: none; /* Remove outline */
    background-color: #333; /* Set a background color */
    color: white; /* Text color */
    cursor: pointer; /* Add a mouse pointer on hover */
    padding: 15px; /* Some padding */
    border-radius: 10px; /* Rounded corners */
    font-size: 18px; /* Increase font size */
}

.save-btn{
    margin-bottom: 3rem;
    margin-top: 1rem;
}

.img-preview {
    padding-top: 1rem;
    padding-bottom: 1rem;
}

#myBtn:hover {
    background-color: #222; /* Add a dark-grey background on hover */
}

#location .col-lg-4{
    padding-top: 0.25rem;
    padding-bottom: 0.25rem;
}

#about .col-lg-6{
    padding-top: 0.5rem;
}

.photo {
    position: relative;
}

.image {
    opacity: 1;
    display: block;
    width: 100%;
    height: auto;
    transition: .5s ease;
    backface-visibility: hidden;
}

.middle {
    transition: .5s ease;
    opacity: 0;
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%);
    text-align: center;
}
.photo:hover .image {
    opacity: 0.3;
    -webkit-filter: brightness(70%);
}

.photo:hover .middle {
    opacity: 1;
}

label{
    padding-top: 1rem;
}

.editor-row{
    margin-left: 0;
    margin-right: 0;
}

.alert{
    margin-top: 2rem;
}

.carousel-control-prev-icon, .carousel-control-next-icon {
    height: 50px;
    width: 50px;
}

.carousel-indicators li{
    height: 10px;
}

/*.modal.fade.in {*/
    /*opacity: 1;*/
/*}*/
/*.modal.fade .modal-dialog {*/
    /*transform: translate(0, 0) !important;*/
/*}*/

/*.modal-backdrop.fade {*/
    /*opacity: 0.5 !important;*/
/*}*/

.brief {
    font-family: 'Josefin Sans', sans-serif !important;
}

/*Medium*/
@media (max-width: 992px) {
    .col-12 {
        padding: 0.25rem;
    }

    .divider {
        border-left: 0;
    }

    .first-address {
        padding-bottom: 0.5rem;
    }

    .second-address {
        padding-top: 0.5rem;
    }

    .second-address {
        border-top: 1px solid black;
    }

    .first-address + .second-address {
        border-left: 0 !important;
    }

    ul {
        columns: 1;
        -webkit-columns: 1 !important;
        -moz-columns: 1;
    }

    .container {
        padding-left: 30px;
        padding-right: 30px;
    }

    .navigation {
        align-self: flex-start;
    }

    .logo {
        justify-content: center;
    }
}

/*Small*/
@media (max-width: 768px) {
    .parallax-bg {
        background-size: contain;
        height: 150px;
        background-attachment: scroll;
    }

    .parallax-content {
        height: 135px;
        margin-right: 10px;
        margin-left: 10px;
    }

    .logo {
        height: 70px;
        padding-bottom: 0.5rem;
    }

    p {
        margin-bottom: 0;
    }
}