/* Custom Stylesheet for DEBS. */

/* General style classes */
p, li {
    text-align: justify;
}

.nested-list {
    list-style: disc;
    padding-left: 40px;
}

.nested-list2 {
    list-style: circle;
    padding-left: 40px;
}

.text-center p {
    text-align: center;
}

#logo {
    padding-top: 8px;
    width: 200px;
}

.navbar-brand {
    padding-right: 0;
}

@media (max-width: 767px) {
    #logo {
        padding-top: 15px;
    }
}

@media (min-width: 768px) and (max-width: 991px) {
    .navbar-nav {
        margin-top: -10px;
        width: 490px;
    }
}

@media (min-width: 992px) and (max-width: 1199px) {
    .navbar-nav {
        margin-top: -10px;
        width: 700px;
    }
}

#feature {
    background: linear-gradient(
        rgba(0, 0, 0, 0.5), 
        rgba(0, 0, 0, 0.5)
      ), url('/img/lisbon/lisbon.jpg');
    /* background-attachment: fixed; */
    background-position: 50%; 
    background-size: 100%;
    padding-bottom: 0;
    padding-top: 0;
}

#feature-text {
    backdrop-filter: blur(4px);
    box-shadow: 12px 0 15px -4px rgb(0 0 0 / 50%), -12px 0 8px -4px rgb(0 0 0 / 50%);
    -webkit-backdrop-filter: blur(4px);
    padding-bottom: 100px;
    padding-top: 100px;
}

#feature h2, #feature p {
    color: lightgrey;
}


/* Style for the sponsors' logo */
#clients-logo-section {
    margin-top: 50px;
}

#clients-logo-section .row div {
    margin-bottom: 50px;
    text-align: center;
}

#clients-logo-section img {
    height: 70px;
    max-width: 100%;
}

.block img{
    max-width: 100%;
}


/* Quick access */
.quick-access {
    background-color: #0000aa;
    font-weight: bold;
    text-align: center;
    font-size: 24px;
}

.quick-access a {
    color: white;
}


/* Template override */
header .navbar-default .navbar-nav li a {
    font-size: 13px;
}

#slider {
    background-image: url('/img/lisbon/lisbon.jpg');
    padding-bottom: 100px;
    padding-top: 100px;
}

@media (max-width: 991px) {
    #slider {
        background-attachment: initial;
        padding-bottom: 20px;
        padding-top: 20px;
    }

    #slider .block p, #slider .block p1, #slider .block p2 {
        font-size: 20px;
    }

    #slider .block p {
        letter-spacing: 2px;
    }
}

#global-header {
    background-image: url('/img/lisbon/lisbon.jpg');
    /* background-position: 50% -550px; */
    /* background-size: auto; */
}

#global-header .block h1 {
    font-size: 30px;
}

@media (max-width: 991px) {
    #global-header {
        background-attachment: initial;
        background-size: cover;
        padding-bottom: 100px;
        padding-top: 100px;
        background-position: 0 50%;
    }

    #global-header .block h1 {
        font-size: 20px;
    }
}

footer {
    padding: 0;
    padding-bottom: 10px;
}

footer p {
    color: #333;
}

/* Owl carousel override */
.owl-centered .owl-wrapper {
    display: table !important;
}
.owl-centered .owl-wrapper .owl-item {
    display: table-cell;
    float: none;
    vertical-align: middle;
}
.owl-centered .owl-wrapper .owl-item div {
    text-align: center;
}
