@charset "UTF-8";
/* Body */
body {
	font-family: source-sans-pro;
	background-color: #f2f2f2;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
	margin-left: 0px;
	font-style: normal;
	font-weight: 200;
}
/* Container */
.container {
	width: 90%;
	margin-left: auto;
	margin-right: auto;
	background-color: #FFFFFF;
}
/* Navigation */
header {
	width: 100%;
	height: 120px;
	background-color: #7AD4E0 ;
}
.logo {
	color: #fff;
	font-size: 30px;
	font-weight: bold;
	text-align: left;
	width: 90%;
	float: left;
	margin-top: 20px;
	margin-left: 47px;
	letter-spacing: 4px;
}

.gallery {
	clear: both;
	display: inline-block;
	width: 100%;
	background-color: #FFFFFF;
	/* [disabled]min-width: 400px;
*/
	padding-bottom: 35px;
	padding-top: 0px;
	margin-top: 0px;
	margin-bottom: 0px;
}

a {text-decoration: none;}

.thumbnail {
	width:95%;
	height:90px;
	margin-top: 35px;
	margin-left:25px;
    background-color: #C6EAFF;
    border: 1px solid  #C9F1FF;
    box-shadow: 1px 1px 0 rgba(255, 255, 255, .4) inset,
                0 0 4px rgba(255, 255, 255, .4) inset,
                2px 2px 2px rgba(0, 0, 0, .2);
    color: #444444;
}

.thumbnail:hover{
	width:95%;
	height:90px;
	margin-top: 35px;
	margin-left:25px;
    background-color: #5BDFFF;
    border: 1px solid  #C9F1FF;
    box-shadow: 1px 1px 0 rgba(255, 255, 255, .2) inset,
                0 0 4px rgba(255, 255, 255, .2) inset,
                2px 2px 2px rgba(0, 0, 0, .2);
    color: #444444;
}

.thumbnail:acttive{
	width:95%;
	height:90px;
	margin-top: 35px;
	margin-left:25px;
    background-color: #00F6FF;
    border: 1px solid #95ECF4;
    box-shadow: 1px 1px 0 rgba(255, 255, 255, .2) inset,
                0 0 4px rgba(255, 255, 255, .2) inset,
                2px 2px 2px rgba(0, 0, 0, .2);
    color: #444444;
}

.stats {
	font-size: 18px;
	font-weight: bold;
	margin-top: 23px;
	margin-right: 0px;
	margin-bottom: 0px;
	margin-left: 30px;
}

.gallery .thumbnail h4 {
	font-size: 18px;
	font-weight: bold;
	margin-top: 10px;
	margin-right: 0px;
	margin-bottom: 5px;
	margin-left: 30px;
	color: #444444;
}


/* More info */
footer {
	background-color: #FFFFFF;
	margin-bottom:100px;
	width: 100%;
}


.copyright {
	text-align: center;
	padding-top: 20px;
	padding-bottom: 20px;
	background-color: #CCCCCC;
	color: #333333;
	font-weight: lighter;
	letter-spacing: 2px;
	border-top-width: 2px;
}

}
footer {
	display: inline-block;
}


