/* *****************************************************

    ** Custom Stylesheet **

    Any custom styling you want to apply should be
    defined here.

***************************************************** */
.navbar-main {
  background-color: #00a8e6;
}

.home-shortcuts {
  background-color: #00a8e6;
}

#footer {
  background-color: #00a8e6 !important;
  padding: 20px;
  color: #fff !important;
  font-size: 15px !important;
}
#footer ul > li {
  padding: 0px !important;
}
#footer .uk-nav-header {
  color: #fff;
  font-weight: bold;
}

#main-body {
  min-height: 10px !important;
}

.main-content {
  margin-bottom: 10px;
  min-height: 10px !important;
}

#home-banner {
  background: url("https://support.phalconhost.com/assets/img/support-header-banner.jpg");
  background-color: rgba(0, 0, 0, 0);
  background-position-x: 0%;
  background-position-y: 0%;
  background-position: center;
}
