.container {
	font-family: Cambria, "Hoefler Text", "Liberation Serif", Times, "Times New Roman", serif;
	text-decoration: none;
	background-color: #FFFFFF;
	height: 1000px;
	width: 100%;
	margin-top: 0px;
	margin-right: auto;
	margin-bottom: 0px;
	margin-left: auto;
}
.header {
	font-family: Cambria, "Hoefler Text", "Liberation Serif", Times, "Times New Roman", serif;
	color: #FFFFFF;
	background-color: #000000;
	width: 100%;
	height: 70px;
}
.logo   {
	float: left;
	margin-left: 0px;
	margin-top: auto;
	margin-bottom: 0px;
	padding-top: 2.5px;
	padding-bottom: 0px;

}
.nav {
    font-family: Cambria, "Hoefler Text", "Liberation Serif", Times, "Times New Roman", serif;
    color: #FFFFFF;
    width: 70%;
    margin-right: 15px;
    float: right;
    text-align: right;
    height: 100%;
    padding-top: 10px;
    text-decoration: none;
    font-size: small;
    top: auto;
    bottom: auto;
}
.nav ul {
	text-decoration: none;
	list-style-type: none;
}
.nav ul li {
	margin-right: 10px;
	transition: all 0.35 linear;
	float: right;
	text-align: right;
	text-decoration: none;
	white-space: normal;
	padding-left: 5px;
}

.nav ul li a {
	color: #FFFFFF;
	text-decoration: none;
}
.nav ul li:hover a {
	color: #798286;
}

.content {
	background-color: #FFFFFF;
	width: 100%;
	padding-top: 0px;
	padding-right: 0px;
	padding-bottom: 0px;
	padding-left: 0px;
}
.container .content img {
	width: 100%;
	height: 0%;
}
.cards   {
    width: 100%;
    max-width: 350px;
    height: 100%;
    clear: none;
    float: none;
}
.gallery {
	background-color: #FFFFFF;
	width: 100%;
	margin-top: -5px;
	margin-right: 0px;
	margin-bottom: 0px;
	margin-left: 0px;
	padding-top: 0px;
	padding-right: 0px;
	padding-bottom: 10px;
	padding-left: 0px;
}
.thumbnail {
    float: left;
    width: 23%;
    margin-top: 15px;
    margin-right: 1%;
    margin-bottom: 0px;
    margin-left: 1%;
    padding-top: 15px;
    padding-right: 0px;
    padding-bottom: 10px;
    padding-left: 0px;
}
.thumbnail_sign {
    float: left;
    width: 20%;
    margin-top: 15px;
    margin-right: 1%;
    margin-bottom: 0px;
    margin-left: 1%;
    padding-top: 5px;
    padding-right: 5px;
    padding-bottom: 5px;
    padding-left: 5px;
    background-color: #9D9D99;
}
.gallery .thumbnail p {
    padding-left: 10px;
    text-align: justify;
    font-weight: lighter;
    color: #000000;
    line-height: 20px;
    width: 90%;
}
.gallery .thumbnail h4 {
	margin-top: 5px;
	margin-bottom: 5px;
	padding-left: 10px;
	padding-right: 20px;
	clear: both;
}
.gallery .thumbnail p {
}

.intro_img {
    width: 100%;
    height: 30%;
}
.footer {
	background-color: #696969;
	clear: both;
	width: 100%;
	color: #C4C0C0;
	padding-top: 10px;
	padding-bottom: 10px;
	padding-left: 10px;
	padding-right: 20px;
	height: 30px;
	font-size: small;
}
.nav_footer  {
    font-family: Cambria, "Hoefler Text", "Liberation Serif", Times, "Times New Roman", serif;
    color: #FFFFFF;
    width: 100%;
    margin-right: 0px;
    float: left;
    text-align: left;
    height: 100%;
    padding-top: 0px;
    text-decoration: none;
    padding-bottom: 0px;
}
.nav_footer ul  {
	text-decoration: none;
	list-style-type: none;
	margin-top: 0px;
	padding-bottom: 5px;
	padding-top: 5px;
}

.nav_footer ul li {
	margin-right: 10px;
	transition: all 0.35 linear;
	float: left;
	text-align: left;
	text-decoration: none;
	white-space: normal;
	padding-left: 0px;
	padding-bottom: 0px;
	margin-bottom: 0px;
	position: static;
}
.nav_footer ul li a {
	color: #FFFFFF;
	text-decoration: none;
}
.nav_footer ul li:hover a {
	color: #ADB2B5;
}





.copyright {
	font-family: Cambria, "Hoefler Text", "Liberation Serif", Times, "Times New Roman", serif;
	color: #A1A1A1;
	background-color: #FFFFFF;
	width: 100%;
	height: 3%;
	clear: both;
	text-align: center;
	padding-top: 10px;
	margin-top: 5px;
	margin-bottom: 5px;
	padding-bottom: 10px;
}
.gallery_main {
    font-family: Cambria, "Hoefler Text", "Liberation Serif", Times, "Times New Roman", serif;
    font-weight: lighter;
    color: #050505;
    margin: 5px;
    padding: 5px;
    float: left;
    width: 66%;
}
.gallery_side {
    font-family: Cambria, "Hoefler Text", "Liberation Serif", Times, "Times New Roman", serif;
    color: #000000;
    margin: 5px;
    padding: 5px;
    float: right;
    width: 26%;
    text-align: left;
    background-color: #9D9D99;
}
gallery_side_sign {
    width: 100%;
    background-color: #9D9D99;
    border-color: #9D9D99;
}


.gallery a {
    color: #7C8489;
    text-decoration: none;
}
.gallery_side_img {
	width: 100%;
	height: auto;
}
.content a {
	text-decoration: none;
	color: #3D3939;
}
