/* GENERIC */

html {
    font-family: "Raleway", "Arial", sans-serif;
    font-size: 16px;
    font-weight: 500;
    line-height: 1.5;
    color: #223246;
}

/*br {
    line-height: 2.5;
}*/

p {
    line-height: 1.5;
}

a {
    text-decoration: none;
    color: #223246;
    font-weight: 600;
}

a:hover {
    color: #FDA500;
}

body {
    background-color: #ffffff;
}

h1 {
    font-family: "Abril Fatface", "Caslon", serif;
    font-size: 4.5rem;
    line-height: 1.25;
    color: #223246;
    text-align: center;
    padding: 0 10px;
    font-weight: 400;
}

h2 {
    font-family: "Abril Fatface", "Caslon", serif;
    font-size: 2.5rem;
    line-height: 0;
    padding-bottom: 20px;
    font-weight: 400;
}

h3 {
    font-family: "Raleway", "Arial", sans-serif;
    font-size: 1.875rem;
    font-weight: 500;
    font-style: italic;
    color: #F6F7F7;
    text-align: center;
}   

h4 {
    font-family: "Abril Fatface", "Caslon", serif;
    font-size: 1.5rem;
    line-height: 1;
    padding-bottom: 20px;
    font-weight: 400;
}

h5 {
    font font-size: 12rem;
}

.button {
    border: 2px solid #223246;
    padding: 5px 25px;
    margin: 0 5px;
}

.button:hover {
    border: 2px solid #FDA500;
    background-color: #FDA500;
    color: #FFFFFF;
}

.intro-button {
    margin-top: 15px;
}

/* LOGIN */

.head {
    background-color: #223246;
    width: 100%;
    height: 40px;
    display: flex;
    justify-content: flex-end;
}

#login {
    color: #ffffff;
    text-decoration: none;
    font-size: .8rem;
    float: right;
    padding: 11px 40px;
}

#login:hover {
    color: #FDA500;
    border-bottom: 0px;
}




/* NAVIGATION BAR */

.navigation {
    background-color: #fff;
    width: 100%;
    height: 60px;
}

.navigation img {
    height: 60px;
    padding-left: 40px;
    width: auto;
    float: left;
}

nav ul {
    float: right;
    margin-right: 20px;
}
    
nav ul li {
    float: left;
    list-style: none;
    position: relative;
}
    
nav ul li a {
    font-size: .8rem;
    text-decoration: none;
    color: #223246;
    font-weight: 600;
    display: block;
    padding: 24px 20px;
}
    
nav ul li a:hover {
    font-size: .8rem;
    text-decoration: none;
    color: #FDA500;
    font-weight: 600;
    display: block;
}
    
nav ul li ul {
    display: none;
    position: absolute;
    background-color: #FFF;
}
    
nav ul li:hover ul {
    display: block;
}
    
nav ul li ul li {
    width: 235px;
}
    
nav ul li ul li a {
    padding: 8px 20px;
}
    
nav ul li ul li a:hover {
    background-color: #fda500;
    color: #fff;
}


/* INDEX */

.index-banner{
    background-image: url('images/headerindex.jpg');
    height: 700px;
    width: 100%;
    background-position: right;
    background-size: cover;
    background-repeat: no-repeat;
    display: table;
}

.vertical-center {
    display: table-cell;
    vertical-align: middle;
}

.index-banner h1 {
    font-family: "Abril Fatface", "Caslon", serif;
    font-size: 4.5rem;
    line-height: 1.25;
    color: #f6F7F7;
    text-align: center;
    padding: 0 10px;
}

.index-banner br {
    line-height: 1.25;
}

.index-banner hr {
    width: 500px;
    margin: 15px auto;
    height: 2px;
    border: none;
    background-color: #FDA500;
}

h3 {
    font-family: "Raleway", "Arial", sans-serif;
    font-size: 1.875rem;
    font-weight: 500;
    font-style: italic;
    color: #F6F7F7;
    text-align: center;
}

.introducing {
    background-color: #fff;
    width: 100%;
    padding: 100px 0;
}

.introducing .intro-container {
    padding: 0 50px;
    display: block;
    max-width: 900px;
    min-width: 400px;
    margin: 0 auto;
    text-align: center;
}

.intro-container hr {
    width: 380px;
    margin: 10px auto 30px;
    height: 2px;
    border: none;
    background-color: #FDA500;
}

.pip {
    background-color: #f6f7f7;
    width: 100%;
    padding: 100px 0;
}

.pip .pip-container {
    padding: 0 50px;
    max-width: 900px;
    min-width: 400px;
    margin: 0 auto;
    text-align: center;
}

.pip .pip-container .pip-content img {
    display: flex;
    float: right;
    height: 250px;
    width: auto;
    padding-left: 30px;
}

.pip .pip-container .pip-content p {
    display: flex;
    float: left;
    text-align: left;
}

.pip-content {
    display: flex;
}

.pip-container hr {
    width: 560px;
    margin: 10px auto 30px;
    height: 2px;
    border: none;
    background-color: #FDA500;
}




/* ABOUT */

.about-banner{
    background-image: url('images/aboutus.jpg');
    height: 500px;
    width: 100%;
    background-position: center;
    background-size: cover;
    background-repeat: no-repeat;
    display: table;
}

.about-banner h1 {
    font-family: "Abril Fatface", "Caslon", serif;
    font-size: 4.5rem;
    line-height: 1.25;
    color: #f6f7f7;
    text-align: center;
    padding: 0 10px;
}

.about-banner hr {
    width: 660px;
    margin: 10px auto;
    height: 2px;
    border: none;
    background-color: #FDA500;
}

.about {
    background-color: #fff;
    width: 100%;
    padding: 100px 0;
}

.about .about-container {
    padding: 0 50px;
    display: block;
    max-width: 900px;
    min-width: 400px;
    margin: 0 auto;
    text-align: center;
}

.about-container hr {
    width: 170px;
    margin: 10px auto 30px;
    height: 2px;
    border: none;
    background-color: #FDA500;
}

.aboutservice {
    background-color: #f6f7f7;
    width: 100%;
    padding: 100px 0;
}

.aboutservice .aboutservice-container {
    padding: 0 50px;
    max-width: 900px;
    min-width: 400px;
    margin: 0 auto;
    text-align: center;
}

.aboutservice-content {
    display: inline-flex;
}

.aboutservice-container hr {
    width: 460px;
    margin: 10px auto 30px;
    height: 2px;
    border: none;
    background-color: #FDA500;
}

.aboutservice li {
    list-style-type: disc;
    line-height: 2;
    text-align: left;
}

.aboutservice-li-mid {
        margin: 0 150px;
}

.about-icons img {
    height: 150px;
    width: auto;
    margin: 30px 20px 0 20px;
}



/* PUBLISHING */

.pub-banner{
    background-image: url('images/publishing.jpg');
    height: 500px;
    width: 100%;
    background-position: center;
    background-size: cover;
    background-repeat: no-repeat;
    display: table;
}

.pub-banner h1 {
    font-family: "Abril Fatface", "Caslon", serif;
    font-size: 4.5rem;
    line-height: 1.25;
    color: #f6f7f7;
    text-align: center;
    padding: 0 10px;
}

.pub-banner hr {
    width: 370px;
    margin: 10px auto;
    height: 2px;
    border: none;
    background-color: #FDA500;
}

.pub {
    background-color: #ffffff;
    width: 100%;
    padding: 100px 0;
}

.pub .pub-container {
    padding: 0 50px;
    max-width: 900px;
    min-width: 400px;
    margin: 0 auto;
    text-align: center;
}


/*
.pub .pub-container .pub-content img {
    display: flex;
    float: right;
    height: 300px;
    width: auto;
    padding-left: 50px;
}

.pub .pub-container .pub-content p {
    display: flex;
    float: left;
    text-align: justify;
    line-height: 1.5;
}*/

.pub-content {
    display: block;
}

.pub-img {
    display: inline;
}

.pub-img img {
    width: 280px;
    margin: 0 5px;
    border: 2px solid #f6f7f7;
}

.pub-container hr {
    width: 360px;
    margin: 10px auto 30px;
    height: 2px;
    border: none;
    background-color: #FDA500;
}


/* STATIONARY */

.stat-banner{
    background-image: url('images/stationary.jpg');
    height: 500px;
    width: 100%;
    background-position: center;
    background-size: cover;
    background-repeat: no-repeat;
    display: table;
}

.stat-banner h3 {
    color: #223246;
}

.stat-banner h1 {
    font-family: "Abril Fatface", "Caslon", serif;
    font-size: 4.5rem;
    line-height: 1.25;
    color: #f6f7f7;
    text-align: center;
    padding: 0 10px;
}

.stat-banner hr {
    width: 350px;
    margin: 10px auto;
    height: 2px;
    border: none;
    background-color: #FDA500;
}

.stat {
    background-color: #fff;
    width: 100%;
    padding: 50px 0;
}

.stat .stat-container {
    display: block;
    max-width: 1600px;
    margin: 0 auto;
    text-align: center;
}

.stat-container hr {
    width: 330px;
    margin: 10px auto 30px;
    height: 2px;
    border: none;
    background-color: #FDA500;
}

.stat-flex {
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    margin-bottom: 30px;
}

.stat-flex-box {
    background-color: #f6f7f7;
    width: 350px;
    padding: 20px;
    margin: 0 10px 20px 10px;
}

.stat-flex-box br {
    line-height: 1.75;
}

.stat-flex-box:hover {
    background-color: #f0f1f0;
}

.stat-flex-box img {
    height: 180px;
    width: 180px;
    margin-bottom: 5px;
}


/* PROMO */

.promo-banner{
    background-image: url('images/promo.jpg');
    height: 500px;
    width: 100%;
    background-position: center;
    background-size: cover;
    background-repeat: no-repeat;
    display: table;
}

.promo-banner h1 {
    font-family: "Abril Fatface", "Caslon", serif;
    font-size: 4.5rem;
    line-height: 1.25;
    color: #f6f7f7;
    text-align: center;
    padding: 0 10px;
}

.promo-banner hr {
    width: 625px;
    margin: 0 auto 10px;
    height: 2px;
    border: none;
    background-color: #FDA500;
}

/* MAGAZINE + BOOK */

.mag-banner{
    background-image: url('images/mag.jpg');
    height: 500px;
    width: 100%;
    background-position: center;
    background-size: cover;
    background-repeat: no-repeat;
    display: table;
}

.mag-banner hr {
    width: 615px;
    margin: 10px auto;
    height: 2px;
    border: none;
    background-color: #FDA500;
}

.mag {
    background-color: #fff;
    width: 100%;
    padding: 100px 0;
}

.mag .mag-container {
    padding: 0 50px;
    display: block;
    max-width: 800px;
    min-width: 400px;
    margin: 0 auto;
    text-align: center;
}

.mag-container hr {
    width: 480px;
    margin: 10px auto 30px;
    height: 2px;
    border: none;
    background-color: #FDA500;
}

.magservice {
    background-color: #f6f7f7;
    width: 100%;
    padding: 100px 0;
}

.magservice .magservice-container {
    padding: 0 50px;
    max-width: 1200px;
    min-width: 400px;
    margin: 0 auto;
    text-align: center;
}

.magservice-content {
    display: inline-flex;
}

.magservice-container hr {
    width: 410px;
    margin: 10px auto 30px;
    height: 2px;
    border: none;
    background-color: #FDA500;
}

.magservice li {
    list-style-type: disc;
    line-height: 2;
    margin: 0 50px;
    text-align: left;
}


/* LABELS */

.label-banner{
    background-image: url('images/label.jpg');
    height: 500px;
    width: 100%;
    background-position: top;
    background-size: cover;
    background-repeat: no-repeat;
    display: table;
}

.label-banner h1 {
    font-family: "Abril Fatface", "Caslon", serif;
    font-size: 4.5rem;
    line-height: 1.25;
    color: #f6f7f7;
    text-align: center;
    padding: 0 10px;
}

.label-banner br {
    line-height: 1;
}

.label-banner hr {
    width: 740px;
    margin: 10px auto;
    height: 2px;
    border: none;
    background-color: #FDA500;
}

.label {
    background-color: #fff;
    width: 100%;
    padding: 100px 0;
}

.label .label-container {
    padding: 0 50px;
    display: block;
    max-width: 900px;
    min-width: 400px;
    margin: 0 auto;
    text-align: center;
}

.label-container hr {
    width: 530px;
    margin: 10px auto 30px;
    height: 2px;
    border: none;
    background-color: #FDA500;
}

.labelservice {
    background-color: #f6f7f7;
    width: 100%;
    padding: 100px 0;
}

.labelservice .labelservice-container {
    padding: 0 50px;
    max-width: 1200px;
    min-width: 400px;
    margin: 0 auto;
    text-align: center;
}

.labelservice-content {
    display: inline-flex;
}

.labelservice-container hr {
    width: 410px;
    margin: 10px auto 30px;
    height: 2px;
    border: none;
    background-color: #FDA500;
}

.labelservice li {
    list-style-type: disc;
    line-height: 2;
    margin: 0 50px;
    text-align: left;
}



/* NEWSLETTERS + FINANCIAL REPORTS */

.news-banner{
    background-image: url('images/newsletter.jpg');
    height: 500px;
    width: 100%;
    background-position: center;
    background-size: cover;
    background-repeat: no-repeat;
    display: table;
}

.news-banner h1 {
    color: #f6f7f7;
}

.news-banner br {
    line-height: 1;
}

.news-banner hr {
    width: 600px;
    margin: 10px auto;
    height: 2px;
    border: none;
    background-color: #FDA500;
}

.news {
    background-color: #fff;
    width: 100%;
    padding: 100px 0;
}

.news .news-container {
    padding: 0 50px;
    display: block;
    max-width: 900px;
    min-width: 400px;
    margin: 0 auto;
    text-align: center;
}

.news-container hr {
    width: 510px;
    margin: 10px auto 30px;
    height: 2px;
    border: none;
    background-color: #FDA500;
}

.newsservice {
    background-color: #f6f7f7;
    width: 100%;
    padding: 100px 0;
}

.newsservice .newsservice-container {
    padding: 0 50px;
    max-width: 900px;
    min-width: 400px;
    margin: 0 auto;
    text-align: center;
}

.newsservice-content {
    display: inline-flex;
}

.newsservice-container hr {
    width: 320px;
    margin: 10px auto 30px;
    height: 2px;
    border: none;
    background-color: #FDA500;
}

.newsservice li {
    list-style-type: disc;
    line-height: 2;
    margin: 0 50px;
    text-align: left;
}



/* LARGE FORMAT */

.lg-banner{
    background-image: url('images/lgformat.jpg');
    height: 500px;
    width: 100%;
    background-position: center;
    background-size: cover;
    background-repeat: no-repeat;
    display: table;
}

.lg-banner h1 {
    font-family: "Abril Fatface", "Caslon", serif;
    font-size: 4.5rem;
    line-height: 1.25;
    color: #f6f7f7;
    text-align: center;
    padding: 0 10px;
}

.lg-banner hr {
    width: 750px;
    margin: 10px auto;
    height: 2px;
    border: none;
    background-color: #FDA500;
}

.lg {
    background-color: #fff;
    width: 100%;
    padding: 100px 0;
}

.lg .lg-container {
    padding: 0 50px;
    display: block;
    max-width: 900px;
    min-width: 400px;
    margin: 0 auto;
    text-align: center;
}

.lg-container hr {
    width: 330px;
    margin: 10px auto 30px;
    height: 2px;
    border: none;
    background-color: #FDA500;
}



/* BULK MAIL */

.mail-banner{
    background-image: url('images/mail.jpg');
    height: 500px;
    width: 100%;
    background-position: top;
    background-size: cover;
    background-repeat: no-repeat;
    display: table;
}

.mail-banner h1 {
    font-family: "Abril Fatface", "Caslon", serif;
    font-size: 4.5rem;
    line-height: 1.25;
    color: #f6f7f7;
    text-align: center;
    padding: 0 10px;
}

.mail-banner hr {
    width: 690px;
    margin: 10px auto;
    height: 2px;
    border: none;
    background-color: #FDA500;
}

#mailhr {
    width: 210px;
    margin: 10px auto 30px;
    height: 2px;
    border: none;
    background-color: #FDA500;
}



/* FOOTER */

footer {
    color: #ffffff;
    display: inline-block;
    width: 100%;
    height: 270px;
}

footer br {
    line-height: 1.5;
}

.address {
    text-align: center;
    background-image: url(images/footer.jpg);
    padding: 60px 0 90px 0;
    background-position: center;
    background-size: cover;
    background-repeat: no-repeat;
}

.buttonfoot {
    color: #ffffff;
    border: 2px solid #FFFFFF;
    padding: 5px 25px;
    position: relative;
    top: 30px;
}

.buttonfoot:hover {
    border: 2px solid #FDA500;
    background-color: #FDA500;
    color: #223246;
}

.bottom {
    background-color: #223246;
    height: 40px;
}

.contact  li {
    font-size: .8rem;
    float: left;
    margin-left: 40px;
    margin-top: 13.5px;
    list-style-type: none;
    display: inline;
}


.footerlink {
    color: #ffffff;
    text-decoration: none;
    font-size: .8rem;
}

.footerlink:hover {
    color: #FDA500;
    border-bottom: 0px;
}

.legal {
    font-size: .8rem;
    float: right;
    margin-top: 13.5px;
}

.legal li {
    margin-right: 40px;
    list-style-type: none;
    display: inline;
}



/* CONTACT US */

.contact-banner{
    background-image: url('images/contact.jpg');
    height: 500px;
    width: 100%;
    background-position: center;
    background-size: cover;
    background-repeat: no-repeat;
    display: table;
}

.contact-banner h1 {
    font-family: "Abril Fatface", "Caslon", serif;
    font-size: 4.5rem;
    line-height: 1.25;
    color: #f6f7f7;
    text-align: center;
    padding: 0 10px;
}

.contact-banner hr {
    width: 350px;
    margin: 10px auto;
    height: 2px;
    border: none;
    background-color: #FDA500;
}

.contact2 {
    background-color: #fff;
    width: 100%;
    padding: 50px 0;
}

.contact2 .contact2-container {
    display: block;
    max-width: 1600px;
    margin: 0 auto;
    text-align: center;
}

.contact2 img {
    margin-bottom: 5px;
}

.contact2-container hr {
    width: 330px;
    margin: 10px auto 30px;
    height: 2px;
    border: none;
    background-color: #FDA500;
}

.contact2-flex {
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    margin-bottom: 0px;
}

.contact2-flex-box {
    width: 350px;
    padding: 20px;
    margin: 0 10px 20px 10px;
}

.contact2-flex-box img {
    height: 200px;
    width: 200px;
}

.contact2-flex-box br {
    line-height: 1.75;
}





/* TERMS + CONDITIONS */

.tc-banner{
    background-color: #223246;
    height: 200px;
    width: 100%;
    background-position: center;
    background-size: cover;
    background-repeat: no-repeat;
    display: table;
}

.tc-banner h1 {
    font-family: "Abril Fatface", "Caslon", serif;
    font-size: 4.5rem;
    line-height: 1.25;
    color: #f6f7f7;
    text-align: center;
    padding: 0 10px;
}

.tc-banner hr {
    width: 640px;
    margin: 10px auto;
    height: 2px;
    border: none;
    background-color: #FDA500;
}

.tc {
    background-color: #fff;
    width: 100%;
    padding: 50px 0;
    line-height: 1.5;
}

.tc .tc-container {
    padding: 0 40px;
    display: block;
    max-width: 1200px;
    min-width: 200px;
    margin: 0 auto;
    text-align: left;
}

.tc-container hr {
    width: 170px;
    margin: 10px auto 30px;
    height: 2px;
    border: none;
    background-color: #FDA500;
}

.tc br {
    line-height: .75rem;
}

.tc ol {
    padding: 0 60px;
}


/* RESPONSIVE */

@media only screen and (max-width: 1000px) {

    .pub-img img {
        width: 250px;
    }
    
}
    
@media only screen and (max-width: 920px) {

    .pub-img img {
        width: 200px;
    }
    
}

@media only screen and (max-width: 820px) {

    .stat {
        padding: 20px 0;
        margin-bottom: 20px;
    }

    .stat .stat-container {
        padding: 0 10px;
        min-width: 200px;
    }

    .stat-flex {
        margin-bottom: 20px;
    }

    .stat-flex-box {
        background-color: #f6f7f7;
        width: 300px;
        padding: 20px;
        margin: 0 10px 20px 10px;
    }
}

@media only screen and (max-width: 800px) {

    .bottom {
        background-color: #223246;
        height: 92px;
    }

    .contact {
        float: left;
        margin: 0 auto;
    }
    
    .contact  li {
        float: none;
        padding: 6px 0;
        margin: 4px 0 0 40px;
        display: block;
        text-align: left;
    }
        
    .legal li {
        list-style-type: none;
        display: block;
        margin: 4px 40px 0 0;
        text-align: right;
        padding: 6px 0;
    }
    
    .aboutservice-li-mid {
        margin: 0 80px;
    }
    
    
    .magservice-content {
        display: block;
        float: none;
        align-content: center;
    }
    
    .magservice-li {
        margin: 0;
    }
        
}

@media only screen and (max-width:750px) {
    
    .lg-banner hr {
        display: none;
    }
    
    .lg-container hr {
        display: none;

    }
    
    .label-banner hr {
        display: none;
    }
    
    .contact-banner hr {
        display: none;
    }
    
    .labelservice-container hr {
        display: none;
    }

    .label-container hr {
        display: none;
    }
    
    .mail-banner hr {
        display: none;
    }
    
    .intro-container hr {
        display: none;
    }
    
    .pip-container hr {
        display: none;
    }
    
    .index-banner hr {
        display: none;
    }
    
    .mag-container hr {
        display: none;
    }
    
    .magservice-container hr {
        display: none;
    }
    
    #mailhr {
        display: none;
    }
    
    .mag-banner hr {
        display: none;
    }
    
    .news-container hr {
        display: none;
    }
    
    .newsservice-container hr {
        display: none;
    }
    
    .news-banner hr {
        display: none;
    }
    
    .stat-banner hr {
        display: none;
    }
    
    .pub hr {
        display: none;
    }
    
    .tc-banner hr {
        display: none;
    }
    
    .about-container hr {
        background-color: transparent;
        display: none;
        width: 5px;
    }

    .aboutservice-container hr {
        background-color: transparent;
        display: none;
        width: 5px;
    }
    
    .about-banner hr {
        background-color: transparent;
        display: none;
        width: 5px;
    }
    
    .pub-banner hr {
        display: none;
    }
    
    .promo-banner hr {
        display: none;
    }
    
    .pub-img img {
        width: 350px;
        margin: 5px 0;
    }
    
    .pub-img {
        display: block;
    }
    
    h2 {
        line-height: 1;
    }
    
    
}

@media only screen and (max-width:700px) {
    
 
    .aboutservice-li-mid {
        margin: 0 40px;
    }

    
    h3 {
        line-height: 3;
    }
    
    .index-banner h1 {
        font-family: "Abril Fatface", "Caslon", serif;
        font-size: 4.5rem;
        line-height: 1;
        color: #f6F7F7;
        text-align: center;
        padding: 0 10px;
    }
    
    .label-banner h1 {
        font-family: "Abril Fatface", "Caslon", serif;
        font-size: 4.5rem;
        line-height: 1;
        color: #f6F7F7;
        text-align: center;
        padding: 0 10px;
    }
    
    .lg-banner h1 {
        font-family: "Abril Fatface", "Caslon", serif;
        font-size: 4.5rem;
        line-height: 1;
        color: #f6F7F7;
        text-align: center;
        padding: 0 10px;
    }
 
    .mail-banner h1 {
        font-family: "Abril Fatface", "Caslon", serif;
        font-size: 4.5rem;
        line-height: 1;
        color: #f6F7F7;
        text-align: center;
        padding: 0 10px;
    }
    
    .about-banner h1 {
        font-family: "Abril Fatface", "Caslon", serif;
        font-size: 4.5rem;
        line-height: 1;
        color: #f6F7F7;
        text-align: center;
        padding: 0 10px;
    }
    
    .news-banner h1 {
        font-family: "Abril Fatface", "Caslon", serif;
        font-size: 4.5rem;
        line-height: 1;
        color: #f6F7F7;
        text-align: center;
        padding: 0 10px;
    }
    
}

@media only screen and (max-width:680px) {
    
        
    .navigation {
        margin: 0 auto;
        background-color: white;
        height: 120px;
    }
    
    .navigation img {
        height: 60px;
        width: auto;
        display: block;
        margin: 0 auto;
        float: none;
        padding: 0;
    }
    
    nav ul {
        float: none;
        margin: 0 auto;
        text-align: center;
    }

    nav ul li {
        float: none;
        display: inline-block;
        list-style: none;
        position: relative;
    }
            
    .head {
        justify-content: center;
    }
    
}


@media only screen and (max-width: 740px) {
    .stat-flex-box {
        width: 100%;
        margin: 0 0 20px 0;
    }
    
    .stat .stat-container {
        padding: 0 20px;
    }  
}

@media only screen and (max-width: 600px) {
    
    .newsservice-content {
        display: block;
        float: none;
        align-content: center;
    }
    
    .newsservice-li {
        margin: 0;
    }
    
    .labelservice-content {
        display: block;
        float: none;
        text-align: center;
    }
    
    .labelservice-li {
        margin: 0;
        text-align: center;
    }
 
}

@media only screen and (max-width: 650px) {

    .pip .pip-container .pip-content img {
        display: block;
        float: none;
        height: 250px;
        width: auto;
        margin: 0 auto;
        padding-top: 25px;
        padding-left: 0;
    }

    .pip .pip-container .pip-content p {
        display: block;
        float: none;
        text-align: center;
    }

    .pip-content {
        display: block;
    }
    
}

@media only screen and (max-width: 500px) {
    
    .pip {
        padding: 50px 0;
    }
    
    .pip .pip-container {
        padding: 0 20px;
        min-width: 200px;
        margin: 0 auto;
        text-align: center;
    }
        
    .introducing {
        padding: 50px 0;
    }
    
    .introducing .intro-container {
        padding: 0 20px;
        display: block;
        max-width: 800px;
        min-width: 200px;
        margin: 0 auto;
        text-align: center;
    }
    
    .contact  li {
        float: none;
        padding: 6px 0;
        margin: 4px 0 0 20px;
        display: block;
        text-align: left;
    }
    
    
    .legal li {
        list-style-type: none;
        display: block;
        margin: 4px 20px 0 0;
        text-align: right;
        padding: 6px 0;
    }
    
    
    .aboutservice {
        padding: 50px 0;
    }

    .aboutservice .aboutservice-container {
        padding: 0 20px;
        min-width: 200px;
    }
    
    .about {
        padding: 50px 0;
    }

    .about .about-container {
        padding: 0 20px;
        min-width: 200px;
    }
    
    .aboutservice-content {
        display: block;
        float: none;
        align-content: center;
    }
    
    .aboutservice-li-mid {
        margin: 0;
    }
    
    .aboutservice li {
        list-style-type: none;
        text-align: center;
        line-height: 1.5;
    }
        
    .magservice {
        padding: 50px 0;
    }

    .magservice .magservice-container {
        padding: 0 20px;
        min-width: 200px;
    }
    
    .mag {
        padding: 50px 0;
    }

    .mag .mag-container {
        padding: 0 20px;
        min-width: 200px;
    }
    
    .magservice li {
        line-height: 1.5;
        margin: 0 20px;
        text-align: left;
    }
    
    .newsservice {
        padding: 50px 0;
    }

    .newsservice .newsservice-container {
        padding: 0 20px;
        min-width: 200px;
    }
    
    .news {
        padding: 50px 0;
    }

    .news .news-container {
        padding: 0 20px;
        min-width: 200px;
    }
    
    .newsservice li {
        line-height: 1.5;
        margin: 0 20px;
        text-align: left;
    }
    
    .labelservice {
        padding: 50px 0;
    }

    .labelservice .labelservice-container {
        padding: 0 20px;
        min-width: 200px;
    }
    
    .label {
        padding: 50px 0;
    }

    .label .label-container {
        padding: 0 20px;
        min-width: 200px;
    }
    
    .labelservice li {
        line-height: 1.5;
        margin: 0 20px;
        text-align: left;
    }
    
    .pub {
        padding: 50px 0;
    }

    .pub .pub-container {
        padding: 0 20px;
        min-width: 200px;
    }
    
    .lg {
        padding: 50px 0;
    }

    .lg .lg-container {
        padding: 0 20px;
        min-width: 200px;
    }
    
    .tc .tc-container {
        padding: 0 20px;
    }
    
    .tc ol {
        padding: 0 30px;
    }
    
    h1 {
        text-rendering: geometricPrecision;
    }
        
}


@media only screen and (max-width: 450px) {
   /* 
    nav ul li a {
        padding: 18px 5px;
        font-size: .9rem;
    }*/
    
    nav ul li a:hover{
        font-size: .9rem;
    }
    
    .navigation {
        margin: 0 auto;
        background-color: white;
        height: 108px;
    }
    
    html {
        font-size: 14px;
    }
    
    .index-banner{
        height: calc(100vh - 148px);
    }
    
    .about-banner{
        height: calc(100vh - 148px);
    }
    
    .pub-banner{
        height: calc(100vh - 148px);
    }
    
    
    .lg-banner{
        height: calc(100vh - 148px);
    }
    
    .mag-banner{
        height: calc(100vh - 148px);
    }
    
    .news-banner{
        height: calc(100vh - 148px);
    }
    
    .label-banner{
        height: calc(100vh - 148px);
    }
    
    .news-banner br {
        display: none;
    }
    
    .stat-banner {
        height: calc(100vh - 148px);
    }

    .promo-banner {
        height: calc(100vh - 148px);
    }
    
    .mail-banner {
        height: calc(100vh - 148px);
    }
    
    .contact-banner {
        height: calc(100vh - 148px);
    }

    .index-banner h3 {
        font-family: "Raleway", "Arial", sans-serif;
        font-size: 1.5rem;
        font-weight: 500;
        font-style: italic;
        color: #F6F7F7;
        text-align: center;
    }
    
    nav ul li a {
        font-size: .9rem;
        padding: 18px 6px;
    }
    
    nav ul li a:hover {
        font-size: .9rem;
    }
    
    .button {
        padding: 5px 15px;
        margin: 0 5px;
    }
    
    .about-banner h1 {
        font-size: 48px;
    }
        
    .promo-banner h1 {
        font-size: 48px;
    }
    
    .index-banner h1 {
        font-size: 48px;
    }
    
    .pub-banner h1 {
        font-size: 48px;
    }
    
    .tc-banner h1 {
        font-size: 48px;
    }
    
    .contact-banner h1 {
        font-size: 48px;
    }
    
    .lg-banner h1 {
        font-size: 48px;
    }
    
    .mag-banner h1 {
        font-size: 48px;
    }
    
    .stat-banner h1 {
        font-size: 48px;
    }
    
    .news-banner h1 {
        font-size: 48px;
    }
    
    .label-banner h1 {
        font-size: 48px;
    }    
    
    .news-banner h1 {
        font-size: 48px;
    }
    
    .mail-banner h1 {
        font-size: 48px;
    }
    
}

@media only screen and (max-width: 400px) {
    
    .pub-img img {
        width: 300px;
    }
    
}

@media only screen and (max-width: 350px) {
    
    .pub-img img {
        width: 250px;
    }
    
    nav ul li a {
        font-size: .85rem;
        padding: 18px 4px;
    }
    
    nav ul li a:hover {
        font-size: .85rem;
    }
    
}