body {
    font-family: 'Poppins', sans-serif !important;
    font-weight: 400 !important;
}

#app {
    min-height:100vh; 
    display:flex; 
    flex-direction:column; 
    justify-content:space-between;
}

.logo-style {
    width: 30px;
    height: 30px;
    /* padding-bottom: 4px; */
}

.logo-text {
    color: #2b3536;
    text-transform: uppercase;
    letter-spacing: 0.8px;
    font-weight: 500;
}

.nav-link {

    text-transform: uppercase;
    letter-spacing: 0.8px;
    font-weight: 500;

}

.nav-link:hover {
    color: #2b3536;
}

.offers {
    background-color: #2b3536;
    opacity: 1;
    padding-left: 7px;
    padding-right: 7px;
    padding-top: 1px;
    padding-bottom: 3px;
    border-radius: 4px;
    transition: background-color 1s;
}

.offers a {
    color: white;
    font-weight: 400;
    letter-spacing: 1px;
    opacity: 1;
    transition: color 1s;
}

.offers:hover {
    background-color: #fff;
}

.offers a:hover {
    color: #2b3536;
}

.preimg {
    position: absolute;
    height: 600px;
    background-repeat: no-repeat;
    background-position: right bottom;
    background-size: contain;
    right: 0;
}

.slider_first {

    background: linear-gradient(0deg, rgba(230,230,230,1) 0%, rgba(254,254,254,1) 33%, rgba(255,255,255,1) 100%);
    height: 600px;
}

.header_text {

    font-size: 36px;
    letter-spacing: 0.7px;
    text-transform: uppercase;
    font-weight: 500;

}

.smaller_text {
    color: #999;
    letter-spacing: 0.6px;
}

.inner {
    padding-top: 60px;
    max-width: 510px;
}

.btn-offers {
    background-color: #2b3536;
    color: white;
    padding: 20px;
    padding-right: 5px;
    padding-left: 5px;
    letter-spacing: 1px;
    margin-right: 20px;
    border-radius: 20px;
    width: calc(50% - 10px);
    text-transform: uppercase;
}

.btn-contact {
    background-color: #477175;
    color: white;
    padding: 20px;
    padding-right: 5px;
    padding-left: 5px;
    letter-spacing: 1px;
    border-radius: 20px;
    width: calc(50% - 10px);
    text-transform: uppercase;
}

.second-section {
    padding-top: 80px;
}

.title_second {
    font-size: 48px;
    letter-spacing: 1px;
}

.smaller_text_second {
    color: #477175;
    font-size: 16px;
    font-weight: 500;
    letter-spacing: 1px;
}

.second_description {
    max-width: 700px;
    text-align: justify;
}

.forum-background {
    position: relative;
    margin: 0;
    padding: 0;
    margin-top: 100px;
    background-color: #477175;
    min-height: 450px;
    padding-bottom: 20px;
}

.bg-image {
    width: 100%;
    min-height: 450px;
    position: absolute;
    background-image: url('/style/rand2.jpg');
    background-size: cover;
    opacity: 0.1;
   
}

.spacing_forum_top {
    padding-top: 40px;
}

.forum_header {

    font-size: 36px;
    letter-spacing: 1px;
    color: white;
    text-transform: uppercase;

}

.forum_header_all_texts {
    color: white;
    letter-spacing: 1px;
    font-weight: 300;
    z-index: 24;
    text-decoration: none;
}

.forum_header_all_texts:hover {
    cursor: pointer;
    text-decoration: underline;
    z-index: 24;
}

.forum_items {

    position: relative;
    color: rgba(224, 224, 224, 0.9);
    letter-spacing: 1px;
    text-align: justify;
    z-index: 24;

}

.forum_read_more {
    color: rgba(255, 255, 255, 1);
    text-decoration: none;
    z-index: 254;
}

.forum_read_more:hover {
    text-decoration: underline;
    z-index: 254;
}

.gallery {
    padding-top: 80px;
    padding-bottom: 80px;
}

.gallery_header_text {

    font-size: 36px;
    letter-spacing: 1px;
    font-weight: 500;
    text-transform: uppercase;
    
}

.gallery_underline_text {
    color: #999;
    letter-spacing: 1px;
    text-transform: uppercase;
}

.gallery_slider {
    padding-top: 4px;
    margin-top: 10px;
}

.image_box {
    height: 280px;
    width: 240px;
    /* margin-left: 12px; */
    border-radius: 4px;
    display: flex;
    justify-content: space-between;
}

.image_box img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    box-shadow: 1px 5px 9px -2px rgba(85, 85, 85, 0.75);
    transition: opacity 0.4s;
    border-radius: 4px;
}

.image_box img:hover {
    opacity: 0.8;
    cursor: pointer;
    box-shadow: 1px 5px 9px -2px rgba(85, 85, 85, 1);
}

.gallery_more {
    padding-top: 20px;
    float:right;
    color: #999;
    letter-spacing: 1px;
}

.gallery_more:hover {
    text-decoration: underline;
    color: #477175;
    cursor: pointer;
}

.contacts {
    background-image: url('/style/Sprinkle.svg');
    background-repeat: no-repeat;
    background-size:cover;
    min-height: 300px;
    /* background: linear-gradient(355deg, rgba(179,179,179,1) 0%, rgba(110,139,143,1) 23%, rgba(71,113,117,1) 54%, rgba(71,113,117,1) 100%); */
    text-align: justify;
}

.footer_text_title {
    color: rgba(255, 255, 255);
    font-weight: 400;
    letter-spacing: 1px;
}

.footer_text_information {
    color: rgba(255, 255, 255, 0.8);
    font-weight: 300;
    letter-spacing: 1px;
    text-decoration: none;
}

.footer_text_information:hover {
    text-decoration: underline;
}

.btn-login {
    color: white;
    background-color: #2b3536;
}

.navbar-toggler {
    border: 0;
}

.navbar-toggler:focus,
.navbar-toggler:active,
.navbar-toggler-icon:focus {
    outline: none;
    box-shadow: none;
    border: 0;
}

.navbar-toggler.collapsed .toggler-icon {
    background-color: #2b3536;
}

/* The Overlay (background) */
.overlay {
    /* Height & width depends on how you want to reveal the overlay (see JS below) */   
    height: 100%;
    width: 0;
    position: fixed; /* Stay in place */
    z-index: 1; /* Sit on top */
    left: 0;
    top: 0;
    background-color: rgb(0,0,0); /* Black fallback color */
    background-color: rgba(0,0,0, 0.9); /* Black w/opacity */
    overflow-x: hidden; /* Disable horizontal scroll */
    transition: 0.5s; /* 0.5 second transition effect to slide in or slide down the overlay (height or width, depending on reveal) */
}

/* Position the content inside the overlay */
.overlay-content {
    position: relative;
    top: 25%; /* 25% from the top */
    width: 100%; /* 100% width */
    text-align: center; /* Centered text/links */
    margin-top: 30px; /* 30px top margin to avoid conflict with the close button on smaller screens */
}

/* The navigation links inside the overlay */
.overlay a {
    padding: 8px;
    text-decoration: none;
    font-size: 36px;
    color: #818181;
    display: block; /* Display block instead of inline */
    transition: 0.3s; /* Transition effects on hover (color) */
}

/* When you mouse over the navigation links, change their color */
.overlay a:hover, .overlay a:focus {
    color: #f1f1f1;
}

/* Position the close button (top right corner) */
.closebtn {
    position: absolute;
    top: 20px;
    right: 45px;
    font-size: 60px !important; /* Override the font-size specified earlier (36px) for all navigation links */
}

/* When the height of the screen is less than 450 pixels, change the font-size of the links and position the close button again, so they don't overlap */
@media screen and (max-height: 450px) {
    .overlay a {font-size: 20px}
    .closebtn {
        font-size: 40px !important;
        top: 15px;
        right: 35px;
    }
}

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

    .nav-link {
        font-size: 12px;
    }

    .offers {
        background-color: white;
        padding-left: 0px;
        padding-right: 0px;
        padding-top: 0px;
        padding-bottom: 0px;
    }
    
    .offers a {
        color: #000;
    }

    .slider_first {
        height: 800px;
    }

    .preimg {
        height: 400px;
        background-position: right bottom;
        background-size: contain;
        right: 0;
        top: 497px;
    }

    .inner {
        padding-top: 10px;
    }

}

@media only screen and (min-width: 991px){
    
    .navbar-separation {
        margin-left: 20px;
    }

}