@font-face {
    font-family: 'Poppins-Regular';
    font-style: normal;
    font-weight: 400;
    src: url('../fonts/Poppins-Regular.ttf') format('truetype'),
         url('../fonts/Poppins-Regular.woff2') format('woff2');
}
@font-face {
    font-family: 'Poppins-SemiBold';
    font-style: normal;
    font-weight: 600;
    src: url('../fonts/Poppins-SemiBold.ttf') format('truetype'),
         url('../fonts/Poppins-SemiBold.woff2') format('woff2');
}
@font-face {
    font-family: 'Poppins-Bold';
    font-style: normal;
    font-weight: 700;
    src: url('../fonts/Poppins-Bold.ttf') format('truetype'),
         url('../fonts/Poppins-Bold.woff2') format('woff2');
}
@font-face {
    font-family: 'Poppins-ExtraBold';
    font-style: normal;
    font-weight: 800;
    src: url('../fonts/Poppins-ExtraBold.ttf') format('truetype'),
         url('../fonts/Poppins-ExtraBold.woff2') format('woff2');
}

html, body, div, span, applet, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, em, img, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var,
b, u, i, center,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td,
article, aside, canvas, details, embed, 
figure, figcaption, footer, header, hgroup, 
menu, nav, output, ruby, section, summary,
time, mark, audio, video {
    margin: 0;
    padding: 0;
    border: 0;
    font-size: 100%;
    font: inherit;
    vertical-align: baseline;
    width: 100%;
    overflow-x: hidden;

}
/* HTML5 display-role reset for older browsers */
article, aside, details, figcaption, figure, 
footer, header, hgroup, menu, nav, section {
    display: block;
}
body {
    line-height: 1;
}
ol, ul {
    list-style: none;
}
blockquote, q {
    quotes: none;
}
blockquote:before, blockquote:after,
q:before, q:after {
    content: '';
    content: none;
}
table {
    border-collapse: collapse;
    border-spacing: 0;
}
        
body {
    font-family: Poppins-ExtraBold, sans-serif;;
    text-align: center;
    margin: 0 auto;
}


.message {
    padding-top: 50px;
    display: block;
    overflow: visible;
}
.icon-pinterest, .icon-facebook, .icon-twitter {
    background-size: auto;
    background-repeat: no-repeat;
    background-position: 0 0;
    display: inline-block;
    width: 28px;
    height: 28px;
    padding-right: 10px;
    border: none !important;
}

.visuallyhidden {
    visibility: hidden;
    position: absolute;
}
.social {
    width: 100%;
    text-align: center;
    display: flex;
    justify-content: center;
    position: relative;
    left: 10px;
    overflow: visible !important;
}
.social.server {
    margin-top: 20px;
}
.social * {
    overflow: visible !important;
}
.social a img {
    display: none;
}
.social a img.nohover {
    display: block;
}
.social a:hover img.nohover, .social a:focus img.nohover {
    display: none;
}
.social a:hover img.hover, .social a:focus img.hover {
    display: block;
}
#maint_copy {
    margin: 68px auto 19px;
    width: 100%;
    text-align: center;
    color: #5B6770;
    font-family: Poppins-Regular, sans-serif;
    font-size: 12px;
    line-height: 18px;
    border-top: 1px solid #EEEFF0;
    padding-top: 20px;
}
a, a:visited, a:active {
    color: #5B6770;
}
a:hover {
    color: #007681;
}

#main-heading {
    margin: 70px auto 20px;
    color: #5B6770;
    font-family: Poppins-ExtraBold, sans-serif;;
    font-size: 30px;
    display: block;
    overflow: visible;
    letter-spacing: 1px;
    line-height: 42px;
    text-align: center;
}
#main-message {
    color: #5B6770;
    font-family: Poppins-Regular, sans-serif;;
    font-size: 18px;
    line-height: 26px;
    text-align: center;
    display: block;
    max-width: 100%;
    margin: 0 auto 30px;
}
#main-message #main-message-heading {
    text-align: center;
    max-width: 90vw;
    margin: 0 auto;
}
#main-message-cta-heading {
    height: 32px;
    font-family: Poppins-SemiBold, sans-serif;
    font-size: 22px;
    line-height: 32px;
    color: #5B6770;
    display: block;
    margin: 0px auto 9px;
    text-align: center;
}
#main-message-cta {
    font-size: 18px; 
    color: #5B6770;
    font-family: Poppins-Regular, sans-serif;
    text-align: center;
    margin-top: 0px;
    display: block;
    margin-bottom: 68px;
    line-height: 28px;
}
#main-message-cta a {
    font-family: Poppins-SemiBold, sans-serif;
    text-decoration: underline;
}
br.small {
    display: none;
}
  @media screen and (max-width: 800px) {
    #homegoods-logo {
        width: 197px !important;
        height: 47px !important;
    }
    #main-heading {
        font-size: 28px;
    }
    #main-message {
        font-size: 15px;
        line-height: 23px;
    }
    #main-message.error5xx {
        max-width: 324px;
    }
    #main-message-cta-heading { 
        font-size: 16px;
        line-height: 32px;
    }
    #main-message-cta {
        font-size: 15px;
        line-height: 23px;
        max-width: 100%;
        margin: 0 auto 60px;
    }
    br.small {
        display: block;
    }
    #main-message-cta-heading {
        margin-top: 80px;
    }
    .message {
        max-width: 95%;
        margin-right: auto;
        margin-left: auto;
    }
    #main-message #main-message-heading {
        max-width: 235px;
    }
}

