
html, body { padding: 0; margin: 0; width: 100%; height: 100%; }

body, .wrapper-list {
    font-family: "Roboto", sans-serif;
    min-height: 100vh;
}
/* The hero image */
.hero {
    height: 50%;
}
.hero-image {
    /* Use "linear-gradient" to add a darken background effect to the image (photographer.jpg). This will make the text easier to read */
    background-image: linear-gradient(rgba(0, 0, 0, 0.4), rgba(0, 0, 0, 0.4)), url("/static/img/storage_units.jpg");

    /* Set a specific height */
    height: 100%;

    /* Position and center the image to scale nicely on all screens */
    background-position: center bottom;
    background-repeat: no-repeat;
    background-size: cover;
    background-attachment: fixed;
    position: relative;

    -webkit-box-shadow: inset 0 -3px 4px 0 rgba(0,0,0,0.75);
    -moz-box-shadow: inset 0 -3px 4px 0 rgba(0,0,0,0.75);
    box-shadow: inset 0 -3px 4px 0 rgba(0,0,0,0.75);
}

/* Place text in the middle of the image */
.hero-text {
    text-align: center;
    position: absolute;
    top: 25%;
    left: 50%;
    transform: translate(-50%, -50%);
    color: white;
}

.jumbotron {
    min-height: 300px;
    z-index: -10;
    background-repeat: no-repeat;
    background-position: center;
    background-size: cover;
    margin-bottom: 2rem;
}
.jumbotron h1 {
    padding-top: 8%;
}

.my-jumbo {
    padding: 0!important;
}

.sw-content {
    min-height: 68%;
    background: #fff!important;
}

.sw-theme-dots > ul.step-anchor {
    margin: 0 auto;
}
.row.sw-inner {
    margin: 0!important;
}
.sw-inner:before {
    content: " ";
    position: absolute;
    top: calc(300px + 70px + 2rem);
    bottom: 0;
    width: 100%;
    height: 5px;
    background-color: #f5f5f5;
    border-radius: 3px;
    z-index: 95;
}
.wrapper-list {
    min-height: calc(100% - 155px);
    width: 100%;
    padding: 3% 5%;
    margin: 0 auto;
    z-index: 5;
    background: #fff;
}

.wizard-container {
    width: 80%;
    margin: 0 auto;
    position: relative;
}

.sw-container {
    min-height: 210px!important;
}

.sw-card {
    -webkit-box-shadow: 0 0 5px rgba(0, 0, 0, 0.5);
    -moz-box-shadow: 0 0 5px rgba(0, 0, 0, 0.5);
    box-shadow: 0 0 5px rgba(0, 0, 0, 0.5);
    padding: 0;
}
#smartwizard {
    width: auto;
    border: 0;
}

#smartwizard .wizard-inner {
    padding: 1.75rem;
}

.wizard-inner table {
    font-size: 1.15rem;
}
.wizard-inner table .price {
    float: left;
    width: 60px;
}
.wizard-inner table .sale {
    color: red;
    font-weight: 700;
}
.btn-toolbar.sw-toolbar {
    padding-bottom: 1rem;
    justify-content: space-between!important;
}
.sw-btn-group-extra {
    float: left;
}

.text-black {
    color: #000!important;
}

i.fa + span {
    margin-left: 0.5rem;
}
span.address {
    font-size: 1.3rem;
    white-space:nowrap;
    display: block;
}
@media(max-width: 438px) {
    span.address {
        font-size: 1.2rem;
    }
}
span.phone {
    font-size: 1.5rem;
    width: 100%;
}

input.invalid-input {
    border-color: red;
}

#reservation-form {
    padding: 45px 0;
}

footer {
    position: fixed;
    bottom: 0;
    left: 0;
    right: 0;
    height: 40px;
    text-align: center;
    background: linear-gradient(90deg, rgba(245,245,245,0) 0%, rgba(245,245,245,1) 35%, rgba(245,245,245,1) 65%, rgba(245,245,245,0) 100%);

}
footer span {
    line-height: 40px;
}

.facility-card {
    width: 100%;
}
.reserve-btn {
    width: 75%;
    padding: 1.2rem;
}

@media(max-width: 1580px) {
    .reserve-btn {
        width: 100%;
        margin-top: 1rem;
    }
}
@media(max-width: 768px) {
    .display-4 {
        font-size: 3rem;
    }
}

.facility-card {
    -webkit-box-shadow: 0 0 3px -2px rgba(0,0,0,0.75);
    -moz-box-shadow: 0 0 3px -2px rgba(0,0,0,0.75);
    box-shadow: 0 0 3px -2px rgba(0,0,0,0.75);
}

.list-group-item.sort-item {
    border: none!important;
    padding: 0.25rem 1.25rem;
    font-size: 1.3rem;
}
.list-group-item.sort-item .form-check-label {
    display: block;
    padding-left: 10px;
}
.list-group-item.sort-item .form-check-input {
    transform: scale(1.3);
    -ms-transform: scale(1.3);
    -webkit-transform: scale(1.3);
    margin-top: 0.5rem;
}

.navbar {
    min-height: 17.5%;
}

@media(max-width: 788px) {
    .display-3 {
        font-size: 3.5rem;
    }
}
@media(max-width: 625px) {
    .display-3 {
        font-size: 2.75rem;
    }
}
@media(max-width: 495px) {
    .display-3 {
        font-size: 2rem;
    }
}

.current-sale {
    text-decoration: line-through;
}

.sw-loading {
    padding-top: 50px;
}