a img:hover {
	opacity: 0.7;
}

#container {
	width: 1200px;
	margin: 0 auto;
}

#container .inner {
	width: 1100px;
	margin: 0 auto;
}

header {
	height: 104px;
	display: flex;
	display: -webkit-flex;
	position: relative;
}

header h1 {
	padding-top: 30px;
	padding-left: 1px;
}

header h1 img {
	width: 120px;
	height: 23.5px;
	padding-top: 7px;
}

header nav {
	width: 940px;
	position: absolute;
	right: 0;
	top:  43px;
}

header nav ul {
	display: flex;
	display: -webkit-flex;
	display: -ms-flexbox;
	-webkit-justify-content: space-around;
	-ms-flex-pack: distribute;
    justify-content: space-around;
	font-size: 18px;
}

header nav ul li.on {
	text-decoration: none;
	border-bottom: solid 1px #000;
	padding-bottom: 4px;
}

header nav ul li a {
	color: #000;
	text-decoration: none;
}

a:hover img {
	opacity: 0.7;
}

#twitter .timeline {
	border: solid 1px #000;
	height: 1200px;
	overflow: auto;
}

#twitter .tw-btn {
	margin-top: 10px;
}

#twitter .tw-btn a {
	display: inline-block;
	width: 100%;
}

footer {
	padding-top: 100px;
	text-align: center;
}

footer nav ul {
	list-style-type: none;
	display: flex;
	display: -webkit-flex;
	-webkit-justify-content: center;
	justify-content: center;
	margin-bottom: 30px;
	font-size: 18px;
}

footer nav ul li {
	margin-right: 45px;
}

footer nav ul li:last-child {
	margin-right: 0;
}

footer nav ul li a {
	color: #000;
	text-decoration: none;
}

footer .attn {
	font-size: 14px;
	line-height: 130%;
}

footer p.copyright {
	font-size: 14px;
	padding-top: 26px;
	padding-bottom: 35px;
}



