/* footer needs some structural stuff */
section.threecol, section.onecol, section.twocol {
    width: 1396px;
    margin: 0 auto;
    padding: 0 16px;
}

.twocol div.column {
    float: left;
    width: 682px;
    margin: 0;
    padding: 0;
}
.threecol div.column {
    float: left;
    width: 454px;
    margin: 0;
    padding: 0;
}
section.threecol:after, section.twocol:after {
    visibility: hidden;
    display: block;
    font-size: 0;
    content: " ";
    clear: both;
    height: 0;
}
div.column p, div.column h1, div.column h2 {
    padding: 16px;
    margin: 0;
}


/* FOOTER */
section#footer {
    padding: 84px 0;
    margin: 8vw 0 0 0;
    background: #222222;
}

#footer div.retronymsbrand {
    position: relative;
    top: 0; left: 0;
    cursor: pointer;
    transition: top .3s;
}
#footer div.retronymsbrand:hover {
    top: -6px;
}

#footer .threecol .column {
    padding: 16px;
}
#footer table {
    width: 100%;
    margin: 0;
    padding: 0;
    border: none;
    border-collapse: collapse;
}
#footer tr {
    margin: 0;
    padding: 0;
    border: none;
}
#footer td {
    margin: 0;
    padding: 0;
    border-bottom: 1px #2b2b2b solid;
}
#footer td:nth-child(2) {
    text-align: right;
}
h1#retrologo {
    background: url(../images/retrologo.png) left center no-repeat;
    background-size: 174px;
}
#footer, #footer p, #footer td {
    color: #8d8a8f;
    font-size: 16px;
    line-height: 24px;
}
#footer p {
    margin: 0;
    padding: 0;
    text-align: right;
}
#footer h1 {
    text-transform: uppercase;
    font-size: 16px;
    font-weight: 700;
    text-align: right;
    margin: 0;
    padding: 0;
    height: 74px;
    line-height: 76px;
}

#footer a {
    text-decoration: none;
}

#footer a:link { color: white; }
#footer a:visited { color: #e2dee6; }
#footer a:hover { color: #4fc357; }
#footer a:active { color: #f77a30; }


    
/* STRUCTURE BREAKS */
/* "phone" */
@media only screen and (max-width: 767px) {    
    .threecol div.column {
        float: none;
        width: 100%;
        margin-bottom: 20px;
    }
    section.threecol, section.twocol, section.onecol {
        width: 320px;
        padding: 0;
    }
    section#footer {
        padding: 50px 0;
    }
    
    #footer .column {
    }
    
    #footer .threecol:first-child .column:nth-child(2) {
        display: none;
        /* remove this empty column from the vertical stack */
    }
    
    #footer h1 {
        text-align: center;
        height: auto;
        line-height: normal;
    }
    #footer h1 span {
        display: block;
        margin: 0;
        padding: 0;
    }
    #footer h1#retrologo {
        background-position: top center;
        background-size: 190px;
        padding-top: 120px;
    }
    
    #footer .column:first-child, #footer .column:nth-child(2) {
        border-bottom: 1px #343434 solid;
    }
    #footer td, #footer p {
        font-size: 14px;
        line-height: 22px;
        white-space: nowrap;
    }
    #footer td {
        border-bottom: none;
    }
    #footer td:first-child {
        width: 90px;
        text-align: right;
        padding-right: 4px;
    }
    #footer td:nth-child(2) {
        text-align: left;
        padding-left: 4px;
    }
    #footer p {
        text-align: center;
    }
    
}
/* "tablet" */
@media only screen and (min-width: 768px) and (max-width: 1023px) {
    section.threecol, section.twocol, section.onecol {
        width: 768px;
        padding: 0;
    }
    .threecol div.column {
        width: 256px;
    }
    .twocol div.column {
        width: 384px;
    }
    .threecol div.column p {
        padding: 10px;
    }

    section#footer {
        padding: 40px 0;
    }    
    
    #footer .threecol:first-child .column:nth-child(2) {
        display: none;
    }
    #footer .threecol:first-child div.column:first-child {
        width: 512px;
    }
    
    #footer .threecol:nth-child(2) div.column:first-child, #footer .threecol:nth-child(2) div.column:nth-child(2) {
        width: 384px;
    }
    
    #footer .threecol:nth-child(2) div.column:last-child {
        width: 100%;
    }
    
    #footer .threecol:nth-child(2) div.column:last-child br {
        display: none;
    }
    
    #footer .threecol:nth-child(2) div.column:last-child p {
        margin-top: 40px;
        text-align: center;
    }
    #footer td, #footer p {
        font-size: 13px;
        line-height: 22px;
    }
}
/* "tablet landscape" */
@media only screen and (min-width: 1024px) and (max-width: 1414px) {
    section.threecol, section.twocol, section.onecol {
        width: 1024px;
        padding: 0;
    }
    .threecol div.column {
        width: 341px;
    }
    .twocol div.column {
        width: 512px;
    }

    section#footer {
        padding: 30px 0;
    }

    #footer .threecol:first-child .column:nth-child(2) {
        display: none;
    }
    #footer .threecol:first-child div.column:first-child {
        width: 682px;
    }
    #footer td, #footer p {
        font-size: 14px;
        line-height: 22px;
    }
}





























