/* CSS Document */

.logo-font {
    font-family:"Trajan Pro";
	src: url(../fonts/TrajanPro-Bold.otf);
    font-size:36px;
	color:#ef7f1a;
    text-align:center;
	alignment-adjust: central;
}


.link-font {
    font-family:Trajan Pro;
	src: url(../fonts/Trajan Pro.otf);
    font-size:16px;
	color:#ef7f1a;
    text-align:center;
	alignment-adjust: central;
}

.icerik {
	font-family:Verdana, Geneva, sans-serif;
    font-size:12px;
	color:#999;
	text-align:justify;
	alignment-adjust: auto;
	}
	
	
body{
	
	background-color:black; !important

	-webkit-background-size: cover;
	-moz-background-size: cover;
	-o-background-size: cover;
	background-size: cover;

	}

.navbar-custom {
	color: #ef7f1a;
	background-color: transparent;
	!important
}	
	
.footerBGText {
	background-color: rgb(0, 0, 0);
	color: #ef7f1a;
	}
	
	
.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:#254370; !important
	
	}
	
