/* 
Theme Name: Andrew Johnstone 2016
Author: Jeff Passetti
*/

@media all and (min-width:320px) {
    body {
     background-color: #ccc;   
      -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    }
    h1, h2, h3, h4, h5, h6, p, .sanitize {
     padding: 0px;
     margin: 0px;
    }
    .responsive-img {
     width:100%;
     height: auto;
     margin-bottom: 20px;
    }
    
    .header-container {
        background-color: #e5ceaf;
        padding-top: 20px;
        padding-bottom: 20px;
    }
    .header-container h1 {
        font-family: Georgia, serif; 
        font-size: 28px;
        color: #49432f;
        margin-bottom: 10px;
    }
    .header-container h1 a {
     color: #49432f;
    }
     .header-container h2 {
        font-family: 'Open Sans', sans-serif; 
        font-size: 16px;
        text-transform: uppercase;
        font-weight: bold;
        color: #49432f;
    }
    .nav-col {
     text-align: right;   
    }
    #navBtn {
     font-size: 28px;
     color: #49432f;
    }
    .nav-col ul {
     list-style: none;   
     margin-top: 10px;
    }
    .nav-col ul li {
     display:inline-block;   
    }
    .nav-col ul li a {
         font-family: 'Open Sans', sans-serif; 
         text-transform: uppercase;
         padding: 10px;
          color: #49432f;
          font-weight: bold;
    }
    .home-showcase-container {
        background-color: #e5ceaf;
    }
    .home-showcase-image {
        width: 100%;
        min-height: 700px;
        padding: 0px;
        box-sizing: border-box;
        background-repeat: no-repeat;
        background-position: center center;
        background-size: cover;
    }
    .home-showcase-image img {
     width: 100%;
     height: auto;
    
    }
    .home-showcase-info-rise {
     position: relative;
     top: -100px;
     z-index: 100;
      background-color: #49432f; 
    }
    .home-showcase-info-rise img {
     width: 100%;
     height: auto;
    }
    .home-showcase-info-bio-image {
     background-repeat: no-repeat;
     background-position: center center;
     background-size: cover;
     height: 300px;
    }
    .home-showcase-info {
     background-color: #49432f;  
     padding: 30px;
     margin: 0px;
     box-sizing: border-box;
    }
    .home-showcase-info h2 {
         font-family: 'Open Sans', sans-serif; 
         font-size: 24px;
         font-weight: bold;
         color: white;
         margin-bottom: 20px;
    }
    .home-showcase-info p {
     font-family: Georgia;
     font-size: 16px;
     line-height: 24px;
     color: white;
     margin-bottom: 20px;
    }
    p.cta a {
     color: orange;
     font-family: 'Open Sans', sans-serif; 
     font-weight: bold;
     font-size: 16px;
    }
    .home-featured-work-container {
     background-color: black;
     color: white;
     padding-top: 100px;
     padding-bottom: 100px;
    }
    .home-featured-work-container h2 {
     color: #e5ceaf;
     font-family: Georgia;
     font-size: 48px;
     font-weight: 300;
     margin-bottom: 30px;
    }
    .home-featured-work-container h3 {
         font-family: 'Open Sans', sans-serif; 
         font-size: 20px;
         font-weight: bold;
         text-transform: uppercase;
         margin-bottom: 10px;
    }
     .home-featured-work-container p {
          font-family: Georgia;
     font-size: 16px;
     line-height: 24px;
     color: white;
     margin-bottom: 15px
     }
     .portfolio-row {
      margin-top: 60px;   
     }
     .portfolio-item {
      margin-top: 60px;
      margin-bottom: 20px;
      /*background-color: aqua;*/
     }
     .portfolio-item img {
      width: 100%;
      height: auto;
     }
     .quote-item {
      margin-top: 60px;
      margin-bottom: 60px;
     /*background-color: pink;*/
     }
     .quote-item p {
          font-family: Georgia;
     font-size: 28px;
     line-height: 42px;
     color: white;
     margin-bottom: 30px;
     padding-right: 60px;
     }
     .quote-item p.credit {
         font-family: 'Open Sans', sans-serif; 
         font-size: 24px;
         font-weight: bold;
     }
     .quote-item p.credit:before {
      content:"";
      display: block;
      width: 15%;
      height: 3px;
      background-color: white;
      clear: both;
      margin-bottom: 20px;
     }
     .page {
      background-color: black;   
     }
     .work-container, .page-container {
      padding-top: 20px;
      padding-bottom: 20px;
      background-color: black;
      color: white;
     }
     .work-container h1, .page-container h1 {
         color: #e5ceaf;
     font-family: Georgia;
     font-size: 48px;
     font-weight: 300;
     margin-bottom: 30px;
     }
     .work-item {
      margin-bottom: 20px;   
     }
     
     .work-item img {
         width: 100%;
         height: auto;
         margin-bottom: 10px;
     }
     .work-item > h2 {
           font-family: 'Open Sans', sans-serif; 
         font-size: 18px;
         font-weight: bold;
         margin-bottom: 5px;
     }
      .work-item > h3 {
           font-family: 'Open Sans', sans-serif; 
         font-size: 14px;
         margin-bottom: 5px;
     }
     .page-container p {
      color: white;  
        font-family: Georgia;
       font-size: 22px;
     line-height: 30px;
     color: white;
     margin-bottom: 30px;
     }
     .page-featured-image img {
      width: 100%;
      height: auto;
      margin-bottom: 20px;
     }
     .page-featured-image-banner {
      height: 300px;
      background-repeat: no-repeat;
      background-size: cover;
      background-position: center center;
      margin-bottom: 30px;
      margin-top: -20px;
     }
     .about-img-left {
      width: 240px;
      height: auto;
      float: left;
      margin-right: 20px;
      margin-bottom: 20px;
     }
     .about-img-right {
      width: 240px;
      height: auto;
      float: right;
      margin-left: 20px;
      margin-bottom: 20px;
     }
     .wpcf7-form-control {
      color: black;   
     }
} /* ---------- mobile base styles ---------- */

@media all and (min-width:700px) {
    .home-showcase-image {
        padding: 30px;
    }
    #navBtn {
     display:none;   
    }
} /* ---------- tablet styles ---------- */

@media all and (min-width:980px) {
    
} /* ---------- desktop base styles ---------- */