body {
    border-top: 3px solid #008B97;
    font-family: 'PT Sans', sans-serif;
    
    background-image: url(../images/trianglify.svg);
    background-attachment: fixed;
    
    background: #008B97;  /* fallback for old browsers */
    background: -webkit-linear-gradient(to bottom, #F5CC23, #008B97);  /* Chrome 10-25, Safari 5.1-6 */
    background: linear-gradient(to bottom, #F5CC23, #008B97); /* W3C, IE 10+/ Edge, Firefox 16+, Chrome 26+, Opera 12+, Safari 7+ */

}

#logo {
    padding: 0 15px;
}

/* Enquiries
–––––––––––––––––––––––––––––––––––––––––––––––––– */
.enquries {
    background-color: #008B97;
    color: #ffffff;
}
#panel {
    padding: 0px;
    display: none;
}

/* Navigation
–––––––––––––––––––––––––––––––––––––––––––––––––– */
nav {
    font-family: 'Montserrat', sans-serif;
}
.icon-bar {
    width: 99%; /* Full-width */
    overflow: auto; /* Overflow due to float */
}

.icon-bar a {
    float: left; /* Float links side by side */
    text-align: center; /* Center-align text */
    width: 33%; /* Equal width (5 icons with 20% width each = 100%) */
    padding: 10px 0; /* Some top and bottom padding */
    transition: all 0.3s ease; /* Add transition for hover effects */
    color: #333333; /* White text color */
    font-size: 200%; /* Increased font size */
    text-decoration: none;
    text-transform: uppercase;
}
.icon-bar a.firebrick {
    color: #B71D62;
}
.icon-bar a.limegreen {
    color: #81CA2B;
}
.icon-bar a.darkcyan {
    color: #008B97;
}
.icon-bar a.grey {
    color: #808080;
}

.icon-bar a:hover {
    color: #F5CC23; 
}
.nav-title {
    font-size: 50%;
    display: block;
}
a.nav-title {
    margin-top: 10px;
}
/* Content
–––––––––––––––––––––––––––––––––––––––––––––––––– */

.content {
    background-color: #FFF;
    width: 80%;
    margin: 10px auto;
}
ol {
  list-style: inside lower-alpha; }
}
/* Digger
–––––––––––––––––––––––––––––––––––––––––––––––––– */

.dozer {
    background-color: #F5CC23;
}

/* Map
–––––––––––––––––––––––––––––––––––––––––––––––––– */

#gmap {
    height: 300px;
    background-color: #E1DFDA;
}


/* footer
–––––––––––––––––––––––––––––––––––––––––––––––––– */

footer a {
    text-decoration: none;
    color: whitesmoke;
}
footer {
    background-color: dimgrey;
    font-size: 115%;
    color: whitesmoke;
    background-image: url(../images/footer-slates.png);
    background-repeat:  repeat-x;
    background-position: left bottom;
    padding-bottom: 30px;
}

footer .fa {
    padding: 0 10px;
}
.feature {
    background-color: #F5CC23;   
}

.whiteout {
    background-color: #FFFFFF;
}
.icon {
    display: none;
}