@charset "utf-8";
/* CSS Document */

body {
  background: 				url('../images/background/day.jpg') no-repeat center center fixed;
  -webkit-background-size: 	cover;
  -moz-background-size: 	cover;
  background-size: 			cover;
  -o-background-size: 		cover;
}

/****************************/
.Header {
	color:					#9F9;
	font-size:				48px;
	font-weight:			bolder;
	font-family:			"Cooper Black", Arial, "Times New Roman", sans-serif;
	padding-top:			10px;
}

.navbar {
	 border-radius:			4px;
	 box-shadow:			4px 4px 5px #888888;
}

.nav-link {
	font-size:				24px;
}
.nav-link.active {
	color:					#8DC5FE !important;
}
a.Navi:hover{
	box-shadow:				4px 4px 5px #888888;
	border-radius:			4px;
}

/****************************/
.sidenav {
  position: 				fixed;
  z-index: 					1;
  overflow-x: 				hidden;
  padding: 					8px 0;
}

#myBtn {
  display: 					none;
  position: 				fixed;
  bottom: 					20px;
  right: 					30px;
  z-index: 					99;
  font-size: 				18px;
  border: 					none;
  outline: 					none;
  background-color: 		red;
  color: 					white;
  cursor: 					pointer;
  padding: 					15px;
  border-radius: 			4px;
}

#myBtn:hover {
  background-color: 		#555;
}

/****************************/
/* Images					*/

/* Round-Corner */
.ImgRound {
	border-radius:			4px;
}
