 html,body {
    font-family: 'Open Sans', sans-serif;
    background-color: #fff;
    font-size: 16px;/*
    height: 100%;*/
    color: #fff;
    background: #1e3c96;
}
a {
    color: #19343f;
    text-decoration: none;
}
a:focus {
    outline: none;
    outline-offset: 0;
}
a:hover {
    text-decoration: none;
    color: #f36e21;
    cursor:pointer;
}
.fl {
    float: left;
}
.fr {
    float: right;
}
.clr {
    clear: both;
}
.dib {
    display: inline-block;
}
.dn {
    display: none;
}
.main-container {
    margin:5% auto 0;
    text-align: center;
}
.other-pages {
    width: 80%;
    max-width: 800px;
    margin:4% auto;
    text-align: left;
}
.logo-section {
    text-align: center;
}
.logo-section P {
    font-size: 1em;
    line-height: 1.4em;
    color: #fff;
    margin-top: 15px;
}
.store-images {
    margin-top: 5%;
}
.store-images img {
    width: 220px;
    height: auto;
    margin: 0 20px;
}
.footer-section {
    margin-top: 6%;
}
.footer-section ul {
    list-style:  none;
    margin: 0;
    padding:0;
}
.footer-section ul > li {
    display: inline;
    list-style-type: none;
    margin: 0 10px 18px;
}
.footer-section ul > li > a {
    color: #fff;
}
.footer-section ul > li > a:hover {
    color: #75b9fd;
}
.copyright {
    font-size: 0.7em;
}
.content {
   color: #fff;
   font-size: 16px;
   line-height: 24px;
   margin-top:45px;
}
.content a {
    color: #EFE6E6;
}
.content a:hover {
     color: #fffedf;
}
h2 {
    font-size: 30px;
    line-height: 38px;
}
h4 {
    font-size: 20px;
    line-height: 32px;
}
.bold-text {
    font-size: 17px;
}
@media (max-width: 767px) {
    .logo-section img {
        max-width: 70%;
    }
    .store-images img {
    display: block;
    margin: 20px auto;
    }
    .store-images {
    margin-top: 20%;
    }
    .footer-section {
    margin-top: 20%;
    }
    .other-pages {
    width: 90%;
    }
    h2 {
    font-size: 20px;
    line-height: 26px;
    }
    h4 {
    font-size: 16px;
    line-height: 22px;
    }
    .bold-text {
    font-size: 16px;
    }
}
@media (max-width: 360px) {
     .other-pages {
    width: 95%;
    }
    .logo-section P {
    font-size: 0.9em;
    }
    .content {
        font-size: 14px;
        line-height: 22px;
    }
}