a:hover, a:active { outline: 0; }


/*
 * 1. Improve image quality when scaled in IE7: h5bp.com/d
 * 2. Remove the gap between images and borders on image containers: h5bp.com/i/440
 */

img { border: 0; -ms-interpolation-mode: bicubic; vertical-align: middle; }

/*
 * Correct overflow not hidden in IE9
 */

svg:not(:root) { overflow: hidden; }



body { background: #f9f9f9 url(../img/bg.jpg) repeat-x; padding-top: 40px; padding-bottom: 40px; color: #3a3835}

h1,h2,h3,h4{color: #b79548;}
hr{border: none}
#myCarousel{max-width: 510px;}

#links{margin: 20px 0 20px 0}
#links li{list-style-type: none; padding-left: 36px; line-height:37px}
#links li.rss{background: url(../img/icons.png) no-repeat; }
#links li.email{background: url(../img/icons.png) 0 -27px no-repeat; }
#links li.archive{background: url(../img/icons.png) 0 -60px no-repeat; }
.container{max-width: 960px;}
.marketing p{font-family: Verdana; font-size:0.8rem}
.marketing h4:first-child{margin-top: -17px}

      /* Custom container */
      .container-narrow {
        margin: 0 auto;
        max-width: 1100px;
      }
      .container-narrow > hr {
        margin: 30px 0;
      }
      .container-narrow  hr.first{
        margin: 0 0 30px 0;
      }
      /* Main marketing message and sign up button */
      .jumbotron {
        margin: 10px auto 0 auto;
		background: url(../img/iphones.jpg) 0 0 no-repeat;
		width: 1100px;
		height: 736px;
		background-size: 100% 100%;
		display:block;
		overflow: hidden;
      }
      .jumbotron h1 {
        font-size: 72px;
        line-height: 1;
      }
      .jumbotron .btn {
        font-size: 21px;
        padding: 14px 24px;
      }

      /* Supporting marketing content */
      .marketing {
        margin: 0;
      }
      .marketing p + h4 {
        margin-top: 28px;
		}
		.hide-text {
		text-indent: 100%;
		white-space: nowrap;
		overflow: hidden;
		}

.footer{text-align:center}		
/* For image replacement */
.ir { display: block; border: 0; text-indent: -999em; overflow: hidden; background-color: transparent; background-repeat: no-repeat; text-align: left; direction: ltr; *line-height: 0; }
.ir br { display: none; }

/* Hide from both screenreaders and browsers: h5bp.com/u */
.hidden { display: none !important; visibility: hidden; }

/* Hide only visually, but have it available for screenreaders: h5bp.com/v */
.visuallyhidden { border: 0; clip: rect(0 0 0 0); height: 1px; margin: -1px; overflow: hidden; padding: 0; position: absolute; width: 1px; }

/* Extends the .visuallyhidden class to allow the element to be focusable when navigated to via the keyboard: h5bp.com/p */
.visuallyhidden.focusable:active, .visuallyhidden.focusable:focus { clip: auto; height: auto; margin: 0; overflow: visible; position: static; width: auto; }

/* Hide visually and from screenreaders, but maintain layout */
.invisible { visibility: hidden; }

/* Contain floats: h5bp.com/q */
.clearfix:before, .clearfix:after { content: ""; display: table; }
.clearfix:after { clear: both; }
.clearfix { *zoom: 1; }

/* Large desktop */
@media (min-width: 1200px) {       
	
}
 
/* Portrait tablet to landscape and desktop */
@media (min-width: 768px) and (max-width: 979px) {
		
	
}
 
/* Landscape phone to portrait tablet */
@media (max-width: 767px) { 

}
 
/* Landscape phones and down */
@media (max-width: 480px) { 

		p.center{margin-top:0;}
}