﻿#logo, #header_right { display: none; }

#header {display: block; margin-bottom: 5px;}

#header_left {
     width:1100px; 
     height:350px;
     display: block;
     background-size: contain;
     overflow: hidden;
     background: url("https://gallaeciaraid.org/wp-content/uploads/2022/09/Logo_Ares.png") left top no-repeat;
     margin-left: 5px;
     margin-right: 5px;
}

#sponsor1 {
     height: 223px;
     width:117px;
     background: url("https://gallaeciaraid.org/wp-content/uploads/2022/09/logo-fedo5.png") center top no-repeat;
     background-size: contain;
     overflow: hidden;
     display: inline-block;
     margin-left: 5px;
     margin-right: 5px;
}

#sponsor1 span { display: none; }


#sponsor2 {
     height: 223px;
     width:117px;
     background: url("https://gallaeciaraid.org/wp-content/uploads/2022/09/TTR.jpg") center top no-repeat;
     background-size: contain;
     overflow: hidden;
     display: inline-block;
     margin-left: 5px;
     margin-right: 5px;
}

#sponsor2 span { display: none; }

#sponsor3 {
     height: 223px;
     width:117px;
     background: url("https://gallaeciaraid.org/wp-content/uploads/2022/09/arsw.png") center top no-repeat;
     background-size: contain;
     overflow: hidden;
     display: inline-block;
     margin-left: 5px;
     margin-right: 5px;
}
#sponsor3 span { display: none; }

#header_left {
    display: grid;
    grid-gap: 10px;
    text-align: center !important;
    grid-template-columns: repeat(3,1fr);    
}
#header_left a{
    display:block;    
    margin: 0 auto !important;    
}
#eventref {
    width: 100% !important;
    grid-column: 1 / 4;height:250px; 
}
#eventref span{display:none;}