/*My styles*/
html {
  /*position: relative;*/
  min-height: 100%;
}
body {
  font-family: 'Noto Sans', sans-serif;
  background: url('../../images/basketball_court.jpg') center fixed no-repeat #000000;
  padding-top: 70px;
  margin-bottom: 50px;
}
h1,
h2,
h3,
h4,
h5,
h6 {
  font-family: 'Francois One', sans-serif;
}
.public h3 {
  text-align: right;
}
.navbar-collapse {
  padding-top: 15px;
  padding-bottom: 15px;
}
.navbar-collapse.collapse {
  padding-bottom: 15px;
}
#rightside {
  border: 1px solid #e7e7e7;
  padding: 5px 20px 5px 20px;
  background: #f8f8f8;
}
.sidebar {
  background: #f8f8f8;
}
.border {
  padding: 30px;
}
.form-signin {
  max-width: 330px;
  padding: 15px;
  margin: 0 auto;
}
.form-signin .form-signin-heading,
.form-signin .checkbox {
  margin-bottom: 10px;
}
.form-signin .checkbox {
  font-weight: normal;
}
.form-signin .form-control {
  position: relative;
  height: auto;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  padding: 10px;
  font-size: 16px;
}
#fade_in {
  /*display:none;
  opacity: 0;*/
}
.container {
  background: url('../../images/bg_90_g.png');
}
#conteiner {
  background: #FFF;
  min-height: 500px;
}
/*Hide affix effect*/
@media (max-width: 768px) {
  .affix {
    position: static;
  }
}
.make_border_for_tab {
  border-right: 1px solid #ddd;
  border-left: 1px solid #ddd;
  border-bottom: 1px solid #ddd;
  margin-bottom: 10px;
  padding: 10px;
}
#rightside.navbar {
  margin-bottom: 0px;
}
.small_input .form-control {
  padding: 6px 5px;
}

footer {
  /*position: absolute;
  bottom: 0;
  width: 100%;*/
  /* Set the fixed height of the footer here 
  height: 40px;
  background-color: #f5f5f5;*/
}

blockquote {
    border-left: 5px solid #a94442;
}

blockquote footer, blockquote small, blockquote .small {
    color: #a94442;
}
