@font-face {
    font-family: padauk;
    src: url(font/Padauk/Padauk-Regular.ttf);
}

body {
    overflow-x: hidden;
}

.bg-white {
    background-color: white;
}

.bg-green {
    background-color: rgb(31, 201, 91);
    color: white;
}

.color-green {
    color: #1FC95B;
}

.sticky-nav-link {
    line-height: .15rem;
    color: rgba(255, 255, 255, 0.62);
    text-decoration: none;
    padding-left: 25px;
    text-transform: uppercase;
    font-weight: bold;
}

.sticky-nav-link:visited {
    color: rgba(255, 255, 255, 0.62);
    text-decoration: none;
}

.sticky-nav-link:link {
    color: rgba(255, 255, 255, 0.62);
    text-decoration: none;
}

.sticky-nav-link:hover {
    color: rgba(77, 77, 77, 0.62);
    text-decoration: none;
}

.sticky-nav-link:active {
    color: rgba(255, 255, 255, 0.62);
    text-decoration: none;
}

.big-title {
    font: normal normal normal 72px/1.25em montserrat, sans-serif;
    font-weight: bold;
    font-size: 5rem;
    text-align: center;
}

.small-title {
    font: normal normal normal 72px/1.25em montserrat, sans-serif;
    font-weight: bold;
    font-size: 2rem;
    text-align: center;
    margin-bottom: 2rem;
}

.smaller-title {
    font: normal normal normal 72px/1.25em montserrat, sans-serif;
    font-weight: bold;
    font-size: 2rem;
    text-align: center;
    margin-bottom: 2rem;
}

.second-title {
    text-align: center;
    font-weight: bold;
    font-size: 1.25rem;
    margin-bottom: 2rem;
}

.text {
    font: normal normal normal 15px/1.875em avenir-lt-w01_35-light1475496, avenir-lt-w05_35-light, sans-serif;
    text-align: center;
}

.btn-contact {
    border-radius: inherit;
    text-align: center;
    color: white;
    border-color: white;
}

.btn-contact:hover {
    background-color: white;
    border-color: white;
    color: rgb(58, 58, 58);
}

.parallax {
    margin-top: 3rem;
    margin-bottom: 5rem;
    height: 33rem;
    /* The image used */
    background-image: url("../media/workers.jpg");

    /* Create the parallax scrolling effect */
    background-attachment: fixed;
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
}

.opening-hours-text {
    font: normal normal normal 15px/1.875em avenir-lt-w01_35-light1475496, avenir-lt-w05_35-light, sans-serif;
    text-align: center;
}

.opening-hours-text p {
    margin-bottom: inherit;
}

.contact {
    padding-right: 7rem;
    padding-left: 7rem;
    padding-top: 5rem;
    padding-bottom: 5rem;
}

.img-fit {
    width: 100%;
    height: 100%;
}

.text-contact {
    font: normal normal normal 15px/1.875em avenir-lt-w01_35-light1475496, avenir-lt-w05_35-light, sans-serif;
    text-align: center;
    margin-top: .5rem;
    margin-bottom: inherit;
}

.text-titre {
    font: normal normal bold 40px/1.35em montserrat, sans-serif;
    font-size: 3rem;
    line-height: 1.35em;
}

.bg-lightgray {
    background-color: rgb(230, 230, 230);
}

.bg-darkgray {
    background-color: rgb(58, 58, 58);
    color: white;
}

.bg-darkgray-blurry {
    background-color: rgba(58, 58, 58, 0.45);
}

.text-contact a {
    color: white;
}

.text-contact a:hover {
    color: rgb(150, 150, 150);
}

.text-contact-dark {
    font: normal normal normal 15px/1.875em avenir-lt-w01_35-light1475496, avenir-lt-w05_35-light, sans-serif;
    text-align: center;
    margin-top: .5rem;
    margin-bottom: inherit;
}

.text-contact-dark a {
    color: #000000;
}

.text-contact-dark a:hover {
    color: rgb(0, 0, 0);
}


/* Dropdown Button */
.dropbtn {
    padding: 16px;
    font-size: 16px;
    border: none;
}

/* The container <div> - needed to position the dropdown content */
.custom_dropdown {
    position: relative;
    display: inline-block;
    margin-top: -0.5rem;
}

/* Dropdown Content (Hidden by Default) */
.dropdown-content {
    background: #cbcbcb;
    display: none;
    position: absolute;
    min-width: 160px;
    z-index: 1;
    text-align: left;
}

/* Links inside the dropdown */
.dropdown-content a {
    padding: 12px 16px;
    text-decoration: none;
    white-space: nowrap;
}

/* Show the dropdown menu on hover */
.custom_dropdown:hover .dropdown-content {
    display: block;
}

/*body{
    background-image: ;
}*/

.logo {
    width: 15rem;
}

.side-image {
    max-height: 621px;
    width: 100%;
}

.growing {
    animation: createBox 1.5s ease-in;
}

@keyframes createBox {
    from {
        transform: scale(0);
    }
    to {
        transform: scale(1);
    }
}

.spinning {
    animation: spin 1.5s;
}

@keyframes spin {
    0% {
        transform: rotateY(0deg);
    }
    100% {
        transform: rotateY(720deg);
    }
}

.main-bg {
    height: 50vmax;
    background-image: url("../media/workers.jpg");

    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
}

.nav-item {
    padding: 15px;
}

.icon {
    margin-right: 5px;
    fill: rgba(255, 255, 255, 0.62);
    width: 15px;
    height: 15px;
}

.first-nav-item {
    color: rgba(255, 255, 255, 0.62);
    font-size: 13px;
}

.first-nav-item:link {
    text-decoration: none;
    color: rgba(255, 255, 255, 0.62);
}


.first-nav-item:visited {
    text-decoration: none;
    color: rgba(255, 255, 255, 0.62);
}


.first-nav-item:hover {
    text-decoration: none;
    color: rgba(183, 183, 183, 0.62);
}


.first-nav-item:active {
    text-decoration: none;
    color: rgba(255, 255, 255, 0.62);
}

.first-nav {
    border-bottom: 1px solid rgba(255, 255, 255, 0.28);
    padding-left: 45px;
}

.sticky {
    position: fixed;
    top: 0;
    width: 100%;
    background: rgba(93, 93, 93, 0.76);
}

#sticky-nav {
    overflow: hidden;
    padding-left: 35px;
    z-index: 100;
}

.main-logo {
    text-align: center;
    margin-top: 10%;
}

.main-logo img {
    width: 20%;
}

.mySlides {display: none;}

.slideshow-fade {
    animation-name: fade;
    animation-duration: 2.5s;
}

@keyframes fade {
    from {opacity: .7}
    to {opacity: 1}
}

/* Slideshow container */
.slideshow-container {
    max-width: 1000px;
    position: relative;
    margin: auto;
}

img {vertical-align: middle;}

.slide-height{
    height: 400px;
}

.card-title{
    min-height: 58px;
}

@media (max-width:1023px)  {
    .col-7{
        width: 100%;
        max-width: inherit;
        flex: inherit;
        padding: 25px;
    }

    .mobile-d-flex{
        flex: none!important;
    }

    .slide-height{
        height: inherit;
    }

    .img-fit{
        height: inherit;
    }
}