/*!
 *
 *
 * Material Design for Bootstrap
 * www.mdbootstrap.com
 *
 *
 */
/*********************
  Mixins
  **********************/
/*********************
  VARIABLES
  **********************/
/*********************
  GENERAL
  **********************/
  html,
  body {
    height: 100%;
    /*font-family: 'Source Sans Pro', sans-serif;*/
  }

/*********************
  NAVIGATION
  **********************/
  .navbar {
    background-color: transparent;
    z-index: 999;
  }

  .top-nav-collapse {
    background-color: rgba(0,0,0,0.5) !important;
  }

  /* Small Devices, Tablets */
  @media only screen and (max-width: 768px) {
    .navbar {
      background-color: rgba(0,0,0,0.5) !important;
    }
  }

/*********************
  MAIN IMAGE
  **********************/
  .full-bg-img {  
    background: url("../img/fixed-bg.jpg") no-repeat center center fixed;  
    -webkit-background-size: cover;
    -moz-background-size: cover;
    -o-background-size: cover;
    background-size: cover;
  }


  footer.page-footer {
    margin-top: -20px;
  }

/*==============================================================
=            Comments for Custom Longertwits Styles            =
==============================================================*/
.lg-home-content {
  width: 50%;
  margin: 0 auto;
  line-height: 2.5;
}


/*=====  End of Comments for Custom Longertwits Styles  ======*/

/*********************
  TEMPLATE COLORS
  **********************/
  .pt-color {
    background-color: #1C2331 !important;
  }

  .st-color {
    background-color: #4D5668 !important;
  }

  .et-color {
    background-color: #3F729B !important;
  }

  .btn-ptc {
    background-color: #1C2331 !important;
  }

  .btn-ptc:hover {
    background-color: #2f3a51 !important;
  }

  .btn-ptc:focus {
    background-color: #2f3a51 !important;
  }

  .btn-stc {
    background-color: #4D5668 !important;
  }

  .btn-stc:hover {
    background-color: #636e85 !important;
  }

  .btn-stc:focus {
    background-color: #636e85 !important;
  }

  .btn-etc {
    background-color: #3F729B !important;
  }

  .btn-etc:hover {
    background-color: #548cb9 !important;
  }

  .btn-etc:focus {
    background-color: #548cb9 !important;
  }

  .fb-bg {
    background-color: #3B5998;
  }

  .tw-bg {
    background-color: #55ACEE;
  }

  .gplus-bg {
    background-color: #DD4B39;
  }
  .bg-black {
    background-color: rgba(0,0,0,.6);
  }
  .lg-blue {
    background-color: rgba(27,145,200,0.6);
  }

  .lg-100 {
    margin-top: 100px;
  }

  .lg-round {
   width: 100px;
   height: 100px;
   border-radius: 50px;
   -webkit-border-radius: 50px; 
   -moz-border-radius: 50px;
   -o-border-radius: 50px;
   -ms-border-radius: 50px;
   border: 2px solid #CCC;
 }
 .lg-profile-img {
  top: 45%;
  z-index: 10;
  left: 3%;
}
.lg-textarea {
  height: 7.5rem;
}
.lg-inline {
  text-align: center;
  display: inline-block;
}
.lg-main {
  padding: 4%;
}
#htext, #htext1 {
  font-size: 2.2rem;
}
/*********************
  FOOTER
  **********************/

  footer.page-footer {
    margin-top: 0;
    background-color: rgba(27,145,200,0.6);
  }
