html {
    height: 100%;
    box-sizing: border-box;
}

body {
    position: relative;
    margin: 0;
    padding-bottom: 6rem;
    min-height: 100%;
    font-family: "Helvetica Neue", Arial, sans-serif;
}

footer {
    position: absolute;
    bottom: 0;
    width: 100%;
}

.nav-link {
    margin-top: 9px;
}

.above-nav-header {
    padding-top: 25px;
    margin-bottom: 30px;
}

.btn-booknow {
    border: none !important;
}

.btn-reservation {
    padding: 0.75rem 0.75rem !important;
    border: none !important;
}

.btn-rental-trailers {
    color: #fff !important;
    font-weight: bold !important;
    border: none !important;
}

.hover-feature {
    display: block;
    transition: ease scale 0.3s;
}

.hover-feature:hover {
    scale: 1.1;
}

.header-links {
    padding-top: 10px;
    margin-bottom: -22px;
}

.classic-navbar {
    padding: 0px !important;
}

.fixed-height-nav-links {
    height: 60px;
}

.feature-box {
    padding: 30px;
}

.image-container {
    position: relative;
    margin: 0;
    padding: 0;
}

.image-overlay-text {
    padding-top: 7px;
    padding-left: 10px;
    padding-right: 10px;
    position: absolute;
    top: 8%;
    left: 0px;
}

.unshitty-checkbox {
    display: inline-block;
    width: 17px;
    height: 17px;
    vertical-align: middle;
    cursor: pointer;
}

.centered {
    text-align: center;
}

.max-full {
    max-width: 100%;
}

.trailer-photo {
    margin: 5px;
}

.padded-sides {
    padding-left: 10px;
    padding-right: 10px;
}

.top-padded {
    padding-top: 10px;
}

.top-2padded {
    padding-top: 20px;
}

.top-3padded {
    padding-top: 30px;
}

.bottom-padded {
    padding-bottom: 10px;
}

.bottom-3padded {
    padding-bottom: 30px;
}

.right-padded {
    padding-right: 10px;
}

.no-padding {
    padding: 0rem 0rem !important;
}

.list-group-homepage {
    padding: 0.75rem 0.0rem !important;
}

.event-category-item {
    min-width: 100px;
    padding: 8px 10px 8px 10px;
}

#googleMap {
    width: 100%;
    height: 400px;
    background-color: grey;
}

/* Reservation form steps */
.multi-steps > li.is-active:before, .multi-steps > li.is-active ~ li:before {
    content: counter(stepNum);
    font-family: inherit;
    font-weight: 700;
}
.multi-steps > li:after {
    background-color: #ededed;
}

.multi-steps {
    display: table;
    table-layout: fixed;
    width: 100%;
}
.multi-steps > li {
    counter-increment: stepNum;
    text-align: center;
    display: table-cell;
    position: relative;
}

.multi-steps > li:before {
    content: "\f00c";
    content: "\2713;";
    content: "\10003";
    content: "\10004";
    content: "\2713";
    display: block;
    margin: 0 auto 4px;
    background-color: #fff;
    width: 36px;
    height: 36px;
    line-height: 32px;
    text-align: center;
    font-weight: bold;
    border-width: 2px;
    border-style: solid;
    border-radius: 50%;
}
.multi-steps > li:after {
    content: "";
    height: 2px;
    width: 100%;
    position: absolute;
    top: 16px;
    left: 50%;
    z-index: -1;
}
.multi-steps > li:last-child:after {
    display: none;
}
.multi-steps > li.is-active:before {
    background-color: #fff;
}
.multi-steps > li.is-active ~ li {
    color: #808080;
}
.multi-steps > li.is-active ~ li:before {
    background-color: #ededed;
    border-color: #ededed;
}

.float-map {
    float: right;
    margin-left: 20px;
}

@media only screen and (max-width: 1080px) {
    .float-map {
        float: none;
    }
}

.grid-sizer,
.grid-item {
    width: 360px;
}

.grid-item {
    float: left;
}

.grid-item img {
    display: block;
    max-width: 100%;
}

.photo-overlay {
    color: white;
    position: absolute;
    bottom: 7px;
    left: 50%;
    -webkit-transform: translateX(-50%);
    transform: translateX(-50%);
    text-shadow: 2px 2px 3px black;
}

.weather-time {
    font-weight: normal;
    font-size: 0.8rem;
    line-height: 0.8em;
}

.forecast-link {
    font-weight: normal;
    font-size: 0.8rem;
    line-height: 0.8em;
}

.weather-location {
    font-weight: bold;
    font-size: 1.6rem;
}

.weather-temperature {
    font-weight: bold;
    font-size: 2.9rem;
    display:inline-block;
    vertical-align:middle;
}

.weather-description {
    font-weight: bold;
    font-size: 0.9rem;
}

.forecast-date {
    display: inline-block;
    width: 95px;
}

.forecast-temp {
    display: inline-block;
    width: 135px;
}

.forecast-description {
    display: inline-block;
}
