/* 
    file        : topoMatilde
    project     : $(project.name)
    Created on  : 15-feb-2020, 23.08.57
    Author      : Ale
*/


body {
    position: absolute;
    width: 100%;
    height: 100%;
    display: flex;
    align-items: center;
    justify-content: center;
    margin: 0px;
    padding: 0px;
    background-color: dfb784;
}


#container {
    background-image: url("K.news-cover sito.jpg"); /* 1982x2643*/
    background-repeat: no-repeat;
    background-size: cover;
    border: solid 1px #ccc;
    position: relative;
}

#container.fullScreen {
    width: 100% !important;
    /*background-repeat: repeat-x;*/
    background-size: contain;
    background-position: center;
    background-color: #fcdf9d;
}

#container.fullScreen #fullScreen {
    background-color: rgb(241, 36, 56);
}


#container > * {
    position: absolute;
}

header, footer {
    width: 100%;
}

header {
    top: 0px;
    height: 28%;
    cursor: pointer;
}

footer {
    bottom: 0px;
    height: 23%;
    cursor: pointer;
}

aside {
    position: absolute;
    top: 28%;
    bottom: 23%;
    left: 2%;
    right: 2%;
    box-sizing: border-box;
    padding: 5px;
    overflow: auto;
    background-color: rgba(88, 24, 24, 0.8);
    border-radius: 10px;
    color: white;
}



a {
    color: white;
    text-decoration: none;
}

a:hover {
    text-decoration: underline white solid;
    color: yellow;
}

#zoomIn, #zoomOut, #fullScreen {
    position: static;
    display: inline-block;
    width: 2em;
    height: 2em;
    margin: 0.5em;
    text-align: center;
    border-radius: 50%;
    border: dashed 1px gray;
    background-color: rgba(88, 24, 24, 0.8);
}


#pulsanti {
    position: absolute;
    top: 0px;
    left: 0px;
    height: 99px;
    width: 100%;
}

#zoomIn {bottom: 0px; right: 7em; cursor: zoom-in;}
#zoomOut {bottom: 0px; right: 4em;  cursor: zoom-out;}
#fullScreen {bottom: 0px; right: 1em;  cursor: col-resize;}

