
/**********************
    FONTS
**********************/

@font-face {
    font-family:'Gotham Bold';
    src: url('../fonts/Gotham Bold.eot');
    src: url('../fonts/Gotham Bold.eot?#iefix') format('embedded-opentype'),
    url('../fonts/Gotham Bold.woff2') format('woff2'),
    url('../fonts/Gotham Bold.woff') format('woff'),
    url('../fonts/Gotham Bold.svg#Gotham Bold') format('svg');
    font-weight: 700;
    font-style: normal;
    font-stretch: normal;
    unicode-range: U+0020-00FE;
}

/**********************
    GENERIC STYLES
**********************/


html {
    font-size: 62.5%;   /* 1rem unit is now 62.5% of 16px (browser default) = 10px */
}

html * {
    box-sizing: border-box;
}

body {
    margin: 0;
    padding: 0;
    background-color: white;
    color: #555;
    font-family: 'Gotham Bold', Verdana, sans-serif;
    font-size: 1.4em;
}

.clearFix:after {
    display: block;
    content: " ";
    clear: both;
    visibility: hidden;
    height: 0;
    line-height: 0;
}

a {
    color: inherit;
    text-decoration: none!important;
}

a:hover {
    color: inherit;
}

/**********************
    PAGE STYLES
**********************/

header#logo-main {
    background-color: #00adef;
    color: white;
    overflow: hidden;
    margin-bottom: 50px;
}

header#logo-main img {
    margin: 80px auto;
}

#text p {
    margin: 30px 0;
    text-align: center;
    font-size: 2rem;
    font-family: Verdana;
}

#brands ul {
    padding: 0;
    margin: 0;
}

.brand-divs {
    overflow: hidden;
    width: 20%;
    float: left;
}

.inner-tile {
    margin: 10px;
    padding: 10px;
    background-color: ghostwhite;
    color: #333;
    text-align: center;
    text-transform: uppercase;
}

.inner-tile h2 {
    font-size: 2rem;
}

.inner-tile img {
    margin: 0 auto;
}

/**********************
    FOOTER STYLES
**********************/

footer#footer {
    background-color: #353637;
    color: white;
    height: auto;
    margin-top: 50px;
    padding: 50px 30px 5px 30px ;
    position: relative;
}

#footer-logo {
    width: 50%;
    float: left;
}

#footer-logo img {
    margin: 0 auto;
}

#footer ul {
    padding: 0 0 0 80px;
    margin: 0;
    width: 50%;
    float: left;
    border-left: 1px solid white;
    height: 100%;

}

.contact-info {
    list-style: none;
}

.contact-info p {
    padding-left: 15px;
    float: left;
    width: 95%;
    text-align: left;
}

.fa {
    font-size: 2rem;
    width: 5%;
    float: left;
    text-align: center;
    color: #00adef;
}

.copyright {
    text-align: center;
    margin-top: 50px;
}

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

    .inner-tile h2 {
        font-size: 1.5rem;
        height: 36px;
    }

    #footer-logo {
        width: 50%;
    }

    #footer ul {
        width: 50%;

    }

}

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

    footer#footer {
        text-align: center;
    }

    .brand-divs {
        overflow: hidden;
        width: 50%;
        float: left;
    }

    header#logo-main img {
        margin: 50px auto;
        padding: 30px;
    }

    #text p {
        font-size: 1.8rem;
    }

    li.contact-info {
        display: inline-block;
        width: 100%;
        float: left;
        text-align: center;
    }

    #footer-logo {
        width: 100%;
    }

    #footer ul {
        display: inline-block;
        margin: 35px auto 0 auto;
        border: none;
        float: none;
        width: 280px;
        padding: 0;
    }

    .contact-info p {
        width: 85%;
    }

    .fa {
        width: 15%;
    }

}
