﻿
body { font-size: 12px; line-height: 19px; font-family: "Century Gothic", CenturyGothic, AppleGothic, sans-serif; }

#facebook { position: absolute; top: 0; right: 0; }

#footer { position: absolute; left: 0; margin-top: -276px; background: url(img/bg-footer.png) no-repeat 0 0; height: 276px; width: 100%; }

#logo { position: absolute; left: 10px; bottom: 10px; }
#contactDetails { position: absolute; margin-top: -80px; width: 350px; right: 40px; color: white; }
    #contactDetails strong { color: #76B729; font-weight: 700; }

    #contactDetails p { margin: 0; padding: 0; text-align: right; }
a, a:hover, a:visited { cursor: pointer; text-decoration: none; color: white; }

@media (max-width:768px) {
    #logo { bottom: 90px; }
    #contactDetails { left: 40px; }
        #contactDetails p { text-align: left; }

}

@media (max-width:480px) {
    #logo { width: 100%; padding: 0 20px; }
    #contactDetails { left: 0; right: 0; }
        #contactDetails p { width: 100%; font-size: 12px; text-align: center; }
}
