body {
  padding-bottom: 20px;
  height: auto;
  margin-bottom: 60px; /* Margin bottom by footer height */
}

.content {
  margin-top: 14%;
}

.navbar-brand {
  margin-left: 2%;
}

.navbar {
  margin-bottom: 20px;
}

/* Menu mobile
-------------------------------------------------- */
.dropdown-menu {
  background: #343a40;
  border: 0px;
}

.dropdown-menu a {
  color: rgba(255,255,255,.5);
}

img {
  margin-bottom: 5%!important;
}

/* Sticky footer styles
-------------------------------------------------- */
html {
  position: relative;
  min-height: 100%;
}

.footer {
  position: absolute;
  bottom: 0;
  width: 100%;
  height: 60px; /* Set the fixed height of the footer here */
  line-height: 60px; /* Vertically center the text there */
  background-color: #222222;
}

.footer a {
  float: right;
  padding-right: 1%;
}

/* Form validation styles
-------------------------------------------------- */
.border-top {
  border-top: 1px solid #e5e5e5;
}

.border-bottom {
  border-bottom: 1px solid #e5e5e5;
}

.border-top-gray { b
  order-top-color: #adb5bd;
}

.box-shadow {
  box-shadow: 0 .25rem .75rem rgba(0, 0, 0, .05);
}

.lh-condensed {
  line-height: 1.25;
}

@media only screen and (max-width: 768px) {
  .content{
    margin-top: 24%;
  }
}
