
.content {
    max-width: 100%;
    top: -3px;
}
/* sections */
#ph75intro { 
    background: url(/i/ph75/PH75_background.jpg) center top no-repeat fixed; 
    -webkit-background-size: cover;
    -moz-background-size: cover;
    -o-background-size: cover;
    background-size: cover;
    margin: 0px auto 0 auto; 
    width: 100%; 
    padding: 0;
    position: relative; 
    z-index: 1;      
}

#ph75intro p {
    color: #fff;
    font-weight: bold;
    font-size: 17px;
    margin: 0 auto;
    padding: 20px;
    display: block;
    width: 500px;
    text-align: center;
    position: relative;
    background-color: #074D69;
    -webkit-border-radius: 4px;
    -moz-border-radius: 4px;
    border-radius: 4px;  
}

#ph75intro h1 {
    background: url(/i/ph75/PH75_Anniversary.png) top center no-repeat;
    background-size: 85%;
    height: 550px;
    margin: 0 auto;
    width: 960px;
    font: 0/0 a;
      color: transparent;
      text-shadow: none;
      background-color: transparent;
}


.ph75bg-overlay {
    height: auto;
    margin: 0 auto;
    width: 100%;
    z-index: 2;
    padding: 20px 0 60px 0;
    background: -moz-linear-gradient(top, rgba(75,71,66,0.7) 0%, rgba(75,71,66,0.7) 71%, rgba(75,71,66,0) 100%); /* FF3.6-15 */
    background: -webkit-linear-gradient(top, rgba(75,71,66,0.7) 0%,rgba(75,71,66,0.7) 71%,rgba(75,71,66,0) 100%); /* Chrome10-25,Safari5.1-6 */
    background: linear-gradient(to bottom, rgba(75,71,66,0.7) 0%,rgba(75,71,66,0.7) 71%,rgba(75,71,66,0) 100%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#b34b4742', endColorstr='#004b4742',GradientType=0 ); /* IE6-9 */
}

#ph75ships { 
    background: transparent url(/i/ph75/PH75_ships.png) center top no-repeat; 
    -webkit-background-size: cover;
    -moz-background-size: cover;
    -o-background-size: cover;
    background-size: cover;
    height: 700px;  
    margin: 0 auto; 
    width: 100%; 
    position: relative; 
    z-index: 3;      
}

#ph75soldierwrap {
    max-width: 960px;
    background-color: rgba(7,77,105,.8);
    -webkit-border-radius: 4px;
    -moz-border-radius: 4px;
    border-radius: 4px;
    margin: 0 auto;
    padding: 20px 20px 50px 20px;
}

#ph75soldierwrap h1 {
    background: url(/i/ph75/soldiers_headline.png) top center no-repeat;
    background-size: 70%;
    height: 52px;
    margin: 0 auto;
    width: 100%;
    font: 0/0 a;
    color: transparent;
    text-shadow: none;
    background-color: transparent;
    border-bottom: 2px solid #fff;
}

.soldier-switcher {
    width: 250px;
    float: left;
    margin-top: 16px;
    margin-right: 16px;
    padding-right: 28px;
    border-right: 1px solid #fff;
    height: 508px;
}

.soldier-image img{
    margin-top: 16px;
    width: 250px;
    height: 375px;
}

.soldier-info {
    border-bottom: 1px solid #fff;
    width: 250px;
}

#ph75soldierwrap h3 {
    color: #fff;
    font-weight: 100;
    font-size: 24px;
    margin: 0 0 0 8px;

}

.switcher-content {
  display: none;
}


.soldier-branch {
    color: #fff;
    font-weight: normal;
    font-size: 16px;
    margin: 0 0 0 8px;
    text-align: left;
}

.soldier-profile {
    display: block;
    color: #fff;
    font-weight: 500;
    font-size: 16px;
    padding: 8px;
    background: #C34034;
    -webkit-border-radius: 4px;
    -moz-border-radius: 4px;
    border-radius: 4px;
    width: 230px;
    text-align: center;
    margin: 8px auto 12px;
    cursor: pointer;
}

.soldier-thumbs {
    display: flex;
    flex-direction: row;
    flex-wrap: wrap;
    margin-top: 20px;
}

.soldier {
    width: 125px;
    height: 125px;
    margin: 16px 20px;
    cursor: pointer;
    border-bottom: 4px solid #4B4742;
}

.soldier:hover {
    border-bottom: 4px solid #EA4B3C;
}


#ph75soldierwrap .soldier-switcher a, #ph75soldierwrap .soldier-switcher a:visited {
    color: #fff;
}

#ph75soldierwrap .soldier-switcher a:hover {
    color: #fff;
    text-decoration: none;
    background-color: #EA4B3C;
}
.home_arrow_link {
    width: 75px;
    height: 35px;
    margin: 40px auto;
    transform: scale(0.8);
    display: block;
}

#browse-docs {
    color: #fff;
    font-weight: bold;
    font-size: 24px;
    margin: 0 auto;
    padding: 20px;
    display: block;
    text-align: center;
    position: relative;
    background-color: #36322D;
    -webkit-border-radius: 4px;
    -moz-border-radius: 4px;
    border-radius: 4px;
}

#browse-docs a:visited {
    color: #fff;
}

.browse-button {
    display: block;
    color: #fff;
    font-weight: 500;
    font-size: 18px;
    padding: 8px;
    background: #C34034;
    -webkit-border-radius: 4px;
    -moz-border-radius: 4px;
    border-radius: 4px;
    width: 120px;
    text-align: center;
    margin: 8px auto 12px;
    cursor: pointer;
}

.browse-button:hover {
    background-color: #EA4B3C;
    text-decoration: none;
}

#arizona { 
    background: url(/i/ph75/PH75_arizona_memorial.jpg) center center no-repeat; 
    -webkit-background-size: cover;
    -moz-background-size: cover;
    -o-background-size: cover;
    background-size: cover;
    margin: 0px auto 0 auto; 
    width: 100%; 
    padding: 0;
    position: relative; 
    z-index: 1;
    height: 600px;
    display: flex;
    align-items: center;
    justify-content: center;
}



.az-searchwrap {
    background: rgba(255, 255, 255, 0.9);
    -webkit-border-radius: 4px;
    -moz-border-radius: 4px;
    border-radius: 4px;
    width: 100%;
    max-width: 960px;
    height: 130px;
    z-index: 6;
    padding: 20px;
}


.az-searchwrap h1{
    background: url(/i/ph75/az_headline.png) top center no-repeat;
    background-size: 85%;
    height: 52px;
    margin: 0 auto;
    width: 100%;
    font: 0/0 a;
    color: transparent;
    text-shadow: none;
    background-color: transparent;
    border-bottom: 2px solid #B6B0A6;
    padding-bottom: 8px;
    margin-bottom: 16px;
}

input.btnO{
    background: #C34034;
    font-size: 18px;
    height: 48px;
    top: -2px;
    position: relative;
}

input.btnO:hover {
    background-color: #EA4B3C;
    text-decoration: none;
}

.btn-ph75 {
    background: #C34034;
    font-size: 18px;
    padding: 12px 8px;
    color: #fff;
    -webkit-border-radius: 4px;
    -moz-border-radius: 4px;
    border-radius: 4px;
    cursor: pointer;
    margin-left: 8px;
    display: inline-block;
}

.btph-75:hover {
    background-color: #EA4B3C;
    text-decoration: none;
}

#arizona a:visited {
    color: #fff;
}

#query {
    width: 80%;
    height: 40px;
    font-size: 24px;
    padding-left: 12px;
}


#browse-docs2 { 
    background: url(/i/ph75/PH75_planebg.png) center center no-repeat #82796C; 
    -webkit-background-size: cover;
    -moz-background-size: cover;
    -o-background-size: cover;
    background-size: cover;
    margin: 0px auto 0 auto; 
    width: 100%; 
    padding: 0;
    position: relative; 
    z-index: 1;
    height: 500px;
    display: flex;
    align-items: center;
    justify-content: center;
}

#browse-docs2 h1 {
    background: url(/i/ph75/browse2_headline.png) top center no-repeat;
    background-size: 85%;
    height: 75px;
    margin: 0 auto;
    width: 960px;
    font: 0/0 a;
      color: transparent;
      text-shadow: none;
      background-color: transparent;
      border-bottom: 2px solid #B6B0A6;
      clear: both;
      margin-bottom: 20px;
}

.doc-wrapper {
    width: 960px;
    padding: 20px;

}

.doc {
    width: 150px;
    height: 200px;
    float: left;
    margin: 0 20px;
    display: block;
    cursor: pointer;
}

.docwrap2 {
    display: flex;
    align-items: center;
    justify-content: center;
}

#dna { 
    background: #fff;
    margin: 0px auto 0 auto; 
    width: 100%; 
    padding: 0;
    position: relative; 
    z-index: 1;
    height: 500px;
    display: flex;
    align-items: center;
    justify-content: center;
}

#dna h1 {
    background: url(/i/ph75/dna_headline.png) top center no-repeat;
    background-size: 75%;
    height: 75px;
    margin: 0 auto;
    width: 960px;
    font: 0/0 a;
      color: transparent;
      text-shadow: none;
      background-color: transparent;
      border-bottom: 2px solid #B6B0A6;
      clear: both;
      margin-bottom: 20px;
}

#dna h2 {
    height: 75px;
    margin: 0 auto;
    width: 960px;
    color: #074D69;
    text-shadow: none;
    background-color: transparent;
    border-top: 2px solid #B6B0A6;
    border-bottom: 2px solid #B6B0A6;
    margin-top: 12px;
    text-align: center;
    padding: 20px 0 0 0;
    font-size: 36px;
}

.code {
    color: #C34034;
}

.dna-pic {
    float: left;
    margin-right: 24px;
    margin-bottom: 20px;
    display: block;
}

.qleft {
    margin: 0 0 -24px 0;
    position: relative;
}

.qright {
    margin: 0;
    float: right;
}

.vetname {
    font-size: 18px;
}

.vph {
    font-size: 12px;
    color: #074D69;
    position: relative;
    top: -8px;
}

.quotebody {
    position: relative;
    top: -20px;
    left: 48px;
}

/* Cascades */

#c-wrap {
    background: transparent;
    margin: 0;
    padding: 0;
    position: relative;
}

.img-description1 {
  position: relative;
  background: rgba(7,77,105,.8);
  visibility: hidden;
  opacity: 0;
  padding: 8px;
  width: 140px;
  height: 90px;
  top: -80px;
  font-size: 13px;
  color: #fff;
}

.img-description2 {
  position: relative;
  background: rgba(7,77,105,.8);
  visibility: hidden;
  opacity: 0;
  padding: 8px;
  width: 140px;
  height: 70px;
  top: -80px;
  font-size: 13px;
  color: #fff;
}

.img-description3 {
  position: relative;
  background: rgba(7,77,105,.8);
  visibility: hidden;
  opacity: 0;
  padding: 8px;
  width: 140px;
  height: 60px;
  top: -80px;
  font-size: 13px;
  color: #fff;
}

.img-description4 {
  position: relative;
  background: rgba(7,77,105,.8);
  visibility: hidden;
  opacity: 0;
  padding: 8px;
  width: 140px;
  height: 90px;
  top: -20px;
  font-size: 13px;
  color: #fff;
}

.img-description5 {
  position: relative;
  background: rgba(7,77,105,.8);
  visibility: hidden;
  opacity: 0;
  padding: 8px;
  width: 140px;
  height: 125px;
  top: -20px;
  font-size: 13px;
  color: #fff;
}


.doc:hover .img-description1, .doc:hover .img-description2, .doc:hover .img-description3, .doc:hover .img-description4, .doc:hover .img-description5 {
  visibility: visible;
  opacity: 1;
}


/* !Media queries for responsive design
--------------------------------------------- */


/* iPad Portrait size to standard 960 (devices and browsers) */

/* !--- iPad Landscape --- */
@media screen and (max-width: 1024px) {
    #ph75intro {
        background-size:140%;
    }
}
/* !--- Smartphones(iPhone landscape) --- */
  /* All Mobile Sizes (devices and browser) */
  @media only screen and (max-width: 1023px) {
    #ph75intro {
        background-size:160%;
    }
    #ph75intro h1 {
        width: 680px;
        height: 400px;
    }
    #ph75soldierwrap h1 {
        height: 52px;
        background-position: center top;
    }

}

@media only screen and (max-width: 994px) {
    #ph75soldierwrap {
        max-width: 790px;
        padding-bottom: 20px;
    }
    #ph75ships {
        height: 800px;
    }
    #arizona {
        height: 400px;
    }
    #arizona h1 {
        height: 30px;
        margin-bottom: 8px;
    }
    .az-searchwrap {
        max-width: 540px;
        height: 100px;
    }
    #query {
        width: 64%;
    }
    #browse-docs2 {
        height: 300px;
    }
    #browse-docs2 h1 {
        width: 560px;
        height: 40px;
    }
    .doc-wrapper {
        width: 540px;
        margin: 0 auto;
    }
    .doc {
        width: 88px;
        height: 117px;
        margin: 0 10px;
    }
    .doc img {
        width: 88px;
    }
    #dna h1 {
        width: 560px;
        height: 50px;
    }
    #dna h2 {
        width: 560px;
        font-size: 28px;
        padding-top: 4px;
        padding-bottom: 8px;
    }
    .img-description5 {
        top: -60px;
    }
}

@media only screen and (max-width: 994px) { 
    .content {
        top: -8px;
    }
}

@media only screen and (max-width: 830px) {
    #ph75ships {
        height: 900px;
    }
    #ph75soldierwrap {
        max-width: 560px;
        padding-bottom: 20px;
    }
    #ph75soldierwrap h1 {
        width: 560px;
        background-size: 90%;
    }
    .soldier {
        width: 100px;
        height: 100px;
        margin: 12px 16px;
    }
    .soldier img {
        width: 100px;
        height: 100px;
    }
}

@media only screen and (max-width: 767px) {
    .content {
        padding: 0;
    }
}

@media only screen and (max-width: 680px) {
    #ph75intro h1 {
        width: 560px;
        height: 350px;
        background-size: 90%;
    }
    #ph75soldierwrap h1 {
        height: 52px;
    }
}

@media only screen and (max-width: 610px) {
   #ph75intro {
        background-size:160%;
    }
   #ph75soldierwrap {
        max-width: 390px;
        padding-bottom: 10px;
    }
    #ph75soldierwrap h1 {
        width: 390px;
        height: 40px;
    }
    .soldier-switcher {
        float: none;
        border-right: none;
        margin-bottom: 0 auto;
        width: 390px;
        text-align: center;
    }
    .soldier-info {
        width: 390px;
    }
    .soldier {
        width: 70px;
        height: 70px;
        margin: 8px 12px;
    }
    .soldier img {
        width: 70px;
        height: 70px;
    }
}

@media only screen and (max-width: 562px) {
    #ph75intro h1 {
        width: 320px;
        height: 300px;
        background-size: 110%;
    }
    #ph75soldierwrap h1 {
        width: 390px;
        height: 40px;
        background-size: 100%;
    }
    #ph75intro p {
        width: 300px;
    }
    #arizona {
        height: 240px;
    }
    #arizona h1{
        background-size: 90%;
        height: 20px;
    }
    .az-searchwrap {
        width: 320px;
        padding: 10px;
        text-align: center;
        height: 146px;
    }
    #query {
        font-size: 18px;
        width: 92%;
        margin-bottom: 8px;
    }
    #browse-docs2 {
        height: 180px;
    }
    #browse-docs2 h1 {
        width: 310px;
        height: 30px;
    }
    .doc-wrapper {
        width: 310px;
        margin: 0 auto;
    }
    .doc {
        width: 50px;
        height: 67px;
        margin: 0 6px;
    }
    .doc img {
        width: 50px;
    }
    #dna {
        height: 680px;
    }
    #dna h1 {
        width: 310px;
        height: 30px;
    }
    #dna h2 {
        width: 310px;
        font-size: 28px;
        padding-top: 4px;
        padding-bottom: 8px;
    }
    .doc:hover .img-description1, .doc:hover .img-description2, .doc:hover .img-description3, .doc:hover .img-description4, .doc:hover .img-description5 {
    visibility: hidden;
    opacity: 0;
    }
    .quotebody {
        left: 4px;
    }

}

@media only screen and (max-width: 450px) {
    #ph75intro {
        background-size: 250%; 
    }
    #ph75soldierwrap {
        max-width: 310px;
        padding: 10px;
        padding-bottom: 10px;
    }
    #ph75soldierwrap h1 {
        width: 310px;
        height: 30px;
    }
    .soldier-switcher {
        width: 310px;
    }
    .soldier-info {
        width: 310px;
    }
    .soldier {
        width: 60px;
        height: 60px;
        margin: 4px 8px;
    }
    .soldier img {
        width: 60px;
        height: 60px;
    }
}

/* @2x Images (Pixel Ratio of 1.25+) */
@media only screen and (-o-min-device-pixel-ratio: 5/4),
       only screen and (-webkit-min-device-pixel-ratio: 1.25),
       only screen and (min--moz-device-pixel-ratio: 1.25),
       only screen and (min-device-pixel-ratio: 1.25),
       only screen and (min-resolution: 1.25dppx) {
    #ph75intro h1 {
        background: url(/i/ph75/PH75_Anniversary@2x.png) top center no-repeat;
        background-size: 85%;
    }
    #ph75soldierwrap h1 {
    background: url(/i/ph75/soldiers_headline@2x.png) top center no-repeat;
    background-size: 60%;
}
    .az-searchwrap h1{
    background: url(/i/ph75/az_headline@2x.png) top center no-repeat;
    background-size: 85%;
    }

#browse-docs2 h1 {
    background: url(/i/ph75/browse2_headline@2x.png) top center no-repeat;
    background-size: 85%;
}
    #dna h1 {
    background: url(/i/ph75/dna_headline@2x.png) top center no-repeat;
    background-size: 75%;
    }

}