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

body {
    background-image:url(../images/black-diamond-plate.png);
	background-attachment: fixed;
}

@font-face {
	font-family: Aquafina;
    src: url(../fonts/Arizonia-Regular.ttf)
}

.headlines {
	color: #FFF;
	font-size: 32px;
	font-family: "Aquafina";
}

h2 {
	word-spacing: -3px;
	line-height: 100%;
	color:#FF7E00;
}

#logo {
	height: 400px;
	width: 1200px;
}

nav {
	height: 26px;
	width: 745px;
    position: relative;
}

.tab {
	height: inherit;
	width: inherit;
	float: left;
	padding: 5px 40px 5px 40px;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 16px;
	text-align: center;
}

a {
	display: block;
	text-decoration: none;
	color: #CCC;
}


.mainimage {
	height: inherit;
	width: 840px;	
	font-family: Arial, Helvetica, sans-serif;
	font-size: 18px;
	text-align: justify;
	word-spacing: normal;
	color: #CCC;
}

#socialmenu {
	height:100px;
	width: 810px;
	position: relative;
}

.icon {
	height:100px;
	width: 100px;
	float: left;
	margin: 0px 50px 0px 50px;
}


.break {
	height: 2px;
	width: 1000px;
	background-color: #666;
}

#footer {
	height: inherit;
	width: inherit;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;
	color: #666;
	text-align: center;
}



/*----------entry portal----------*/

#portal {
	height: 0px;
	width: 0px;
	border-radius: 10px;
	font-family:Gotham, "Helvetica Neue", Helvetica, Arial, sans-serif;
	font-size:0px;
	text-align: center;
	color:#9C9C9C;
	background-color:#0E0E0E;
	top: 130px;
	position: relative;
	z-index: 10;
}

#logosmall {
	height: 0px;
	width: 0px;
	background-image:url(../images/Predator%20logo_mobile.png);
	z-index: 10;
	top: 50px;
	position: relative;
}

/*----------portal element end----------*/

@media screen and (max-width: 1600px){

#logo {
	width:70%;
}
	
.headlines {
	color: #FFF;
	font-size: 20px;
}


nav {
	width: 60%;
    position: relative;
}

.tab {
	padding: 5px 55px 5px 55px;
	font-size: 18px;
}


.mainimage {
	width: 50%;	
	font-size: 16px;
}

#socialmenu {
	width: 55%;
}

.icon {
	width: 10%;
	margin: 0px 60px 0px 60px;
}

.break {
	width: 75%;
}

#footer {
	font-size: 14px;
}

#counter {
	width: 30%;
}

/*----------entry portal----------*/

#portal {
	height: 0px;
	width: 0px;
	border-radius: 10px;
	font-family:Gotham, "Helvetica Neue", Helvetica, Arial, sans-serif;
	font-size:0px;
	text-align: center;
	color:#9C9C9C;
	background-color:#0E0E0E;
	top: 130px;
	position: relative;
	z-index: 10;
}

#logosmall {
	height: 0px;
	width: 0px;
	z-index: 10;
	top: 50px;
	position: relative;
}

/*----------portal element end----------*/
}	
	




@media screen and (max-width:1280px){
	
#logo {
	width:85%;
}


.headlines {
	color: #FFF;
	font-size: 20px;
}


nav {
	width: 63%;
    position: relative;
}

.tab {
	padding: 5px 43px 5px 43px;
	font-size: 16px;
}


.mainimage {
	width: 60%;	
	font-size: 16px;
}

#socialmenu {
	width: 55%;
}

.icon {
	width: 10%;
	padding: 0px;
	margin: 0px 50px;
}

.break {
	width: 75%;
}

#footer {
	font-size: 14px;
}

#counter {
	width: 30%;
}

/*----------entry portal----------*/

#portal {
	height: 0px;
	width: 0px;
	border-radius: 10px;
	font-family:Gotham, "Helvetica Neue", Helvetica, Arial, sans-serif;
	font-size:0px;
	text-align: center;
	color:#9C9C9C;
	background-color:#0E0E0E;
	top: 130px;
	position: relative;
	z-index: 10;
}

#logosmall {
	height: 0px;
	width: 0px;
	z-index: 10;
	top: 50px;
	position: relative;
}

/*----------portal element end----------*/
}


@media screen and (max-width: 1024px){
	
img {
	width: 95%;
}
	
#logo {
	height: 300px;
	padding-top: 20px;
	}


.headlines {
	color: #FFF;
	font-size: 18px;
}


nav {
	width: 66%;
    position: relative;
}

.tab {
	padding: 5px 35px 5px 35px;
	font-size: 14px;
}



.mainimage {
	width: 60%;	
	font-size: 14px;
}

#socialmenu {
	width: 55%;
}

.icon {
	width: 12%;
	margin: 0px 34px 0px 34px;
}

.break {
	width: 75%;
}

#footer {
	font-size: 14px;
}

#counter {
	width: 30%;
}

/*----------entry portal----------*/

#portal {
	height: 0px;
	width: 0px;
	border-radius: 10px;
	font-family:Gotham, "Helvetica Neue", Helvetica, Arial, sans-serif;
	font-size:0px;
	text-align: center;
	color:#9C9C9C;
	background-color:#0E0E0E;
	top: 130px;
	position: relative;
	z-index: 10;
}

#logosmall {
	height: 0px;
	width: 0px;
	z-index: 10;
	top: 50px;
	position: relative;
}

/*----------portal element end----------*/	
	
}


@media screen and (max-width: 768px){
	
	#logo {
		height: 80%;
		width: 80%;
	}


.headlines {
	color: #FFF;
	font-size: 16px;
}


nav {
	width: 73%;
    position: relative;
}

.tab {
	padding: 3px 23px 3px 23px;
	font-size: 14px;
}



.mainimage {
	width: 60%;	
	font-size: 14px;
	text-indent: 0px;
}

#socialmenu {
	width: 63%;
}

.icon {
	width: 12%;
	margin: 0px 29px 0px 29px;
}

.break {
	width: 75%;
}

#footer {
	font-size: 14px;
}

#counter {
	width: 30%;
}

/*----------entry portal----------*/

#portal {
	height: 0px;
	width: 0px;
	border-radius: 10px;
	font-family:Gotham, "Helvetica Neue", Helvetica, Arial, sans-serif;
	font-size:0px;
	text-align: center;
	color:#9C9C9C;
	background-color:#0E0E0E;
	top: 130px;
	position: relative;
	z-index: 10;
}

#logosmall {
	height: 0px;
	width: 0px;
	z-index: 10;
	top: 50px;
	position: relative;
}

/*----------portal element end----------*/
	
}


@media screen and (max-width: 642px){
	
	
	#logo {
		height: 100%;
		width: 100%;
	}

.headlines {
	color: #FFF;
	font-size: 18px;
}


nav {
	width: 83%;
    position: relative;
}

.tab {
	padding: 3px 24px 3px 24px;
	font-size: 12px;
}



.mainimage {
	width: 75%;	
	font-size: 13px;
	text-indent: 0px;
}

#socialmenu {
	width: 70%;
}

.icon {
	width: 14%;
	margin: 0px 24px;
}

.break {
	width: 90%;
}

#footer {
	font-size: 14px;
}

#counter {
	width: 30%;
}

/*----------entry portal----------*/

#portal {
	height: 0px;
	width: 0px;
	border-radius: 10px;
	font-family:Gotham, "Helvetica Neue", Helvetica, Arial, sans-serif;
	font-size:0px;
	text-align: center;
	color:#9C9C9C;
	background-color:#0E0E0E;
	top: 130px;
	position: relative;
	z-index: 10;
}

#logosmall {
	height: 0px;
	width: 0px;
	z-index: 10;
	top: 50px;
	position: relative;
}

/*----------portal element end----------*/

}



@media screen and (max-width: 520px){
	

	#logo {
		height: 100%;
		width: 100%;
	}

.headlines {
	color: #FFF;
	font-size: 12px;
}


nav {
	width: 83%;
    position: relative;
}

.tab {
	padding: 3px 15px;
	font-size: 12px;
}


.mainimage {
	width: 75%;	
	font-size: 13px;
	text-indent: 0px;
}

#socialmenu {
	width: 80%;
}

.icon {
	width: 14%;
	margin: 0px 22px;
}

.break {
	width: 90%;
}

#footer {
	font-size: 12px;
}

#counter {
	width: 30%;
}

}

@media screen and (max-width: 320px) {
	
#logo {
	height: 100%;
	width: 100%;
}

.headlines {
	color: #FFF;
	font-size: 14px;
}


nav {
	width: 83%;
    position: relative;
}

.tab {
	padding: 3px 8px;
	font-size: 11px;
}


.mainimage {
	width: 90%;	
	font-size: 13px;
	text-indent: 0px;
}

#socialmenu {
	width: 90%;
}

.icon {
	width: 17%;
	margin: 0px 10px;
}

.break {
	width: 95%;
}

#footer {
	font-size: 12px;
}

#counter {
	width: 30%;
}

	
}


