@charset "UTF-8";
/* CSS Document */

html,
html * {
	padding: 0;
	margin: 0;
	box-sizing: border-box;
	font-family:Gotham, "Helvetica Neue", Helvetica, Arial, "sans-serif";
	background-image: url("images/bgTLA.jpg");
}


header {
	padding: 32px;
}

.style-logo{
	margin-left: auto;
	margin-right: auto;
	display: block;
}

.style-nav ul {
	list-style-type: none;
}

.style-nav ul li a {
	text-decoration: none;
	color: #FFFFFF;
	text-align: center;
	display: block;
	text-transform: uppercase;
	padding: 8px;
}

.style-header{
	text-decoration: none;
	color: #FFFFFF;
	text-align: center;
	display: block;
	padding: 8px;
}

.style-text{
	text-decoration: none;
	color: #FFFFFF;
	text-align: justify;
	display: block;
	padding: 8px;
}


.row:before, .row:after {
	content: "";
	display: table;
}

.row:after {
	clear:both;
}


.twitch .twitch-video {
  padding-top: 56.25%;
  position: relative;
  height: 0;
  margin: auto
}

.twitch .twitch-video iframe {
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
}

@media screen and (min-width: 850px) {
  .twitch {
    position: relative;
  }
  
  .twitch .twitch-video {
    width: 75%;
    padding-top: 42.1875%;
  }

		
/*Tablet View*/

@media (min-width: 768px) {
	
	.style-nav ul li{
		display: inline-block;
	}
	.style-nav ul {
		text-align: center;
	}
}

/*Desktop View*/

@media (min-width: 1024px) {
	
	.style-logo {
		float: left;
	}
	.style-nav {
		float: right
	}
	}
}