@charset "UTF-8";

/* CSS Document */

html{
         scroll-behavior: smooth;
    }


.shadow{
	box-shadow:8px 8px 15px #777;
-webkit-box-shadow:8px 8px 15px #777;
-moz-box-shadow:8px 8px 15px #777;
	
}

.shadow2{
	box-shadow:3px 3px 6px #aaa;
-webkit-box-shadow:3px 3px 6px #aaa;
-moz-box-shadow: 3px 3px 6px #aaa;	
		
}

.tophead{
	width:850px;
	margin:0 auto;
}


#container{
	width:1000px;
	padding-top:20px;
	height:auto;
	overflow:hidden;
	margin:30px auto 0 auto;
	background-color:#ffffff;
	border-radius:15px;
	text-align: left;
	box-shadow:10px 10px 20px #000;
	-webkit-box-shadow:10px 10px 20px #000;
	-moz-box-shadow: 10px 10px 20px #000;	
}

header {
	background: #FFF;
}

/* ~~ The footer ~~ */
footer {
	padding: 10px 0;
	background: #CCC;
	position: relative;
	clear: both; 
	
}


address{
	
	color:#fff;
	text-align:center;
	font-style:normal;
	clear: both; 
}

 a.back-link:link,
a.back-link:visited{
        color:white;
    }
    
     a.back-link:hover{
        color:#C00;
    }


