body {
    font-family: Arial, Helvetica, Verdana, Sans-serif;
    color: #666666;
    background-color: #000000;
    background-size: cover;
}

.jumbotron {
    background-image: url("/static/blog/img/alpha_header.jpg");
    background-size: cover;
}

.navbar-custom {
    background-color: rgb(23, 138, 204);
    border-color: rgb(23, 138, 204);
}

.navbar-brand-custom {
    color: rgb(255,255, 255);
}

.custom-container {
    background-color: rgb(255,255,255);
}

.padding-custom {
    height: 70px;
}

.btn {
    margin: 2px;
}

.footer {
    position: absolute;
    bottom: 0;
    width:100%;
    height:35px;
    background-color:#000;
    background-attachment: scroll;
    background-position: 0% 0%;
    position: fixed;
    bottom: 0pt;
}

.custom-jumbotron p,i  {
  color: rgb(255,255,255);
}