html {
    box-sizing: border-box;
}
*, *:before, *:after {
  box-sizing: inherit;
}

@keyframes fadein {
    0% {opacity: 0;}
    100% {opacity: 1;}
}
@-webkit-keyframes fadein {
    0% {opacity: 0;}
    100% {opacity: 1;}
}

::selection {
    background: #2899c3;
    color: white;
}

body {
    background: #343434;
    padding: 0;
    margin: 0;
    color: #afacb2;
    font-weight: 400;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
}

a {
    color: #afacb2;
    transition: all .14s;
    transition-timing-function: linear;
}
a:hover {
    color: white;
}

p {
    font-size: 1em;
    line-height: 1.5;
    font-weight: normal;
}

h1 {
    font-size: 33px;
    color:white;
    padding: 20px 16px;
}

h2 {
    font-size: 1.5em;
    font-family: 'campton-semibold', sans-serif;
    color:white;
    padding: 20px 16px;
}
strong {
    font-weight: 800;
    color: white;
}

/* STRUCTURE */

section#heroheader {
    width: 100%;
    height: 65vh;
}

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;
}

div.fitVideoWrapper {
	position: relative;
	padding-bottom: 56.25%;
	height: 0;
}

div.fitVideoWrapper iframe {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
}

img.fitImg {
    width: 100%;
    cursor: pointer;
}

/* FOOTER */
section#footer {
    padding: 84px 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) {
    section#heroheader {
        height: 410px;
    }
    p {
        font-size: 18px;
        line-height: 24px;
    }
    h1 {
        font-size: 20px;
        padding: 16px;
    }
    h2 {
        font-size: 16px;
        padding: 16px;
    }
    section.threecol, section.twocol, section.onecol {
        width: 288px;
        padding: 0;
    }
    .threecol div.column {
        float:none;
        width: 100%;
        margin-bottom: 20px
    }
    .twocol div.column {
        float: none;
        width: 100%;
        margin-bottom: 20px;
    }
    
    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) {
    p {
        font-size: 16px;
        line-height: 20px;
    }
    
    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#heroheader {
        height: 665px;
    }
    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;
    }
}





























