/* GLOBAL STYLES
-------------------------------------------------- */
/* Padding below the footer and lighter body text */

body {
  /* padding-bottom: 40px; */
  color: #5a5a5a;
  font-family: "Open Sans",sans-serif;
}


/* CUSTOMIZE THE NAVBAR
-------------------------------------------------- */

/* Special class on .container surrounding .navbar, used for positioning it into place. */
.navbar-wrapper {
  position: absolute;
  top: 0;
  right: 0;
  left: 0;
  z-index: 20;
}

/* Flip around the padding for proper display in narrow viewports */
/*.navbar-wrapper > .container {
  padding-right: 0;
  padding-left: 0;
}*/
.navbar-wrapper .navbar {
  padding-right: 15px;
  padding-left: 15px;
}
.navbar-wrapper .navbar .container {
  width: auto;
}

.language-picker {
  float: right;
  margin: 30px;
  z-index: 30;
}


/* MARKETING CONTENT
-------------------------------------------------- */

/* Center align the text within the three columns below the carousel */
.marketing .col-lg-4 {
  margin-bottom: 20px;
  text-align: center;
}
.marketing h2 {
  font-weight: normal;
}
.marketing .col-lg-4 p {
  margin-right: 10px;
  margin-left: 10px;
}


/* Featurettes
------------------------- */

.featurette-divider {
  margin: 80px 0; /* Space out the Bootstrap <hr> more */
}

/* Thin out the marketing headings */
.featurette-heading {
  font-weight: 300;
  line-height: 1;
  letter-spacing: -1px;
}

.featurette-image {
 height: 585px;
 width: auto;
}

/* learning from shift */

#header-background-holder {position: fixed; width: 100%; height: 680px; z-index: -1;}

.logo {width: 110px; margin-top: 120px; margin-bottom: 60px; max-width: 100%;}
.mobile-logo-section {padding: 0 40px;}
.mobile-logo-section .logo {width: 220px;  margin-top: 40px; max-width: 80%;}

.non-header {background-color: #fff; z-index: 100;}

.center {text-align: center;}
.center .img-responsive {margin: 0px auto;}

.header .bezel {margin-bottom: -100px; margin-top: 100px;}
.header {overflow: hidden;}
.bezel {width: 420px; height: 585px; background-size: cover; margin: 20px auto 0 auto; padding: 116px 0px 0px 61px;}

.appstorebadge {height: 60px; margin: 10px 10px 10px 10px;}

/* portifolio */

.portfolio-item {
    margin-bottom: 25px;
}

/* cover (bootstrap example) */
.inner {
  padding: 30px;
}


/* customize -- my work */

.portfolio-item .img-responsive {
  width: 40%;
  padding: 20px;
}

footer {
  padding: 20px 0;
  color: #999;
  text-align: center;
  background-color: #ddd;
  border-top: 1px solid #e5e5e5;
}

.header h1 {
  color: #fff;
  font-size: 2.5em;
}

.header h4 {
  color: #fff;
  font-size: 1.5em;
}

.press {
 background-color: #eee;
 padding: 10px 40px;
}

.press img {
 padding: 10px 20px;
}

.featurette h2 {
margin-bottom: 30px;
margin-top: 100px;
}

.download {
 margin-top: 40px;
}

.socialLink {margin: 30px 15px; width: 50px; height: 50px;}


/* RESPONSIVE CSS
-------------------------------------------------- */

@media (min-width: 768px) {
  /* Navbar positioning foo */
  .navbar-wrapper {
    margin-top: 20px;
  }
  .navbar-wrapper .container {
    padding-right: 15px;
    padding-left: 15px;
  }
  .navbar-wrapper .navbar {
    padding-right: 0;
    padding-left: 0;
  }

  /* The navbar becomes detached from the top, so we round the corners */
  .navbar-wrapper .navbar {
    border-radius: 4px;
  }

  .featurette-heading {
    font-size: 50px;
  }
}

@media (min-width: 992px) {
  .featurette-heading {
    margin-top: 120px;
  }
}


/* http://stackoverflow.com/questions/13562658/twitter-bootstrap-multi-column-dropdown */
/* columns */
@media screen and (max-width: 991px){
    .columns{
        height: 400px;
        overflow:scroll;
    }
}

@media screen and (min-width: 992px){
    .columns{
        -moz-column-count:3; /* Firefox */
        -webkit-column-count:3; /* Safari and Chrome */
        column-count:3;
        width: 500px;
    }
}

