@charset "UTF-8";
/* CSS Document */
* { 
   	-moz-box-sizing: border-box;
	-webkit-box-sizing: border-box; 
	box-sizing: border-box;}
body {
	font-family: "Verdana", "Geneva", sans-serif;
	background-color: #fcffff}
#full {
	overflow: auto;
	width: 900px; margin: auto;}

#top {
	overflow: auto;
	margin: auto;}
#title {
	overflow: auto; margin: auto;
	cursor: default;}
#title p {
	margin: 50px 0px 10px 0px;
	text-align: center;
	font-size: 70px; font-weight: bold; letter-spacing: 8px;}
#menu {
	overflow: auto;
	margin: auto;
	margin-bottom: 20px;}
#menu a {
	text-decoration: none;
	width: 20%;
	height: 55px;
	padding-top: 10px;
	float: left;
	text-align: center;
	font-weight: bold; color: white; 
	font-size: 18px;
	background-color: black;
	transition: border-radius .5s, border-width .5s;}
#menu a:hover {
	border-top-left-radius: 25px;
	border-top-right-radius: 25px;
	color: black;
	cursor: pointer;}
#home {
	border-top-left-radius: 25px;}
#contact {
	border-top-right-radius: 25px;}
#home:hover {
	background-color: #ff5555;
	border-top: 10px solid #c1272d;}
#video:hover {
	background-color: #3ab0fa;
	border-top: 10px solid #0071bc;}
#other-work:hover {
	background-color: #ffe70a;
	border-top: 10px solid #fbb03b;}
#about-me:hover {
	background-color: #7bcf18;
	border-top: 10px solid #009245;}
#contact:hover {
	background-color: #ff9730;
	border-top: 10px solid #f15a24;}

#content {
	overflow: auto;
	width: 810px;
	margin: auto;}

#bottom {
	overflow:auto; margin: auto;
	border-top-left-radius: 50px;
	border-top-right-radius: 50px;}
#bottom div {
	width: 25%;
	height: 50px;
	float: left;
	color: white;
	background-color: black;}
#center {
	width: 50% !important;}
#center p {
	text-align: center;
	line-height: 10px;}
#youtube img {
	cursor: pointer;
	float: right;
	width: 80px;
	margin: 10px 20px 0px}
#email img {
	cursor: pointer;
	float: left;
	width: 80px;
	margin: 10px 0px 0px 20px}
	
form {
   max-width: 600px;
   text-align: center;
   margin: 20px auto;
   }
input, textarea {
	padding: 1em;
	border-radius: 8px;
	display: block;
	width: 100%;
	margin-top: 1em;
	font-size: 12px;
	font-family: "Verdana", "Geneva", sans-serif;
	}  
#input-message { resize: vertical; }
#input-submit {
	font-weight: bold;
	color: black;
	background: #ff9730;
	cursor: pointer;
    }
textarea { height: 138px; }