html, body {
	height:100%;
}

body {
	margin: 0px;
	font-family: "Roboto Slab", Helvetica,Arial,Garuda,sans-serif;
	background-color: rgb(255,255,255);
	font-size: 18px;
}

body.noscroll {
	position: fixed;
	overflow-y: scroll;
	width: 100%;
}

a, img {
	border: medium none;
}

a {
	margin-left: -2px;
	text-decoration: underline;
	color: #3a9fc9;
	cursor: pointer;
	-o-transition:.3s;
	-ms-transition:.3s;
	-moz-transition:.3s;
	-webkit-transition:.3s;
	transition:.3s;
	padding-left: 2px;
	padding-right: 2px;
}

a:hover {
	color:#FFFFFF;
	background-color: #3a9fc9;
	text-decoration: none;
}

p {
	font-size:18px;
	line-height: 1.6;
}

#splash {
	background: #3a9fc9;
	height: 100%;
	width: 100%;
	position: fixed;
	margin: 0;
	z-index: 1000;
}
#spinner {
	position: absolute;
	background-color: rgba(0,0,0,0);
	opacity: .8;
	border-radius: 50px;
	height: 30px;
	width: 30px;
	left: 50%;
	top: 50%;
	margin-left: -15px;
	margin-top: 100px;
	animation: loading 1s infinite linear;
	-moz-animation: loading 1s infinite linear;
	-webkit-animation: loading 1s infinite linear;
 	border: 5px solid #fff;
  	border-top: 5px solid rgba(0,0,0,0);
  	border-left: 5px solid rgba(0,0,0,0);
}

 @keyframes loading {
    0% {
        -moz-transform: rotate(0deg);
    }

    100% {
        -moz-transform: rotate(360deg);
    };
}

 @-moz-keyframes loading {
    0% {
        -moz-transform: rotate(0deg);
    }

    100% {
        -moz-transform: rotate(360deg);
    };
}

@-webkit-keyframes loading {
    0% {
        -webkit-transform: rotate(0deg);
    }

    100% {
        -webkit-transform: rotate(360deg);
    };
}

#name {
	position: relative;
	width:500px;
	height:60px;
	margin-left:auto;
	margin-right:auto;
	top:50%;
	margin-top: -30px;
	z-index: 1;
	color:rgb(255, 255, 255);
	font-size: 62px;
	font-weight: 700;
	text-align: center;
}

#downArrowTurd {
	position: fixed;
	width:80px;
	left:50%;
	margin-left:-80px;
	top:90%;
	margin-top: -50px;
}

#row1 {
	width: 100%;
	min-height: 100%;
}

#menuwrapper {
	margin: 30px auto 0 auto;
	padding-left: 10px;
	padding-right: 10px;
	max-width:800px;
	top:0%;
	z-index: 3;
}

#titlename {
	font-size: 34px;
	margin-bottom: 0px;
	font-weight: 700;
}

#work, #contact {
	margin-top: 30px;
	font-family: "Roboto Slab";
	font-weight: 700;
	font-size: 24px;
}

#row2 {
	width: 100%;
	min-height: 100%;
	background-color: #3a9fc9;
	position: absolute;
	z-index: 5;
	color: rgb(255, 255, 255);
}

#up {
	position: absolute;
    width: 100%;
    height: 100%;
    background-color: #3a9fc9;
    float: left;
    z-index: 3;
}

#about {
	position:relative;
    background-color: #3a9fc9;
	padding-left: 10px;
	padding-right: 10px;
	margin: 30px auto 0 auto;
	max-width:800px;
	z-index: 4;
}

#about a {
	color:rgb(255,255,255);
	text-decoration: none;
}

#about a:hover {
	text-decoration: underline;
}

h1 {
	margin-top: 0px;
	font-size: 38px;
	font-weight: 300;
}

h3 {
	font-family: "Roboto Slab";
	font-weight: 300;
	font-size: 24px;
}

h5 {
	font-family: "Roboto Slab";
	font-weight: inherit;
	font-size: 18px;
}

@media screen and (max-width: 800px) {
	#name {
		font-size: 40px;
		width:350px;
	}

	#work, #contact {
		font-size: 18px;
	}

	h1 {
		font-size: 24px;
	}

	h3 {
		font-size: 18px;
	}

	p {
		font-size: 14px;
	}
}

.details {
	font-size: 15px;
}