body {
    background-color: #CCCCCC;
    background-image: url("../images/dark-wood.jpg");
    font-size: 16px;
}

header {
    color: #FFFFBF;
    background: #79796A;
    font-size: 22px;
    text-align: center;
    width: 100%;
}

h1 {
    font-weight: normal;
    font-size: 40px;
    font-family: 'Open Sans', serif;
}

h2 {
    font-weight: normal;
    font-size: 34px;
    font-family: 'Open Sans', serif;
}

h3 {
    font-weight: normal;
    font-size: 28px;
    font-family: 'Open Sans', serif;
}

h4 {
    font-size: 24px;
    font-family: 'Open Sans', serif;
}

h5 {
    font-size: 20px;
    font-family: 'Open Sans', serif;
}

h6 {
    font-size: 15px;
    font-family: 'Open Sans', serif;
}

a {
    color: #0055FF;
}

a:hover {
    color: #0000B3;
    text-decoration: none;
}

p, ul, ol {
    margin: 0;
}

ul {
    margin-left: 17px;
}

ol {
    margin-left: 20px;
}

footer {
    width: 100%;
    color: #4CFF79;
    background-color: #004000;
    text-align: center;
}

.border-it {
    border: thin solid #575748;
}
     
.group { 
    display: inline-block; 
}

.equal-three-col {
    position: relative;
    z-index: 1;
    width: 100%;
}

.equal-three-col .col {
    position: relative;
    width: 27%;
    padding: 3%;
    float: left;
}

.equal-three-col .col:nth-child(1) { left: 33%; }
.equal-three-col .col:nth-child(2) { left: -33.3%; }
.equal-three-col .col:nth-child(3) { left: 0; }
.equal-three-col:before, .equal-three-col:after {
    content: " ";
    position: absolute;
    z-index: -1;
    top: 0;
    left: 33.4%;
    width: 33.4%;
    height: 100%;
    background: #99FFB2;
}

.equal-three-col:after {
    left: 66.667%;
    background-color: transparent;
}

.menu {
    color: #FFA64C;
    background: #004010;
}

.bottom {
    color: #FF4CA6;
    background: #DFFFBF;
    width: 100%;
}

.display-images
{
	margin:10px 0;
	float: left;
}
.display-images a
{
	background: white;
	display: inline;
	float: left;
	margin: 0 15px 30px;
	padding: 10px 10px 25px;
	text-align: center;
	text-decoration: none;
	-webkit-box-shadow: 0 4px 6px rgba(0, 0, 0, .3);
	-moz-box-shadow: 0 4px 6px rgba(0,0,0,.3);
	box-shadow: 0 4px 6px rgba(0,0,0,.3);
	-webkit-transition: all .15s linear;
	-moz-transition: all .15s linear;
	transition: all .15s linear;
	z-index:0;
	position: relative;
}
.display-images a:after {
	color: #333;
	font-size: 20px;
	content: attr(title);
	position: relative;
	top:15px;
}
.display-images img {
	display: block;
	width: inherit;
}

.display-images a:nth-child(2n)
{
	-webkit-transform: rotate(4deg);
	-moz-transform: rotate(4deg);
	transform: rotate(4deg);
}
.display-images a:nth-child(3n) {
	-webkit-transform: rotate(-24deg);
	-moz-transform: rotate(-24deg);
	transform: rotate(-24deg);
}
.display-images a:nth-child(4n)
{
	-webkit-transform: rotate(14deg);
	-moz-transform: rotate(14deg);
	transform: rotate(14deg);
}
.display-images a:nth-child(5n)
{
	-webkit-transform: rotate(-18deg);
	-moz-transform: rotate(-18deg);
	transform: rotate(-18deg);
}
.display-images a:hover{
	-webkit-transform: rotate(0deg);
	-moz-transform: rotate(0deg);
	transform: rotate(0deg);
	-webkit-transform: scale(1.2);
	-moz-transform: scale(1.2);
	transform: scale(1.2);
	z-index:10;
	-webkit-box-shadow: 0 10px 20px rgba(0, 0, 0, .7);
	-moz-box-shadow: 0 10px 20px rgba(0,0,0,.7);
	box-shadow: 0 10px 20px rgba(0,0,0,.7);
}
