@import url('https://fonts.googleapis.com/css2?family=Lato:ital,wght@0,100;0,300;0,400;0,700;0,900;1,100;1,300;1,400;1,700;1,900&display=swap');

body{
    margin: 0;
    font-family: 'Lato', sans-serif;
}
ul{
    list-style: none;
}
a{
    text-decoration: none;
}
.page{
    width: 1920px;
}
.section-wrapper {
    width: 1440px;
    margin: 0px auto;
}
.inner-width{
    width: 972px;
}
.sidebar-width{
    width: 400px;
}
.center{
    text-align: center;
}
.flex {
    display: flex;
}
.grid{
    display: grid;
    gap: 20px;
    margin-top: 20px;
}
.blue {
    background-color: #233b71;
}
.red {
    background-color: #d82128;
}
.header {
    color: #fff;
    font-weight: bold;
    padding: 15px;
    font-size: 18px;
}
.column-3{
    grid-template-columns: repeat(3, 453px);
}
.card, .border img {
    border: 1px solid #dcdcdc;
}
.card img {
    width: 100%;
    height: 150px;
    object-fit: cover;
}
.margin{
    margin: 40px auto;
}
.margin-0{
    margin: 0px;
}
.width-100, .column-3 img, .merch-card img{
    width: 100%;
}
.gap{
    gap: 40px;
}

.top-nav {
    height: 60px;
}
.nav-wrapper {
    justify-content: end;
    align-items: center;
    height: 100%;
}
.top-links li {
    display: inline;
}
.top-links li a, .secondary-links li a {
    padding-right: 40px;
    color: #fff;
}
.nav-right, .align {
    align-items: center;
}
.social-icons a {
    padding-right: 6px;
}
.social-icons img {
    width: 24px;
    height: 24px;
}
.search input {
    padding: 8px 16px;
    border-radius: 30px;
    border: none;
}

.secondary-nav .nav-wrapper {
    justify-content: space-between;
}
.secondary-links {
    margin-right: 130px;
}
.secondary-links li a {
    font-size: 20px;
}

.hero {
    position: relative;
    height: 700px;
}
.hero-bg{
    background: url('../pictures/hero.jpg') center/cover no-repeat;
}
.news-bg{
    background: url('../pictures/news/news 1.jpg') center/cover no-repeat;
}
.about-bg{
    background: url('../pictures/about/about 1.jpg') center/cover no-repeat;
}
.hero-overlay {
    position: absolute;
    bottom: 0;
    width: 100%;
    height: 150px;
    background: rgba(0, 0, 0, 0.7);
    padding: 20px;
    box-sizing: border-box;
}
.hero-overlay small {
    color: #fff;
    font-size: 16px;
}
.hero-overlay h1 {
    color: #fff;
    font-size: 52px;
    margin: 0;
}

.pagination ul {
    list-style: none;
    padding: 0;
    margin: 20px 0;
  }
.pagination ul li {
    display: inline;
    margin: 0 8px;
    font-size: 22px;
  }
.news-section {
    gap: 40px;
}

.news-cards {
    grid-template-columns: repeat(4, 227px);
}

.merch-cards{
    grid-template-columns: repeat(3, 310px);
}
.card p {
    font-size: 14px;
    padding: 8px;
}
.read-more {
    margin-top: 20px;
    background-color: #d82128;
}

.read-more:hover {
	background-color: #CB5A51;
}

.flex.reclass.align h1{
    margin: 0;
}
.read-more, .add-to-cart{
    color: #fff;
    border: none;
    padding: 10px 20px;
    cursor: pointer;
    font-weight: bold;
}

.quick-links ul {
    list-style: disc;
    padding: 15px 20px;
    margin: 0;
}
.quick-links ul li {
    margin-bottom: 8px;
}
.quick-links ul li a {
    color: #233b71;
    font-size: 14px;
}
.quick-links ul li a:hover {
    text-decoration: underline;
}

.champ-cards {
    grid-template-columns: repeat(4, 345px);
}
.card-text {
    padding: 8px;
}
.card-text small {
    display: block;
    font-size: 14px;
    color: #777;
    margin-bottom: 4px;
}
.card-text p {
    font-size: 15px;
    font-weight: 500;
    margin: 0;
}
.reclass {
    justify-content: space-between;
}

.reclass-main {
    justify-content: space-between;
    margin-top: 20px;
}

.reclass-media {
    width: 614px;
}
.main-img {
    margin-bottom: 20px;
}

.reclass-buttons {
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    grid-auto-rows: 46px;
    gap: 12px;
}
.reclass-buttons a {
    background: #233b71;
    color: #fff;
    font-size: 13px;
    text-align: center;
    line-height: 3.5;
}
.reclass-buttons a:hover {
    background: #d82128;
}

.reclass-links {
    width: 272px;
}
.reclass-links h3 {
    font-size: 16px;
    margin: 0 0 10px;
    color: #233b71;
}
.reclass-links ul {
    list-style: disc;
    line-height: 1.8;
}
.view-more {
   text-decoration: underline;
    color: #777;
}
.view-more:hover {
    text-decoration: underline;
	color: #CB5A51;
}

.ad-block img {
    margin-top: 20px;
    margin-bottom: 40px;
}

.event-list {
    margin: 0px 0px 0px -40px;
}
.event-list li {
    font-size: 14px;
    line-height: 1.4;
    padding: 12px;
    border: 1px solid #000;
}
.event-list small {
    color: #555;
}

.partners {
    justify-content: space-between;
}
.partner-content {
    padding: 20px 0px 50px 0px;
}
.partner-text{
    line-height: 1.5;
    color: #777;
    padding: 0px 30px;
}
.partner-text h3 {
    color: #233b71;
}
.partner-text .read-more {
    background: #d82128;
    color: #fff;
    border: none;
    padding: 10px 20px;
    cursor: pointer;
    font-weight: bold;
}

.partners-right img {
    width: 385px;
    display: block;
}

.footer {
    background: #113E6D;
    color: #fff;
}
.footer-content {
    justify-content: space-around;
    padding: 40px 0;
}
.logo img {
    height: 120px;
}
.footer-links {
    gap: 80px;
}
.footer-links ul {
    margin: 0;
}
.footer-links li {
    margin-bottom: 8px;
}
.footer-links a {
    color: #fff;
}
.footer-links a:hover {
    text-decoration: underline;
}
.footer-social a{
    margin-right: 14px;
}
.footer-social img {
    width: 40px;
}
.footer-bottom {
    padding: 15px 0;
    background: #0d2f55;
}
.nav-btn{
  display:none;
  background:none;
  border:0;
  font-size:24px;
  color: #fff;
  padding:8px;
}
.about-text p{
    font-size: 18px;
    padding-right: 76px;
    line-height: 1.8;
}
.mhsaa-address-text{
    line-height: 1;
}

.merch-cards{
    grid-template-columns: repeat(3, 310px);
}
.merch-card{
    background-color: #f6eeee;
    padding: 10px 20px;
    border: 1px solid #dfd0d0;
}
.merch-card h3{
    font-size: 20px;
}
.add-to-cart{
    border-radius: 5px;
    font-size: 18px;
}
.add-to-cart:hover {
	color: #C5C5C5;
}
@media screen and (min-width: 992px) {
    .desktop-only { 
        display:block; 
    }
    .mobile-only { 
        display:none; 
    }
}
@media screen and (max-width: 768px) {
    .page{
        width: 100%;
        max-width: 425px;
    }
    .desktop-only { 
        display: none; 
    }
    .mobile-only { 
        display:block;
    }
    .search input{
        padding: 5px 10px;
        width: 140px;
    }
    .secondary-links li, .top-links li { 
        padding:8px 0; 
        display: block;
    }
    .top-links li a, .secondary-links li a {
        font-size:16px; 
        padding-right: 0px;
    }
    .mobile-top {  
        align-items:center; 
        justify-content:space-between; 
        padding:10px 16px; 
    }
    .mobile-top .logo { 
        height:42px; 
    }
    .nav-btn { 
        display:inline-flex;
    }
    .mobile-menu { 
        display:none; 
        padding: 0 16px 16px 16px; 
    }
    .mobile-header.open .mobile-menu { 
        display:grid; 
        grid-template-columns: 1fr 1fr; 
        gap: 14px; 
    }
    .mobile-menu .top-links, .mobile-menu .secondary-links {
        margin:0; 
        padding:0;
    }
    .mobile-menu .top-links li a { 
        display:block; 
    }
    .mobile-menu .secondary-links { 
        display: block; 
    }
    .section-wrapper, .inner-width, .sidebar-width, .reclass-media, .reclass-links{
        width: 100%;
    }
    .hero-overlay h1{
        font-size: 41px;
    }
    .flex{
        flex-wrap: wrap;
    }
    .mobile-padding{
        padding: 0px 8px;
    }
    .news-cards, .news-cards-mobile{
        grid-template-columns: repeat(2, 195px);
    }
    .read-more{
        margin-bottom: 20px;
    }
    .champ-cards, .media-cards{
        grid-template-columns: repeat(1, 370px);
        justify-content: center;
    }
    .champ-cards .card:nth-child(n+4) {
        display: none;
    }
    .reclass-links h3{
        margin-top: 30px;
    }
    .footer-links{
        gap: 0;
        margin: 30px 0px;
    }
    .footer-social img{
        width: 30px;
    }
    .mobile-blue{
        background-color: #233b71 !important;
    }
    .gap {
        gap: 20px;
    }
    .column-3 h3{
        font-size: 12px;
    }
    .column-3 h1{
        font-size: 16px;
        font-weight: 500;
    }
    .news-border {
        border: 1px solid #dcdcdc;
    }
    .mobile-margin{
        margin: 20px auto;
    }
    .section-wrapper .flex.border.margin.reclass.align {
        display: grid;
        grid-template-columns: repeat(2, 1fr);
        gap: 10px;      
    }
    .about-text p {
        font-size: inherit;
        padding-right: inherit; 
    }
    .quick-links ul{
        padding: 15px 40px;
    }
    .margin{
        margin: 20px auto;
    }
    .mobile-center{
        text-align: center;
    }
    .merch-card h3, .add-to-cart{
        font-size: 12px;
        font-weight: 500;
    }
    .merch-card{
        padding: 5px 10px 10px 10px;
    }
    .add-to-cart{
        padding: 8px 14px;
    }
    .flex.reclass.align h1{
        font-size: 20px;
    }
}