*, ::after, ::before {
    box-sizing: border-box;
}
body{
	background-color:#181818;
	color:white;	
	font-size:18px;
	font-family: 'Lato', sans-serif;
	margin:0px auto;
}
header{
	background-color:black;
	padding: 10px 0px;
	color:#848484
}
.container{
	width:1100px;
	max-width:100%;
	margin:0px auto;
}

h2{
	text-transform:uppercase;
	font-size: 23px;
	margin-top: 60px;
}

h3{
	text-decoration: underline;
	text-transform:uppercase;
	font-size: 30px;
	margin-top: 81px;
}

h4{
	text-decoration: underline;
	text-transform:uppercase;
	color:orange;
	font-size: 23px;
	margin-top: 81px;
}

.logo-text{
	font-size: 24px;
}
header .container{
	   display: flex;
    align-items: center;
    justify-content: space-between;
}
.d-flex{
	display:flex;
}
.ac{
	align-items:center;
}
nav ul{
	display:flex;
	align-items: center;
	padding:0;
	margin:0;
}
nav ul li{
	list-style:none;
	padding: 0px 20px;
}
nav ul li a{
	color:#848484;
	text-decoration:none;
}
nav ul li img{
	width: 26px;
}
.version{
	font-size:13px;
}
.logo img{
	height: 65px;
    margin-right: 29px;
}
.main{
	background-color:#1f1f1f;
	padding:20px;
}
.full{
	width:100%;
}
.half{
	width:50%;
	min-height:fit-content;
}
.poster{
	width:100%;
}
p{
	    line-height: 29px;
		color:white;
}
h1{
	color:white;
}
.main a{
	color:#848484;
}
.text-center{
	text-align:Center;
}
.sub{
	text-align: center;
    font-size: 26px;
    font-weight: bold;
	margin-bottom:2em;
}
iframe{
	width:100% !important
}
.right{
	text-align:right
}
.tabouter{
	display:flex;
}

.tabLeft {
	margin-left: 30%;
	width: fit-content;
	border: 3px solid black;
	border-radius: 2px;
}

.tabRight {
	margin-right: 30%;
	width: fit-content;
	border: 3px solid black;
	border-radius: 2px;
}

.tabouter a{
	cursor:pointer;
	background-color: #171e26;
    padding: 11px 40px;
    display: inline-block;
    font-weight: bold;
    border: 2px solid #797d86;
    text-transform: uppercase;
}
.sh{
	height: 284px;
    object-fit: cover;
}
@media only screen and (max-width:1139px) {
  .container {
    padding: 0px 24px;
  }
}
@media only screen and (max-width:680px) {
	header .container{
		text-align: center;
		justify-content: center;
		flex-direction: column;
	}	
	.logo{
		    margin-bottom: 16px;
	}	
	.main .d-flex{
		display:block;
	}
	.main .half{
		width:100%;
	}
}
@media only screen and (max-width:400px) {
	.logo img {
		height: 41px;
		margin-right: 8px;
	}
	.logo-text {
		font-size: 17px;
		font-weight: bold;
	}
	nav ul li {
		list-style: none;
		padding: 0px 11px;
	}
}
@media only screen and (max-width:301px) {
	nav ul li a{
		font-size:14px
	}
	.container {
		padding: 0px 11px;
	}
	nav ul li img {
		width: 18px;
		padding-top: 9px;
	}
	.version {
		font-size: 10px;
	}
}

.selected {
	border: 3px solid orange !important;
	border-radius: 2px;
}

.aboutDivs {
	border-bottom: 2px solid white;
	padding-bottom: 15px;
}
