@import url(https://fonts.googleapis.com/css?family=Droid+Sans);
@import url(https://fonts.googleapis.com/css?family=Crimson+Text);
@import url(https://fonts.googleapis.com/css?family=Quicksand);
@import url(https://fonts.googleapis.com/css?family=Julius+Sans+One);
@import url(https://cdnjs.cloudflare.com/ajax/libs/font-awesome/4.7.0/css/font-awesome.min.css);

body {
    background-color: #fff;
    margin: 0;
    padding: 0;
    color: #525552;
    font-family: "Verdana", helvetica, arial, sans-serif;
}

p, .table td, ul, li {
    color: #8d8787;
    font-size: 15px;
}

.container, #wrapper {
    margin: auto;
    padding: 0 !important;
}

img.logo {
    max-height: 60px;
}


a {
    color: #c84524;
}

header {
    padding: 20px;
    height: 130px;
}

.wide-fat {
    border: 2px solid #fff;
    padding: 25px;
    width: 90% !important;
    margin: auto;
    overflow: hidden;
}

.block-title {
    font-weight: 300;
    margin: 20px 0;
    text-transform: uppercase;
    color: #525552;
    font-family: 'Crimson Text', serif;
}

.block-title a {
    color: inherit;
    text-decoration: none;
}

.phone {
    font-family: 'Crimson Text', serif;
    float: right;
    margin-right: 100px;
    margin-top: 35px;
    width: 250px;
    text-align: center;
}

.phone h2 {
    font-size: 1.5em;
    padding: 4px;
    margin: 0;
    font-weight: bold;
}

.phone h3 {
    text-transform: uppercase;
    margin: 0;
    padding: 0;
    font-size: 1.1em;
    font-weight: bold;
}

hr.transparent {
    border-color: transparent;
}

#content {
    width: 95%;
    margin: auto;
}

h3 {
    font-family: 'Crimson Text', serif !important;
    color: #525552 !important;
    font-weight: 300 !important;
    margin: 20px 0;
    text-transform: uppercase !important;
    font-size: 1.8em;
}

.crimson, h1 {
    font-family: 'Crimson Text', serif;
    color: #525552;
    font-weight: 300;
    margin: 20px 0;
    text-transform: uppercase;
    font-size: 2.3em;
}

img {
    border: none;
}

.orange {
    color: #c84524;
}

.box {
    border: 1px solid #b0bec7;
    margin-bottom: 20px;
    padding: 25px;
}

.box h1 a {
    font-family: 'Crimson Text', serif;
    text-decoration: none;
    font-size: 1.1em;
    font-weight: 600;
    text-transform: uppercase;
}

.notice {
    font-size: .9em;
}

.clearFix {
    clear: both;
}

.float {
    float: left;
}

div .decorative-title h1,
div .decorative-title h2 {
    border-bottom: 1px solid #b2b2b2;
    display: block;
    font-family: "Crimson Text", serif;
    font-size: 2.5em;
    font-weight: 400;
    letter-spacing: .1875em;
    margin: -15px 0 0;
    padding: 20px 0;
    text-transform: uppercase;
    text-align: center;
}

div .decorative-title .short-title {
    display: flex;
    flex-grow: 1;
    flex-shrink: 0;
    font-family: "Quicksand", helvetica, arial, sans-serif;
    font-size: 13px;
    font-weight: 700;
    letter-spacing: .125em;
    padding: 0 10px;
    text-transform: uppercase;
    white-space: nowrap;
    align-items: center;
    flex-wrap: nowrap;
    margin: 0;
}

div .decorative-title .short-title .border {
    border-top: 1px solid #b2b2b2;
    display: block;
    flex-grow: 0;
    flex-shrink: 1;
    width: 100%;
}

div .decorative-title {
    margin: 0 0 45px;
    text-align: center;
}

div .decorative-title * {
    color: #525552;
}

button, input[type="submit"], a.button {
    background: #9a0b00;
    border: 0;
    color: #fff;
    display: inline-block;
    font-family: "Quicksand", helvetica, arial, sans-serif;
    font-size: 12px;
    font-weight: 700;
    letter-spacing: 1px;
    line-height: 18px;
    margin: 0 0 20px;
    padding: 16px 25px;
    position: relative;
    text-align: center;
    text-decoration: none;
    text-transform: uppercase;
    transition: all 0.3s ease;
}

button:hover, input[type="submit"]:hover, a.button:hover {
    background: #c84524;
}

.table-responsive {
    margin-top: 15px;
}

.table > thead > tr > th {
    background-color: #364863;
    color: #fff;
    font-family: 'Quicksand', sans-serif;
    font-size: 12px;
    text-transform: uppercase;
    letter-spacing: 1px;
}

.table > tbody > tr > td {
    font-size: 14px;
    vertical-align: middle;
}

.table-striped > tbody > tr:nth-of-type(odd) {
    background-color: #f9f9f9;
}

footer {
    background-color: #364863;
    color: #fff;
    padding: 20px;
    text-align: center;
    margin-top: 40px;
}

footer p {
    color: #ccc;
    font-size: 12px;
}

footer a {
    color: #fff;
}

/* Booking form page */
.booking-container {
    width: 90%;
    margin: auto;
    padding: 20px;
}

/* Responsive */
@media (max-width: 768px) {
    .phone {
        float: none;
        margin: 10px auto;
        text-align: center;
    }
    
    header {
        height: auto;
    }
    
    .wide-fat {
        width: 100% !important;
        padding: 15px;
    }
}
