/* navbar-static-top.css */
body {
    background: #000000 url(../img/bg1.png) repeat-x;
}

#amazonLink {
    color: white;
    text-decoration: underline;
}

#amazonLink:hover {
    color: #003300;
    font-weight: 400;
    text-decoration: none;
}

footer.footer {
    width: 100%;
    text-align: center;
    color: #666666;
    font-weight: 300;
    font-size: 11px;
    letter-spacing: 1px;
    font-family: 'Roboto', sans-serif;
}

footer.footer .smIcon {
    max-width: 42px;
    max-height: 42px;
}

footer.footer ul.smList {
    list-style: none;
    text-align: center;
}

footer.footer ul.smList li {
    padding: 2px;
    display: inline;
}

h2.subhead {
    font-family: 'Trirong', serif;
}

p a,
a.moreInfo {
    color: #3daa2b;
    text-decoration: underline;
}

p a:hover,
a.moreInfo:hover {
    color: #59d444;
    text-decoration: none;
}

p.a {
    padding: 0 20px 0 20px;
    color: #222222;
}

p.Q,
a.Q {
    padding: 5px 20px 5px 20px;
    margin-top: 30px;
    margin-bottom: 5px !important;
    border-radius: 5px;
    display: block;
    background: #72c02c;
    color: #ffffff;
    font-family: 'Trirong', serif !important;
    font-weight: 600 !important;
    font-size: 17px !important;
    text-decoration: none;
}

.a img {
    width: auto;
}

.call_out {
    padding: 20px;
    border: #247b15 1px solid;
    background: #3daa2b url(../rooms/img/logo_fade.png) no-repeat;
    color: #ffffff;
}

.color_section {
    padding: 15px 30px 30px 30px;
    background-color: #59d444;
    background-image: linear-gradient(#59d444, #ffffff);
}

.color_section h4 {
    font-family: 'Trirong', serif;
    font-weight: 600;
    font-size: 20px;
}

.jt {
    background-color: #fff;
}

.jt h1 {
    font-weight: 600;
    font-size: 35px;
    font-family: 'Trirong', serif;
}

.jt h3 {
    font-weight: 500;
    font-size: 24px;
    font-family: 'Trirong', serif;
}


#rickList li {
    margin-bottom: 15px;
    font-weight: 500;
    line-height: 150%;
}

nav {
    background: transparent;
}

#navBarBImag {
    width: 75%;
}

.nav-item {
    text-align: right;
}

.nav-item.active a.nav-link {
    transition: color 200ms ease-in-out;
    transition: background 200ms ease-in-out;
    display: block;
    color: #ffffff;
    background: #72c02c;
}

.nav-item a.nav-link,
a.dropdown-item {
    transition: color 200ms ease-in-out;
    color: #eeeeee;
    font-size: 13px;
    font-family: "Open Sans", "Helvetica Neue", Helvetica, Arial, sans-serif;
    text-transform: uppercase;
}

.nav-item a.nav-link:hover,
a.dropdown-item:hover {
    color: #72c02c;
}

/* .room {
    border: #777777 1px solid;
    border-radius: 12px;
    background: url(../rooms/img/logo_fade.png) repeat #bbb;
} */

.star {
    margin-top: 20px;
    width: 100%;
    margin-bottom: 15px;
    border-bottom: solid 1px #d5d5d5;
    padding-bottom: 20px;
    clear: both;
    background: url(../img/star.png) no-repeat 50% 0;
    height: 15px;
}

#escapeHints li {
    font-size: 15px;
    font-weight: 400;
    font-family: 'Roboto', sans-serif;
    line-height: 150%;
}

#hintTitle,
.roomTitle {
    font-weight: 500;
    font-size: 2.1rem;
    font-family: 'Trirong', serif;
}