
@import url('https://fonts.googleapis.com/css?family=Aclonica|Khula|Metal+Mania|Pirata+One');



body,p{font-family: font-family: 'Khula', sans-serif;}

h1{font-family: 'Metal Mania', cursive; font-size:35pt;}

h2{font-family: 'Metal Mania', cursive;}
h3{font-family: 'Aclonica', sans-serif;}
h4{font-family: 'Metal Mania', cursive;}



.slightbigger{
	font-size:135%;
}

.bigger{
	font-size:160%;
}

.yellow{
	color:#ffff00;
}

.red{
	color:#ff0000;
}

.white{
	color:#ffffff;
}

.marginleft{
	margin-left:10px;
}

small{font-size:8pt; line-height:8pt !important;}
.alert{line-height:100%;}
.margin-bottom{
	margin-bottom:30px;
}

header{
	margin-top:50px; 
	margin-bottom:25px;   	 
	min-height:400px;
  }
  
p .small{
font-size:9pt;
line-height:10pt;
}
	
header h1{
	color:#000000;
	text-shadow: 0px 0px 15px #ff0000;
	margin-bottom:20px;
}

.pageheader{
	margin-top:50px; 
	margin-bottom:25px;   
padding: 30px 0px;	
}

.pageheader h1{
		color:#000000;
	text-shadow: 0px 0px 5px #ffff00;
	font-size:25pt;
	padding-top:30px;
}
  
.all-items-in-middle{
	display: -webkit-flex; 
	-webkit-align-items: center; 
	display: flex;
	align-items: center;
}

.navbar{
	font-family: 'Metal Mania', cursive;
	background:#000000 !important;
	font-size:13pt;
	line-height:14pt;
}

.bg-image-full {
  background: no-repeat center center scroll;
  -webkit-background-size: cover;
  -moz-background-size: cover;
  background-size: cover;
  -o-background-size: cover;
}

.img-responsive{
  max-width: 100%;
  height: auto;
}

.card p{
	padding:0px;
	margin:0px;
}


footer{
	width:100%;
	background:#000000;
	border-top:5px solid #555555;
	padding:20px;
	margin-top:30px;
	text-align:center;
}

@media screen and (max-width: 600px) {
  .navbar-brand img {
    width: 250px;
	height: 33px;
  }
}