/* Update 2.0 Footer Styling News Page*/
.update-2-0-footer {
	display: flex;
	flex-direction: column;
	flex-wrap: wrap;
	align-items: center;
	width: 100%;
	position: relative;
	box-sizing: border-box;
	background: url('https://static-cdn.wotgame.cn/dcont/fb/image/20-hub-kv_footer_v1_2560x1440.jpg') no-repeat center center;
	background-size: cover;
	background-position: center;
	overflow: hidden;
}

.update-2-0-footer::before {
	content: '';
	position: absolute;
	top: 0; right: 0; bottom: 0; left: 0;
  background: linear-gradient(90deg,rgba(28, 28, 30, 1) 0%, rgba(28, 28, 30, 0.5) 3%, rgba(28, 28, 30, 0.4) 50%, rgba(28, 28, 30, 0.5) 97%, rgba(28, 28, 30, 1) 100%), linear-gradient(180deg,rgba(28, 28, 30, 1) 0%, rgba(28, 28, 30, 0.5) 3%, rgba(28, 28, 30, 0.4) 50%, rgba(28, 28, 30, 0.5) 97%, rgba(28, 28, 30, 1) 100%);
	z-index: 1;
}

.footer-content {
	display: flex;
	flex-direction: column;
	position: relative;
	padding: 25px;
	font-family: "Roboto Condensed";
	justify-content: center;
	align-items: center;
	z-index: 3;
	max-width: 1440px;
}

.footer-toptext {
	color: #f9f5e1;
	text-transform: uppercase;
	font-size: 20px;
	margin-bottom: 5px;
}

#footer-headline {
  margin: 5px 0 20px 0;
}

.footer-bottomtext {
	display: flex;
    flex-direction: column;
    align-items: center;	
    color: #f9f5e1;
    font-size: 16px;
    line-height: 24px;
    padding-bottom: 10px;
    font-family: "Roboto", "Arial Narrow", Arial, sans-serif;
	margin: 0 0 20px 0;
}

@media only screen and (max-width: 1100px) {
	.footer-toptext {
		font-size: 18px;
		}
	.footer-bottomtext {
		font-size: 15px;
		line-height: 22px;
		}
}

@media only screen and (max-width: 600px) {
	.footer-bottomtext {
		font-size: 14px;
		line-height: 22px;
		}
}