/* #Media Queries
================================================== */


/* Tablet Portrait size to standard 1400px (devices and browsers) */
@media only screen and (min-width: 1400px) {

    #bttmHeader .container {
        width: 100%;
    }

    .nav-container {
        margin: 0 auto;
        max-width: 1400px;
    }

    .skiptonav, #menu {
        display: none;
    }
}


/* Tablet Portrait size to standard 960 to 1399px (devices and browsers) */
@media only screen and (min-width: 960px) and (max-width: 1399px) {

    .nav-container {
        width: 100%;
    }

    .skiptonav, #menu {
        display: none;
    }

  
}


/* Tablet Portrait size to standard 960 (devices and browsers) */
@media only screen and (min-width: 768px) and (max-width: 959px) {

    #bttmHeader .container {
        width: 100%;
    }

    .nav-container {
        width: 100%;
    }

    .skiptonav, #menu {
        display: none;
    }

   
}

/* All Mobile Sizes (devices and browser) */
@media only screen and (min-width: 480px) and (max-width: 768px) {

    #topHeader {
        margin: 0;
    }

    #bttmHeader {
        margin: 0;
        border: none;
    }

        #bttmHeader .container {
            width: 100%;
        }

    header h1#title {
    }

    header h2#slogan {
    }

    nav {
        display: none;
    }

    .skiptonav, #menu {
        display: block;
    }

    #breadcrumb {
    }
     .About {
        font-size:16px;
        /*text-align:justify;*/
    }
      .HomeImage {
        /*width:320px;*/
    }
       .HomeImageContainer {
        padding-bottom:200px !important;
    }
  
}

/* Mobile Portrait Size to Mobile Landscape Size (devices and browsers) */
@media only screen and (max-width: 479px) {


    #topHeader {
        margin: 0;
    }

    #bttmHeader {
        margin: 0;
        border: none;
    }

        #bttmHeader .container {
            width: 100%;
        }

    header h1#title {
    }

    header h2#slogan {
    }

    header h2#slogan {
    }

    nav {
        display: none;
    }

    footer #left {
    }

    #breadcrumb {
    }
      .AboutImage {
        width: 150px;
    }
    .About {
        font-size:16px;
        /*text-align:justify;*/
    }
     .HomeImage {
        /*width:320px;*/
    }
      .HomeImageContainer {
        padding-bottom:200px !important;
    }
   
}

/* Portrait and Landscape */
@media only screen 
    and (min-device-width: 0px)
  and (max-device-width: 374px)
  and (-webkit-min-device-pixel-ratio: 2)
  and (orientation: portrait) {
     .AboutImage {
        width: 125px;
    }
    .HomeImage {
        /*width:280px;*/
    }
    .HomeImageContainer {
        padding-bottom:200px !important;
    }
}

/*@media only screen 
  and (min-device-width: 375px)
and (max-device-width: 667px)
  and (-webkit-min-device-pixel-ratio: 2)
  and (orientation: portrait) {
     .AboutImage {
        width: 125px;
    }
    .HomeImage {
        width:280px;

    }
    .HomeImageContainer {
        padding-bottom:200px !important;
    }
}*/