h1 {
    color: #FFF;
}
h2 a {
    text-decoration: none;
}
.col {padding: 0 2%; max-width: 100%; }
#cover {
    background: linear-gradient(rgba(0,0,0,0.1),rgba(0,0,0,0.75)), url(/images/home/paintball-cover.jpg) center center no-repeat;
    background-size: cover;
    height: 550px;
    max-height: calc(100vh - 95px - 32px);
    padding: 0;
}
#cover .section_content {
    position: absolute;
    width: 100%;
    bottom: 0;
    padding: 2em;
}
#cover ol:after {
    display: block;
    clear: both;
    content: '';
}
#cover li {
    float: left;
    width: 19%;
    margin-left: 8%;
    color: #FFF;
    position: relative;
    z-index: 1;
    padding: 0.25em 1.5em;
    list-style: none;
    font-size: 1.5em;
}

#cover li:first-child {
    margin-left: 0;
}
#cover li:before {
    background: #000;
    -webkit-transform: skew(-30deg);
    transform: skew(-30deg);
    content: '';
    display: block;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    position: absolute;
    z-index: -1;
}
#cover li:after {
    background: #FFF;
    border: 4px solid #000;
    content: '';
    display: block;
    height: 1.5em;
    width: 1.5em;
    position: absolute;
    left: -0.9em;
    top: -0.2em;
    border-radius: 100%;
    z-index: -1;
    padding: 0.25em 0;
    box-sizing: border-box;
    font-size: 1.75em;
    color: #000;
    font-weight: bold;
    text-align: center;
}
#cover li:nth-of-type(1):after {content: '1'; }
#cover li:nth-of-type(2):after {content: '2'; }
#cover li:nth-of-type(3):after {content: '3'; }
#cover li:nth-of-type(4):after {content: '4'; }
#cover li a {
    color: #FFF;
    text-decoration: none;
}
#home-appt-banner {
    background: #74BE44;
    color: #000;
    font-size: 1.5em;
    padding: 0.5em 0;
    text-align: center;
    display: none;
}
#key-features {text-align: center; }
#key-features p {
    text-align: left;
    max-width: 400px;
    margin-left: auto;
    margin-right: auto;
}
#tippmann-gear {
    background: linear-gradient(rgba(32, 32, 32, 0.75),rgba(32, 32, 32, 0.9)),url(/images/home/tower-woods.jpg);
    color: #d2d2d2;
    background-attachment: fixed;
    background-size: cover;
}

#tippmann-gear .section_content {
    text-shadow: 0.1em 0.1em 0.5em #000;
}
#featured-services {/* background: #FFF; */margin-bottom: -4em;}

section#featured-services {}
#featured-services .featured-service, 
#featured-services .featured-service:hover {
    float: left;
    position: relative;
    width: 29.3%;
    display: block;
    padding: 1em 0.75em;
    color: #000;
    background: #FFF;
    margin: 2%;
    box-shadow: 1px 2px 2px rgba(0,0,0,0.5);
    text-decoration: none;
}
#featured-services .featured-service:hover {
    box-shadow: 2px 4px 4px rgba(0,0,0,0.5);
}

#featured-services .featured-service span {
    display: block;
}

#featured-services .featured-service .thumbnail {
    padding-bottom: 100%;
    height: 0;
}
#featured-services .featured-service .details {
    height: 4em;
}
#featured-services .featured-service .name {
    font-weight: bold;
    height: 2em;
}

#featured-services .featured-service .price {
}
#featured-services .featured-service .thumbnail img {
    width: 100%;
}

#reviews h2 {
    text-align: center;
    margin: 0 0 1em;
}
.review {
    position: relative;
    font-family: 'Rock Salt', cursive;
    font-family: 'Reenie Beanie', cursive;
    font-size: 1.5em;
    max-width: 810px;
    margin: 0 auto;
}
.review:before {
    content: '\201C';
    font-size: 500%;
    display: block;
    /* position: absolute; */
    /* top: 0; */
    left: -3px;
    margin-bottom: -0.5em;
    margin-top: -0.25em;
}
.review.first-child {border:none; }
.review_rating {text-align:right; display:block; }
.review_body {
    /* font-style:italic; */
    font-size: 1.25em;
    line-height: 1.25em;
}

#references {
    background: linear-gradient(rgba(0,0,0,0.75),rgba(0,0,0,0.75)), url(/images/home/library.jpg) center center no-repeat;
    background-size: cover;
    background-attachment: fixed;
    color: #FFF;
}
#references .col:nth-of-type(2) {
    position: relative;
    height: 11em;
}
#references .books {
    -webkit-transform: translate(-50%,-50%) rotate(-90deg);
    transform: translate(-50%,-50%) rotate(-90deg);
    padding: 1em 1px;
    border-left: 0.5em solid #5d3d10;
    width: 11em;
    top: 50%;
    left: 50%;
    position: absolute;
}
#references .books:after {
    display: block;
    content: '';
    clear: both;
}
#references .books a {
    display: block;
    padding: 0.25em 0.5em;
    /* background: linear-gradient(rgba(0,0,0,0.5) 20%,#000 80%,rgba(0,0,0,0.5)); */
    position: relative;
    float: left;
    clear: left;
    transition: 0.35s ease-in-out;
    color: #d2d2d2;
    border-radius: 0.125em 0 0 0.125em;
    /* box-shadow: -0.25em 0 .25em rgba(0,0,0,0.5); */
    text-decoration: none;
}
#references .books a:nth-of-type(1) {
    background: linear-gradient(rgba(255,255,255,0.5), transparent 15%, transparent 85%,rgba(0,0,0,0.75)), linear-gradient(#C00,#C00);
}
#references .books a:nth-of-type(2) {
    background: linear-gradient(rgba(255,255,255,0.5), transparent 15%, transparent 85%,rgba(0,0,0,0.75)), linear-gradient(#332309,#332309);
    font-size: 1.5em;
    font-weight: bold;
}
#references .books a:nth-of-type(3) {
    background: linear-gradient(rgba(255,255,255,0.5), transparent 15%, transparent 85%,rgba(0,0,0,0.75)), linear-gradient(green,green);
    font-family: serif;
    text-transform: uppercase;
}
#references .books a:nth-of-type(4) {
    background: linear-gradient(rgba(255,255,255,0.5), transparent 15%, transparent 85%,rgba(0,0,0,0.75)), linear-gradient(orange,orange);
    color: #222;
    margin: 0.6em 0;
    -webkit-transform: rotate(10deg);
    transform: rotate(10deg);
    font-family: monospace;
}
#references .books a:nth-of-type(5) {
    background: linear-gradient(rgba(255,255,255,0.5), transparent 15%, transparent 85%,rgba(0,0,0,0.75)), linear-gradient(#01013a,#01013a);
    text-transform: uppercase;
    font-size: 0.9em;
    letter-spacing: 0.05em
}
#references .books a:nth-of-type(6) {
    background: linear-gradient(rgba(255,255,255,0.5), transparent 15%, transparent 85%,rgba(0,0,0,0.75)), linear-gradient(#804f13,#804f13); 
}

#references .books a:hover {
    margin-left: -1em;
    text-decoration: none;
    -webkit-transform: none;
    transform: none;
    padding-right: 1.5em;
    border-radius:  0.125em;
}
#references .books a:before {
    display: block;
    content: '';
    width: 0px;
    height: 91%;
    background: linear-gradient(#ccccb7, beige,#ccccb7, beige,#ccccb7, beige,#ccccb7, beige,#ccccb7, beige,#ccccb7, beige,#ccccb7, beige,#ccccb7, beige,#ccccb7, beige,#ccccb7, beige,#ccccb7, beige,#ccccb7, beige);
    top: 5%;
    right: 0px;
    position: absolute;
    transition: 0.35s ease-in-out;
    border-radius: 0.125em 2px 2px 0.125em;
}
#references .books a:hover:before {
    width: 1em;
    box-shadow: 2px 2px 4px rgba(0,0,0,0.5) inset;
}

.service-links {
}
.service-links a {
    font-size: 30px;
    color: #000;
    background: #74BE44;
    margin: 0 1% 1em;
    text-align: center;
    display: block;
    float: left;
    padding: 10px 0;
    font-weight: bold;
    width: 48%;
    box-shadow: 1px 2px 2px rgba(0,0,0,0.5);
    text-decoration: none;
}
.service-links a:hover {
    text-decoration: none;
    background: #d2d2d2;
}
#featured-services .service-links {
    display: block;
    clear: both;
    top: 3em;
    position: relative;
    padding: 0 20%;
}
.edit {float:right; margin:5px -15px 0 0; display:none; }
#column-a3 > div:hover .edit {display:block; }
@media only screen and (max-width:1000px) {
    #cover .section_content {font-size: 0.9em; }
}
@media only screen and (max-width:960px) {
    #cover .section_content {font-size: 0.8em; }
}
@media only screen and (max-width:880px) {
    #cover .section_content {font-size: 0.7em; }
}
@media only screen and (max-width:721px) {
    #cover .section_content {font-size: 0.6em; }
    #key-features {padding:0; }
    #key-features .col {padding: 2em 1em; }
    #key-features .col:nth-child(even) {
        background:#EEE; 
    }
    #tippmann-gear .col:first-child {text-align:center; }
}
@media only screen and (max-width:650px) {
    #featured-services .featured-service {width: 46%; }
    #featured-services .service-links {padding: 0 2%; }
    #cover .section_content {
        bottom: 0; 
        font-size: 0.5em;
    }
}
@media only screen and (max-width:650px) and (min-height:400px) {
    #cover .section_content {
        bottom: 4em; 
        font-size: 0.8em;
    }
    #cover .section_content h1 {
        bottom: -1.5em;
        position:absolute;
    }
    #cover .section_content li {
        clear:both;
        width: auto;
        margin: 0.5em;
    }
}
@media only screen and (max-width:580px) {
    #cover {max-height: calc(100vh - 95px - 48px); }
}
@media only screen and (max-width:400px) {
    #featured-services .featured-service {width: 94%; }
}
@media only screen and (max-width:375px) {
    #featured-services .service-links a {
        margin: 0 0 1em;        
        width: 100%;
    }
}