

section.gallery{
    margin-top: 10px; 
    margin-bottom: 3px;
    display: grid;
    grid-gap:5px;
} 

.popup {
    display:none;
}







@media screen and (min-width: 980px) {
.menudesktop ,.asidedesktop {
        display: flex; 
}  
    
.size {
        height: 2em;   
}

section.gallery{
    margin: 0px; 
    padding: 0em;
    display: grid;
    grid-gap: 10px;
    grid-template-columns: repeat(auto-fit, minmax(250px, 1fr));
    grid-auto-rows: 200px;
    padding-top: .5em;
    padding-bottom: .5em;

}
    
article.card{
    overflow: hidden;
    position: relative;
}
    
article.card .card-image {
    width: 100%;
    height: 100%;
    object-fit: cover ;
    object-position: center;  
}
    
article.card .card-image:hover {
    cursor: pointer; 
  
}
    
section.popup{ 
    width: 100%;
    height: 100vh;
    background-color: black;
    position: fixed;
    top:0;
    left: 0;
    display: none;
    z-index: 9999;
}
 
section.popup img{ 
    border: 2px solid c;
    width: 70%;
    z-index: 0;
}

section.popup.open{
    display: flex;
    justify-content: center;
    align-items: center;
}
     
#close{
    padding: 10px 23px;
    text-align: center;
    align-self: center;
    background-color: rgba(255, 255, 255, 0);
    position: absolute;
    top:10px;
    right: 10px;
    color: rgb(255, 255, 255); 
}

.bannertwo {
    background-color: rgb(0, 0, 0);  
}

/* email */
.maildesk{
    text-decoration: none;
    font-size: 1em;
   /*  display: inline-block; */
    font-weight: 100;
    color: rgb(112, 109, 109);
}

.iconscontainer {
   /*  display: inline-block; */
    padding-top: 0;
    padding-right: 0;
    padding-left:63em;
}

.iconscontainer a {
    
    color: rgb(112, 109, 109);
    text-decoration: none;
    font-size: 15px;
    padding: .5em;  
}

 .space{
    color: rgb(209, 21, 21);
 }

}
    