@import 'bootstrap';

@import url(http://fonts.googleapis.com/css?family=Droid+Serif:400,700|Roboto+Condensed:700);

/*
Theme Name: Steven E. Lynch
Theme URI: http://wordpress.org/themes/twentythirteen
Author: the WordPress team
Author URI: http://wordpress.org/
Description: The 2013 theme for WordPress takes us back to the blog, featuring a full range of post formats, each displayed beautifully in their own unique way. Design details abound, starting with a vibrant color scheme and matching header images, beautiful typography and icons, and a flexible layout that looks great on any device, big or small.
Version: 1.0
License: GNU General Public License v2 or later
License URI: http://www.gnu.org/licenses/gpl-2.0.html
Tags: black, brown, orange, tan, white, yellow, light, one-column, two-columns, right-sidebar, flexible-width, custom-header, custom-menu, editor-style, featured-images, microformats, post-formats, rtl-language-support, sticky-post, translation-ready
Text Domain: twentythirteen

This theme, like WordPress, is licensed under the GPL.
Use it to make something cool, have fun, and share what you've learned with others.
*/

"Droid Serif", "Georgia", serif: "Droid Serif", "Georgia", serif;
"Helvetica-Neue", "Helvetica", Arial, sans-serif: "Helvetica-Neue", "Helvetica", Arial, sans-serif;
"Roboto Condensed", "Helvetica-Neue", "Helvetica", sans-serif: "Roboto Condensed", "Helvetica-Neue", "Helvetica", sans-serif;
700: 700;
16px: 16px;
24px: 24px;
#777: #777;
#333: #333;
#fff: #fff;
#09f: #09f;
4px: 4px;

@mixin border-radius(4px) {
  -webkit-border-radius: 4px;
     -moz-border-radius: 4px;
      -ms-border-radius: 4px;
       -o-border-radius: 4px;
          border-radius: 4px;
}


body {
  font-family: "Droid Serif", "Georgia", serif;
  font-size: 16px;
  color: #777;
  line-height: 24px;
  background: #fff;
}
  
  p {
    font-family: "Droid Serif", "Georgia", serif;
    font-size: 16px;
    color: #777;
    line-height: 24px;
    margin-bottom: 24px;
  }

  a, a:visited {
    font-family: "Droid Serif", "Georgia", serif;
    font-size: 16px;
    color: #09f;
  }

  a:hover {
    background: transparent;
  }

  h1 {
    margin: 0;
  }

  h2 {
    font-family: "Roboto Condensed", "Helvetica-Neue", "Helvetica", sans-serif;
    font-weight: 700;
    text-transform: uppercase;
    color: #333;
  }

  h3 {
    font-family: "Droid Serif", "Georgia", serif;
    text-transform: uppercase;
    color: #333;
    text-align: center;
    font-size: 21px;
  }

  h4 {
    font-family: "Droid Serif", "Georgia", serif;
    color: #333;
    font-size: 18px;
    line-height: 24px;
  }

  .navbar {
    margin-bottom: 0;
  }

/* OVERRIDE BOOTSTAP 
-------------------------------- */

.navbar-default .navbar-collapse, .navbar-default .navbar-form {
  background: #fff;
  height: 56px;
}

.navbar-default .navbar-brand {
  font-family: "Roboto Condensed", "Helvetica-Neue", "Helvetica", sans-serif;
  display: inline;
  text-transform: uppercase;
  color: #333;
  font-size: 22px;
  line-height: 23px;
}

.navbar-nav {
  margin: 10px 5px;
}

.navbar-default .navbar-nav > li > a {
  color: #777;
  line-height: 14px;
  padding-top: 10px;
  padding-bottom: 10px;
  border-radius:4px;
  text-transform: uppercase;
  font-size: 13px;
  font-family: "Helvetica-Neue", "Helvetica", Arial, sans-serif;
}

.navbar-default .navbar-nav > li > a:hover {
  color: #09f;
}

.navbar-default .navbar-nav > .active > a,
.navbar-default .navbar-nav > .active > a:hover,
.navbar-default .navbar-nav > .active > a:focus {
  background-color: #09f;
  color: #fff;
}

.navbar-collapse .navbar-nav.navbar-right:last-child {
  margin-right: 0;
}

/* FORMS
-------------------------------- */
 .form_wrapper {
  margin: 80px 10%;
  overflow: hidden;
  label {
    font-family: "Helvetica-Neue", "Helvetica", Arial, sans-serif;
    color: #333;
  }
  textarea, input {
    font-family: "Helvetica-Neue", "Helvetica", Arial, sans-serif;
  }
  .btn {
    float: left;
    margin-right: 25px;
  }
  .form_link {
    font-family: "Helvetica-Neue", "Helvetica", Arial, sans-serif;
    float: left;
    line-height: 36px;
  }
 }

/* HOME 
-------------------------------- */

#home .big_image_box {
    width: 100%;
    height: 250px;
    background: #000 url(https://s3.amazonaws.com/steveELynch/steven_lynch_500.jpg) center center no-repeat;
    background-size: cover;
  }

  #home .text_container {
    margin-top: 20px;
    padding: 0 16px;
    position: relative;
    overflow: hidden;

  }
   #home .text_container p {
      font-size: 15px;
      line-height: 21px;
    }
    
    #home .text_container h2 {
      font-size: 40px;
      line-height: 30px;
      text-align: center;
      margin: 0;
    }
    
    #home .text_container h3 {
      margin: 14px 0 0 0;
    }
    
    #home .text_container h4 {
      font-size: 19px;
      line-height: 26px;
      margin: 20px 0 20px 0;
    }

/* DETAIL PAGE
-------------------------------- */

#detail_page_wrapper { 
  margin: 80px 10%;
  overflow: hidden;
}
 
 #detail_page_wrapper a {
    font-family: "Helvetica-Neue", "Helvetica", Arial, sans-serif;
    font-size: 13px;
    text-transform: uppercase;
    color: #09f;
  }
  #detail_page_wrapper  a:hover {
    color: #09f;
    text-decoration: none;
  }
  #detail_page_wrapper  strong {
    font-family: "Helvetica-Neue", "Helvetica", Arial, sans-serif;
    color: #333;
  }


/* SELECTED INDEX PAGE && LISTING
-------------------------------- */

.wrapper {
  font-family: "Droid Serif", "Georgia", serif;
  font-size: 15px;
  line-height: 21px;
  margin: 80px 16px 40px 16px;
}
 .wrapper .case {
    margin-bottom: 30px;
  }

  .wrapper h4 {
    font-family: "Roboto Condensed", "Helvetica-Neue", "Helvetica", sans-serif;
    color: #333;
    font-size: 22px;
    text-transform: uppercase;
    line-height: 30px;
    margin-bottom: 0;
  }

/* CONTACT
-------------------------------- */

.map_wrapper {
  font-family: "Droid Serif", "Georgia", serif;
  margin: 18px auto 60px auto;
 }
 .map_wrapper p {
    font-size: 17px;
    line-height: 28px;
    text-align: center;
  }
  .map_wrapper a.interface_link {
    font-family: "Helvetica-Neue", "Helvetica", Arial, sans-serif;
    font-size: 15px;
    line-height: 21px;
    color: #09f;
  }
  .map_wrapper a.callout_link {
    font-size: 17px;
    line-height: 24px;
  }
  .map_wrapper a.callout_link:hover,
  .map_wrapper a.interface_link:hover,
  .map_wrapper a.callout_link:visited,
  .map_wrapper a.interface_link:visited {
    color: #09f;
  }
  .map_wrapper .roboto {
    color: #333;
    font-family: "Roboto Condensed", "Helvetica-Neue", "Helvetica", sans-serif;
    font-size: 21px;
    text-transform: uppercase;
  }


/* FOOTER
-------------------------------- */

#footer {
  border-top: 1px solid #ccc;
  padding: 20px 0;
 } 

 #footer a {
    font-family: "Helvetica-Neue", "Helvetica", Arial, sans-serif;
    font-size: 13px;
    text-transform: uppercase;
    color: #777;
  }
  #footer a:hover {
    color: #09f;
    text-decoration: none;
  }
  #footer ul {
    margin: 10px 0;
    overflow: hidden;
    padding: 0;
    width: 360px;
    margin: 0 auto;
  }
   #footer ul li {
      list-style: none;
      float: left;
      text-align: center;
      margin: 10px 15px;
    }

  #footer ul.footer_right_side {
    font-size: 13px;
    font-family: "Helvetica-Neue", "Helvetica", Arial, sans-serif;

  }
   #footer ul.footer_right_side li {
      width: 100%;
      text-align: center;
    }


/* RESPONSIVE
-------------------------------- */

@media only screen and (min-width: 640px){

  h2 {
    color: #fff;
  }

  #home .big_image_box {
      height: 300px;
      background: #000 url(https://s3.amazonaws.com/steveELynch/steven_lynch_768.jpg) center center no-repeat;
      background-size: cover;
    }

    #home .text_container {
      width: 600px;
      margin: 20px auto 60px auto;
    }
      #home .text_container p {
        font-size: 16px;
        line-height: 24px;
      }
      #home .text_container h4 {
        margin: 40px 0;
        font-size: 21px;
        line-height: 31px;
      }
 

  .wrapper {
    font-size: 16px;
    line-height: 24px;
    width: 600px;
    margin: 80px auto 60px auto;
  }

  .map_wrapper {
    font-family: "Droid Serif", "Georgia", serif;
    margin: 20px auto 60px auto;
  }
   .map_wrapper p {
      font-size: 18px;
      line-height: 28px;
    }
    .map_wrapper .roboto {
      font-size: 24px;
    }

  #footer {
    margin: 0 25px 30px 25px;
  }
    #footer ul {
      float: left;
    }
     #footer ul li {
        text-align: left;
        margin: 0 25px 0 0;
      }
    
    #footer ul.footer_right_side {
      float: right;
    }
     #footer ul.footer_right_side li {
        text-align: right;
      }
}



@media only screen and (min-width: 860px){

  body h4 {
      width: 710px;
    }

  #home .text_container {
      width: 710px;
      margin-top: -79px;
    }

    #home .text_container  h2 {
        font-size: 90px;
        line-height: 90px;
        color: #fff;
      }
      #home .text_container h3 {
        font-size: 26px;
      }
      #home .text_container .column {
        width: 318px;
        float: left;
      }
      #home .text_container .left_column {
        margin-right: 40px;
    }
    .big_image_box {
      height: 480px;
      background: #000 url(https://s3.amazonaws.com/steveELynch/steven_lynch_1170.jpg) center center no-repeat;
      background-size: cover;
    }

  .wrapper {
    width: 600px;
    margin: 100px auto 60px auto;
  }
  
  .map_wrapper {
    width: 710px;
  }
}



@media only screen and (min-width: 990px){

  #home .alert {
      margin: 80px auto 27px auto;
      width: 970px;
    }

     #home .text_container h3 {
        font-size: 38px;
      }
    
    #home .text_container h4 {
        margin: 45px 0;
        font-size: 24px;
        line-height: 34px;
      }

  #home .text_container {
      width: 970px;
      margin: -113px auto 50px auto;
    }
   
     #home .text_container h2 {
        /*font-size: 130px;*/
        line-height: 130px;
      }
      
      #home .text_container .column {
        width: 410px;
        margin: 0 70px 0 0;
        float: left;
      }
      
      #home .text_container .right_column {
        margin-right: 0;
      }


  .map_wrapper {
    margin: 40px auto 60px auto;
  }
   .map_wrapper p {
      font-size: 21px;
      line-height: 34px;
    }
   .map_wrapper  .roboto {
      font-size: 28px;
    }

  #footer {
    width: 970px;
    margin: 0 auto 40px auto;
  }
    #footer ul {
      padding: 0;
    }
}

@media only screen and (min-width: 1500px){

  #home .big_image_box {
      height: 550px;
      background-image: url(https://s3.amazonaws.com/steveELynch/steven_lynch_1170@2x.jpg);
      background-size: cover;
    }

}



@media (-webkit-min-device-pixel-ratio: 2){
(min-resolution: 192dpi) {

  #home .big_image_box {
      background-image: url(https://s3.amazonaws.com/steveELynch/steven_lynch_500@2x.jpg);
      background-size: cover;
  }

  @media only screen and (min-width: 768px){
    
    #home .big_image_box {
        background-image: url(https://s3.amazonaws.com/steveELynch/steven_lynch_768@2x.jpg);
        background-size: cover;
      }
  }

  @media only screen and (min-width: 860px){

    #home .big_image_box {
        background-image: url(https://s3.amazonaws.com/steveELynch/steven_lynch_1170@2x.jpg);
        background-size: cover;
      }
    }
  }