/**
 * Dark and Quiet Skies for Science and Society II Implementing the recommendations
 * La Palma, Canary Islands, Spain 3-7 October 2021
 *
 * Homepage styles 
 *
 * Depends on: Boostrap v3
 *
 * Headings color: #7AAFD5
 * Links: #684A49
 *
 */

#wrapper {
    background: none;
}

#top-banner {
    display: none;
}

#homepage-background {
    height: 450px;
    width: 100%;
    background-image: url(images/banner_gtc_3.jpg);
    background-color: transparent;
    background-position: left -50px;
    background-repeat: no-repeat;
    background-size: 100%;
}

#banner {
    text-align: right;
    position: absolute;
    right: 5%;
    display: block;
    background-image: none;
    padding-top: 1%;
    padding-left: 10px;
    clear: both;
    color: #fff;
    width: 90%;
    margin: 0 auto;
}

.col1 .carousel-caption {
    font-size: 18px;
    bottom: 140px ;
    left: 19%;
    text-align: center;
    padding: 5px;
}

.col1 .carousel-caption a.dark {
    color: #333;
}

.col1 .item {
    height: 230px;
}

.quote {
    font-size: 20px;
    line-height: 2em;
    color: #999;
    font-style: italic;
    text-align: center;
    padding-top: 0px;
    clear: both;
}

.col1 img {
    margin: 0 auto;
    box-shadow: 0px 12px 5px #ccc; 
    -moz-box-shadow: 0px 12px 5px #ccc; 
    -webkit-box-shadow: 0px 12px 5px #ccc; 
    -khtml-box-shadow: 0px 12px 5px #ccc;
}

.col1 .carousel-caption a, .col1 .carousel-caption a:visited {
    color: #fff;
    border: none;
}

.col1 .carousel-caption a:hover, .col1 .carousel-caption a:active {
    color: #D1ABA2;
    text-decoration: none;
} 

@media (max-width: 780px) {
   
    .col1  {
        width: 45%;  
    }
}
