.partner-container{
width:100%;
/*max-width:960px;*/
margin:auto;
display:flex;
flex-wrap:wrap;
justify-content:space-around;
margin-top:40px;
}
.partner-box{
display:block;
width:400px;
min-width:400px;
min-height:200px;
text-align:center;
padding-top:10px;
}
.partner-text{
font-weight:bold;
margin-top:10px;
text-align:center;
}
.partner-page-links {
width:100%;
text-align:left;
height:50px;
margin: 20px 0 20px 0;
padding:15px;
}
.partner-page-links a{
color:#500000 !important;
font-weight:bold;
font-size:120% !important;
text-decoration: none !important;
}
.partner-page-links a:hover{
text-decoration: underline !important;
}
.partner-box img{
opacity:1;
transition:.25s;
transform:scale(.95);
-webkit-transform:scale(.95);
}
.partner-box img:hover{
transform:scale(1);
-webkit-transform:scale(1);
}
.divider-bar{
width: 100%;
background: #000000;
font-size:48px;
font-weight: 900;
color: white;
padding: 0.5rem;
margin: 30px 0 10px 0;
}
.sponsor-header{
padding:48px;
background-image:url('/images/2020/10/8/reed_arena_gameday_background_vb.jpg');
background-size: cover;
background-position:center;
margin-bottom:24px;
border-bottom:5px solid #000000;
}
.sponsor-footer{
padding:24px;
background-image:url('/images/2020/10/8/reed_arena_gameday_background_vb.jpg');
background-size: cover;
background-position:center;
margin-bottom:24px;
}
.sponsor-header div, .sponsor-footer div{
text-align:center;
}
.sponsor-footer div img{
width:200px;
}
.sponsor-header div h1{
font-size:36px;
font-weight:700;
color:#000;
margin-top:24px;
}




















