body{
	background-color:black;
	color:white;
	margin:0;
	z-index: 1;
	font-family:Arial, Helvetica, sans-serif;
}


header{	
	color:#ffffff;
	-webkit-transition: background 2s, color 1s;
	transition: background 2s, color 1s;
	padding-top:-10px;

}


header:hover {
    background:rgba(0,0,0,0);
    color: grey;
    padding:-10px; 
}



header #img1{
	 position: absolute;
	 opacity: 0;
	 width:115%;
	 height: 87px;
    left: 0px;
    top: 0px;
    z-index: -1
    -webkit-transition: opacity 3s ;
    transition: opacity 3s;

}

header:hover #img1 {
	 position: absolute;
	 width:115%;
	 height: 87px;
    left: 0px;
    top: 0px;
    z-index: -1;
    opacity: 1;
}


.Topic{
	display: inline-block;
	padding-right: 20px;
	font-size:16px;
	
} 


nav{
	text-align: right;
	position:relative;
	top:-18px;
	color: rgba(255,255,255,1);
	font-size: 12px;
	
}

nav a{
	color: rgba(255,255,255,1);
	padding:10px;
	padding-right:50px;
	font-family:Tahoma, Geneva, sans-serif;
	text-decoration: none;
	
}

a: hover{
	color: rgba((204,204,204,1));
	padding:10px;
	font-weight: normal;
	padding-right:50px;
	font-weight: bold;
	text-decoration: none;
}

a.visited {
	color:rgba(255,255,255,1);
	text-decoration: none;
}

section{
	background:back;
	float:left;
	
}

aside {
	background:black;
	margin: auto;
	widith: auto;
    text-align: center;
	

	}
	

	
main p {
	text-align:left;
	font-family:Tahoma, Geneva, sans-serif;
	font-size:12px;
	}
	
	
#p2{
	display:inline-block;
	position:relative;
	top:10px;
	margin: 20px 20px 100px 20px;
	

	
	}

#image2{
	margin-bottom: 20px;
	margin-top:20px;

	}



p {
	text-align:center;
	font-size:12px;
	}

#active{
	color:rgba(255,255,255,1);
	
	}
	
	
#notactive{
	color:rgba(102,102,102,1);
	font-weight: normal;

	}
	

#notactive:hover {
	color:rgba(255,255,255,1);
	font-weight:bold;

	}




#workDemo { width:100%;}
#workDemo a { opacity:.8; width: 150px; height:90px; margin:5px; padding:0; border:gray 5px solid; float:left; overflow:hidden; text-decoration:none; display:block; position:relative }
#workDemo a span { display:none; font-family: arial; font-size: 12px; }
#workDemo a img { border:none; position:relative; left:-20px; top:-25px; float:left; width: 180px; height: 110px;}
#workDemo a:hover { opacity:1;border-color:#333333; margin:5px;}
#workDemo a:hover img { border:none; position:relative; left:-20px; top:-25px; float:left; width: 180px; height: 110px;}
#workDemo a:hover span { position:absolute; background:rgb(#4A4646); color:white; width:100%; padding-top:3px; text-align:center;  right:0; bottom:0; display:block; font-family: arial; font-size:12px; filter: Alpha(Opacity=60); Opacity:0.9; }


.dropbtn {
    background-color: #4CAF50;
    color: white;
    padding: 16px;
    font-size: 16px;
    border: none;
    cursor: pointer;
}

.dropdown {
    position: relative;
    display: inline-block;
}

.dropdown-content {
    display: none;
    position: absolute;
    background-color: #f9f9f9;
    min-width: 160px;
    box-shadow: 0px 8px 16px 0px rgba(0,0,0,0.2);
	z-index:5;
}

.dropdown-content a {
    color: black;
    padding: 12px 16px;
    text-decoration: none;
    display: block;
	z-index:5;
}

.dropdown-content a:hover {background-color: rgba(172,202,216,0.5); z-index:5;}

.dropdown:hover .dropdown-content {
    display: block; z-index:5;
}

.dropdown:hover .dropbtn {
    background-color: #3e8e41; z-index:5;
}

/*-- footer --*/  
/*.container
 
#{container
	  width: 100%; 
 
	  
	  }

--*/

#footer{
	padding:2em 0;
	background-color:#454545;
	/*
	position:absolute;
	max-width:100%;
	*/
	margin: 0;
	height: 50px;
	
}
.footer-left{
	float:left;
	color:#fff;
	font-family:Tahoma, Geneva, sans-serif;
	font-size: 10px;
	margin: 10px 0px 10px 10px;
	padding-bottom: 20px;
}

.footer-left p{
}
/*	
}
.footer-left p a{
	color:#fff;
	text-decoration:none;
}
.footer-left p a:hover{
	color:#fff;
	text-decoration:none;
*/	
	
}
.footer-right{

	
}
.footer-right ul{
	float:right;
	padding-bottom:20px;
	margin:10px 0px 10px 0px;
	
}
.footer-right ul li{
	display:inline-block;
	padding-bottom:20px;

	
}
.footer-right ul li a.facebook{
	background: url(../images/img-sp.png) no-repeat -76px -10px;
	display: block;
	height: 51px;
	width: 54px;
}
.footer-right ul li a.facebook:hover{
	background: url(../images/img-sp.png) no-repeat -5px -10px;
	display: block;
}
.footer-right ul li a.p{
	background: url(../images/img-sp.png) no-repeat -76px -71px;
	display: block;
	height: 51px;
	width: 54px;
}
.footer-right ul li a.p:hover{
	background: url(../images/img-sp.png) no-repeat -3px -71px;
	display: block;
}
.footer-right ul li a.in{
	background: url(../images/img-sp.png) no-repeat -76px -131px;
	display: block;
	height: 51px;
	width: 54px;
}
.footer-right ul li a.in:hover{
	background: url(../images/img-sp.png) no-repeat -5px -131px;
	display: block;
}
.footer-right ul li a.be{
	background: url(../images/img-sp.png) no-repeat -76px -196px;
	display: block;
	height: 51px;
	width: 54px;
}
.footer-right ul li a.be:hover{
	background: url(../images/img-sp.png) no-repeat -4px -196px;
	display: block;
}
.footer-right ul li a.u-tube{
	background: url(../images/img-sp.png) no-repeat -76px -271px;
	display: block;
	height: 51px;
	width: 54px;
}
.footer-right ul li a.u-tube:hover{
	background: url(../images/img-sp.png) no-repeat -2px -271px;
	display: block;
}

.clearfix {
    overflow: auto;
}

/*-- //footer --*/