@font-face {
    font-family: 'Lato';
    src: url('/css/application/fonts/Lato-Regular.ttf') format('truetype');
    font-weight: normal;
    font-style: normal;
}

body {
    background: #fff;
    font-family: "Lato", "Helvetica", "Arial", sans-serif;
    font-size: 15px;
    color: #666;
}

.top_header {
    position: fixed;
    top: 0;
    z-index: 999;
    width: 100%;
    height: 55px;
    margin-left: auto;
    margin-right: auto;
    background-color: #2b2b2b;
}

.logo {
    width: 100%;
    margin: 0 auto; 
    padding-left: 10px;
}

.logo img {
    height: 100px;
    margin: 15px 0 0 25px;
}

.container-logo {
    position: relative;
    top: 0;
    z-index: 999;
    width: 100%;
    height: 330px;
    background-image: url("/images/application/hardrockatlanticcityfrontmoney/hr_header_background.jpeg");
    background-repeat: no-repeat;
    background-position: center;
    background-size: cover;
}

#outer_content_wrapper {
    margin-top: 20px;
}

hr {
    border-color: #DDD;
}

h1, h2, h3, h4, h5, h6 {
    color: #000;
    text-transform: uppercase;
}

h2 small {
    color: #666;
}

.btn-info {
    color: #FFF;
    background-color: #59558e;
    border-color: #59558e;
    text-transform: uppercase;
    border-radius: 0px;
    transition: background .3s ease,color .3s ease,border .3s ease;
}

.btn-info:hover, 
.btn-info:focus, 
.btn-info:active, 
.btn-info.active {
    background-color: #362c66;
    border-color: #362c66;
    border-radius: 0px;
    transition: background .3s ease,color .3s ease,border .3s ease;
}

.text-primary {
    color: #59558e; 
}

a { 
    color: #59558e; 
}

a:hover { 
    color: #362c66; 
    text-decoration:none; 
}

.question-block {
    min-height: 20px;
    padding: 19px;
    margin-bottom: 20px;
    background-color: #f5f5f5;
    border: 1px solid #e3e3e3;
    border-radius: 4px;
    -webkit-box-shadow: inset 0 1px 1px rgb(0 0 0 / 5%);
    box-shadow: inset 0 1px 1px rgb(0 0 0 / 5%);
    width: 50%;
}

.question-block .text-center {
    text-align: left;
}

.question-block .col-md-6 {
    width: 100%;
}

.question-block .col-md-offset-3 {
    margin-left: 15px;
}

@media screen and (max-width: 990px) {
  .question-block {
    width: 100%;
  }  
}
