#hero{
    background-size: cover;
    background-position: center;
    background-color: #00205b;
    height: 200px;
    display: flex;
    align-items: center;
}

#hero-text{
    color: #fff;
    padding: 0px 15px;
}

.bg-gray{
    background-color: #e6e6e6;
}

.content-spacing{
    padding: 40px 0px 60px 0px;
}

#contact h2{
    text-align: center;
}

#pardot-iframe-container{
    justify-content: center;
}

#pardot-iframe{
    width: 100%;
    height: 1100px;
}

.community-card{
    margin: 15px 0px;
}

.community-card-row{
    flex-direction: column;
    align-items: center;
    justify-content: center;
}

.community-card-img {
    padding: 15px;
    justify-content: center;
}

#community ul{
    margin-bottom: 30px;
}

#join-btn-p{
    margin-top: 30px;
    width: 100%;
    text-align: center;
    font-size: 20px;
    font-weight: bold;
    text-decoration-line: underline;
    text-decoration-thickness: 2px;
    color: #cf112d;
}

#join-btn img{
    margin-top: 15px;
}

#join-btn{
    border-bottom: 3px solid transparent;
}

#join-btn:hover{
    border-bottom: 3px solid #0065BD;
}

#join-btn:hover #join-btn-p{
    color: #0065BD;
} 


#enroll{
    padding-top: 30px;
}

#enroll-content{
    flex-direction: column;
    align-items: center;
}

#partner-net div{
    justify-content: center;
}

#awards-txt{
    margin-bottom: 30px;
    text-align: center;
}

#award-imgs{
    justify-content: center;
    flex-wrap: wrap;
}

#award-imgs div div{
    justify-content: center;
    margin-bottom: 15px;
}

#award-imgs img{
    width: 232px;
}

h1{
    font-size: 28px;
}

h2{
    font-size: 18px;
}

h3{
    font-size: 16px;
}

p{
    font-size: 14px;
}

@media screen and (min-width: 500px){
    #pardot-iframe{
        height: 1000px;
    }    
}

@media screen and (min-width: 768px){
	#hero{
		background-image:linear-gradient(0.25turn, #00205b, #236192, rgba(0,0,0,0)), url(/portals/0/Images/pro-av-reseller-2024-partners6.webp);
        background-position: top right;
        background-size: contain;
        background-repeat: no-repeat;
        height: 240px;
    }

    #award-imgs img{
        width: auto;
        height: 300px;
    }

    h1{
        font-size: 30px;
    }

    h2{
        font-size: 22px;
    }
    
    h3{
        font-size: 18px;
    }
    
}

@media screen and (min-width: 992px){
	#hero{
        height: 300px;
    }    

    .community-card-row{
        flex-direction: row;
    }

    #pardot-iframe{
        width: 670px;
        height: 900px;
    }

    #award-imgs img{
        height: auto;
    }

    h1{
        font-size: 36px;
    }

    h2{
        font-size: 24px;
    }
    
    h3{
        font-size: 20px;
    }

}

@media screen and (min-width: 1200px){
	#hero{
        height: 360px;
    }

}