@font-face {
    font-family: 'galusha';
    src: url('fonts/raleway-galusha-regular-webfont.woff2') format('woff2'), url('fonts/raleway-galusha-regular-webfont.woff') format('woff'), url('fonts/raleway-galusha-regular-webfont.tff') format('tff');
    font-weight: normal;
    font-style: normal;
}

html,
body {
    height: auto;
    min-height: 100%;
}

body {
    font-family: 'Roboto', sans-serif;
    background-position: top center;
    background-size: cover;
    margin: 0;
}

h1,
h2,
h3,
h4,
h5,
h6 {
    font-family: 'Moulpali', 'Roboto', sans-serif;
    color: #00377a;
}

a,
a:visited {
    color: #00377a;
    transition: all .5s ease;
}

a:hover {
    color: #ffcd38;
    text-shadow: 1px 1px 0 #00377a, 1px 0px 0 #00377a, 0px 1px 0 #00377a, -1px -1px 0 #00377a, -1px 0px 0 #00377a, 0px -1px 0 #00377a, 1px -1px 0 #00377a, -1px 1px 0 #00377a;
}

hr {
    border: 2px #ffcd38 solid;
    box-shadow: 1px 2px 5px;
}

.body img {
    max-width: 100%;
    height: auto;
}

img.bodybg {
    /* Set rules to fill background */
    min-height: 100%;
    min-width: 1200px;
    /* Set up proportionate scaling */
    width: 100%;
    height: auto;
    /* Set up positioning */
    position: fixed;
    top: 0;
    left: 0;
    overflow: hidden;
    z-index: 1;
}

.wrapper {
    position: relative;
    height: auto;
    min-height: 100%;
    height: 100%;
    background: -moz-linear-gradient(left, rgba(255, 255, 255, 0) 0%, rgba(255, 255, 255, 0.7) 15%, rgba(255, 255, 255, 0.95) 40%, rgba(255, 255, 255, 0.95) 60%, rgba(255, 255, 255, 0.7) 85%, rgba(255, 255, 255, 0) 100%);
    background: -webkit-linear-gradient(left, rgba(255, 255, 255, 0) 0%, rgba(255, 255, 255, 0.7) 15%, rgba(255, 255, 255, 0.95) 40%, rgba(255, 255, 255, 0.95) 60%, rgba(255, 255, 255, 0.7) 85%, rgba(255, 255, 255, 0) 100%);
    background: linear-gradient(to right, rgba(255, 255, 255, 0) 0%, rgba(255, 255, 255, 0.7) 15%, rgba(255, 255, 255, 0.95) 40%, rgba(255, 255, 255, 0.95) 60%, rgba(255, 255, 255, 0.7) 85%, rgba(255, 255, 255, 0) 100%);
    filter: progid: DXImageTransform.Microsoft.gradient( startColorstr='#00ffffff', endColorstr='#00ffffff', GradientType=1);
    z-index: 2;
}

.header hr {
    width: 90%;
    display: inline-block;
}

.header {
    font-family: 'Moulpali', 'Roboto', sans-serif;
    position: relative;
    padding-top: 100px;
}

.logo {
    position: absolute;
    top: 10px;
}

.vacancy {
    font-weight: normal;
    text-align: right;
    margin-bottom: 0;
}

.body {
    text-align: center;
}

.rates .rate {
    display: inline-block;
    max-width: 49%;
    width: 100%;
}

#lots {
    color: darkred;
}

.addthis_inline_share_toolbox {
    padding-top: 50px;
    text-align: center;
}

.andrews {
    max-width: 600px;
    margin: 0 auto;
    text-align: justify;
    padding: 40px;
}

.menu ul {
    list-style: none;
    padding: 0;
    margin: 0;
    text-align: right;
}

.menu>ul>li {
    display: inline-block;
    margin-right: 10px;
}

.menu>ul>li>a,
.menu>ul>li>a:visited {
    display: block;
    padding: 4px;
    font-size: 18px;
    font-weight: bold;
    color: darkred;
    text-shadow: 1px 1px #121a4291;
}

.menu>ul>li>a:hover {
    color: #ffcd38;
    text-shadow: 1px 1px 0 #00377a, 1px 0px 0 #00377a, 0px 1px 0 #00377a, -1px -1px 0 #00377a, -1px 0px 0 #00377a, 0px -1px 0 #00377a, 1px -1px 0 #00377a, -1px 1px 0 #00377a;
}

.table {
    display: table;
    width: 100%;
}

.table-cell {
    display: table-cell;
}


/* Payments Page */

.options>div {
    display: inline-block;
    vertical-align: middle;
}

.prices,
.payments {
    max-width: 50%;
    max-height: 2000px;
    margin: 0 auto;
    transition: all .5s ease;
}

.price,
.payment,
.type {
    display: inline-block;
    border-radius: 20px;
    transition: all .5s ease;
    background: rgba(0, 0, 150, 0.1);
    box-shadow: 1px 1px 1px rgba(0, 0, 0, .5);
    cursor: pointer;
    max-width: 45%;
    width: 100%;
    margin: 5px;
}

.selected {
    background: rgba(0, 0, 150, 0.4);
    box-shadow: 2px 2px 1px rgba(0, 0, 150, .5) inset;
}

.prices h3,
.payments h3,
.types h3 {
    margin-bottom: 0;
}

.selected h3 {
    color: black!important;
    text-shadow: 0 0 10px white;
}

.price input[type="radio"],
.payment input[type="radio"],
.type input[type="radio"] {
    width: 0px;
    height: 0px;
    padding: 0;
    margin: 0;
    visibility: hidden;
}

.reservations,
.bydate,
.customfee {
    background: rgba(0, 0, 150, 0.1);
    padding: 30px;
    max-width: 82%;
    margin: 5px auto;
    border-radius: 20px;
    box-shadow: 1px 1px 1px rgba(0, 0, 0, 0.5);
}

.card,
.address,
.submit {
    background: rgba(0, 0, 150, 0.1);
    padding: 30px;
    max-width: 41%;
    margin: 5px auto;
    border-radius: 20px;
    box-shadow: 1px 1px 1px rgba(0, 0, 0, 0.5);
}

.submit img {
    display: inline-block;
    max-width: 40px;
    width: 100%;
    height: auto;
    vertical-align: middle;
    margin-top: -15px;
}

.reservations input,
.bydate input,
.customfee input,
.card input,
.card select,
.address input,
.address select {
    line-height: 24px;
    font-size: 22px;
    margin-bottom: 5px;
    width: 100%;
    text-align: center;
    text-align-last: center;
    border: 0 none;
    border-right: 1px solid rgba(0, 0, 150, 0.5);
    border-bottom: 1px solid rgba(0, 0, 150, 0.5);
    background: rgba(255, 255, 255, 0.75);
}

.reservation-start,
.reservation-end,
.bydate-start,
.bydate-end,
.customfee,
.email,
.phone,
.first-name,
.last-name,
.number,
.cvc,
.expiration-month,
.expiration-year,
.street,
.city,
.state,
.zip {
    position: relative;
}

.reservation-start,
.reservation-end,
.bydate-start,
.bydate-end,
.first-name,
.last-name {
    display: inline-block;
    max-width: 49.5%;
    width: 100%;
}

.date-change {
    color: red;
}

.number,
.customfee {
    display: inline-block;
    max-width: 89%;
    width: 100%;
}

.cvc {
    display: inline-block;
    max-width: 10%;
}

.expiration-month {
    display: inline-block;
    max-width: 50%;
}

.expiration-year {
    display: inline-block;
    max-width: 20%;
}

.reservation-start>span,
.reservation-end>span,
.bydate-start>span,
.bydate-end>span,
.customfee>span,
.email>span,
.phone>span,
.first-name>span,
.last-name>span,
.number>span,
.cvc>span,
.expiration-month>span,
.expiration-year>span,
.street>span,
.city>span,
.state>span,
.zip>span {
    position: relative;
    z-index: 2;
}

.reservation-start>span:first-of-type,
.reservation-end>span:first-of-type,
.bydate-start>span:first-of-type,
.bydate-end>span:first-of-type,
.customfee>span:first-of-type,
.email>span:first-of-type,
.phone>span:first-of-type,
.first-name>span:first-of-type,
.last-name>span:first-of-type,
.number>span:first-of-type,
.cvc>span:first-of-type,
.expiration-year>span:first-of-type,
.street>span:first-of-type,
.city>span:first-of-type,
.state>span:first-of-type,
.zip>span:first-of-type {
/*    position: absolute;*/
    z-index: 1;
    line-height: 28px;
    width: 100%;
}

.submit {
    font-family: 'Moulpali', 'Roboto', sans-serif;
    color: #00377a;
    font-weight: bold;
    cursor: pointer;
    border: 0 none;
    font-size: 24px;
    transition: all .5s ease;
}

.submit:hover {
    color: black;
    box-shadow: 2px 2px 1px rgba(0, 0, 150, .5) inset;
}

.warning {
    color: red;
    text-shadow: 1px 1px black;
}

/* Rentals */
.rentals {
    display: flex;
    flex-wrap: wrap;
    width: 100%;
    max-width: 900px;
    justify-content: center;
    margin: 0 auto;
}
.rental {
    display: flex;
    flex-wrap: nowrap;
    width: 100%;
    justify-content: center;
    padding: 10px 0;
    margin: 5px 0;
    border-bottom: 10px solid rgba(0,0,0,0.1);
    border-top: 10px solid rgba(0,0,0,0.1);
    border-radius: 20px;
}
.gallery {
    max-width: 300px;
    overflow-x: hidden;
    display: flex;
    justify-content: center;
}
.mini-gallery-img {
    max-width: 100px;
    height: auto;
    margin: 1px;
}
.rental .details {
    max-width: 400px;
    width: 100%;
}
.price-schedule {
    min-width: 300px;
    width: 100%;
}

.price-schedule > div {
    display: flex;
    flex-wrap: wrap;
    width: 100%;
    justify-content: center;
}
.price-schedule .head {
    background: rgba(10,10,10,0.1);
}
.price-schedule > div > div {
    flex-grow: 1;
    min-width: 33%;
}

/* JS */

.option {
    max-height: 2000px;
    transition: all .5s ease;
}

.option-button {
    transition: all .5s ease;
}

.transparent {
    opacity: .4;
}

.overlay {
    position: fixed;
    z-index: 999999;
    background: rgba(0,0,0,0.4);
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
}
.content {
    background: white;
    border-radius: 50px;
    max-width: 80%;
    text-align: center;
    top: 10%;
    right: 10%;
    bottom: 10%;
    left: 10%;
    position: fixed;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
}
.content img {
    height: auto;
    max-width: 800px;
    width: 100%;
}
.content .pdf {
    border: 0;
    position: relative;
    top: 2%;
    left: 2%;
    right: 2%;
    bottom: 2%;
    width: 90%;
    height: 90%;
}
.close {
    cursor: pointer;
    background: rgb(13, 12, 76);
    position: absolute;
    top: 1%;
    right: 1%;
    padding: 10px 15px 9px 14px;
    color: white;
    font-family: 'Moulpali';
    border-radius: 50px;
    font-weight: bold;
    font-size: 22px;
    z-index: 9;
}

/* Screen Adjustments */

@media screen and (min-width: 1200px) {
    .wrapper {
        padding: 0 100px;
    }
}

@media screen and (max-width: 1200px) {
    img.bodybg {
        left: 50%;
        margin-left: 600px;
    }
    .wrapper {
        padding: 0 80px;
    }
    .prices {
        max-width: 80%;
    }
    .card,
    .address {
        max-width: 68%;
    }
    .expiration-year {
        min-width: 90px;
    }
}

@media screen and (max-width: 900px) {
    .wrapper {
        padding: 0 50px;
    }
    .logo {
        max-width: 200px;
    }
    .logo img {
        width: 100%;
        height: auto;
    }
}

@media screen and (max-width: 700px) {
    .prices {
        max-width: 100%;
    }
    .card,
    .address {
        max-width: 90%;
    }
}

@media screen and (max-width: 600px) {
    .wrapper {
        padding: 0 0px;
    }
    .header {
        padding-top: 0;
    }
    .logo {
        max-width: 300px;
        width: 100%;
        margin: 0 auto;
        position: relative;
    }
    .vacancy {
        text-align: center;
    }
}


/* Overrides */

.hidden {
    max-height: 0px;
    overflow: hidden;
    padding: 0;
}

.red {
    color: darkred;
}
