﻿/*responsive*/
@media only screen and (min-width:0px) and (max-width:461px)

{
 #header-contact
 {
     display:none;
 }
 
 #header-logo 
 {
     width:auto;
     margin: 0px;
 }
 
 #header-logo img
 {
     width:200px;margin: 0 auto;
 }
 .gridDisplay
    {
        width:254px;
    }
 
}


@media only screen and (min-width:462px) and (max-width:767px)
{
#header-contact
 {
     display:none;
 }
 
 #header-logo 
 {
     width:auto;
     margin: 0px;
 }
 
 #header-logo img
 {
     width:200px;
     margin: 0 auto;
 }
 
 .gridDisplay
    {
        width:254px;
    }

}

@media only screen and (min-width:768px) and (max-width:991px)
{
#header-contact
 {
     display:none;
 }
 
 #header-logo 
 {
     width:auto;
     margin: 0px;
 }
 
 #header-logo img
 {
     width:200px;margin: 0 auto;
 }
 
 .gridDisplay
    {
        width:254px;
    }
 

}


/* Large devices (laptops/desktops, 992px and up) */
@media only screen and (min-width:992px) and (max-width:1200px)
{
    .gridDisplay
    {
        width:1010px;
    }
    
}
/* Extra large devices (large laptops and desktops, 1200px and up) */
@media only screen and (min-width: 1200px) 
{
    .gridDisplay
    {
        width:1010px;
        
    }
    
    }

