/* ==========================================================================
   Bitspark Blog
   ========================================================================== */

/*

  0.  General
  1.  Site Head
  2.  Parallax
  3.  Footer

 */

/* 0. General
------------------------------------------------------------------------------- */
html, body {
  font: 14px/18px 'Open Sans', Helvetica, Arial, sans-serif;
  color: #666;
  background-color: #fff;
  position: relative;
  -webkit-font-smoothing: antialiased;
  -webkit-transition: all .3s ease;
     -o-transition: all .3s ease;
      transition: all .3s ease;
  height: 100%;
}
body {
  margin: 0; padding:0
}
h1, h2, h3, h4, h5, h6 {
}
h2 {
  font-size: 36px;
  line-height: 40px;
  color: #2D3E50;
  font-weight: 700;
  letter-spacing: -1px;
}
h3 {
  font-weight: 700;
}

p {
  font-size: 18px;
  line-height: 22px;
  margin: 20px 0px;
}

a {
  color: #000;
  text-decoration: none;
  transition: color 0.25s ease 0s;
}
a:hover {
  color: #EC1C24;
  text-decoration: none;
}
a:focus {
  color: #EC1C24;
  text-decoration: none;
}

section {
  /*margin-bottom: 60px;*/
  margin:auto;
}

.navbar { margin-bottom:0; }
.spacer { margin-top:50px; }
.left { float: left; }
.right { float: right; }
.centered { text-align: center; }
.dark { color: #FFF; }

/* 1. Site Head
------------------------------------------------------------------------------ */
.content-blog-title {
  text-align: center;
  height: 100px; /* this is the height of your header */
  margin-top: -50px; /* this is again negative value of the height of your header */
  display: block;
  padding-bottom: 5%;
}
.content-blog-logo {
  border-radius: 12px;
  border-color: #e5e5e5;
  top: -50px;
  height: 100px;
}
.content-blog-icon {
  width: 100%;
  height: 20%;
  text-align: center;
}
.content-blog-header {
  margin-top: 5px;
  text-transform: uppercase;
  letter-spacing: 2px;
  font-size: 30px;
  margin-bottom: 0px;
}
.content {
  padding-top: 70px;
}

/* 2. Parallax
------------------------------------------------------------------------------- */
.parallax-bg1 {
  background: url("../images/hong-kong-city-by-day-1.jpg");
}
.parallax {
  background-size: cover;
  width: 100%;
  background-repeat: no-repeat;
  height: 400px;
  background-attachment: fixed;
  background-position: center center;
}
.home {
  font-size: 16px;
  font-weight: 700;
  text-transform: uppercase;
  padding: 15px;
  border-radius: 10px;
  background: #fff;
  position: absolute;
  left: 10px;
  top: 10px;
}

/* 3. Footer
------------------------------------------------------------------------------- */
.footer {
  background: #FAFAFA;
  font-size: 12px;
  padding: 10px 0px;
}

.footer .separator {
  padding-left: 0px 2px;
}

.footer .footer-top {
  margin-bottom: 0px;
  color: #BBBBBB;
}

.footer .footer-top a {
  margin-bottom: 0px;
  color: #959595;
}

.footer .footer-top a:hover {
  text-decoration: underline;
}

.footer-social a {
  display: inline-block;
  text-align: center;
  width: 30px;
  height: 30px;
  padding: 5px 5px;
  margin-right: 5px;
  border-radius: 50%;
  background-color: #00bffe;
}
.footer-social a:hover { background-color: rgb(70,70,70); }

.footer-bottom {
  margin-top: 0px;
  color: #BBBBBB;
  font-weight: 100;
  font-size: 13px;
  font-style: italic;
}

@media only screen and (max-width: 959px) {
  .footer .footer-social {
    padding-top: 8px;
  }
}