@font-face {
    font-family: 'Trade Gothic LT Std';
    src: url('https://s3.amazonaws.com/cdn.safavieh.com/font/TradeGothicLTStd-BdCn20.woff2') format('woff2'),
    url('https://s3.amazonaws.com/cdn.safavieh.com/font/TradeGothicLTStd-BdCn20.woff') format('woff'),
    url('https://s3.amazonaws.com/cdn.safavieh.com/font/TradeGothicLTStd-BdCn20.ttf') format('truetype');
    font-weight: bold;
    font-style: normal;
}


#martha .logo {
    text-align: center;
    margin: 80px 0 40px;
}
#martha .logo img {
    height: 200px;
}
div.blue-border {
    margin-bottom: 100px;
}
#martha .blue-border {
    margin-top: 20px;
    border-bottom: #84dade 2px solid;
}
#martha h2 {
    font-family: 'Trade Gothic LT Std', 'Lato', 'Helvetica', 'Arial', sans-serif;
    text-align: center;
    font-size: 28px;
    font-weight: bold;
    margin-bottom: 15px;
}
#martha .content {
    max-width: 1000px;
    margin: 0 auto 30px;
}
#martha .content a {
    color: #000;
}
#martha .content a:hover {
    text-decoration: underline;
}
#martha #itemList {
    text-align: center;
}
#martha #itemList .item {
    width: 14%;
    float: none;
    display: inline-block;
}
@media screen and (max-width: 1120px) {
    #martha #itemList .item {
        width: 22%;
    }
}

@media screen and (max-width: 680px) {
    #martha #itemList .item {
        width: 40%;
        padding-bottom: 0;
    }
    #martha #itemList .item .title {
        min-height: 40px;
    }
}

@media screen and (max-width: 480px) {
    #martha #itemList .item {
        width: 40%;
    }
}

@media screen and (max-width: 480px) {
    #martha #itemList .item {
        width: 80%;
    }
}
