<meta name="viewport" content="width=device-width, initial-scale=1">

<style type="text/css">
.text-primary{
color: #C4C4C4 !important;
}

/*HEADER*/

.header-container{
display: flex;
justify-content: space-between;
padding-left: 2.5rem;
padding-right: 2.5rem;
}

#mobile-header{
display: none;
}

#desktop-header{
display: block;
}

#mobile-menu{
display: none;
}

@media only screen and (max-width: 768px) {
#mobile-header{
display: block;
}

#desktop-header{
display: none;
}
.header-container{
padding-left: .75rem;
padding-right: .75rem;
}    
}

#mobile-menu {
    margin-top: 15px;
    margin-bottom: 0px;
    padding: 20px;
    text-align: center;
    background: black;
}

.flex-col{
display: flex;
flex-direction: column;
}


a.no-dec.text-white {
    margin: 5px;
}

.header-item img{
height: 1.2rem;
}

h2 {
margin-bottom: 1px;
}

/*TEXT STUFF*/

.h4{
line-height: 1.5;
}

.h3{
    font-size: 24px !important;
    line-height: 1.3  !important;
}

p .h5 .font-weight-semibold{
color: #C4C4C4;
}

a.no-dec{
text-decoration: none;
}

p .h5{
line-height: 22px;
}

.img-align-right {
float: right;
}


/*HOMEPAGE PRE-FOOTER*/
.exhib-dates {
display: flex;
justify-content: flex-end;
}

@media only screen and (max-width: 768px) {
.exhib-dates {
justify-content: flex-start;
}
}

/*FOOTER*/
.footer-container{
display: flex;
justify-content: flex-start;
}

.rpp__column--first .footer-container{
    align-items: center;
}

.footer-item#seal{
    flex: 1;
}

.footer-item#yr1mfa{
    flex: 2;
}

.rpp__column--first .footer-container{
width:25vw;
}

.rpp__column--second .footer-container{
column-gap: 100px;
}

.rpp__column--second .footer-container div {
    flex: 1;
}

@media only screen and (max-width: 768px) {
    .rpp__column--first .footer-container{
width: 75vw;
}

.rpp__column--second .footer-container{
column-gap: 20px;
}
}
</style>