body{
	background: url('../images/brick.jpg');
	font-family: "franklin-gothic-urw",sans-serif;
	font-style: normal;
	font-weight: 400;
	font-style: normal;
	font-weight: 400;
	font-size: 10px;
}
.container{
	width: 95%;
	max-width: 800px;
	margin: 0 auto
}
main{
	float: left;
	width: 100%;
	text-align: center;
	padding: 4em 0
}
.logo{
	display: inline-block;
	max-width: 100%;
	margin: 0 0 8em 0
}
p{
	font-size: 2.4em;
	color: #fff;
	margin: 0 0 1em;
}
p.lg{
	font-size: 6em;
	margin: 0 0 .25em;
	font-family: "league-gothic",sans-serif;
	font-style: normal;
	font-weight: 400;
	text-transform: uppercase;
}
p.md{
	font-size: 4.2em;
	margin: 0 0 .15em;
	font-family: "league-gothic",sans-serif;
	font-style: normal;
	font-weight: 400;
	text-transform: uppercase;
}
p.fb{
	line-height: 20px;
	font-size: 2em;
	margin: 2.142855em 0 0 0;
	font-family: "league-gothic",sans-serif;
	font-style: normal;
	font-weight: 400;
	text-transform: uppercase;
}
p.con{
	font-size: 2em;
	margin: 1em 0 0 0;
	font-family: "league-gothic",sans-serif;
	font-style: normal;
	font-weight: 400;
	text-transform: uppercase;
}
p.menus{
	margin-top: 2em;
}
p.menus .fa{
	font-size: 1.2em;
}
a{
	color: #fff;
	text-decoration: none
}
a:hover{
	color: #b4b4b4
}
p .fa{
	font-size: 2em;
	display: inline-block;
	vertical-align: middle;
	margin: 0 .25em
}
ul{
	float: left;
	width: 100%;
	margin: 0;
	text-align: center;
}
ul li{
	display: inline-block;
	width:25%;
	margin: 0 0 3em;
}
ul li a{
	font-size: 1.5em;
}
.notice{
	font-size: 1.4em;
	margin-bottom: 8em;
}
.left_bracket{
	height: 3em;
	border: 2px solid #fff;
	border-right: 0;
	display: inline-block;
	width: 8px;
	margin-right: 8px;
	-webkit-transition: margin-right 300ms ease-out .1s;
    -moz-transition: margin-right 300ms ease-out .1s;
    -o-transition: margin-right 300ms ease-out .1s;
    transition: margin-right 300ms ease-out .1s;
}
.right_bracket{
	height: 3em;
	border: 2px solid #fff;
	border-left: 0;
	display: inline-block;
	width: 8px;
	margin-left: 8px;
	-webkit-transition: margin-left 300ms ease-out .1s;
    -moz-transition: margin-left 300ms ease-out .1s;
    -o-transition: margin-left 300ms ease-out .1s;
    transition: margin-left 300ms ease-out .1s;
}
ul li a i{
	margin: 0 0 .15em;
	font-size: 3em;
	display: inline-block;
}
ul li a:hover .left_bracket{
	border-color: #b4b4b4;
	margin: 0 12px 0 0;
	-webkit-transition: margin-right 300ms ease-out .1s;
    -moz-transition: margin-right 300ms ease-out .1s;
    -o-transition: margin-right 300ms ease-out .1s;
    transition: margin-right 300ms ease-out .1s;
}
ul li a:hover .right_bracket{
	border-color: #b4b4b4;
	margin: 0 0 0 12px;
	-webkit-transition: margin-left 300ms ease-out .1s;
    -moz-transition: margin-left 300ms ease-out .1s;
    -o-transition: margin-left 300ms ease-out .1s;
    transition: margin-left 300ms ease-out .1s;
}
#promo_banners{
	float: left;
	width: 100%;
	margin-bottom: 8em;
	text-align: center;  /* Comment out if more than one image */
}
#promo_banners .half{
	/*float: left; */   /* Un-comment if more than one image */
	width: 45%;
	/*margin-right: 10%; */   /* Un-comment if more than one image */
	display: inline-block; /* Comment out if more than one image */
}
#promo_banners .half:nth-child(2n+2){
	margin-right: 0;
}
#promo_banners .half img{
	width: 100%;
	border: 5px solid #fff;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
}
footer{
	float: left;
	width: 100%;
	padding: 3em 0 3em;
}
footer p{
	font-size: 1.6em;
	text-align: center;
	line-height: 1.6em;
}
footer p span{
	margin: 0 .75em;
}
@media screen and (max-width: 800px) {
	ul li{
		width: 20%;
		margin: 0 0 2em;
	}
}
@media screen and (max-width: 480px) {
	ul li{
		width: 33.333333%;
	}
}