@media only screen  
  and (max-device-width: 736px) {

body {
	background-color: #13141A;
	text-align: justify;
	font-size: 4em;
	white-space: normal;
	
}

#hello {
	text-align: center;
	position: relative;
	background-image: none;
}

#vita {
	background-image: none;
}

#filmo {
	background-image: none;
}

#helena {
	background-image: none;
}

#codeisart {
	background-image: none;
}

.dropdown-menu {
	background-color: #13141A;
	border-style: solid;
	border-width: 1px;
	border-color: #E7F26D;
	border-radius: 5px;
	color: #E7F26D;
	margin: 0 auto;
	width: 50%;
}

.dropdown-menu>li>a {
	color: #E7F26D;
}

.dropdown-menu>.divider {
	background-color: #E7F26D;
}

.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-regular:hover {
	color: #E7F26D;
	
}


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

}


.mobile {
	display: initial;
}



.regular {
	display: none;
}

#subnav {
	display: none;
}

p {
	max-width: inherit;
}

.textblock {
	width: auto;
}

.viewport{
	background-position: center;
	background-size: 120%;
	display: table;
	width: 100%;
	height: 99%;
	padding-top: 0;
	margin-top: 0;
}

#messages {
	display: none;
}

.container {
	margin-left: 5%;
	margin-right: 5%;
	margin-top: 2%;
	padding-top: 0;
	width: 90%;
	height: 90%;
	
	position: absolute;
}

#navcont {
	margin-top: 0;
	padding-top: 0;
}

nav ul li {
	
	color: #E7F26D;
	list-style: none;
	display: list-item;
	padding: 0;
	margin: 3px 0 0 0;
    text-align:center;
    width: auto;

}

#subnav li {
	
	color: #E7F26D;
	list-style: none;
	display: list-item;
	padding: 0;
	margin: 3px 0 0 0;
    text-align:center;
    width: auto;

}


img {
	max-width: 100%;
	height: auto;
}
.titlepicture {
	width: auto;
	height: auto;
	margin-bottom: 10px;
	overflow: hidden;
	
}

.rightcontainer {
	float: none;
	
	right: 0px;
	text-align: justify;
}

.leftcontainer {
	float: none;
	text-align: justify;
}



.vitapic {
	display: block;
	clear: both;
	max-width: 300px;
	padding: 0;
	margin: 0;
	-webkit-filter: grayscale(80%);
	-moz-filter: grayscale(80%);
	filter: grayscale(80%);
}


.piccontainer {
	margin: 0;
	max-width: 200px;
	padding: 0;
} 

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

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

.sub {
	float: none;
	clear: both;
	position: relative;
	bottom: 0px;
	padding: 0;
}

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

}
/*
 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;

}
*/