body {
	overflow-y: scroll;
	width: 100%;
	color: white;
	font-size: 19px;
	line-height: 29px;
	font-family: 'Lato', sans-serif;
	font-weight: 200;
	background-color: black !important;
}

.bg_layer1 {
	height: 1150px;
	background-color: black;
	background-image: url('../images/twell_bg_1.jpg');	
	background-repeat: no-repeat;
	background-position: center top;
	background-size: 100%;
}

.container {
	width: 1200px;
	margin: auto;	
}

.container_small {
	width: 600px;
	margin: auto;	
}

.content_header {
	text-align: center;
	padding-top: 600px;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box; 
}
.content_header .logo {
	width: 700px;
	margin-bottom: 80px;
}

.bg_layer2 {
	height: 1150px;
	background-image: url('../images/twell_bg_player.png');	
	background-repeat: no-repeat;
	background-position: center top;
	background-size: 70%;
}

.bg_foreground {
	width: 100%;
	height: 1150px;
	left: 0;
	top: 0;
	position: absolute;
	background-image: url('../images/twell_foreground.png');	
	background-repeat: no-repeat;
	background-position: center top;
	background-size: 100% 100%;
}

.content_center {
	float: left;
	width: 100%;
	text-align: center;
}

.margin_top {
	margin-top: 40px;
}

.small_line {
	width: 40px;
	height: 3px;
	background-color: white;
	margin: auto;
}

h2 {
	font-size: 40px;
	line-height: 45px;
	font-weight: bold;
}

article {
	float: left;
	width: 100%;
	padding-top: 250px;
}

article a {
	color: white;
}

.cont{
	width: 100%;
	padding-top: 115px;
	overflow: hidden;
	color: black;
}
.scorri{
	position: relative;
	display: flex;
	width: 100%;
	justify-content: space-between;
}
.tithome{
	animation-name: marquee;
	animation-duration: 50s;
	animation-iteration-count: infinite;
	animation-timing-function: linear;
	flex-shrink: 0;
}
.tithome li{
	width: fit-content;
	display: inline-block;
	list-style: none;
	vertical-align: middle;
}
.tithome li img {
	height: 200px;
}

.copyright {
	float: left;
	width: 100%;
	font-size: 10px;
	line-height: 15px;
	margin-top: 50px;
	padding-left: 10px;
	padding-right: 10px;
	padding-top: 5px;
	padding-bottom: 5px;
	text-align: center;
	border-top: 1px solid #444;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box; 
}

@keyframes marquee {
	0% { transform: translateX(0); }
	100% { transform: translateX(-100%); }
}

.button {
	font-family: 'Source Sans Pro', sans-serif;
	border: 6px solid white;
	color: white;
	border-radius: 50px;
	padding: 20px 30px;
	background-color: rgba(255, 255, 255, 0);
	font-size: 25px;
	font-weight: bold;
	cursor: pointer;
	box-shadow: inset 0 0 0 0 #f0324b;
	-webkit-transition: all ease 0.4s;
	-moz-transition: all ease 0.4s;
	transition: all ease 0.4s;
	outline: none;
	text-decoration: none;
	-webkit-appearance: none;
}
.button:hover {
	background-color: white;
	color: black;
}

@media only screen and (max-width: 1210px) {
	.container {
		width: 100%;
	}	
	
	.bg_layer2 {
		background-image: url('../images/twell_bg_player.png');	
		background-repeat: no-repeat;
		background-position: center top;
		background-size: auto 100%;
	}
}

@media only screen and (max-width: 800px) {
	.container_small {
		width: 94%;
		padding-left: 3%;
		padding-right: 3%;
	}
	
	.content_header .logo {
		width: 80%;
	}
	
	article {
		padding-top: 200px;
	}
}

@media only screen and (max-width: 600px) {
	.content_header .logo {
		width: 90%;
	}
	
	.bg_layer1 {
		height: 1000px;
	}
	
	.bg_layer2 {
		height: 1000px;
		background-size: auto 100%;
	}
	
	.bg_foreground {
		height: 1000px;
	}
	
	.content_header {
		padding-top: 500px;
	}
	
	.button {
		border: 4px solid white;
		padding: 15px 25px;
		font-size: 20px;
	}
	
	.content_header .logo {
		width: 95%;
	}
	
	article {
		padding-top: 150px;
	}
}