body {
    font-family: serif;
    background-color: #FFF4E0;
}

h1 {
    color: #590E07;
    font-size: 32px;
    font-family: serif;
    text-align: center;
}

h2 {
    color: #6997BF;
    font-size: 26px;
    font-family:serif;
    text-align: center;
}

h3 {
    color: black;
    font-size: 16px;
    font-family: serif;
    text-align: center;
}

.bar-left {
    letter-spacing: 8px;
    font-size: 48px;
    text-align: center;
    font-family: serif;
    color: #590E07;
    }

.bar-right {
    text-align: center;
    font-size: 24px;
    font-stretch: expanded;
}

.LB-Header {
    max-width: 1200px;
    min-width: 600px;
    margin-left: auto;
    margin-right: auto;
    font-size: 8px;
    text-align: center;
}

.img-logo {
    padding-left: 125px;
    float: left;
}

.about-text {
    text-align: center;
}

.menu {
    text-align: center;
}

.contact-text {
    text-align: center;
    color: #590E07;
}
    
.footer {
    text-align: center;
}

table {
    font-family: serif;
    border-collapse: collapse;
    width: 100%;
}

td, th {
    border: 1px solid#112F41;
    text-align: left;
    padding: 8px;
}

tr:nth-child(even) {
    text-shadow: 1px #D8F2F0;
    background-color: #590E07;
    color: #D8F2F0;
}

.ramsay {
    text-align: center;
}

* {
    box-sizing: border-box;
}

input[type=text], select, textarea {
    width: 100%;
    padding: 12px;
    border: 1px solid #ccc;
    border-radius: 4px;
    resize: vertical;
}

label {
    padding: 12px 12px 12px 0;
    display: inline-block;
}

input[type=submit] {
    background-color:#4caf50;
    color: white;
    padding: 12px 20px;
    border: none;
    border-radius: 4px;
    cursor: pointer;
    float: right;
}

input[type=submit]: hover {
    background-color: #45a049;
}

.contact {
    border-radius: 5px;
    background-color: #f2f2f2;
    padding: 20px;
    text-align: center;
}

.input {
    float: center;
    width: auto;
    margin-top: 6px;
}

.placeholder {
    float: center;
    width: auto;
    margin-top: 6px;
}

.row:after {
    content: "";
    display: table;
    clear: both;
}

@media screen and (max-width: 600px) {
    .input, .placeholder, input[type=submit] {
        width: 100%;
        margin-top: 0;
    }
}
