html {
	width: 100%;
}
body {
	width: 100%;
	margin: 0 auto;
	background-color: #BFFFEF;
}
/* header section */
div#header {
	position: relative;
	width: 100%;
}
/* h1 in header section */
div#header h1 {
	text-align: center;
	font-size: 2em;
	line-height: 1em;
	color: blue;
	transition: font-size 4s;
	-webkit-transition: font-size, line-height, 4s;
}
div#header h1:hover {
	font-size: 6em;
	line-height: 2em;
	background-color: #09e5e5;
	color: white;
}
/*
div#header h1 span {
padding:3px;
display:block;
border:4px solid blue;
transition:border, 2s;
-wibkit-transition:border,font-size, 2s;
}
div#header h1 span:hover {
border:4px solid white;
font-size:2em;
}
*/
div#header h1 a {
	border: 4px solid blue;
	display: block;
	color: white;
	text-decoration: none;
}
div#header h1 a:hover {
	color: red;
	text-decoration: underline;
	border: 4px dashed black;
}
/* png-0-div  */
div#png-0-div {
	position: relative;
	border: 1px solid red;
	width: 100%;
	height: 80px;
	transition: height 2s;
	-wibkit-transition: height 2s;
}
div#png-0-div:hover {
	height: 500px;
	background-color: #09e5e5;
}
/* png#top  */
div#png-0-div img#top {
	display: block;
	margin: 0px auto;
	transition: width, height, 2s;
	-wibkit-transition: width, height, 2s;
}
div#png-0-div img#top:hover {
	width: 400px;
	height: 400px;
}
/* png#down  */
div#png-0-div img#down {
	display: block;
	margin: 0px auto;
	transition: width, height, 2s;
	-wibkit-transition: width, height, 2s;
}
div#png-0-div img#down:hover {
	width: 500px;
	height: 500px;
}
/* gif-1-div  */
div#gif-1-div {
	position: relative;
	border: 1px solid red;
	width: 100%;
	height: 40px;
	transition: height 2s;
	-wibkit-transition: height 2s;
}
div#gif-1-div:hover {
	height: 450px;
	background-color: #09e5e5;
}
/* gif-1  */
div#gif-1-div img {
	display: block;
	margin: 0px auto;
	transition: width, height, 4s;
	-webkit-transition: width, height, 4s;
}
div#gif-1-div img:hover {
	width: 800px;
	height: 350px;
}
/* div#wrap-width-100% */
div#wrap-w-100 {
	position: relative;
	width: 100%;
	margin: 0 auto;
	top: 0px;
	transition: height, 2s;
	height: 20px;
}
div#wrap-w-100:hover {
	height: 150px;
}
/* div#wrap-width-95% */
div#wrap-w-95 {
	position: relative;
	height: 20px;
	top: 0px;
	width: 95%;
	margin: 0 auto;
	transition: height, 2s;
	height: 20px;
}
div#wrap-w-95:hover {
	height: 150px;
}
/* div#wrap-width-90% */
div#wrap-w-90 {
	position: relative;
	top: 200px;
	width: 90%;
	margin: 0 auto;
	top: 0px;
	transition: height, 2s;
	height: 20px;
}
div#wrap-w-90:hover {
	height: 150px;
}
/* div#wrap-width-85% */
div#wrap-w-85 {
	position: relative;
	top: 300px;
	width: 85%;
	margin: 0 auto;
	top: 0px;
	transition: height, 2s;
	height: 20px;
}
div#wrap-w-85:hover {
	height: 150px;
}
/* div#wrap-width-80% */
div#wrap-w-80 {
	position: relative;
	top: 400px;
	width: 80%;
	margin: 0 auto;
	top: 0px;
	transition: height, 2s;
	height: 20px;
}
div#wrap-w-80:hover {
	height: 150px;
}
/* div#wrap-width-75% */
div#wrap-w-75 {
	position: relative;
	top: 500px;
	width: 75%;
	margin: 0 auto;
	top: 0px;
	transition: height, 2s;
	height: 20px;
}
div#wrap-w-75:hover {
	height: 150px;
}
/* div#wrap-width-70% */
div#wrap-w-70 {
	position: relative;
	top: 600px;
	width: 70%;
	margin: 0 auto;
	top: 0px;
	transition: height, 2s;
	height: 20px;
}
div#wrap-w-70:hover {
	height: 150px;
}
/* div#wrap-width-65% */
div#wrap-w-65 {
	position: relative;
	top: 600px;
	width: 65%;
	margin: 0 auto;
	top: 0px;
	transition: height, 2s;
	height: 20px;
}
div#wrap-w-65:hover {
	height: 150px;
}
/* div#wrap-width-60% */
div#wrap-w-60 {
	position: relative;
	top: 600px;
	width: 60%;
	margin: 0 auto;
	top: 0px;
	transition: height, 2s;
	height: 20px;
}
div#wrap-w-60:hover {
	height: 150px;
}
/* div#wrap-width-55% */
div#wrap-w-55 {
	position: relative;
	top: 600px;
	width: 55%;
	margin: 0 auto;
	top: 0px;
	transition: height, 2s;
	height: 20px;
}
div#wrap-w-55:hover {
	height: 150px;
}
/* div#wrap-width-50% */
div#wrap-w-50 {
	position: relative;
	top: 600px;
	width: 55%;
	margin: 0 auto;
	top: 0px;
	transition: height, 2s;
	height: 20px;
}
div#wrap-w-50:hover {
	height: 200px;
}
/* div.trans-left */
div.trans-left {
	position: absolute;
	left: 0px;
	top: 0px;
	width: 10%;
	height: inherit;
	background: #238C00;
	transition: width 2s;
	-wibkit-transition: width 2s;
	z-index: 5;
}
div.trans-left:hover {
	width: 90%;
	background-color: #79FF4C;
}
/* div.trans-right */
div.trans-right {
	position: absolute;
	right: 0px;
	top: 0px;
	width: 10%;
	height: inherit;
	background: #CCCCCC;
	transition: width 2s;
	-wibkit-transition: width 2s;
	z-index: 4;
}
div.trans-right:hover {
	width: 90%;
	background-color: #555555;
}
/* div.trans-mid1 */
div.trans-mid1 {
	position: absolute;
	right: 50%;
	top: 0px;
	width: 10%;
	height: inherit;
	background: #4CD2FF;
	transition: width 2s;
	-wibkit-transition: width 2s;
	z-index: 3;
}
div.trans-mid1:hover {
	width: 40%;
	background-color: #008C69;
}
/* div.trans-mid2 */
div.trans-mid2 {
	position: absolute;
	left: 50%;
	top: 0px;
	width: 10%;
	height: inherit;
	background: #FFA64C;
	transition: width 2s;
	-wibkit-transition: width 2s;
	z-index: 2;
}
div.trans-mid2:hover {
	width: 40%;
	background-color: #B35900;
}
/* gifDiv */
div#gifDiv {
	position: relative;
	top: 0px;
	border: 1px solid red;
	width: 70%;
	height: 40px;
	margin: 0 auto;
	transition: height 2s;
	-wibkit-transition: height 2s;
}
div#gifDiv:hover {
	height: 600px;
	background-color: #09e5e5;
}
div#gifDiv img {
	display: block;
	width: 40px;
	height: 50px;
	margin: 0px auto;
	transition: width, height, 2s;
	-wibkit-transition: width, height, 2s;
}
div#gifDiv img:hover {
	width: 550px;
	height: 600px;
}
/* the on-off lamp light */
/*
div#img-light-on-off    {
position:relative;
top:0px;
width:290px;
padding:20px;
margin:0px auto;
background-color:#f4f2f2;
border:3px dashed red;
}
div#img-light-on-off:hover{
background-color:#ffcd9b;
border:3px solid #3F444A;
}
*/
div#img-light-on-off img#myimageBig {
	margin: 0px auto;
	display: block;
}
div#img-light-on-off p {
	text-align: center;
	margin-bottom: 10px;
	padding-bottom: 10px;
}
div#img-light-on-off p:hover {
	color: #73FFDC;
}
div#img-light-on-off img#myimageSmall {
	margin-left: 5px;
	padding: 4px;
	border: 1px dashed #666666;
}
a:hover {
	text-decoration: none;
}
figure {
	display: block;
	margin: 0;
}
img:hover{
	background-color: #fff;
}
.icons a {
	width: 50px;
}
.icons .btn {
	font-size: 18px;
}
.icons .myImg img{
	width: 60px;
	height: 60px;
	border-radius: 50%;
}
.social{
	width: 100%;
	text-align: center;
	padding-top: 10px;
	padding-bottom: 10px;
	box-shadow: 0px 0px 20px 0px rgba(0,0,0,.3);
}


#particles-js {
	position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    z-index: -1;
}

.contact-me-button, .contact-container{
	position: absolute;
	top: -2px;
	right: 5px;
}

.contact-me-button a.btn{
	color: #337ab7;
    background-color: #bfffef; 
    border-color: #2e6da4;
}

.antispam {
	display: none;
}

.error {
	color: rgba(255, 0, 0, .4);
    margin-top: 10px;
}

.modal-body {
    height: 535px;
}