﻿/*#region common styles*/

/* numans-regular - latin */
@font-face {
    font-family: 'Numans';
    font-style: normal;
    font-weight: 400;
    src: url('/common/fonts/numans-v7-latin-regular.eot'); /* IE9 Compat Modes */
    src: local('Numans'), local('Numans-Regular'), url('/common/fonts/numans-v7-latin-regular.eot?#iefix') format('embedded-opentype'), /* IE6-IE8 */
    url('/common/fonts/numans-v7-latin-regular.woff2') format('woff2'), /* Super Modern Browsers */
    url('/common/fonts/numans-v7-latin-regular.woff') format('woff'), /* Modern Browsers */
    url('/common/fonts/numans-v7-latin-regular.ttf') format('truetype'), /* Safari, Android, iOS */
    url('/common/fonts/numans-v7-latin-regular.svg#Numans') format('svg'); /* Legacy iOS */
}

*, *:before, *:after {
    box-sizing: border-box;
}

html, body {
    height: 100%;
    margin: 0;
}

body {
    font-family: 'Numans', sans-serif;
    font-size: 15px;
    line-height: 1.3333;
    background-color: #000;
}

div.content {
    background-color: #fff;
}

.centered {
    width: 90%;
    max-width: 1760px;
    margin: 0 auto;
}

h1, h2, h3 {
    font-size: 2.2em;
    font-weight: 400;
    text-transform: uppercase;
    color: #999;
    margin: 0 0 1.3em;
}

h2 {
    font-size: 2em;
    margin: 0 0 1em;
}

h3 {
    font-size: 1.8em;
    margin: 0 0 0.7em;
}

a {
    text-decoration: none;
    color: #888;
    /*font-weight: bold;*/
    transition: .5s;
}

    a:hover {
        color: #333;
    }

    a.disabled, a.disabled:hover {
        color: #ddd;
        transition: none;
        cursor: default;
    }

/*#region forms */

label {
    float: left;
    display: block;
    padding-top: 0.33em;
    text-align: left;
}

input, textarea, select {
    font-family: Arial, Helvetica, sans-serif;
    color: #333;
    background-color: #bec0bd;
    border: none;
    width: 60%;
    height: 1.5em;
    padding: 0.2em 0.3em;
    float: right;
}

select {
    width: 62.5%;
    line-height: 1.5em;
    padding: 0 0.3em;
}

textarea {
    height: 4em;
}

/*#endregion*/

div.back-button {
    position: absolute;
    top: 8.8em;
    left: 2%;
    width: 2em;
}

div.back-button a {
    font-size: 2.5em;
}

/*#endregion*/

/*#region header*/

header {
    background-color: #000;
    padding: 0.45em 0 0.75em;
    position: fixed;
    top: 0;
    width: 100%;
    z-index: 1000;
}

    header > nav > a {
        float: left;
        width: 9em;
        margin-top: 0.3em;
    }

    header nav img {
        width: 100%;
        height: auto;
        display: block;
    }

.menu-button {
    display: none;
}

header nav div.menu {
    float: left;
}

header nav ul {
    list-style-type: none;
    margin: 0;
    padding: 2.6em 0 0 1.5em;
    overflow: hidden;
    display: block;
    height: 6em;
}

header nav li {
    display: inline-block;
    padding: 0 1.9em;
    text-align: center;
}

    header nav li a {
        color: #888;
        text-decoration: none;
        text-transform: uppercase;
        font-size: 1.4em;
    }

        header nav li a:hover {
            color: #fff;
        }

header div.search {
    width: 100%;
    font-size: 1.4em;
    /*font-weight: bold;*/
    display: none;
    text-align: right;
    padding-right: 1.8em;
}

div.search input {
    background-color: #fff;
    width: 87.5%;
    max-width: 350px;
    float: none;
}

div.search a {
    display: inline-block;
    width: 12.5%;
    max-width: 50px;
    color: #fff;
    line-height: 1.5em;
    text-transform: uppercase;
}

header div.social {
    display: none;
}

/*#endregion*/

/*#region main*/

/*#region common */

.spacer {
    background-color: #000;
    padding: 0.45em 0 0.75em;
    width: 100%;
    z-index: 1;
}

    .spacer a {
        float: left;
        width: 9em;
        margin-top: 0.3em;
    }

        .spacer a img {
            width: 100%;
            height: auto;
            display: block;
        }

main {
    position: relative;
    color: #bec0bd;
}

/*h1, h2, h3 {
    font-family: 'Lato', sans-serif;
}*/

div.leftcontent {
    float: left;
    width: 39%;
    margin: 0 0 0 7%;
    text-align: left;
}

div.rightcontent {
    float: right;
    width: 39%;
    margin: 0 7% 0 0;
}

div.article {
    position: relative;
    padding: 8.8em 0 8.8em;
}

div.text {
    font-size: 1.3em;
}

a.pdf {
    display: block;
    width: 25px;
    float: right;
}

.clear {
    clear: both;
    height: 1px;
    overflow: hidden;
    width: 100%;
    display: block;
}

.hide {
    display: none;
}

.float-left {
    float: left;
}

.float-right {
    float: right;
}

.text-left {
    text-align: left !important;
}

.text-right {
    text-align: right;
}

.text-center {
    text-align: center;
}

.text-justify {
    text-align: justify;
}

.nopadding {
    padding: 0 !important;
}

.noindent {
    margin-left: 0;
    padding-left: 0;
}

.nobullet {
    list-style: none;
    list-style-image: none;
}

.notbold {
    font-weight: normal !important;
}

.nobg {
    background: none !important;
}

.fade {
    cursor: pointer;
}

/*#endregion*/

/*#region type, range & search */

div.items {
    margin-left: -3.92%;
    padding: 8.8em 0 0;
}

    div.items > div {
        width: 16.05%;
        height: auto;
        float: left;
        margin-bottom: 5.62em;
        margin-left: 3.92%;
        position: relative;
    }

    div.items > div > div {
        position: relative; 
    }

        div.items > div.search-message {
            width: 100%;
            float: none;
            font-size: 1.3em;
            text-align: center;
            margin-bottom: 2em;
        }

    div.items div a img {
        display: block;
        width: 100%;
        height: auto;
    }

    div.items > div a span {
        display: block;
        position: absolute;
        bottom: 0;
        left: 0;
        width: 100%;
        color: #fff;
        background-color: #000;
        text-transform: uppercase;
        font-size: 1.7em;
        padding: 0.2em 0.5em 0.25em;
        overflow: hidden;
    }

    div.items div.itemlinks div img {
        width: auto;
    }

div.itemlinks {
    height: 1em;
    text-align: center;
    padding-top: 0.5em;
    font-size: 2.5em;
}

    div.itemlinks div {
        width: 33%;
        float: left;
    }

div.itemcaption {
    position: relative;
    text-align: center;
    font-size: 1.3em;
    /*font-weight: bold;*/
    padding-top: 0.8em;
    height: 4em;
}

.inforequest {
    cursor: pointer;
}

/*#endregion*/

/*#region product/mannequin */

div.product {
    padding: 8.8em 0 0;
}

div.productimages {
    width: 45%;
    float: left;
    margin-left: 5%;
    text-align: center;
    padding-bottom: 2em;
}

    div.productimages img.mainimage {
        width: 80%;
        height: auto;
    }

    div.productimages div.links {
        padding: 1.5em 0 1em;
    }

        div.productimages div.links div {
            margin: auto;
        }

            div.productimages div.links div div {
                vertical-align: top;
                padding: 0 0.75em;
                display: inline;
                font-size: 2.5em;
            }

    div.productimages a.prev i,
    div.productimages a.next i {
        font-size: 2.5em;
    }

div.productdetails {
    width: 45%;
    float: right;
    margin-right: 5%;
    position: relative;
}

    div.productdetails div.details {
        font-size: 1.3em;
        margin-bottom: 3em;
        /*font-weight: bold;*/
    }

    div.productdetails ul {
        margin: 0;
        padding: 0;
        list-style-type: none;
    }

        div.productdetails ul li {
            margin: 0 0 0.5em;
            padding: 0;
        }

            div.productdetails ul li:after {
                content: "";
                display: table;
                clear: both;
            }

            div.productdetails ul li label {
                display: block;
                float: left;
                width: 25%;
                max-width: 10em;
                padding-top: 0;
            }

            div.productdetails ul li div {
                float: left;
                width: 75%;
                line-height: 1.3;
            }

div.smallitem {
    float: left;
    width: 23%;
    margin-right: 2%;
}

    div.smallitem div.itemimage img {
        width: 100%;
        height: auto;
    }

    div.smallitem div.itemcaption {
        text-align: center;
    }

div.scrollable {
    /* required settings */
    position: relative;
    overflow: hidden;
    width: 80%;
    height: 16em;
    margin: 2em 10% 0;
}

    div.scrollable div.thumbs {
        width: 20000em;
        position: absolute;
    }

        div.scrollable div.thumbs div {
            float: left;
            cursor: pointer;
            width: 10em;
        }

            div.scrollable div.thumbs div img {
                width: 100%;
                height: auto;
            }

.smallitem .itemimage a {
    cursor: default !important;
}

/*#endregion */

/*#region frames */

div.inforequestform {
    display: none;
    position: absolute;
    width: 100%;
    max-width: 350px;
    height: 310px;
    border: 1px solid #ccc;
    background-color: #fff;
    z-index: 100;
    overflow: hidden;
}

    div.inforequestform a.close {
        display: block;
        float: right;
        padding: 0.75em 0.75em 0 0;
        font-size: 1.3em;
        /*font-weight: bold;*/
    }

    div.inforequestform iframe {
        width: 100%;
        height: 280px;
        border: 0;
        border-width: 0;
    }

div.subscribeform {
    display: none;
    position: absolute;
    width: 93%;
    max-width: 350px;
    height: 383px;
    border: 1px solid #ccc;
    background-color: #fff;
    z-index: 100;
    overflow: hidden;
}

    div.subscribeform a.close {
        display: block;
        float: right;
        padding: 10px 10px 0 0;
        font-size: 1.3em;
        /*font-weight: bold;*/
    }

    div.subscribeform iframe {
        width: 100%;
        height: 353px;
        border: 0;
        border-width: 0;
    }

/*#endregion*/

/*#region content pages */

div.backbutton {
    font-size: 2.5em;
    float: left;
}

.bespoke img {
    width: 100%;
    height: auto;
}

.about-us ul {
    list-style-type: none;
    margin: 0;
    padding: 0;
}

    .about-us ul li {
        margin-bottom: 1em;
    }

        .about-us ul li > a {
            font-size: 2.2em;
            text-transform: uppercase;
            color: #999;
            transition: .5s;
        }

            .about-us ul li > a:hover {
                color: #333;
            }

div.office,
div.teammember {
    width: 100%;
    margin: 0 0 2em;
}

div.profile h3 {
    color: #555;
}

div.address p,
div.profile p,
div.position p {
    font-family: Arial, Sans-Serif;
    font-size: 1.3em;
    /*font-weight: bold;*/
    color: #999;
}

div.address a {
    color: #999;
    text-decoration: none;
}

    div.address a:hover {
        color: #333;
    }

div.wraparound {
    float: right;
    width: 39%;
    margin: 0 1% 1% 0;
}

div.position {
    float: right;
    width: 39%;
    margin: 0 1% 1% 0;
}

div.wraparound img,
div.wraparound img {
    width: 100%;
    height: auto;
    max-height: 373px;
}

div.customers {
    width: 86%;
    margin: 0 auto;
    padding-bottom: 4em;
}

a.customerlogo {
    display: block;
    float: left;
    width: 25%;
    height: 10em;
    margin-bottom: 2em;
}

    a.customerlogo img {
        display: block;
        max-width: 90%;
        max-height: 90%;
        margin: 0 auto;
    }

div.rightcontent a.slideshow {
    float: left;
    width: 49%;
    margin: 0 1% 1% 0;
}

    div.rightcontent a.slideshow.full-width {
        float: left;
        width: 99%;
        margin: 0 1% 1% 0;
    }

    div.rightcontent a.slideshow img {
        display: block;
        width: 100%;
        height: auto;
    }

div.three a.item {
    float: left;
    width: 32%;
    margin: 0 1% 1% 0;
    text-align: center;
    font-size: 1.3em;
    line-height: 1.25;
}

    div.three a.item img {
        display: block;
        width: 100%;
        height: auto;
    }

    div.three a.item span {
        display: block;
        height: 4em;
        vertical-align: middle;
        margin-top: 0.5em;
        overflow: hidden;
    }

div.decade {
    float: right;
    padding-right: 0.75em;
    text-align: center;
}

    div.decade a {
        display: block;
        font-size: 2.5em;
    }

/*#endregion*/

/*#endregion*/

/*#region footer*/

footer {
    background-color: #000;
    padding: 0.75em;
}

    footer div.centered {
        text-align: center;
    }

    footer a.logo {
        display: inline-block;
        width: 9em;
    }

        footer a.logo img {
            width: 100%;
            height: auto;
            display: block;
        }

    footer div.copyright {
        width: 20em;
        float: left;
        text-align: left;
        padding-top: 0.3em;
        color: #fff;
        text-transform: uppercase;
    }

    footer nav.menu {
        display: inline-block;
        margin: 0 auto;
        padding-top: 0.3em;
    }

        footer nav.menu ul {
            list-style-type: none;
            margin: 0;
            padding: 0;
        }

        footer nav.menu li {
            display: inline-block;
            padding: 0 2em;
        }

            footer nav.menu li a {
                color: #fff;
                text-decoration: none;
                text-transform: uppercase;
                font-size: 1em;
                font-weight: normal;
            }

    footer nav.social {
        width: 20em;
        float: right;
        text-align: right;
    }

        footer nav.social ul {
            list-style-type: none;
            margin: 0;
            padding: 0;
            display: inline-block;
        }

        footer nav.social li {
            display: inline-block;
            padding: 0 1.3em;
        }

            footer nav.social li:first-of-type {
                padding-left: 0;
            }

            footer nav.social li:last-of-type {
                padding-right: 0;
            }

        footer nav.social ul li a {
            color: #fff;
            font-size: 1.75em;
        }

/*#endregion*/

/*#region self-clearing elements*/

.group:after,
div.about-us ul li:after,
div.article:after,
div.itemcaption:after,
div.leftcontent:after,
div.office:after,
div.rightcontent:after,
div.smallitem:after,
div.spacer:after,
div.teammember:after {
    content: "";
    display: table;
    clear: both;
}

/*#endregion*/

/*#region media*/

/*#region desktop */

@media only screen and (max-width: 2010px) {
    body {
        font-size: 14.7px;
    }
}

@media only screen and (max-width: 1968px) {
    body {
        font-size: 14.5px;
    }

    header nav ul {
        padding: 2.57em 0 0 1.5em;
    }
}

@media only screen and (max-width: 1920px) {
    body {
        font-size: 11.5px;
    }

    .centered {
        max-width: 1300px;
    }

    header nav ul {
        padding: 2.42em 0 0 1.5em;
    }
}

@media only screen and (max-width: 1480px) {
    body {
        font-size: 11.2px;
    }

    header nav li {
        padding: 0 1.9em;
    }
}

@media only screen and (max-width: 1440px) {
    body {
        font-size: 10.8px;
    }

    .centered {
        max-width: 90%;
    }

    header nav li {
        padding: 0 1.8em;
    }
}

@media only screen and (max-width: 1366px) {
    body {
        font-size: 10.5px;
    }

    header nav ul {
        padding: 2.36em 0 0 1.5em;
    }

    header nav li {
        padding: 0 1.8em;
    }

    main.centered {
        max-width: 90%;
    }

    div.items > div {
        width: 20.0625%;
        height: auto;
        float: left;
        margin-bottom: 5.62em;
        margin-left: 4.9%;
    }
}

@media only screen and (max-width: 1326px) {
    body {
        font-size: 10.2px;
    }

    header nav ul {
        padding: 2.5em 0 0 1.5em;
    }

    header nav li {
        padding: 0 1.6em;
    }
}

@media only screen and (max-width: 1250px) {
    body {
        font-size: 10.1px;
    }

    header nav li {
        padding: 0 1.4em;
    }

    .centered {
        width: 100%;
        max-width: 92%;
    }

    footer nav.social li {
        padding: 0 1.1em;
    }
}

@media only screen and (max-width: 1200px) {
    body {
        font-size: 10px;
    }

    header nav ul {
        padding: 2.45em 0 0 1.5em;
    }

    header nav li {
        padding: 0 1.4em;
    }

    .centered {
        width: 100%;
        max-width: 94%;
    }

    div.position,
    div.wraparound {
        width: 44%;
    }

    div.decade a {
        font-size: 2.4em;
    }
}

@media only screen and (max-width: 1150px) {
    .centered {
        width: 100%;
        max-width: 96%;
    }

    header nav li {
        padding: 0 1.30em;
    }

    div.decade a {
        font-size: 2.3em;
    }
}

@media only screen and (max-width: 1096px) {
    .centered {
        width: 100%;
        max-width: 97%;
    }

    header nav li {
        padding: 0 1.15em;
    }

    div.decade a {
        font-size: 2.2em;
    }
}

@media only screen and (max-width: 1056px) {
    .centered {
        width: 100%;
        max-width: 98%;
    }

    header nav li {
        padding: 0 1em;
    }

    div.decade a {
        font-size: 2.1em;
    }

    div.three a.item {
        font-size: 1.2em;
    }
}

@media only screen and (max-width: 1024px) {
    div.items > div {
        width: 26.4825%;
        height: auto;
        float: left;
        margin-bottom: 5.62em;
        margin-left: 6.468%;
    }

    div.three a.item {
        font-size: 1.1em;
    }
    
    footer div.copyright, footer nav.social {
        width: 18em;
    }

        footer nav.social li {
            padding: 0 1em;
        }
}

/*#endregion*/

/*#region tablet */

@media only screen and (max-width: 1016px) {
    body {
        font-size: 9.6px;
    }

    header nav li {
        padding: 0 0.84em;
    }

    div.productimages, div.productdetails {
        width: 50%;
        margin: 0;
    }

    a.customerlogo {
        width: 33.33%;
    }

    div.position,
    div.wraparound {
        width: 49%;
    }

    div.decade a {
        font-size: 2em;
    }
}

@media only screen and (max-width: 950px) {
    body {
        font-size: 9.3px;
    }

    header nav li {
        padding: 0 0.7em;
    }

    div.decade a {
        font-size: 1.8em;
    }
}

@media only screen and (max-width: 896px) {
    body {
        font-size: 9px;
    }

    header nav li {
        padding: 0 0.6em;
    }
}

@media only screen and (max-width: 850px) {
    body {
        font-size: 8.5px;
    }

    header nav li {
        padding: 0 0.5em;
    }
}

@media only screen and (max-width: 790px) {
    body {
        font-size: 8px;
    }

    header nav ul {
        height: auto;
        padding: 2.6em 0 0 1.5em;
    }

    header nav li {
        padding: 0 0.5em;
    }
}

@media only screen and (max-width: 750px) {
    body {
        font-size: 13px;
    }

    .centered {
        width: 100%;
        max-width: 92%;
    }

    header nav div.menu {
        display: none;
        float: none;
        clear: left;
    }

    header nav img {
        height: auto;
        width: 8em;
    }

    .menu-button {
        display: block;
        float: right;
        padding: 1.9em 2.2em 0 0;
    }

        .menu-button img {
            width: 3.5em;
            float: right;
        }

    header nav ul {
        display: block;
        padding: 1em 0 0 1.5em;
    }

    header nav li {
        padding: 1em 2.39em;
        display: block;
        text-align: left;
    }

    header nav > ul li:last-of-type {
        display: none;
    }

    header div.search {
        display: none;
        text-align: left;
        padding: 1em 2.39em;
    }

    div.search a {
        text-align: center;
    }

    header div.social {
        display: block;
    }

        header div.social ul {
            margin: 0;
            padding: 0;
        }

        header div.social li {
            float: left;
            padding: 1em 0 1em 0;
            width: 22.8%;
            font-size: 2em;
        }

            header div.social li:last-of-type {
                width: 8%;
            }

        header div.social img {
            width: auto;
            height: 1.45em;
        }

    div.items {
        margin-left: -6.468%;
        padding: 8.8em 0 3em;
    }

        div .items > div {
            width: 43.5%;
            height: auto;
            float: left;
            margin-bottom: 1.3em;
            margin-left: 6.468%;
        }

    .spacer a {
        width: 8em;
    }

    a.customerlogo {
        width: 50%;
    }

    div.productdetails div.details {
        font-size: 1em;
    }

    div.productdetails ul li label {
        width: 35%;
    }

    div.productdetails ul li div {
        width: 65%;
    }

    div.itemcaption {
        font-size: 1em;
        height: auto;
        padding-bottom: 1em;
    }

    div.article {
        padding: 6em 0;
    }

    div.back-button {
        top: 6em;
        left: 0;
    }

    div.leftcontent,
    div.rightcontent {
        width: 80%;
        margin-left: auto;
        margin-right: auto;
        float: none;
    }

    div.decade {
        float: right;
        width: 15.66%;
        margin-right: 1%;
        margin-bottom: 4em;
    }

        div.decade a {
            font-size: 2em;
        }

    footer img.logo {
        height: auto;
        width: 8em;
    }

    footer div.copyright {
        display: block;
        width: 100%;
        float: none;
        text-align: center;
        position: relative;
        padding: 1em 0;
    }

    footer nav.menu li {
        display: block;
        padding: 0.5em 1em;
    }

    footer nav.social {
        display: none;
    }
}

@media only screen and (max-width: 715px) {
    div.productdetails ul li label {
        width: 40%;
    }

    div.productdetails ul li div {
        width: 60%;
    }
}

@media only screen and (max-width: 675px) {
    div.decade a {
        font-size: 1.8em;
    }
}

@media only screen and (max-width: 625px) {
    div.decade a {
        font-size: 1.7em;
    }

    div.productdetails ul li label {
        width: 45%;
    }

    div.productdetails ul li div {
        width: 55%;
    }
}

@media only screen and (max-width: 575px) {
    div.decade a {
        font-size: 1.6em;
    }
}

@media only screen and (max-width: 525px) {
    div.decade a {
        font-size: 1.5em;
    }

    div.productdetails ul li label,
    div.productdetails ul li div {
        width: 50%;
    }
}

/*#endregion*/

/*#region phones */

@media only screen and (max-width: 480px) {
    body {
        font-size: 15px;
    }

    main.centered {
        width: 85%;
    }

    header nav img {
        height: auto;
        width: 8em;
    }

    .menu-button {
        display: block;
        float: right;
        padding: 1.9em 2.2em 0 0;
    }

    header nav ul {
        display: block;
        padding: 1em 0 0 1.5em;
    }

    header nav li {
        padding: 1em 2.39em;
        display: block;
        text-align: left;
    }

    header nav > ul li:last-of-type {
        display: none;
    }

    header div.search {
        display: none;
        text-align: left;
        padding: 1em 2.39em;
    }

    div.search input {
        width: 75%;
    }

    div.search a {
        width: 25%;
        max-width: 40px;
        text-align: center;
    }

    header div.social {
        display: block;
    }

        header div.social ul {
            margin: 0;
            padding: 0;
        }

        header div.social li {
            float: left;
            padding: 1em 0 1em 0;
            width: 22.8%;
        }

            header div.social li:last-of-type {
                width: 8%;
            }

        header div.social img {
            width: auto;
            height: 1.45em;
        }

    div.items {
        margin-left: -6.468%;
        padding: 8.8em 0 0;
    }

        div .items > div {
            width: 93%;
            height: auto;
            float: left;
            margin-bottom: 1.3em;
            margin-left: 6.468%;
        }

    div.product {
        padding-top: 4em;
    }

    div.productimages, div.productdetails {
        width: 100%;
        margin: 0;
    }

    div.productdetails ul li label {
        width: 35%;
    }

    div.productdetails ul li div {
        width: 65%;
    }

    div.scrollable {
        width: 100%;
        height: 14em;
        margin: 2em 0 0;
    }

        div.scrollable div.thumbs {
            width: 20000em;
            position: absolute;
        }

            div.scrollable div.thumbs div {
                float: left;
                cursor: pointer;
                width: 8em;
            }

                div.scrollable div.thumbs div img {
                    width: 100%;
                    height: auto;
                }

    div.article {
        padding: 4em 0;
    }

    div.back-button {
        top: 4em;
    }

    div.leftcontent,
    div.rightcontent,
    div.centerpanel,
    div.office,
    div.teammember {
        width: 100%;
        margin: 0;
    }

    div.office,
    div.teammember {
        margin-bottom: 3em;
    }

    div.address,
    div.profile {
        width: 100%;
        float: none;
    }

    div.wraparound {
        width: 49%;
    }

    div.position {
        width: 45%;
        margin-right: 5%;
    }

    a.customerlogo {
        width: 100%;
    }

    div.three a.item {
        width: 49%;
        margin: 0 1% 1% 0;
    }

    footer img.logo {
        height: auto;
        width: 8em;
    }

    footer nav.social ul {
        display: none;
    }

    footer nav ul {
        display: block;
        margin-bottom: 3em;
    }

    footer nav li {
        display: block;
        padding: 0.5em 2em;
    }

    div.copyright {
        text-align: center;
        width: 100%;
        position: relative;
    }
}

/*  tweaks for small phones */
@media only screen and (max-width: 436px) {
    body {
        font-size: 14px;
    }
}

/*  tweaks for small phones */
@media only screen and (max-width: 406px) {
    body {
        font-size: 13px;
    }
}

/*  tweaks for small phones */
@media only screen and (max-width: 376px) {
    body {
        font-size: 12px;
    }
}

/*  tweaks for small phones */
@media only screen and (max-width: 350px) {
    body {
        font-size: 11px;
    }
}

/*  tweaks for small phones */
@media only screen and (max-width: 320px) {
    body {
        font-size: 10px;
    }
}

/*#endregion*/

/*#endregion*/

