/* your styles go here */

.jumbotron {
  /*  background: #532F8C;*/
    color: white;
    padding-bottom: 80px; }
.jumbotron .btn-primary {
    /*background: #845ac7;
    border-color: #845ac7;
    */
}

.jumbotron .btn-primary:hover {
    /*background: #7646c1;*/
}
.jumbotron p {
    color: #d9ccee;
    max-width: 75%;
    margin: 1em auto 2em; }
.navbar + .jumbotron {
    margin-top: -20px; }
.jumbotron .lang-logo {
    display: block;
    background: #B01302;
    border-radius: 50%;
    overflow: hidden;
    width: 100px;
    height: 100px;
    margin: auto;
    border: 2px solid white; }
.jumbotron .lang-logo img {
    max-width: 100%; }
 /*
.bg-primary{
    background-color: #794aa2!important;
}
 */
.btn-primary {
   /* background-color:  #794aa2!important;
    border-color:  #794aa2!important;
    */
    color: #d9ccee!important;
}
 /*
a.bg-primary:focus, a.bg-primary:hover, button.bg-primary:focus, button.bg-primary:hover {
    background-color: #794aa2!important;
}
  */

.fixed-width {
    font-family: 'Monaco','Courier New','Courier','Menlo';
}

.has-error{
color: #a94442!important;
}

.pagination {
    display: inline-flex;
}
