html, body
{

    /* background-color: #FF0000; */

}

header {

    background-color: white;
    background-image:  url(logos/EU_flag_LLP_DE_web.jpg), url(logos/BK-SiSt-Logo.jpg),url(logos/Bornova_Anadolu_Lisesi_Logo.png);
    background-repeat: no-repeat,no-repeat,no-repeat;
    
    background-size: 150px, 300px,180px;
    background-position: bottom center,2% center ,98% center ;


    height: 200px;
}


#images {
    width: 900px;
    height: 800px;
    overflow: auto;
    position: relative;
    margin: 20px auto;
    }
    
#images img {
    width: 826px;
    height: 1169px;
    position: absolute;
    top: 0;
    left: -826px;
    }
    
#images a:first-child img {
    left: 0;
    opacity:1;
    }


   
#slider {
    text-align: center;
   	
}
    
#slider a {

    text-decoration: none;
    background: #E3F1FA;
    border: 1px solid #C6E4F2;
    padding: 4px 6px;
    color: #222;
font-family: monospace;
border-radius:5px;
    }
    
#slider a:hover {
    background: #C6E4F2;
    }
    
#images img {
    z-index: 1;
    opacity: 0;
    transition: all linear 1s;
    -o-transition: all linear 1s;
    -moz-transition: all linear 1s;
    -webkit-transition: all linear 1s;
    }
    
#images img:target {
    left: 0;
    z-index: 9;
    opacity: 1;
    }  
    

    
#h-interviews {
    text-align: center;
    color:blue;
    font-family: Comic;
   font-size: xx-large;
}    

#p-interviews {
    text-align: center;
}  