/*!
* Chinesehideout Vocabulary Builder Home CSS
* Copyright (c) 2014 (http://chinesehideout.com)
* With much of the content modified from Bootstrap Docs.
*/

/*!
 * Bootstrap Docs (http://getbootstrap.com)
 * Copyright 2011-2014 Twitter, Inc.
 * Licensed under the Creative Commons Attribution 3.0 Unported License. For
 * details, see http://creativecommons.org/licenses/by/3.0/.
 */
.btn-outline{color:#886;background-color:transparent;border-color:#886}
.btn-outline:hover,.btn-outline:focus,.btn-outline:active{color:#fff;background-color:#886;border-color:#886}
.btn-outline-inverse{color:#fff;background-color:transparent;border-color:#e8e5d5}
.btn-outline-inverse:hover,.btn-outline-inverse:focus,.btn-outline-inverse:active{color:#886;text-shadow:none;background-color:#fff;border-color:#fff}

.bldr-masthead{position:relative;padding:80px 15px;text-align:center;background-color:#bb9;background-image:-webkit-gradient(linear,left top,left bottom,from(#886),to(#bb9));background-image:-webkit-linear-gradient(top,#886 0,#bb9 100%);background-image:-o-linear-gradient(top,#886 0,#bb9 100%);background-image:linear-gradient(to bottom,#886 0,#bb9 100%);filter:progid:DXImageTransform.Microsoft.gradient(startColorstr='#886', endColorstr='#bb9', GradientType=0);background-repeat:repeat-x}
.bldr-masthead .bldr-brandicon{margin:0 auto 30px}
.bldr-masthead h1{font-weight:500;line-height:1;color:#e8e5d5}
.bldr-masthead .lead{margin:0 auto 30px;font-size:20px;color:#fff}
.bldr-masthead .btn{width:100%;padding:15px 30px;font-size:20px}
@media (min-width:480px){.bldr-masthead .btn{width:auto}
}
@media (min-width:768px){.bldr-masthead h1{font-size:48px}
.bldr-masthead .lead{font-size:24px}
}
@media (min-width:992px){.bldr-masthead .lead{width:80%;font-size:30px}
}

.bldr-featurette{padding-top:40px;padding-bottom:40px;font-size:16px;line-height:1.5;color:#555;text-align:center;background-color:#fff;border-bottom:1px solid #e5e5e5}
.bldr-featurette+.bldr-footer{margin-top:0;border-top:0}
.bldr-featurette-title{margin-bottom:5px;font-size:24px;font-weight:500;color:#442}
.half-rule{width:100px;margin:40px auto}
.bldr-featurette h3{margin-bottom:5px;font-weight:400;color:#333}
@media (min-width:480px){.bldr-featurette .img-responsive{margin-top:30px}
}
@media (min-width:768px){.bldr-featurette{padding-top:100px;padding-bottom:100px}
.bldr-featurette-title{font-size:30px}
.bldr-featurette .lead{max-width:80%;margin-right:auto;margin-left:auto}
.bldr-featurette .img-responsive{margin-top:0}
}
