body,
html {
  height: 100%;
  width: 100%;
}
.container-fluid:not(#fotter-bar) {
  background-image: url(../images/infinity.png);
  background-attachment: fixed;
  -webkit-background-size: cover;
  -moz-background-size: cover;
  -o-background-size: cover;
  width: 100%;
  display: flex;
  align-items: center;
  justify-content: center;
  background-repeat: no-repeat;
  background-position: center;
  background-size: cover;
}
.project-item {
  padding-top: 20px;
  padding-bottom: 20px;
}
.navbar-dark {
  background-color: #0097f9 !important;
}
.navbar-brand,
.navbar-nav li a {
  color: #fff !important;
}
.navbar-toggler {
  border-color: transparent !important;
}
.fotter-top {
  background-color: #292929;
  color: #fff;
  padding: 20px 25px;
}
.copyright-bar {
  background-color: #212121;
  color: #fff;
  width: 100%;
  height: 50px;
  text-align: center;
  padding-left: 0 !important;
}
.copyright-bar > P {
  line-height: 50px !important;
  font-size: 0.8em !important;
}
.fotter-links a {
  color: gray;
}
.fa-envelope,
.fa-facebook-square,
.fa-linkedin,
.fa-twitter-square {
  color: gray;
  font-size: 40px;
  vertical-align: middle;
  padding-right: 10px;
}
.disabled {
  background-color: red !important;
  border-color: red !important;
}
