/**
 * LSST in Europe 6 Meeting
 * La Palma, Canary Islands, October 2024
 *
 * Homepage styles 
 *
 * Depends on: Boostrap v3
 *
 */

#wrapper {
    background: none;
}

#top-banner {
    display: none;
}

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

#banner {
    font-family: Kurale, Helvetica, Arial !important;
    text-align: left;
    position: absolute;
    left: 4%;
    padding-top: 4%;
    padding-left: 10px;
    display: block;
    background-image: none;
    clear: both;
    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: #FEEA49;
    text-decoration: none;
} 

.homepage-circles {
    clear:both;
    margin-bottom:-100px; 
    margin-left:-100px; 
    margin-right:-100px; 
    margin-top:-100px;
    text-align:center
}


@media (max-width: 768px) {

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

    .homepage-circles {
        clear:both;
        margin: 0 auto;
        text-align: center;
	    width: 100%;
    }

    .content  {
        padding: 5px;
        margin: 5px auto;
    }

    .col1  {
        width: 49%;  
    }

    #navbar-main {
	    width: 100%;
    }

    .navbar {
        margin-bottom: 4px;
    }
}
