﻿.jumbotron {
    background-color: #ececec;
    padding: 0;
}
.jumbotron h1 {
  
    margin-top: 20px;
    font-size: 42px;
}
.jumbotron img {
    margin: 0px 0 5px 0;
}
body {
    color: #512a74 !important;
}
.text-info {
    color: #512a74 !important;
}
.btn-primary {
    background-color: #512a74 !important;
    background-repeat: repeat-x;
    border-color: #245580;
    background-image: none !important;
}
.btn-primary:focus, .btn-primary:hover {
    background-color: #cabad8 !important;
    background-position: 0 -45px;
}
#head-disclaimer p {
    color: #512a74 !important;
    font-size: 14px;
    margin: -30px 10px 10px 0;
}

@media only screen and (max-width: 768px) {
    #head-disclaimer p {
        color: #512a74 !important;
        font-size: 14px;
        margin: 0 10px 10px 0;
    }
}

