
body {
	background-image: url('MatrixAnim2.gif');
    background-color: #000;
	margin: 0px;
	padding: 0px;
	color: darkgreen;
	
}

a {
    text-decoration: none;
    cursor: default;
}

.bluepill a:hover, .bluepill a:visited, .bluepill a:link {
    color: inherit;
}

#container {
	position: relative;
	top: 100px;
	width: 60%;
	background-color: #000700;
	margin-left: auto;
	margin-right: auto;
	padding: 25px;
	text-align: center;
}

#container h1 {
	text-transform: uppercase;
}

.wrapper {
	display: flex;
}

.column {
	flex: 1;
}

.column-one {
    order: 1;
}

.column-two {
    order: 2;
}

.column p {
	position: relative;
	width: 75%;
	margin-left: auto;
	margin-right: auto;
	border: 1px solid darkgreen;
}


.bluepill, .redpill {
	display: none;
	color: black;
    height: 90vh;
	padding-bottom: 700px;
	margin-bottom: -700px;
	overflow: auto;
}

.bluepill {
    background-color: lightgrey;
	background-image: url('Win95.png');
	background-position: center center;
	background-repeat: no-repeat;
	margin-left: auto;
	margin-right: auto;
	/*width: 80%;*/
	/*height: 500px;*/
	width: 95vw;
	
	padding: 15px;
	border: 1px solid white;
	/*cursor: url('cursor1.ico'), auto;*/
}

.bluepill section {
	position: relative;
	/*float: left;*/
	top:40px;
	left: 0px;
	width: 40%;
	margin-top:-80px;
	padding: 10px;
	text-align: justify;
}

.redpill {
	background-color: lightgray;
	background-image: url('Uwaga.png');
	background-position: center center;
	background-repeat: no-repeat;
	background-size: 80%;
	margin:0px;
	padding: 15px;
	text-align: justify;
	
}

.redpill header {
	border: 3px solid red;
	padding: 0px 20px 0px 20px;
	margin: 20px auto 20px 5%;
	float: left;
	width: 80%;
}

.redpill footer {
	text-align: center;
	font-size: 0.8em;	
}

.redpill .pic {
	float: left;
}

.clear {
	clear: both;
}


#red {
	background-color: red;
	color: red;
}

#blue {
	background-color: blue;
	color: blue;
}

#blue, #red {
	margin: 20px;
	padding: 10px;
	width: 150px;
	height: 50px;
	border-radius: 25px;
}

#start {
    position: absolute;
    top:2px;
    left: 2px;
	margin:0px;
	padding:0px;
    width: 48px;
    height: 48px;
    border: none;
}

#footer {
    position: absolute;
    border-radius: 2px;
    bottom: 0px;
    left: 0px;
    width: 100%;
    height: 52px;
    background-color: #111;
}

#startContainer {
    background-color: #111;
    border-radius: 5px;
    position: absolute;
    bottom: 53px;
    left: 0px;
    width: 300px;
    overflow: visible;
    margin: 0px;
    padding: 5px;
}

.bluepill ul, .bluepill li {
    list-style:none;
    margin-left:0px;
    padding:0px;
    text-align: left;
}

#leftSide {
    /*position: relative;*/
    float: left;
    width: 140px;
    min-height: 200px;
    background-color:#ddd;
    padding: 0px 0px 0px 10px;
    border-radius: 5px;
}

#rightSide {
    position: relative;
    top: -36px;
    /*display: inline-block;
    width: 150px;
    float:left;*/
    margin-left: 160px;
    text-align:center;
    padding-left: 10px;
    color: white;
}

#rightSide img {
    border-radius: 10px;
    /*width: 100px;
    height: 100px;*/
    border: 4px solid #111;
}

.bluepill li:hover {
	background-color: rgba(150,150,150,1);
}

li {
    padding: 10px 0px 5px 0px;
}

#exit {
    position: absolute;
    bottom: 10px;
}

/*nav ul {
	margin:0px;
    padding:0px;
	height:48px;
    position:absolute;
	top:85vh;
    display: inline-block;
	list-style-type: none;
}

nav #menu li {
	margin:0px;
	padding: 0px;
}

nav #submenu {
	display: none;
	position: absolute;
	height: 80px;
	top:-80px;
	left:1px;
	background-color: rgba(194,194,194,1);
	padding: 5px 0px 5px 5px;
}

nav #submenu li {
	width: 130px;
	font-size: 20px;
	color: black;
	padding: 5px 20px 5px 0px;
}

nav #submenu li:hover {
	background-color: rgba(150,150,150,1);
}*/

#back2 {
	width: 50px;
}
