
body,h1,h2,h3,h4,h5,h6 {font-family: "Lato", sans-serif;}
body, html {
    height: 100%;
    color: #777;
    line-height: 1.8;
}

.redText {
    color: red;
}
.greenText {
    color: green;
}

a {
    text-decoration: none !important;
    color: black;
}
a:hover {
    text-decoration: underline !important;
    color: black;
}

/* header */
#jap-header-large {
    position: relative;
    max-width: 80%;
    margin: auto;
}
.jap-logo-small-med {
    position: absolute;
    top: 20px;
    left: 20px;
}
.jap-logo-large {
    position: absolute;
    top: 20px;
    left: 0;
}

/* nav */
.jap-navbar a, .w3-button {
    font-size: 13px;
    color:grey;
    text-decoration: none;
}
.jap-navbar a:hover, .w3-button:hover {
    color: black !important;
    background-color: white !important;
    text-decoration: none !important;
}
.jap-navbar-large {
    padding-top: 7px !important;
    padding-right: 0 !important;
}

/* footer */
#jap-footer {
    position: fixed;
    bottom: 20px;
    width: 100%;
    text-align: center;
    font-size: 11px;
}

/* content common */
#jap-content-container {
    max-width: 1000px;
    margin: auto;
    padding: 0 20px 20px 20px;
}
#jap-content-title {
    text-align: center;
    border-bottom: 1px solid rgb(219, 219, 219);
}

/* gallery */
#jap-gallery-container {
    width: 80%;
    margin: auto;
    margin-bottom: 50px;
}
#jap-gallery-container .jap-gallery-column {
    text-align: center;
    padding-left: 0 !important;
}
#jap-gallery-container img {
    width: 600px; 
}

/* contact */
input[type=text] {
    width: 100%;
    padding: 5px 12px 5px 0;
}
label {
    padding: 0 12px 0 0;
    display: inline-block;
}
textarea {
    width: 100%;
    height:150px;
    margin-top: 5px;
    padding-left: 12px;
    padding-top: 5px;
    border: 1px solid #ccc;
    border-radius: 4px;
    resize: vertical;
}
input[type=submit], button {
    background-color: #ffffff !important;
    border: 1px solid #ccc !important;
    border-radius: 4px;
    color: rgb(128, 128, 128) !important;
    padding: 12px 20px;
    border: none;
    border-radius: 4px;
    cursor: pointer;
    float: right;
}
input[type=submit]:hover, button:hover {
    background-color: #ffffff !important;
    box-shadow: none !important;
    color: black !important;
    border: 1px solid rgb(126, 126, 126) !important;
}

