body {
    font-family: 'Fira Sans', sans-serif;
}

#header {
    max-width: 1152px;
    width:100%;
    margin: 0 auto;
    overflow: hidden;
    margin-bottom: 0.5%;
}
.logo {
    float: left;
    width: 50%;
    text-align: center;
}
#texthead {
    float: left;
    width:33%;
}

.contactnum {
    float:  right;
    width:33%;
}
.contactnum p {
    font-weight: bold;
}
.contactnum img {
    float: left;
    padding: 2%;
}

#maincentral {
    max-width: 1152px;
    width: 100%;
    margin: auto;
}
#textblock  {
    width: 50%;
    float: right;
}

#mainimg {
    background-image: url(/img/background1.jpeg);
    background-position: center center;
    background-repeat: no-repeat;
    background-size: cover;
background-attachment: fixed;
    overflow: hidden;
    background-position: 58%;
    padding-bottom: 1%;
}

#rentalblock {
    width: 48%;
    margin: auto;
    text-align:center;
}

.pickupvalid {
    width:49%;
    height: 40px;
    border-radius: 4px 4px 4px 4px;
    margin-bottom: 20px;
}

.pickupvalid2 {
    width:34%;
    height: 40px;
    border-radius: 4px 4px 4px 4px;
    margin-bottom: 10px;
}

.timeval {
    width:14%;
    height: 40px;
    border-radius: 4px 4px 4px 4px;
    margin-bottom: 10px;
}

#rentblock {
    padding: 1%;
color: white;
}
#pushthebut {
    background: #f0f9ff; /* Old browsers */
    background: -moz-linear-gradient(top, #f0f9ff 0%, #cbebff 47%, #a1dbff 100%); /* FF3.6-15 */
    background: -webkit-linear-gradient(top, #f0f9ff 0%,#cbebff 47%,#a1dbff 100%); /* Chrome10-25,Safari5.1-6 */
    background: linear-gradient(to bottom, #f0f9ff 0%,#cbebff 47%,#a1dbff 100%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#f0f9ff', endColorstr='#a1dbff',GradientType=0 ); /* IE6-9 */
    height: 40px;
    border-radius: 4px 4px 4px 4px;
    margin-bottom: 10px;
    width: 98%;

}

#rules {
    max-width:1152px;
    width: 100%;
    margin: 0 auto;
}

#footer {
    padding: 0.5%;
    background-color: #dcefff;
}

.rules {
    width: 100%;
    margin-bottom: 30px;
    overflow: hidden;
}

.rules-img {
    float: left;
    width:20%;
}

.rules-text {
    float: left;
    width:80%;
}

.places {
    width: 100%;
    margin-bottom: 30px;
    padding-bottom: 10px;
    border-bottom: 1px dotted #cacaca;
    overflow: hidden;
}

.place-icon {
    width:20%;
    float: left;
}

.place-text {
    width:80%;
    float: left;
}

.wheremap {
    width:100%;
}

a {
    color: #333;
}

a:hover {
    color: #777;
    text-decoration: underline;
}

.social {
    float: left;
    width: 15%;
    text-align: right;
}

.under-social {
    max-width: 30px;
    float: right;
}

#instafeed {
    width: 100%;
    text-align: center;
    min-width: 340px;
    margin: 0 auto;
}

#instafeed * img {
    padding: 10px;
}

.showmap {
    padding: 10px;
    cursor: pointer;
    margin-bottom: 10px;
    border: 1px solid #dedede;
}

.main {
    height: 40px;
}

.main input {
    height: 35px;
}

.main span {
    width: 30%;
}