body{
    
}

.cont{
    display: grid;
    justify-content: center;
    justify-items: center;
}

.sponsorlink a{
    text-decoration: none;
}

.sportsmed_logo img{
    border: 10px solid hsl(181.92deg 100% 30.59%);
    border-radius: 35px;
    padding: 1rem;
    
}

/*.ad_logo img{*/
/*    border: 10px solid hsl(181.92deg 100% 30.59%);*/
/*    border-radius: 35px;*/
/*    padding: 1rem;*/
    
/*}*/

.sponsors{
    columns: 2;    
}

.sponsor2 img{
    width: 40vw;
}

.sponsor1{
    text-align:center;
}
.sponsor1 img{
    width: 25vw;
}

.sp_intro {
 font-size: xx-large;   
 width: 70vw;
 margin: 2rem;
}

.sp_contactinfo{
    margin: 2rem;
}

.sp_ci_name{
    font-size: x-large;
    }
    
.sp_ci_position{
    font-size: small;
    }
.address{
    font-size: large;
}
.sp_ci_address1{
    margin-top: .5rem;
    }
    
.sp_ci_address2{
    }
    
.sp_ci_phone{
    margin:1rem;
    }
    
.sp_ci_p_office{
}
.phone{
}

.sp_ci_email a{
    color: inherit;
}

.sm1{
    color: hsl(0deg 1.49% 39.59%);
}
    
.sm2{
    color: hsl(181.92deg 100% 30.59%);
    
}

.gear_store > a > img {
    background-color: lightgray;
    border-radius: 2rem;
    padding: 1rem;
}
    
