
@media screen, projection 
{

  h1
  {
    font-size: 1.2em;
  }
  h2
  {
    font-size: 1.1em;
  }
  h3
  {
    font-size: 1.0em;
  }
  
  .noscreen
  {
    display:none;
  }

  .fine_print
  {
    font-size: 0.8em; 
    text-decoration: none; 
    font-weight: normal; 
  }
  
  img
  {
    max-width:100%;
  }
  #map_canvas img 
  {
    max-width: none; 
  } 
  
  #offline
  {
    background-color: red;
    color: white;
    padding: 10px 30px;
    font-size: 26px;
    display: none;
  } 
  
  nav div .ui-collapsible-content
  {
    padding:0;
  }
    
  iframe
  {
    max-width:100% !important;
  }
  
  .faq_box .ui-btn-inner
  {
    white-space: normal !important;
  }
  
  #sitemap li
  {
    padding-top: 8px;
    padding-bottom: 8px;
  }  
  #sitemap li a
  {
    text-decoration: none;
  }
  
  #footer-nav
  {
    background-color: #000;
    color: #fff;
  }
  #footer-nav a,
  #footer-nav a:hover,
  #footer-nav a:visited,
  #footer-nav a:active
  {
    color: #fff;
    text-decoration: none;
    font-size: 32px;
  }
  
  #cookie_info
  {
    background-color: #000000;
    color: #eeeeee;
    padding: 4px 10px;
    text-align: center;
  }
  
  #cookie_info a
  {
    background: #eeeeee;
    color: #000000;
    padding: 5px 10px;
    text-decoration: none;
  }  
  
}
  
@media screen and (orientation:landscape) and (min-width : 900px)
{
  
  #top_or_left
  {
    width:34%;
    float:left;
    border-right: 1px solid #000;
  }
      
  #page-content
  {
    width:66%;
    float:right;
    box-sizing:border-box;
    -moz-box-sizing:border-box; /* Firefox */
    border-left: 1px solid #000;
    margin-left:-1px;
  }
    
}  


@media print 
{

  .noprint
  {
    display:none;
  }
 
  .fine_print
  {
    font-size: 8pt; 
  }
  
}


   
/*h1 {
  font-size: 2.1em;
  font-weight: 300;
  text-transform: uppercase;
}

h2 { 
  color: #0c77bd; 
  font-size: 2.3em;
  font-weight: 300;
}

h3 { 
  color: #0c77bd;
  font-size: 2.2em;
  font-family: 'Yesteryear', cursive;
}

h4 { 
  color: #f19156;
  
}

i {
  color: #cccccc;
}
*/

h2 {
    font-size: 1.7em;
    color: #0d4170;
}

h3 {
    font-size: 1.5em;
    color: #0d4170;
}

#cookie_info, #footer-nav {
    background-color: #0d4170;
}

h4 {
    font-size: 1.3em;
    color: #ffffff;
    background-color: #0d4170;
    padding: 10px;
    font-weight: normal;
}

.ui-content {
    padding-bottom: 0px!important;
}
  
