
div {
   text-align: justify;
   word-wrap: break-word;
   width: 800px;
    
}

.grid-container {
	display: grid;
	grid-template-columns: auto auto auto auto;
	grid-template-rows: 80px 100px;
}
.grid-container > div {
	font-family: Trebuchet MS;
	color: black;
	border-style: none;
}
.text {
	margin-left: 50px;
	font-size: 16px;
	margin-right: 250px;
	background-color: white;
	text-align: center;
	grid-row-start: 1;
	grid-row-end: 10;
	grid-column-start: 2;
	grid-column-end: 4;
 }
.h2, h3 {
	color: black;
	text-decoration: none;
	text-shadow: 3px 3px 4px #1515;
}
.program {
	font-weight: bold;
	white-space: pre-wrap;
	word-wrap: break-word;
    color: white;
    font-family: monospace;
    padding: 10px;
    background-color: black;
	border-radius: 15px;
}
.code {
	grid-row-start: 1;
	grid-row-end: 10;
	grid-column-start: 3;
	grid-column-end: 4;
	white-space: pre-wrap;
	word-wrap: break-word;
	text-align: left;
    color: white;
    font-family: monospace;
    padding: 10px;
    background-color: slategray;
	width: 90%;
	border-radius: 15px;
}
#mainpage {
	text-shadow: 3px 3px 4px #99999999;
	top: 20px;
	font-size:40px;
	cursor:pointer;
	position: absolute;
    font-family: Trebuchet MS;
	color: black;
	margin-left: 5px;
}
.headbar {
	margin: 0;
	padding: 0;
	width: 100%;
	grid-row-start: 1;
	grid-row-end: 2;
	grid-column-start: 1;
	grid-column-end: 5;
    right: 0;
    top: 0;
    position: absolute;
}
.maintext {
	background-image: url(images/index/bg1.png);
  	background-repeat: no-repeat;
	background-attachment: fixed;
  	background-size: cover;
	text-align: center;
	grid-column-start: 1;
	grid-column-end: 5;
    grid-row-start: 2;
    grid-row-end: 100;
 }
 .textLeft {
//background-image: url(images/index/bg1.png);
// 	background-repeat: no-repeat;
// 	background-attachment: fixed;
//   	background-size: cover;
 	text-align: left;
 	grid-column-start: 1;
 	grid-column-end: 5;
     grid-row-start: 2;
     grid-row-end: 100;
  }
.maintext h1 {
	color: white;
	font-size: 28px;
	text-shadow: 3px 3px 4px #000000;
}

.maintext h2 {
	color: white;
	font-size: 24px;
	text-shadow: 3px 3px 4px #000000;
}

.headbartext {
	text-align: center;
	grid-column-start: 1;
	grid-column-end: 5;
    grid-row-start: 1;
    grid-row-end: 2;
  	background-color: white;
 }
.text2 {
	margin-left: 50px;
	font-size: 16px;
	margin-right: 210px;
	background-color: white;
	text-align: center;
	grid-row-start: 1;
	grid-row-end: 10;
	grid-column-start: 2;
	grid-column-end: 4;
 }
#home {
	width: 25;
	position: absolute;
	top: 20px;
	right: 90px;
}
#home2 {
	width: 25;
	position: absolute;
	top: 20px;
	right: 65px;
}
#homemain {
	width: 25;
	position: absolute;
	top: 20px;
	right: 30px;
}
span {
	font-size:45px;
	cursor:pointer;
	position: fixed;
}
.fotos {
	width: 80%;
}
video {
	width: 80%;
}
.minipic {
	width: 100px;
}
.sketch {
	width: 50%;
}
.design {
	width: 200px;
}
.sidebar {
	padding-top: 80px;
	top: 0;
	grid-row-start: 2;
	grid-row-end: 10;
	grid-column-start: 4;
	grid-column-end: 5;
	background-color: mediumseagreen;
	max-width: 250px;
	right: 0;
	position: fixed;
	margin: 0;
    z-index: 1; /* Stay on top */
	overflow-x: hidden; /* Disable horizontal scroll */
	height: 100%; /* Full-height: remove this if you want "auto" height */
}
/*styles the unordered list. The most importent style element here is the list-style-type, because it removes the bullets of the list intems.*/
/*styles the links in the sidemenu*/
.sidebar li{
	list-style-type: none;
}
.sidebar li a {
	display: block;
	padding: 6px 6px;
    text-decoration: none;
    font-size: 20px;
    color: white;
    text-align: center;

}
/*creates a special effect when you hover over the link*/
.sidebar li a:hover {
	text-shadow: 3px 3px 4px #999999;
    background-color: lightgreen;
    color: black;
}
.sidemenu {
	height: 100%; /* Full-height: remove this if you want "auto" height */
  	width: 0;
	position: fixed; /* Fixed Sidebar (stay in place on scroll) */
	z-index: 1; /* Stay on top */
	top: 0;
	left: 0;
	background-color: slategrey;
	overflow-x: hidden;  /* Disable horizontal scroll */
	transition: 0.5s;
	padding-top: 40px;
}
/*styles the links in the sidemenu*/
.sidemenu a {
	display: block;
	padding: 6px 6px;
    text-decoration: none;
    font-size: 20px;
    color: white;
    text-align: center;
	transition: 0.3s;
}
.sidemenu .closebtn {
	position: absolute;
	top: 0;
	right: 5px;
	font-size: 36px;
	margin-left: 50px;
}
/*creates a special effect when you hover over the link*/
.sidemenu a:hover {
	text-shadow: 3px 3px 4px #151515;
    background-color: mediumseagreen;
}
@media screen and (max-width: 450px) {
	.sidemenu a { font-size: 14px;}
	.sidemenu .closebtn {font-size: 20px; margin-left: 10px;}
	.text {font-size: 14px; margin-right: 0;}
	.text h1 {font-size: 20px;}
	.text h2 {font-size: 18px;}
	.sidebar {display: none;}
	span {font-size:25px;}
}
#file {
    font-weight: bold;
    color: mediumseagreen;
    text-align: center;
    font-size: 20px;
    text-decoration: none;
}
.links {
    font-weight: bold;
    color: mediumseagreen;
    text-decoration: none;
}
.links:hover {
    background-color: lightgreen;
	color: white;
}
.link {
	text-shadow: 3px 3px 4px #000000;
	font-size: 20px;
    color: white;
    text-decoration: none;
}
.link:hover {
    background-color: grey;
	color: white;
}


