﻿body, html {
    min-height:100%;
    font-family:'Ubuntu';
}
body{
    margin-top:60px !important;
    overflow-x:hidden;
}
.logoImg{
    border:none;
    padding:0;
    margin:0;
    display:inline-block;
    height:50px;
    width:auto;
    position:absolute;
    left:0;
    top:0;
}
.row-pad-top-sm{
    margin-top:15px;
}
.sponsor-logo{
    height:120px;
    display:block;
    margin:0 auto;
}
.sponsor-logo:hover{
    cursor:pointer;
}
#listings .fa-link:hover {
    cursor:pointer;
}
@media screen and (orientation:portrait){
    .row-pad-top-xs{
        margin-top:10px;
    }
    .logoImg{
        border:none;
        padding:0;
        margin:0 auto;
        display:inline-block;
        height:37px;
        width:auto;
        position:absolute;
        left:0;
        top:0;
    }
}