/* Sticky footer styles
-------------------------------------------------- */
html {
  position: relative;
  min-height: 100%;
}
body {
  /* Margin bottom by footer height */
  margin-bottom: 60px;
}
.footer {
  position: absolute;
  bottom: 0;
  width: 100%;
  /* Set the fixed height of the footer here */

  line-height: 60px; /* Vertically center the text there */
  background-color: #e9ecef;
}


/* Custom page CSS
-------------------------------------------------- */
/* Not required for template or sticky footer method. */

body > .container {
  padding: 60px 15px 0;
}

.footer > .container {
  padding-right: 15px;
  padding-left: 15px;
}

code {
  font-size: 80%;
}
.subnavi a {
  font-size: 14px;
}
.subnavi a:hover{
  color:#fff;
}

input[name="website"] {
  display: none;
}

.hero {
  background-image: url("/img/index/jumbotron.jpg");
  background-size: cover;
  color:#fff;
}

.btn-outline-primary{
  background: #fff;
}

.bg-overlay {
    background-color: rgba(80, 70, 0, 0.5);
    top: 0px;
    left: 0px;
    right: 0px;
    bottom: 0px;
}

.pt-10 {
      padding-top: 8rem!important;
}
.pb-10 {
      padding-bottom: 8rem!important;
}

.form-signin {
  width: 100%;
  max-width: 330px;
  padding: 15px;
  margin: auto;
}
.form-signin .checkbox {
  font-weight: 400;
}
.form-signin .form-control {
  position: relative;
  box-sizing: border-box;
  height: auto;
  padding: 10px;
  font-size: 16px;
}
.form-signin .form-control:focus {
  z-index: 2;
}
.form-signin input[type="email"] {
  margin-bottom: -1px;
  border-bottom-right-radius: 0;
  border-bottom-left-radius: 0;
}
.form-signin input[type="password"] {
  margin-bottom: 10px;
  border-top-left-radius: 0;
  border-top-right-radius: 0;
}

.nav_right{
  color: rgba(255,255,255,.5);
}

.form-register {
  width: 100%;
  max-width: 330px;
  padding: 15px;
  margin: auto;
}

.form-register input{
  margin-bottom: 10px;
}



#login_mobile {
  display: none;
}

.btn_nav{
  cursor: pointer;
}

.avatar{
  object-fit: cover;
  width: 100px;
  height: 100px;
  border-radius: 5px;
  border: solid 1px #ccc;
  padding:5px;
  margin: 5px 0px;
}


/* for 991px or less */
@media screen and (max-width: 991px) {

  #login_desktop {
    display: none;
  }

  #login_mobile {
    display: block;
  }

}
