.navigation{
	list-style: none;
	padding: 0px;
	margin: 0px;
	float: right;
	background: #161D41;
	text-align: center;
}
.navigation li{
	display: inline-block;
	//border: 1px solid red;
	height: 70px;
	line-height: 50px;
	font-size: 13px;
	padding: 10px;
	padding-left: 5px;
	padding-right: 5px;
	box-sizing: border-box;
	font-weight: 100;
	color: white;
	text-transform: uppercase;
	width: auto;
	float: none;
	border-top: none;
}
.navigation{
	display: block;
}

.logo{margin-bottom: 0px; text-align: right;}

.logo{
	max-height: 50px;
	max-width: none;
	min-width: none;
	margin-top: none;
	
}
quote{
display: inline-block;
	width: 50%;
	max-width: 50%;
	background: rgba(22, 29, 65, 0.9);
 align-self: center;
 color: white;
 padding: 50px;
 font-size: 40px;
  font-weight: 300;
  text-align: right;
}


.team-image{
	float: left;
	max-width: 30% !important;
	min-width: 30% !important;
	max-height: none !important;
	width: 30%;
	margin-top: 60px !important;
	margin-left: 15px;

}

.navigation li:hover{
	background: rgba(255,255,255,0.1);
}

.random > quote{
	width: 75% !important;
	max-width: 75% !important;
	
}
.newstext > h2 > span{
		float: right;
		display: block;
		}

.random{
	  height: 500px;
}

.signup > form{
	 align-self: center;
	 width: 66.66%;
	 background: rgba(22, 29, 65, 0.8);
	 padding: 50px;
	 Color: white;
}


.teamtext > p, .teamtext > h2{
	padding-top: 0px;
	width: 66.66%;
	max-width: none !important;
	text-align: left;
	margin: inherit;
	float: right;

	padding-left: 30px;
}

.chronos-left{
	float: left;
	margin-right: 30px;
	margin-top: 15px;
}
.chronos-right{
	float: right;
	margin-left: 30px;
	margin-top:25px;
}

.about{
	border: 50px solid white;
	padding: 50px;
	text-align: center;
}
.menu{
	position: fixed;
	height: 70px;
}

.about > img{
	max-width: 350px;
	max-height: 350px;
}

.newstext > img{
	max-width: 33.33%;
	float: left;
	margin-top: 40px;
	margin-right: 15px;
	margin-bottom: 15px;
}

.form-control{
	width: 100%;
	}

.chronos > h1,.kairos > h1,.team > h1, .news > h1, .signup > h1, .wormhole > h1{
	 align-self: center;
	 font-size: 100px;
	 letter-spacing: 55px;
	 }
.newstext > p{
		width: 66.66%;
		margin: none;
		float: right;
		}
.container {
    padding-right: 15px;
    padding-left: 15px;
    }
    
    .newstext > img{
	margin-bottom: 350px;
}

.about > p {
    max-width: calc(100% - 500px);
    
    }
    
    .menuspace{
	    height: 70px;
    }