/* CSS Document */

.logo-font {
    font-family:Battlestar;
	src: url(../fonts/Battlestar.ttf);
    font-size:36px;
	color:RED;
    text-align:center;
	alignment-adjust: central;
}


.link-font {
    font-family:Trajan Pro;
	src: url(../fonts/Trajan Pro.otf);
    font-size:16px;
	color:#06F;
    text-align:center;
	alignment-adjust: central;
}

.icerik {
	font-family:Verdana, Geneva, sans-serif;
    font-size:12px;
	color:#CCC;
	text-align:center;
	alignment-adjust: central;
	text-shadow: 2px 2px rgb(0,0,0);
	}
	
	
body{
	
	background:url(../img/viperoid_BG.png) no-repeat center center fixed; !important
	-webkit-background-size: cover;
	-moz-background-size: cover;
	-o-background-size: cover;
	background-size: cover;

	}
	
.navbar-custom {
    color: #00ff00;
    background-color: transparent; !important
}	
	
.footerBGText {
	background-color: #0C0C0C;
	color:RED;
	}
	
	
.headerBG {
	background:url(../img/nosce.png) no-repeat center center fixed; !important
	-webkit-background-size: cover;
	-moz-background-size: cover;
	-o-background-size: cover;
	background-size: cover;
	background-color:blue; !important
	color:#F90;
	}
	
