/*!
 * Start Bootstrap - Full Width Pics HTML Template (http://startbootstrap.com)
 * Code licensed under the Apache License v2.0.
 * For details, see http://www.apache.org/licenses/LICENSE-2.0.
 */
@import url(https://fonts.googleapis.com/css?family=Cardo:400,400italic);
@import url(https://fonts.googleapis.com/css?family=Lato:300,300);

html {
    width: 100%;
    height: 100%;
}

body {
    /* Required margin for .navbar-fixed-top. Remove if using .navbar-static-top. Change if height of navigation changes. */
    /*margin-top: 50px; */
    font-family: 'Lato', sans-serif;
    width: 100%;
    height: 100%;
    font-size: 16px;
}

h1, h2, h3 {
    font-family: 'Cardo', serif;
    text-transform: uppercase;
    letter-spacing: 5px;
}

a, a:visited, a:active, a img {
  /* text-decoration-line: underline; */
    color: rgb(107, 107, 107);
    /*color: #ceb88c;*/
    /* text-decoration: ; */
    -webkit-transition: all 300ms cubic-bezier(0.250, 0.250, 0.750, 0.750);
       -moz-transition: all 300ms cubic-bezier(0.250, 0.250, 0.750, 0.750);
         -o-transition: all 300ms cubic-bezier(0.250, 0.250, 0.750, 0.750);
            transition: all 300ms cubic-bezier(0.250, 0.250, 0.750, 0.750); /* linear */
    -webkit-transition-timing-function: cubic-bezier(0.250, 0.250, 0.750, 0.750);
       -moz-transition-timing-function: cubic-bezier(0.250, 0.250, 0.750, 0.750);
         -o-transition-timing-function: cubic-bezier(0.250, 0.250, 0.750, 0.750);
            transition-timing-function: cubic-bezier(0.250, 0.250, 0.750, 0.750); /* linear */
}

strong {
    font-weight: 300;
}

.subtitle {
    margin-top: -20px;
    margin-bottom: 30px;
    font-size: 1.2em;
    text-transform: uppercase;
    letter-spacing: 2px;
}

a:hover {
    color: #000;
    /* text-decoration: none; */
}

a.project-link:hover  img{
    -webkit-filter: invert(15%) sepia(9%) hue-rotate(340deg);
    -moz-filter: invert(15%) sepia(9%) hue-rotate(340deg);
    -o-filter: invert(15%) sepia(9%) hue-rotate(340deg);
    -ms-filter: invert(15%) sepia(9%) hue-rotate(340deg);
    filter: invert(15%) sepia(9%) hue-rotate(340deg);
}

.mailto .glyphicon {
    margin-right: 20px;
}

.mailto {
    font-size: 1.2em;
    /*font-family: 'Cardo', serif;*/
    font-family: 'Lato', sans-serif;
    font-weight: 400;
    /*font-style: italic;*/
}

.lead {
    font-size: 1em;
}

.border-top, .border-bottom {
    width: 50px;
    height: 1px;
    background-color: #000;
    display: block;
}

.border-bottom {
    margin-bottom: 40px;
}

.image-bg-fluid-height, .image-bg-fixed-height, .intro, #portrait {
    -webkit-background-size: cover;
    -moz-background-size: cover;
    background-size: cover;
    -o-background-size: cover;
}

img {
    max-width: 100%;
}

.tables {
    display: table;
    margin-top: 30px;
}
.table-row {
    display: table-row;
}
.table-cell {
    display: table-cell;
    vertical-align: middle;
}
.intro {
    background-attachment: fixed;
}
.carousel{
  position: fixed;
  top:0;
  width:100%;
  height:100%;
  z-index:0;
}
.carousel-inner{
  height:100%;
}

.intro, #portrait {
	background-image: url('../images/now_slide_1.png');
    background-position-x: 60%;
    background-position-y: 60%;
    background-repeat: no-repeat;
    /*padding: 100px 0;*/
    height: 90%;
    width: 100%;
    display: table;
    padding: 0;
}
.bg1{
  background-image: url('../images/now_slide_22_scaled.jpg');
}
.bg2{
  background-image: url('../images/now_header_bg.jpg');
}
.carousel-indicators li{
  width:16px!important;
  height:16px!important;
  border-radius:100%!important;
  border-width:2px!important;
  margin:0 8px!important;
  border-color:#000!important;
}
#press .press-info{
  height:100%;
}
.clear{
  clear:both;
}
.button{
  text-align: center;
}
a.a-button{
  display: block;
  text-align: center;
  width: 154px;
  line-height: 36px;
  border:1px solid #000;
  color:#000;
  font-size: 12px;
  font-weight: 700;
  margin: 25px auto 0;
  background-color: #f1f1f1;
}
a.a-button:hover,a.a-button:visited,a.a-button:focus,a.a-button:active{
  text-decoration: none;
}
.carousel-indicators {
display:none;
}
@media (min-width: 768px){
  a.a-button:hover{
    background-color:#DED9D5;
  }
  .button{
    text-align:left;
  }
  .clear{
    clear: none;
  }
  a.a-button{
    margin: 0;
  }
.carousel-indicators {
    display:block;
    width: 750px;
    padding-right: 15px;
    padding-left: 15px;
    margin-right: auto;
    margin-left: auto;
    text-align: left;
    left:0;
    right:0;
}
.carousel-indicators li{
  margin:0!important;
  margin-right:16px!important;
}
#press .wrapper{
  position: relative;
  height:130px;
}
#press .button{
  position: absolute;
  bottom: 0;
}
}
@media (min-width: 992px){
.carousel-indicators {
    width: 970px;
}
#press .wrapper{
  height:180px;
}
}
@media (min-width: 1200px){
.carousel-indicators {
    width: 1170px;
}
#press .wrapper{
  height:226px;
}
}


.carousel-indicators .active{
  background-color: #000000;
  border:0;
}
header.intro{
  background-image: none;
  position: relative;
  z-index: 2;
  pointer-events: none;
}
.intro .intro-body {
    display: table-cell;
    vertical-align: middle;
}
.item{
  height:100%;
}
section, footer{
  background-color:#fff;
  position: relative;
  z-index:2;
}
#portrait {
    width: 100%;
    height: 350px;
}

.img-center {
	margin: 0 auto;
}

section {
    padding: 75px 0;
}

#projects, #press,footer {
    background-color: #f1f1f1;
}

.bg-light img{
    background-color: #fafafa;
}

.intro-heading {
    margin: 30px 0;
    font-size: 2em;
    font-weight: 500;
    font-family: 'Lato Bold', sans-serif
}

.section-heading {
    margin: 30px 0;
    font-size: 1.4em;
    font-weight: 500;
    font-family: 'Lato Bold', sans-serif
}

.section-lead {
    margin: 30px 0;
}

.section-paragraph {
    margin: 30px 0;
}

footer {
    padding: 50px 0;
    color: #ccc;
    font-size: 0.8em;
}

@media(max-width:768px) {
    section {
        padding-top: 25px;
        padding-bottom: 25px;
    }

    .subtitle {
    font-size: 1em;
    letter-spacing: 0.5px;
    }

    header.intro {
        background-image: none;
        height: 200px;
    }
    .carousel{
      position: relative;
      height:auto;
    }
    .carousel .intro{
      background-attachment: scroll;
    }
    .intro-heading {
        font-size: 1.6em;
    }

    .section-heading {
        font-size: 1.3em;
    }
    .bg-light {
    background-color: #fafafa;
    text-align: center;
    }
    h1, p {
        text-align: center;
    }
    h1 {
        padding-left: 3px;
        letter-spacing: 4px;
    }
    .border-bottom {
        margin-bottom: 40px;
        margin: 0px auto 40px;
    }
}

@media(min-width:768px) {
    .table-cell {
        float: none;
    }
}
