/* ----- Global Styles ----- */

body {
    font-family: Tahoma, Arial, Helvetica, Sans-Serif;
    width: 800px;
    margin: 30px auto;
    }
    
a {
    text-decoration: none;
    color: #000;
    }
    
a:hover {
    color: #E10B17;
}

h1 {
    color: #E10B17;
    font-size: 25pt;
    }
    
/* ----- End Global ----- */

/* ----- Container ----- */

#container {
    height: 600px;
    width: 800px;
    text-align: center;
    }
    
    #c209 {
    margin-left: 18px
    }
    
#header {
    display: block;
    text-align: center;
    height: 172px;
    }
    
/* ----- End Container -----*/
    
#bull {
    color: #E10B17;
    }
    
#guiseppe {
       font-size: 8pt;
       margin-top: -30px;
       margin-left: 540px;
       padding-bottom: 15px;
       }

#gate {
    width: 762px;    
    height: 354px;
    border: 1px solid white;   
    margin: 20px auto;        
}
.section {
    float: left;
    width: 380px;
    height: 274px;
    border-bottom: 1px solid white;         
}
.left {
    border-right: 1px solid white;  
}

.right {
    border-left: 1px solid white;
}

.clear {
    clear: both;        
}

.section-message{
    width: 379px;   
    float: left;  
    padding: 20px 0 20px 0;  
background-color: #ddd;	
}

.section-message.left {
	border-right: 2px solid white;
}

.section-message.right {
	border-left: 2px solid white;
}

.line {
    text-align: center;        
}

.section a img {
    width: 93px;
    height: 135px;
    padding: 0;
    margin: 0;
    float: left;
    border: 1px solid white;
}

.loverlay, .roverlay {
    width: 379px;
    height:354px;
    background-color: black;
    position: absolute;
    z-index: 10;
    display: none;
}

.roverlay {
     margin-left: 383px;   
}

.loverlay img, .roverlay img {
    display: none;
    position: absolute;
top: 0;
left: 0;
    z-index: 20;
    width: 379px;
    height:354px;
}

    body {
        font-size: 1em;
        width: 100vw;
    }

    #header {
        margin-bottom: 10px;
        height: auto !important;
    }

    #header svg {
        width: 100%;
        height: auto;
    }

    #container {
        width: 100%;
        max-width: 800px;
        height: auto !important; 
        margin: 0 auto;
    }

    .row {
        display: flex;
        margin: 0 auto;
        width: 100%;
        flex-direction: row;
        flex-wrap: nowrap;
        justify-content: space-between;
        align-items: center;
    }
    .col {
        width: 49.5%;
        position: relative;
    }

    .section {
        float: none;
        display: flex;
        flex-direction: row;
        flex-wrap: wrap;
        width: 100%;
        justify-content: space-between;
        align-items: stretch;
        align-content: flex-start;
        height: auto !important;
    }

    .roverlay {
        margin-left: 1px !important;
    }

    .loverlay, .roverlay {
        width: 100%;
        top: 0;
        left: 0;
        height: 100%;
        overflow: hidden;
    }

    .loverlay img, .roverlay img {
        object-fit: cover;
        width: 100%;
        height: auto !important;
    }

    .section a {
        display: block;
        width: 24.5%;
    }

    .section a img {
        float: none;
        border: none;
        width: 100%;
        height: auto !important;
    }

    .section-message {
        width: 100%;
        float: none;
        border-width: 1px !important;
        padding: 22px 0 21px 0 !important;
    }

    h1 {
        display: flex;
        flex-direction: row;
        flex-wrap: nowrap;
        justify-content: space-evenly;
        align-items: center;
    }

    .mobile-only {
        display: none;
    }

    .bull {
        color: #E10B17;
    }

    @media only screen and (max-width: 768px) {
        body {
            margin-top: 0;
            margin-bottom: 0;
        }
        #container {
            max-width: calc(100% - 30px);
            padding: 15px;
            height: auto !important;
        }
        h1 {
            justify-content: center;
            line-height: 1;
        }
        .row {
            flex-wrap: wrap;
        }
        .col {
            width: 100%;
        }
        .mobile-only {
            display: inline;
        }
        .col + .col {
            margin-top: 10px;
        }
        #guiseppe {
            margin-left: 0 !important;
            margin-top: -25px;
        }
        .hide-mobile {
            display: none;
        }
    }