body {
  background: url("../img/full-bg.png") no-repeat center center fixed !important;
  -webkit-background-size: cover !important;
  -moz-background-size: cover !important;
  -o-background-size: cover !important;
  background-size: cover !important;
}

.logo-app {
  font-family: 'Squada One', cursive !important;
  color: rgb(255, 255, 255) !important;
  font-size: 45px;
  margin: 0;
  padding: 10px;
}

.container-c {
  padding-right: 15px;
  padding-left: 15px;
  margin-right: auto;
  margin-left: auto;
}

.info-box {
  background: #fff !important;
  border-color: #fff !important;
  padding: 30px;
}

.info-box .title {
  color: rgb(0, 0, 0);
  font-size: 25px;
  font-weight: bold;
  font-style: normal;
  margin-bottom: 15px;
}

@media (min-width: 768px) {
  .container-c {
    width: 750px;
  }
}

@media (min-width: 992px) {
  .container-c {
    width: 970px;
  }
}

@media (min-width: 1200px) {
  .container-c {
    width: 1170px;
  }
}

.app-main-nav {
  background-color: #000;
  border-color: #000;
}
