/*
Theme Name: Help The Homeless Worldwide
Theme URI: https://www.hthcoin.world
Author: fabiyamada
Author URI: https://twitter.com/mxYamada
Description: HTH theme.
Version: 1.0
Text Domain: -
*/

/*
 * Globals
 */
@import url('https://fonts.googleapis.com/css?family=Kalam:300,400,700|Lato:100,400,700');
html{ margin:0;
    display: table;
    height: 100%; width: 100%;}
body {
  font-family: 'Lato', 'Arial', 'Helvetica', sans-serif;
  color: #555;
    background: #e2e2e2;
    margin:0;
    display: table;
    height: 100%; width: 100%;
}
.allcontainer{height: auto;}
.footersticky{display: table-row; height: 1px;}
.pushdown{height: 50px;}

h1, .h1,
h2, .h2,
h3, .h3,
h4, .h4,
h5, .h5,
h6, .h6 {
  margin-top: 0;
  font-weight: normal;
  color: #333;
}
.post h2{font-family: 'Kalam'}
.post h2 a, .post a{color:#34bcaa}

a:hover{text-decoration: none; cursor:pointer; }


img{vertical-align: middle;}

.align-middle{vertical-align: middle;}
.table-row{display: table-row}

.push-div{padding-top:50px}
/*
 * Override Bootstrap's default container.
 */

@media (min-width: 1200px) {
  .container {
    width: 970px;
  }
}


/*
 * Masthead for nav
 */

.blog-masthead {
  background-color: #428bca;
  -webkit-box-shadow: inset 0 -2px 5px rgba(0,0,0,.1);
          box-shadow: inset 0 -2px 5px rgba(0,0,0,.1);
}

/* Nav links */
.blog-nav-item {
  position: relative;
  display: inline-block;
  padding: 10px;
  font-weight: 500;
  color: #fff;
}
.blog-nav-item:hover,
.blog-nav-item:focus {
  color: #fff;
  text-decoration: none;
}

/* Active state gets a caret at the bottom */
.blog-nav .active {
  color: #fff;
}
.blog-nav .active:after {
  position: absolute;
  bottom: 0;
  left: 50%;
  width: 0;
  height: 0;
  margin-left: -5px;
  vertical-align: middle;
  content: " ";
  border-right: 5px solid transparent;
  border-bottom: 5px solid;
  border-left: 5px solid transparent;
}


/*
 * Blog name and description
 */

.blog-header {
  padding-top: 20px;
  padding-bottom: 20px;
}
.blog-title {
  margin-top: 30px;
  margin-bottom: 0;
  font-size: 60px;
  font-weight: normal;
}
.blog-description {
  font-size: 20px;
  color: #999;
}


/*
 * Main column and sidebar layout
 */

.blog-main {
  font-size: 18px;
  line-height: 1.5;
}

/* Sidebar modules for boxing content */
.sidebar-module {
  padding: 15px;
  margin: 0 -15px 15px;
}
.sidebar-module-inset {
  padding: 15px;
  background-color: #f5f5f5;
  border-radius: 4px;
}
.sidebar-module-inset p:last-child,
.sidebar-module-inset ul:last-child,
.sidebar-module-inset ol:last-child {
  margin-bottom: 0;
}


/* Pagination */
.pager {
  margin-bottom: 60px;
  text-align: left;
}
.pager > li > a {
  width: 140px;
  padding: 10px 20px;
  text-align: center;
  border-radius: 30px;
}


/*
 * Blog posts
 */

.blog-post {
  margin-bottom: 60px;
}
.blog-post-title {
  margin-bottom: 5px;
  font-size: 40px;
}
.blog-post-meta {
  margin-bottom: 20px;
  color: #999;
}






#top{
    height:40px;
    line-height: 40px;
    background:#2c2c2c;
    position: fixed;
    width: 100%;
    z-index: 300;
}
#top a{color:#fff; padding:0 5px; transition:all .5s; font-size:12px;}
#top a:active{color:#ffc022;}
#top a:hover{color:#34bcaa;}
#top a.bold{color:#ffc022; font-weight: 700; font-size:14px; position: relative;}
#top a.bold span{position:absolute; top:-6px; left:36px; white-space: nowrap;}

#cover{
    font-family:'Kalam';
    font-size:19px;
    color:#fff;
    background:url(images/homeless_01.jpg) no-repeat center center;
    background-attachment: fixed;
    background-size: cover;
    height:480px;
    text-align: center;
}
#cover strong{color:#34bcaa; font-weight: 400;}
#cover .container{
    height: inherit; 
    display: table;
}
.cover-text{
    padding:0 50px; 
    display: table-cell;
    height: inherit;
    width:50%;
    
}
.cover-text img{margin-bottom:40px;}
#cover .btn{font-size:16px; font-family: 'lato'; border-radius: 0; margin-top:20px}

.btn{display: inline-block; padding:10px;}
.btn-large{padding-left:90px; padding-right:90px;}
.btn-yellow{background:#ffbe21; color:#212121;}

.homeless-face{
    height:510px;
    background:url(images/homeless_face.png) top center no-repeat;
    text-align: center;
    display: table-cell; vertical-align: middle;
}
.homeless-face h2{font-weight: 100; color:#fff; font-size: 100px; transition:all 3s; 
    opacity:.2;
    letter-spacing: 25px;}
.h2-expand{
    opacity:1 !important;
    letter-spacing:normal !important;
}

#main-info{padding:50px 0;}
#main-info h2{font-family:'Kalam'; font-weight: 300; font-size:40px; color:#168a7b; text-align: center;}
#main-info p{max-width: 755px;  margin: 15px auto;}

footer{
    background:#000000;
    color:#fff;
    font-size:12px;
    padding:30px 0;
}
footer strong{color:#ffbe21; font-weight: 400;}
footer .pull-right{color:#a9a9a9;}

.bottom{
    background: #2c2c2c; 
    color:#b5b5b5;
font-size:11px;
padding:10px 0;
}
.bottom path{
    fill:#ffbe21;
}
