/*!
 * Start Bootstrap - Simple Sidebar HTML Template (http://startbootstrap.com)
 * Code licensed under the Apache License v2.0.
 * For details, see http://www.apache.org/licenses/LICENSE-2.0.
 */

/* Load in custom fonts. */
@font-face {
    font-family: 'Neuzeit';
    src: url('../fonts/neuzeits-book-webfont.eot');
    src: url('../fonts/neuzeits-book-webfont.eot?#iefix') format('embedded-opentype'),
         url('../fonts/neuzeits-book-webfont.woff2') format('woff2'),
         url('../fonts/neuzeits-book-webfont.woff') format('woff'),
         url('../fonts/neuzeits-book-webfont.ttf') format('truetype'),
         url('../fonts/neuzeits-book-webfont.svg#neuzeits-bookbook') format('svg');
    font-weight: normal;
    font-style: normal;
}

@font-face {
    font-family: 'Neuzeit';
    src: url('../fonts/neuezeitSheavybook.otf') format('truetype');
    font-weight: bold;
    font-style: normal;
}

body {
    font-family: 'Neuzeit', 'Arial', serif;
    color: #000;
}

p {
  font-size: 12px;
}

/* Manually override styles from Bootstrap */
a {
  color: #000;
  text-decoration: underline; 
}

a:hover {
  color: #000;
}

img {
  max-width:100%;
}

/* 
  Some images will be distorted, but customer wants there to be no border between images.
  Have magazines take up full width of container column div, but maintain a constant height.
*/
.press img {
  width:180px;
  height: 265px;
}

/* Override padding on the columns so there is no border. */
.nopadding {
  padding: 0px !important;
  margin: 0px !important;
}

/*center-img-vertically {
  display: inline-block;
  vertical-align: middle;
}*/


/* Style the text version of the logo */

h1 {
  font-size: 26px;
  font-family: 'Neuzeit', 'Arial', serif;
  text-decoration: none;
}

/* 
  put this separately so it doesn't affect other H1 (even though there should only
  be one per page). These properties are the ones affected by fadeIn()/fadeOut(),
  which we use to transition between the SVG and the text.
*/
#logo-text {
  z-index: 10000;
  position: relative;
  color: #FFFFFF;
  font-weight: bold;
  padding-top: 12px;
}

/* Toggle Styles */

#sidebar-wrapper {
    z-index: 100;
    position: fixed;
    left: 250px;
    width: 0;
    height: 100%;
    margin-left: -250px;
    overflow-y: auto;
    background: #000;
    color: #000;
    -webkit-transition: all 0.35s ease;
    -moz-transition: all 0.35s ease;
    -o-transition: all 0.35s ease;
    transition: all 0.35s ease;
    text-transform: uppercase;
}

#sidebar-wrapper.toggled {
    width: 45%;
    min-width: 370px;
    color: #FFF;
}


/* Sidebar Styles */

.sidebar-nav {
    top: 0;
    width: 100%;
    list-style: none;
}

.sidebar-nav li {
    text-indent: 20px;
    line-height: 40px;
    letter-spacing: 1px;
    font-size: 12px;
}

.sidebar-nav li a {
    display: block;
    text-decoration: none;
    color: #FFF;
    font-weight: 200;
}

.sidebar-nav li a:hover {
    text-decoration: none;
    font-weight: bold;
}

.sidebar-nav li a:active,
.sidebar-nav li a:focus {
    text-decoration: none;
}

.sidebar-nav > .sidebar-brand a:hover {
    color: #fff;
    background: none;
}

.nested-items {
    display: none;
}

.nested-items li {
    text-indent: 20px;
    line-height: 30px;
    letter-spacing: 1px;
    font-size: 10px;
    list-style: none;
}

#logo {
    z-index: 10000;
    position: relative;
    height: 60px;
    margin-top: 30px;
    text-decoration: none;
}

#logo svg:hover {
    z-index: 10000;
    fill: #FFF;
}

#list-wrapper {
    margin-top: 100px;
    padding-left: 15%;
    overflow: hidden;
}

.title {
    padding-top: 20px;
    font-weight: bold;
}

.description {
    padding-bottom: 25px;
}

.description a {
    text-decoration: underline;
}

/* Style the grid. */

.grid {
  margin-top: 10px;
  margin-bottom: 70px;
}

.grid-item { 
  /* Gutters are set in Masonry initialization options. */
  margin-bottom: 4px;
  width: 250px;
  overflow: hidden;
  cursor: pointer;
}
.grid-item--width2 { 
  magrin-bottom: 4px;
  width: 500px;
  cursor: pointer;
}


/* Style the carousel. */
.carousel-control {
  top:50%;
  width:auto;
  height:1em;
  background:transparent;
  text-shadow: none;
  color: #000;
  opacity: 1;
}

.carousel-control:hover {
  opacity: .5;
}
/* Remove gradient from buttons and push the carosuel
   controls outside of the carosuel itself. */
.carousel-control.left {
  background-image: none;
  color: #000;
  margin-left: -3%;
}

.carousel-control.right {
  background-image: none;
  color: #000;
  margin-right: -3%;
}

/* Space between carousel and first row of gallery. */
.carousel {
  margin-bottom: 50px;
}


#social-links a {
    margin-top: 50px;
    font-size: 20px;
    padding-right: 15px;
    display: inline;
}

#social-links {
    text-indent: 10px;
    padding-top: 30px;
    -webkit-transition: all 0.5s ease;
    -moz-transition: all 0.5s ease;
    -o-transition: all 0.5s ease;
    transition: all 0.5s ease;
}

.active {
  font-weight: bold;
}

#photo {
  display: inline-block;
  width: 100%;
  height: 100%;
  background-repeat: no-repeat;
  background-position: center;
  /* This prevents the carousel from getting huge on large screensizes,
     with a lot of whitespace surrounding the actual image.
     All images should be programmatically set to a height of 550px using ImageMagick. */
  max-height: 550px; 
}

/* If on smaller screens like tablets then shrink
   font size of submenus. */
@media (min-width: 501px and max-width: 1000px) {
  #sidebar-wrapper.toggled {
    width: 75%;
    color: #FFF;
  }
}




/* If we're on a smartphone, menu takes up whole device width */
@media (max-width: 500px) {
  #sidebar-wrapper {
    padding-top: 40px;
    padding-bottom: 50px;
    /* Override normal style */
    padding-left: 0px; 
    margin-left: 0px;
    left: 0px;
    /* end overriding normal styles. */
    display: block;
    width: 0px;
  }

  #sidebar-wrapper li {
    text-indent: 0px;
  }


  #sidebar-wrapper.toggled {
    width: 100%;
    color: #FFF;
  }

  #myCarosuel {
    display: none;
  }
}


