html,body,div,span,applet,object,iframe,h1,h2,h3,h4,h5,h6,p,blockquote,pre,a,abbr,acronym,address,big,cite,code,del,dfn,em,img,ins,kbd,q,s,samp,small,strike,strong,sub,sup,tt,var,b,u,i,center,dl,dt,dd,ol,ul,li,fieldset,form,label,legend,table,caption,tbody,tfoot,thead,tr,th,td,article,aside,canvas,details,embed,figure,figcaption,footer,header,hgroup,menu,nav,output,ruby,section,summary,time,mark,audio,video{border:0;font-size:100%;font:inherit;vertical-align:baseline;margin:0;padding:0}article,aside,details,figcaption,figure,footer,header,hgroup,menu,nav,section{display:block}body{line-height:1}ol,ul{list-style:none}blockquote,q{quotes:none}blockquote:before,blockquote:after,q:before,q:after{content:none}table{border-collapse:collapse;border-spacing:0}
*{
	box-sizing:border-box;
}
.container{
	width: 100%;
	max-width: 800px;
	margin:0 auto;
	padding: 0 10px;
}
img{
	max-width: 100%;
}
body{
	  font-family: -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, Helvetica, Arial, sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol";
}
h1,h2,h3,h4,h5{
	  font-family: -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, Helvetica, Arial, sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol";
}

p{
	margin:20px 0;
	font-size: 18px;
	line-height: 1.4;
}

h2{
	color:#ac8300;
	font-weight: 600;
	text-transform: uppercase;
	font-size: 30px;
	margin-bottom: 10px;
}

h4{
	color:#ac8300;
	font-weight: 600;
	text-transform: uppercase;
	font-size: 26px;
	margin-bottom: 10px;
}

ul{
	list-style: disc;
	margin-left: 30px;
	font-size: 18px;
}
ul li{
	margin:10px 0;
}

i{
	font-style: italic; 
}

#gun{
	float: right;
	width: 300px;
}
#header{
	text-align: center;
}
#headerBar{
		background-image:url("img/top.png");
	background-repeat: no-repeat;
	background-position: top right;
	height: 78px;
}
#header img{
	width: 50%;
	/*padding: 30px 60px;*/
}
#footer{

}
#footerBar{
	background-image:url("img/bottom.png");
	background-repeat: no-repeat;
	background-position: bottom left;
	height: 80px;
}