html, body {
    height: 100%;
}

body {
    background: rgb(30, 43, 55, 1);
    background: linear-gradient(to bottom right, rgba(129, 145, 160), rgba(30, 43, 55, 1));
    font-family: "Lato", sans-serif;
    font-weight: 300;
    color: white;
}

.baboon-img {
    width: 300px;
}

.container-fluid {
    padding-right: 25px;
    padding-left: 25px;
}

.subtitle-header {
    color: rgba(255, 255, 255, 0.7);
}

.btn-primary {
    color:  rgba(255, 255, 255, 0.7);
    background-color: transparent;
    border: 1px solid rgba(255, 255, 255, 0.7);
    text-transform: uppercase;
    font-size: 0.6rem;
    font-weight: 700;
    letter-spacing: 2px;
    padding: 13px 0px 13px 0px;
    width: 100%
}

.btn-primary:hover, .btn-primary:focus, .btn-primary:active, .btn-primary.active, .open>.dropdown-toggle.btn-primary {
    background-color: transparent !important;
    color: white !important;
    border-color: white !important;
}
