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

body {
  padding-bottom: 40px;
  padding-top: 90px;
  color: #5a5a5a;
}

/* Changing the header and paragraph fonts */

h1, h2, h3, h4, h5, h6 {
  font-family: 'Playfair Display', Georgia, Times, serif;
}
 
p, div {
  font-family: 'Muli', Verdana, Helvetica, sans-serif;
  color: #A8B0BF;
}

a{
  color: #B2822A;
}

div.container{
    background: url(/img/new_resources/twinkle_twinkle/twinkle_twinkle-83.png) repeat 0 0;
    padding: 0px 20px 0px 20px;

}

span.code {
  font-family: 'Source Code Pro', sans-serif;
  display: block;
  background: #111111;
  border: 1px dotted #333333;
  color: #FFCC6F;
  font-size-adjust: 0.5
    margin: 11px 0;
  padding: 10px;
  overflow: auto;
  white-space: pre;
  font-size: small;
  line-height: 1em;
}

span.code-inline{
  font-family: 'Source Code Pro', sans-serif;
  background: #111111;
  color: #FFCC6F;
  margin: 11px 0;
  padding: 2px;
  font-size: 90%;

}


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

/* Special class on .container surrounding .navbar, used for positioning it into place. */
.navbar-wrapper {
  position: absolute;
  top: 0;
  left: 10px;
  right: 0;
  z-index: 10;
  margin-top: 20px;
  margin-bottom: 90px; /* Negative margin to pull up carousel. 90px is roughly margins and height of navbar. */
}


/* Remove border and change up box shadow for more contrast */
.navbar .navbar-inner {
  border: 0;

  -webkit-box-shadow: 0 2px 10px rgba(0,0,0,.25);
     -moz-box-shadow: 0 2px 10px rgba(0,0,0,.25);
          box-shadow: 0 2px 10px rgba(0,0,0,.25);
}

/* Downsize the brand/project name a bit */
.navbar .brand {
  padding: 14px 20px 16px; /* Increase vertical padding to match navbar links */
  font-size: 16px;
  font-weight: bold;
  text-shadow: 0 -1px 0 rgba(0,0,0,.5);
}

/* Navbar links: increase padding for taller navbar */
.navbar .nav > li > a {
  padding: 15px 20px;
  color: #A8B0BF;
}

/* Offset the responsive button for proper vertical alignment */
.navbar .btn-navbar {
  margin-top: 10px;
}

.navbar-fixed-top .navbar-inner, .navbar-fixed-bottom .navbar-inner {
    padding-left: 20px;
}



/* ORGANIZE TEH BLOGSES
-------------------------------------------------- */

/* Styling for articles */

div.article{
}

div.headline h2 a{
	color: #FFCC6F;
    font-size: 36px;
    text-decoration: none;
    
}

div.byline{
    border-bottom: 1px solid #ABB0BF;
    margin-bottom: 21px;
}

div.byline p{
	color: #FFCC6F;
}

#about-squish{
	visibility: hidden;
	margin-top: 21px;
}

#about-squish hr{
	color: #ABB0BF;
	background-color: #ABB0BF;
}

#birdie{
	color: #B2822A;
}


div.bio h2{
	color: #FFCC6F;
	font-size: 36px;
	text-decoration: none;
	border-bottom: 1px solid #ABB0BF;
	margin-bottom: 41px;

}

footer p{
	padding: 50px 0px 10px;
}

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

@media (max-width: 979px) {

  .container.navbar-wrapper {
    margin-bottom: 0;
    width: auto;
  }
  .navbar-inner {
    border-radius: 0;
    margin: -20px 0;
  }

  .carousel .item {
    height: 500px;
  }
  .carousel img {
    width: auto;
    height: 500px;
  }

  .featurette {
    height: auto;
    padding: 0;
  }
  .featurette-image.pull-left,
  .featurette-image.pull-right {
    display: block;
    float: none;
    max-width: 40%;
    margin: 0 auto 20px;
  }
}


@media (max-width: 767px) {

  .navbar-inner {
    margin: -20px;
  }

  .carousel {
    margin-left: -20px;
    margin-right: -20px;
  }
  .carousel .container {

  }
  .carousel .item {
    height: 300px;
  }
  .carousel img {
    height: 300px;
  }
  .carousel-caption {
    width: 65%;
    padding: 0 70px;
    margin-top: 100px;
  }
  .carousel-caption h1 {
    font-size: 30px;
  }
  .carousel-caption .lead,
  .carousel-caption .btn {
    font-size: 18px;
  }

  .marketing .span4 + .span4 {
    margin-top: 40px;
  }

  .featurette-heading {
    font-size: 30px;
  }
  .featurette .lead {
    font-size: 18px;
    line-height: 1.5;
  }

}

@media (min-width: 1080px) {
	#about-squish{
		visibility: visible;
	}
	
	#content{
		width: 770px;
	}
}


