@keyframes fade {
		0% {opacity: 0}
		20% {opacity: 1}
		80% {opacity: 1}
		100% {opacity: 0}
	}
	
	@-webkit-keyframes fade {
		0% {opacity: 0}
		20% {opacity: 1}
		80% {opacity: 1}
		100% {opacity: 0}
	}
	
	@-moz-keyframes fade {
		0% {opacity: 0}
		20% {opacity: 1}
		80% {opacity: 1}
		100% {opacity: 0}
	}
	
	@-o-keyframes fade {
		0% {opacity: 0}
		20% {opacity: 1}
		80% {opacity: 1}
		100% {opacity: 0}
	}

body {
	text-align: justify;
	font-family: 'Helvetica Neue', sans-serif;
	background-color: #13141A;
	font-weight: 100;
}

input[type='range'] {
    -webkit-appearance: none !important;
    background: #E7F26D;
    height: 1px;
    margin-top: 7px;
    margin-bottom: 7px;
}
input[type='range']::-webkit-slider-thumb {
    -webkit-appearance: none !important;
    background:#E7F26D;
    height:10px;
    width:2px;
    
}

.mobile {
	display: none;
}

.tableentry{
	margin-top: 20px;
	margin-bottom: 20px;
}

.container {
	margin-left: 15%;
	margin-right: 15%;
	margin-top: 5%;
	width: 70%;
	height: 70%;
	
	position: absolute;
}

#messages {
	text-align: center;
	color: #E7F26D;
	font-weight: 200;
	margin-bottom: 20px;
	font-size: 12px;
	letter-spacing: 2px;
	opacity: 0;
	-webkit-animation: fade 4s;
	-moz-animation: fade 4s;
	-o-animation: fade 4s;
	animation: fade 4s;
	
}
hr {
	border-color: #E7F26D;
	background-color: #E7F26D;
	color: #E7F26D;
}

.formfield {
	background-color: #13141A;
	border-color:#E7F26D;
	border-style: solid;
	border-radius: 5px;
	border-width: 1px;
	margin: 5px;
}

.btn {
	background-color: #13141A;
	border-style: solid;
	border-radius: 5px;
	border-width: 1px;
	margin: 5px;
	color: #E7F26D;
	font-weight: 200;
}

.btn-regular {
	background-color: #13141A;
	border-style: solid;
	border-radius: 5px;
	border-width: 1px;
	margin: 5px;
	color: #E7F26D;
	font-weight: 200;
	border-color: #E7F26D;
}


#btn-register {
	border-color: #E7F26D;
}

#btn-register:hover {
	background-color: #E7F26D;
}

#btn-login_in {
	border-color: #E7F26D;
}

#btn-login_in:hover {
	background-color: #E7F26D;
}

.lead {
	background-color: #269ABC;
}

#maincont {
	
	border-style: solid;
	border-width: 1px;
	border-color: #E7F26D;
	border-radius: 5px;
	color: #E7F26D;
	height: 82%;
	overflow: auto;
	

}

.viewport{
	background-position: center;
	background-size: cover;
	
	display: table;
	width: 100%;
	height: 99%;

}

#hello {
	text-align: center;
	position: relative;
	background-image: url('../images/bg1.png');
}

#vita {
	background-image: url('../images/bg2.png');
}

#helena {
	background-image: url('../images/bg3.png');
}


#codeisart {
	background-image: url('../images/bg4.png');
}

#filmo {
	background-image: url('../images/bg5.png');
}


.textblock {
	margin: 10px;
	letter-spacing: 1px;
}

#hello1 {
	display: table-cell;
	vertical-align: middle;
}

#hello1 ul {
	margin: 0;
	padding: 0;
}

#hello1 ul li {
	display: inline;
	font-size: 30px;
	padding-left: 2px;
	padding-right: 2px;
}

.marshl {
	font-weight: 100;
}

.arts {
	font-weight: 700;
}

.heart {
	font-size: 10px;
}

#navcont {
	text-align: center;
}

nav {
	
}

nav ul {
	padding: 0;
	margin-top: 0;
	margin-left: 0;
	margin-right: 0;
	margin-bottom: 10px;
}

nav ul li{
	font-weight: 300;
	
	color: #E7F26D;
	list-style: none;
	display: inline;
	padding: 20px;
	filter: blur(0.01px);
	-webkit-filter: blur(0.01px);
	-moz-filter: blur(0.01px);
	-o-filter: blur(0.01px);
	-ms-filter: blur(0.01px);
	transition: all 0.2s ease;
	-webkit-transition: all 0.2s ease;
	-moz-transition: all 0.2s ease;
	-o-transition: all 0.2s ease;
	-ms-transition: all 0.2s ease;
}

.active{
	text-shadow: 0px 0px 15px #E7F26D;
	filter: blur(0px);
	-webkit-filter: blur(0px);
}

nav ul li:hover, nav ul li:focus{
	text-shadow: 0px 0px 10px #E7F26D;
	filter: blur(0px);
	-webkit-filter: blur(0px);

}

.button{
	color: #602222;
	background: #94DBFF;
	padding: 12px;
	border-radius: 5px;
	-webkit-border-radius: 5px;
	-moz-border-radius: 5px;
}

.button:hover, .button:focus{
	background: #CAEDFF;
}

.add-button{
	color: #602222;
	background: #80E680;
	padding: 12px;
	border-radius: 5px;
	-webkit-border-radius: 5px;
	-moz-border-radius: 5px;
}

.add-button:hover, .add-button:focus{
	background: #D9F8D9;
}


.titlecont {
	
	margin-bottom: 10px;
	overflow: hidden;
	text-align:center;
	
}

.rightcontainer {
	float: right;
	position: relative;
	right: 0px;
	min-width: 150px;
	max-width: 600px;
	text-align: right;
}

.leftcontainer {
	float:left;
	min-width: 300px;
	max-width: 650px;
	text-align: justify;
	overflow: auto;
}

#outputarea {
	clear: both;
	
}


.vitapic {
	display: block;
	margin-left:auto;
	margin-right:auto;
	width: 400px;
	-webkit-filter: grayscale(80%);
	-moz-filter: grayscale(80%);
	filter: grayscale(80%);
}


.piccontainer {
	margin-top: 10%;
	margin-bottom: 10%;
	min-width: 500px;
	
} 

a {
	color:#E7F26D;
	text-decoration:none;
}
	
a:hover,a:focus {
	color:#E7F26D;
	text-decoration:none;
}

h1, h2 {
	font-family: 'HelveticaNeue-UltraLight', 'Helvetica Neue UltraLight', 'Helvetica Neue', sans-serif;
}

.sub {
	/* float: none;
	clear: both;*/
	position: relative;
	bottom: 0px;
	margin-top: 10px;
	font-weight: 100;
	text-align: center;
	color: #E7F26D;
	font-size: 12px;
}

.sub ul {
	padding: 0;
	margin-top: 0;
	margin-left: 0;
	margin-right: 0;
	margin-bottom: 10px;
}

.sub ul li{
	font-weight: 300;
	color: #E7F26D;
	list-style: none;
	display: inline;
	padding: 20px;
	font-size: 12px;
	filter: blur(0.01px);
	-webkit-filter: blur(0.01px);
	-moz-filter: blur(0.01px);
	-o-filter: blur(0.01px);
	-ms-filter: blur(0.01px);
	transition: all 0.2s ease;
	-webkit-transition: all 0.2s ease;
	-moz-transition: all 0.2s ease;
	-o-transition: all 0.2s ease;
	-ms-transition: all 0.2s ease;
}

.sub ul li:hover, nav ul li:focus{
	text-shadow: 0px 0px 10px #E7F26D;
	filter: blur(0px);
	-webkit-filter: blur(0px);
}

.video {
	margin-left: auto;
	margin-right: auto;
	margin-top: 50px;
}


/*
 body {
	background-color: black;
	color: #C8C8C8;
	font-family: Helvetica-Neue-Ultralight, Helvetica-Neue, sans-serif;
	
}

a:link,
a:visited,
a:hover,
a:active {
	color: DarkRed;

}
*/