/* Author: OpenSplit, Mischa Jegerlehner */

footer {
	position:inherit;
	bottom: 0;
	height: 220px;
	width: 100vw;
	background: #101010;
}

/* FAQ Text */

#faq { display: none; }
#license { display: none; }
#terms { display: none; }
#about { display: none; }

footer li {
	margin: 10px 0px;
}

.info_section {
	color: white;
	background: #101010;
	padding-bottom: 100px;
	min-height: 89vh;
	margin-top: -2px;
}

.updates_section {
	margin-top: 25px;
    background: transparent;
    color: white;
}

.projects_text {
	font-size: 16px;
    font-weight: bold;
    padding: 25px;
    margin-left: 0px;
    margin-top: 5px;
    margin-bottom: 5px;
    border-left: 15px solid rgba(43,67,157);
    text-align: left;
    background: #282828;
    width: 1000px;
    margin: 0 auto;
}

.projects_text_string {
	margin-bottom: 10px;
	font-size: 18px;
	text-align: left;
}

.feature_texts {
	padding-left: 0px;
    font-size: 17px;
    font-weight: normal;
    letter-spacing: 1px;
    text-align: left;
}

/* Footer Styling */

#footer-link-wrapper {
	margin: 0 auto;
	width: 100%;
	max-width: 1280px;
    height: 50px;
	color: white;
    display: flex;
    justify-content: center;
    align-items: center;
}

#footer-link-wrapper div {
	float: left;
    cursor: pointer;
    padding: 0.5vh 30px;
    font-size: 1.8vh;
}

#footer-link-wrapper div:hover {
	text-decoration: underline white;
}

#tos-label {
	display: block;
}

/* Responsive Design */
@media only screen and (max-width: 1700px) {

}
@media only screen and (max-width: 1600px) {

}
@media only screen and (max-width: 1550px) { /* triggers at 1549px */

}
@media only screen and (max-width: 1200px) {

}
@media only screen and (max-width: 1100px) {

}
@media only screen and (max-width: 910px) { /* triggers at 909px */
	.projects_text{
		width: 93%;
	}
}

/* Mobile Verson */
@media only screen and (max-width: 750px) { /* triggers at 749px */
	/* Footer Elements */
	footer {
		height: 300px;
	}
	#footer-link-wrapper {
		flex-direction: column;
		margin-top: 100px;
	}
	#footer-link-wrapper div {
	    padding: 15px;
	    font-size: 16px;
	}
	.info_section {
	    margin-top: 80px;
	}
	.projects_text {
	    width: 83%;
	}
}
@media only screen and (max-width: 640px) {

}
/* My Mobile Phone Size 360px Width */
@media only screen and (max-width: 360px) {
	/* Footer Elements */
	footer {
		height: 300px;
	}
	#footer-link-wrapper {
		flex-direction: column;
		margin-top: 100px;
	}
	#footer-link-wrapper div {
	    padding: 15px;
	    font-size: 16px;
	}
	.info_section {
	    margin-top: 80px;
	}
	.projects_text {
	    width: 83%;
	}
}
