body {
    font-family: 'Montserrat', sans-serif;
}

/* Main Section */

.container-fluid {
    padding: 0 0;
}
.dark-colored-section {
    background-color: #d1cfcf;
    padding: 3% 10% 1%;
    border-bottom: 1px solid #6b7aa1b2;
}
.light-colored-section {
    background-color: rgba(0, 0, 0, 0.089);
    padding: 0 10% 0;
}
.navbar-brand {
    font-family: 'Ubuntu', sans-serif;
    font-size: 2.5rem;
    font-weight: bold;
    color: #11324D !important;
    padding-left: 0;
    padding-bottom: 3px;
            border-bottom-style: solid;
            border-bottom-width: 4px;
            width: fit-content;
            border-color: #11324D;
}
.btn-group {
    margin-bottom: 5%;
    
    overflow: visible;
}
.nav-item, .nav-link {
    font-size: 1rem;
    font-weight: bold;
    padding: 0 10px;
    color: #11324D !important;
}
.dropdown-menu {
    background-color: #e7e7e7;
}
.dropdown-item {     
    background-color:#e7e7e7 !important;
    text-decoration: underline;
}
.slider-title {
    display: inline-block;
    margin-left: 12%;
    font-weight: lighter;
    color: #11324D;
}


/* Slider-Section */

#slide-section {
    background-image: linear-gradient(rgba(0, 0, 0, 0.6), rgba(0, 0, 0, 0.6)), url("../images/mountain-2.jpg");
    background-size: cover;
    background-position: center center;
    background-repeat: no-repeat;
    padding-top: 20px;
}
.slide-container {
    margin: 0;
    list-style: none;
}
.main {
    display: block;
    width: 60%;
    height: 80vh;
    margin: auto;
    margin-top: 15px;
    background-color: white;
    box-shadow: 1px 1px 10px 5px;
}
.main-window {
    height: 100%;
    padding: 10px;
}
.main img {
width: 100%;
object-fit: cover;
}
.thumbs {
    position: relative;
    list-style: none;
    display: flex;
    align-items: center;
    justify-content: center;
    padding: 15px 20% 15px 19.3%;
}
.thumbs li:hover img {
    opacity: 0.4;
    transition: 0.3s ease;
    width: 100%;
}
ul, .thumbs li {
    margin: 0 5px;
}
.text {
    position: absolute;
    top: 0;
    left: 5px;
    right: 5px;
    bottom: 0;
    font-size: 20px;
    padding: 45px 0px;
    text-align: center;
    justify-content: center;
    opacity: 0;
    transition: 0.3s ease;
    
}
.text:hover {
    position: absolute;
    font-size: 20px;
    font-weight: 500;
    color: #fff;
    background-color: rgba(255, 100, 11, 0.151);
    padding: 45px 0px;
    text-align: center;
    justify-content: center;
    opacity: 1;
    transition: 0.3s ease;
    
}
.portret {
    height: 20vh;
    width: 10vw;
    object-fit: cover;
    padding: 5px;
    background-color: white;
}
.owl-nav-prev {
    position: absolute;
    top: 27%;
    left: 17.5%;
    width: 18px;
    height: 60px;
    padding: 18px  0 0 1px;
    border: rgb(99, 99, 99) 1px solid;
    background-color: rgb(197, 197, 197);
}
.owl-nav-prev:hover {
    background: rgb(143, 143, 143);
}
.owl-nav-next {
    position: absolute;
    top: 27%;
    right: 18.2%;
    width: 18px;
    height: 60px;
    padding: 18px 2px 0 0;
    border: rgb(99, 99, 99) 1px solid;
    background-color: rgb(197, 197, 197);
}
.owl-nav-next:hover {
    background: rgb(143, 143, 143);
}
