﻿/* This is an override file for the Mobile stylesheet, and is the highest precedence */

@media screen and (max-width: 1275px) { 
    .top-menu uL {
        float:right;
        width:400px;
        margin-right:20px;
    }
}

@media screen and (max-width: 820px) {
    .footer-icons IMG {
        height: 35px;
    }

    .force_image {
       height:60px;
    }

    .top-menu UL { 
       margin-right:0;
    }
}

@media screen and (max-width: 600px) { 
   .Title { 
      font-size: 0.75rem;
   }

   .force_image {
       height:50px;
   }
}


@media screen and (max-width: 500px) { 
   .Title { 
      font-size: 0.7rem;
   }
}