@import url('https://fonts.googleapis.com/css?family=Mina');

*{
	margin: 0;
}


/*Header*/

header{
	height: 100vh;
	display: flex;

}

.gunsheader{
	width: 100%;
	height: 400px;
	background: url("bg/awpbg720.png");
	background-position: center;
	background-position-y:-300px;
	border-bottom: 3px solid #212121;
	background-size: cover;
}

.mapsheader{
	width: 100%;
	height: 400px;
	background: url("bg/mapsbg720.png");
	background-position: center;
	background-position-y: -370px;
	border-bottom: 3px solid #212121;
	background-size: cover;
}

.ranksheader{
	width: 100%;
	height: 400px;
	background: url("bg/gebg720.png");
	background-position: center;
	background-position-y: -160px;
	border-bottom: 3px solid #212121;
	background-size: cover;
}

.newsheader{
	width: 100%;
	height: 400px;
	background: url("bg/major720.png");
	background-position: center;
	background-position-y: -100px;
	border-bottom: 3px solid #212121;
	background-size: cover;
}

.playersheader{
	width: 100%;
	height: 400px;
	background: url("bg/s1mple720.png");
	background-position: center;
	background-position-y: -200px;
	border-bottom: 3px solid #212121;
	background-size: cover;
}

.homevideo{
	position: absolute;
	width: 100%;
	height: 100vh;
	overflow: hidden;
	top: 0;
	left: 0;
	border-bottom: 3px solid #212121;
}

.homevideo video{
	min-width: 100%;
	min-height: 100%;
}

.videooverlay{
	height: 100vh;
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	background: #000;
	z-index: 1;
	opacity: 0.6;
}

/*NavBar*/

.navbar{
	z-index: 3;
	background: rgba(0,0,0,0.5);
	height: 80px;
	min-width: 100%;
	position: fixed;
}

.navlogo{
	float: left;
	padding: 0 0 0 20px;
}

.navlogo img{
	height: 80px;
}

nav{
	float: right;
	padding: 25px 10px 0 0;
}

nav ul{
	list-style: none;
}

nav li{
	display: inline;
	padding: 0 18px 0 18px;
	cursor: pointer;
}

nav a{
	text-decoration: none;
	color: #fff;
	font-size: 20px;
	font-family: 'Mina', sans-serif;
	border-bottom: 1px solid #fff;
	padding: 0 8px 0 8px;
	text-transform: uppercase;
}

.aktif{
	color: #000;
	border-bottom: 1px solid #000;
	background: #fff;
	border-radius: 8px;
}

nav a:hover{
	color: #000;
	border-bottom: 1px solid #000;
	background: #fff;
	border-radius: 8px;
	transition: .4s;

}

/*Home Content*/

.hometext{
	position: absolute;
	z-index: 2;
	min-width: 100%;
	margin-top: 50vh;
	text-align: center;
	line-height: 90px;
}

.hometext h1{
	color: #fff;
	font-size: 70px;
	font-family: 'Mina', sans-serif;
}

.hometext a{
	text-decoration: none;
	color: #fff;
	font-size: 20px;
	font-family: 'Mina', sans-serif;
	border: 1px solid #fff;
	padding: 5px 10px;
	border-radius: 50px;
}

.hometext a:hover{
	color: #000;
	background: #fff;
	transition: .4s;
}

/*Section*/

.sectionhome{
	background: #ECEFF1;
}

.sectionhome2{
	background: #CFD8DC;
}

.container{
	width: 80%;
	margin: auto;
	overflow: hidden;
	padding: 50px 0 50px 0;
}

.container h1{
	text-align: center;
	padding: 0 0 10px 0;
	font-family: 'Mina', sans-serif;
}

.sectionpict{
	float: left;
	padding-right: 50px;
}

.sectionpict2{
	float: right;
}

.sectionpict3{
	float: left;
	padding-right: 50px;
}

.sectionpict img{
	width: 400px;
}

.sectionpict2 img{
	width: 420px;
}

.sectionpict3 img{
	width: 300px;
}

.sectiontext{
	float: left;
	max-width: 700px;
	font-size: 18px;
	font-family: 'Mina', sans-serif;
	text-align: justify;
}

.sectiontext2{
	float: right;
	max-width: 700px;
	font-size: 18px;
	font-family: 'Mina', sans-serif;
	padding-right: 30px;
	text-align: justify;
}

.sectiontext3{
	max-width: auto;
	font-size: 18px;
	font-family: 'Mina', sans-serif;
	text-align: justify;
	margin: auto;
}

footer{
	background-color: #212121;
	color: #ffffff;
	font-family: 'Mina', sans-serif;
	font-size: 14px;
	text-align: center;
}

.sectiontextguns{
	float: none;
	font-family: 'Mina', sans-serif;
	font-size: 18px;
}

.sectiontextmaps{
	float: none;
	font-family: 'Mina', sans-serif;
}

.sectiontextranks{
	float: none;
	font-family: 'Mina', sans-serif;
}

.sectiontextranks p{
	text-align: center;
	font-size: 18px;
}

.rank-wrapper{
	float: left;
	position: relative;
	padding: 15px 0px 15px 24px;
}

/*Responsive*/

@media (max-width: 1436px){
	.sectionpict, .sectionpict2, .sectionpict3{
		float: none;
		text-align: center;
		padding: 0;
	}

	.sectiontext, .sectiontext2{
		float: none;
		max-width: none;
		padding-top: 20px;
	}
}

@media (min-width: 1675px){
	.sectiontext, .sectiontext2{
		max-width: 800px;
	}
}

@media (min-width: 2040px){
	.sectiontext, .sectiontext2{
		max-width: 1000px;
	}
}

@media (min-width: 2460px){
	.sectiontext, .sectiontext2{
		max-width: 1300px;
	}
}

/*Header Responsive*/

@media (min-width: 800px){
	.gunsheader, .mapsheader, .playersheader{
		background-position-y: -100px;
	}

	.ranksheader{
		background-position-y: -80px;
	}
}

@media (min-width: 1200px){
	.gunsheader, .mapsheader, .ranksheader, .newsheader, .playersheader{
		background-position-y: -180px;
	}
}


/*Maps Slideshow*/

/* Slideshow container */
.slideshow-container {
  max-width: 1000px;
  position: relative;
  margin: auto;
}


/* Next & previous buttons */
.prev, .next {
  cursor: pointer;
  position: absolute;
  top: 50%;
  width: auto;
  padding: 16px;
  margin-top: -22px;
  color: white;
  font-weight: bold;
  font-size: 18px;
  transition: 0.6s ease;
  border-radius: 0 3px 3px 0;
}

/* Position the "next button" to the right */
.mySlides {
	display: none
	}

.mySlides img {
	vertical-align: middle;
	border-radius: 10px;
}

.next {
  right: 0;
  border-radius: 3px 0 0 3px;
}

/* On hover, add a black background color with a little bit see-through */
.prev:hover, .next:hover {
  background-color: rgba(0,0,0,0.8);
}

/* Fading animation */
.fade {
  -webkit-animation-name: fade;
  -webkit-animation-duration: 1.5s;
  animation-name: fade;
  animation-duration: 1.5s;
}

.slidetext {
  color: #ffffff;
  font-size: 28px;
  padding: 3px 0px;
  position: absolute;
  top: 0;
  width: 100%;
  text-align: center;
  background: #212121;
  font-family: 'Mina', sans-serif;
  border-radius: 10px;
}

@-webkit-keyframes fade {
  from {opacity: .4} 
  to {opacity: 1}
}

@keyframes fade {
  from {opacity: .4} 
  to {opacity: 1}
}


/*Guns*/

.main {
    max-width: 1000px;
    margin: auto;
}

.row {
    margin: 8px -16px;
    font-family: 'Mina', sans-serif;
}

.row h4{
	background-color: #212121;
	color: #ffffff;
	border-radius: 10px;
	padding: 5px 0 5px 10px;
}

/* Add padding BETWEEN each column (if you want) */
.row,
.row > .column {
    padding: 8px;
}

/* Create three equal columns that floats next to each other */
.column {
    float: left;
    width: 30%;
    display: none; /* Hide columns by default */
}

/* Clear floats after rows */ 
.row:after {
    content: "";
    display: table;
    clear: both;
}


/* Content */
.content {
    background-color: white;
    padding: 10px;
    border: 1px solid #212121;
    border-radius: 10px;
}

/* The "show" class is added to the filtered elements */
.show {
    display: block;
}

/* Style the buttons */
.btn {
  border: none;
  outline: none;
  padding: 12px 16px;
  background-color: white;
  cursor: pointer;
  font-size: 16px;
}

/* Add a grey background color on mouse-over */
.btn:hover {
  background-color: #ddd;
}

/* Add a dark background color to the active button */
.btn.active {
  background-color: #212121;
   color: white;
   border-radius: 10px;
}

#myBtnContainer{
	text-align: center;
	font-family: 'Mina', sans-serif;
}


/*News iFrame*/

.iframe{
	margin: auto;
}

iframe{
	width: 100%;
	height: 100vh;
}

/*Dropdown*/

.dropbtn {
    text-decoration: none;
	color: #fff;
	font-size: 20px;
	font-family: 'Mina', sans-serif;
	border-bottom: 1px solid #fff;
	padding: 0 8px 0 8px;
	text-transform: uppercase;
}

.dropbtn:hover,{
    background-color: #ffffff;
}

.dropdown {
    float: right;
    position: relative;
    display: inline-block;
    
}

.dropdown-content {
    display: none;
    position: absolute;
    background-color: #ffffff;
    min-width: 160px;
    overflow: auto;
    box-shadow: 0px 8px 16px 0px rgba(0,0,0,0.2);
    right: 0;
    z-index: 1;
    border-radius: 10px;
    text-align: center;
}

.dropdown-content a {
    color: black;
    padding: 8px 8px 8px 8px;
    text-decoration: none;
    display: block;
    cursor: pointer;

}

.dropdown-content a:hover {
    font-size: 21px;

}

.dropdown a:hover {
	background-color: #ddd
}

.show {
	display:block;
}


/*Players*/

.pcontainer {
	float: left;
  	position: relative;
  	width: 200px;
  	border-radius: 10px;
  	padding: 5px 16px;


}

.pimage {
  display: inline;
  width: 100%;
  height: auto;
  border-radius: 10px;

}

.poverlay {
  position: absolute;
  bottom: 9px;
  left: 0;
  right: 0;
  height: 15%;
  width: 200px;
  opacity: 0;
  transition: .5s ease;
  background-color: #212121;
  border-radius: 10px;
  margin: auto;

}

.pcontainer:hover .poverlay {
  opacity: 1;
}

.ptext {
  color: white;
  font-size: 20px;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  text-align: center;
  font-family: 'Mina', sans-serif;
}
