/**
 * @file
 * Subtheme specific CSS.
 */

#page * {
    font-family:Lato;
}
.featured-top {
    background-image:url(/sites/default/files/groups/jsoe/img/tokyo-office/reserve/bridge_purple_bw.jpg);
    background-size:cover;
    color:#FFF;
}
.navbar {
    box-shadow:0 0 1px #999;
}
.navbar-brand {
    color:#333;
}
.navbar-brand strong {
    color:#DD4B39;
}
.btn {
    background-color:transparent;
    font-weight:400;
    padding:10px 25px;
    font-size:1.25em;
    border-radius:2px;
    transition:all .2s ease-in-out;
    display:block;
    margin:auto;
    border:1px solid #FFF;
    color:#fff;
    display:inline-block;
}
.btn:hover {
    background-color:#fff;
    color:#1E113B;
}
.calendar_container iframe {
    width:100%;
}
.form_container iframe {
    width:100%;
    height:1000px;
    overflow:scroll;
    border:none;
}
#block-menutokyoofficereserve .nav-link {
    color:#1E113B;
    font-size:.8em;
    text-transform:uppercase;
}
h1 {
    font-weight:700;
}
h4 {font-weight:300}
em {
    font-size:.75rem;
}
img {
    width:100%;
}
table tr:first-child, table tr:nth-child(2) {
    border:1px solid #486078 !important;
    background-color:#34495e !important;
    color:#FFF;
    font-weight:700;
}
table tr:first-child td, table tr:nth-child(2) td {
    border-bottom:1px solid #486078 !important;
}
table td {
    border-left:none;
    border-right:none;
}