body {
	margin: 0 auto;
	color: #222222;
    width: 900px;
}
header {
    background: #222222;
    padding: 40px 0px 20px 0px;
    clear: both;
    position: fixed;
    width: 900px;
    height: 44px;
    box-shadow: 0px 1px 10px #888888;
    margin-top: -20px;
}
h1 {
    font-family: helveticaneue, sans-serif;
    height:40px;
    width:200px;
    font-size: 40px;
    float: left;
    vertical-align: bottom;
    color: white;
    margin: 0;
    margin-left: 20px;
    background-image: url(images/fammobiletitle.svg);
    background-repeat: no-repeat;
}
nav {
    height: 52px;
    width: 100%;
    margin-top: 64px;
    box-shadow: 0px 4px 10px #888888;
    background: #2f3036;
}
ul {
    visibility: visible;
    list-style-type: none;
    margin-top: -20px;
    padding: 0;
    height: 44px;
}
li {
    display: inline-block;
    float: left;
    margin-right: 0px;
    margin-bottom: 0px;
    border-top: solid 1px #424242;
    border-bottom: solid 1px #262626;
}
li a {
    margin-top: -2px;
    font-size: 15px;
    display: block;
    height: 51px;
    text-align: center;
    line-height: 50px;
    font-family: "Helvetica Neue";
    color: #fff;
    background: #2f3036;
    padding: 0px 19px;
    text-decoration: none;
}
li:hover a {
    background: #a81313;
}
li:hover ul a {
    font-size: 15px;
    background: #48494c;
    color: white;
    height: 40px;
    line-height: 20px;
}
li:hover ul a:hover {
    background: #a81313;
    color: #fff;
}
li ul {
    display: none;
}
li ul li {
    display: block;
    float: none;
    border-top: solid 1px #57575e;
    border-bottom: solid 1px #3c3c42;
}
li ul li a {
    width: auto;
    padding: 5px 20px;
}
li ul li:last-of-type {
    -webkit-box-shadow: inset 0px -41px 14px -39px rgba(0,0,0,0.56);
    -moz-box-shadow: inset 0px -41px 14px -39px rgba(0,0,0,0.56);
    box-shadow: inset 0px -41px 14px -39px rgba(0,0,0,0.56);
    border-bottom: none;
}
ul li a:hover + .hidden, .hidden:hover {
    display: block;
}
ul li ul li:first-of-type {
    margin-top: 21px;
}
#show-menu {
    visibility: hidden;
}
main {
    padding: 137px 0px 0px;
    font-family: avenir, sans-serif;
    margin: 0 auto;
}
main a {
    text-decoration: none;
    color: black;
}
#firstarticle {
    padding-bottom: 50px;
    margin-bottom: 50px;
    border-bottom: solid .5px #ececec;
}
.homelinks {
    font-size:30px;
    margin-bottom: 50px;
}
.homelinks:last-of-type {
    margin-bottom: 100px;
}
.fpo {
    background:#ececec;
    height: 200px;
    width: 100%;
}
#construction {
    color: #a1a3b5;
    text-align: center;
    padding-top: 125px;
    padding-bottom: 125px;
}
#construction h3 {
    color: black;
    font-size: 40px;
}
.homelinks a{
    color: #949ba8;
}
.homelinks a:hover{
    color: black;
}
.location {
    color:#949ba8;
    font-size: 12px;
    line-height: 5px;
    border-top: solid .5px #949ba8;
    padding-top: 25px;
    margin-top: 30px;
    margin-bottom: 50px;
}
#membershiplist {
    list-style: initial;
    background-color: red;
}





/*/////////////////mobile////////////////*/
@media screen and (max-width:900px){
header {
	background: #222222;
	padding: 20px 0px 20px 0px;
	clear: both;
	position: fixed;
    width: 100%;
	height: 44px;
	box-shadow: 0px 1px 10px #888888;
    margin-top: 0px;
}
h1 {
	font-family: helveticaneue, sans-serif;
    height:40px;
    width:200px;
	font-size: 40px;
	float: left;
	vertical-align: bottom;
	color: white;
	margin: 0;
    margin-left: 20px;
    background-image: url(images/fammobiletitle.svg);
    background-repeat: no-repeat;
}
/******NAVIGATION*******/
nav {
    margin-top: 0px;
    box-shadow: none;
    background: #222222;
}
ul {
    list-style-type: none;
    margin: 0;
    padding: 0;
    position: static;
    display: none;
    height: auto;
}
li {
    display: inline-block;
    float: left;
    margin-right: 1px;
    margin-bottom: 0px;
    border-top: solid 1px #424242;
    border-bottom: solid 1px #262626;
}
li:last-of-type {
    border-bottom: none;
}
li:first-of-type {
    border-top: none;
}
li a {
    font-size: 20px;
    display: block;
    min-width: 140px;
    height: 50px;
    text-align: center;
    line-height: 50px;
    font-family: "Helvetica Neue";
    color: #fff;
    background: #2f3036;
    text-decoration: none;
}
li:hover a {
    background: #a81313;
}
li:hover ul a {
    font-size: 15px;
    background: #48494c;
    color: white;
    height: 40px;
    line-height: 40px;
}=
li:hover ul a:hover {
    background: #a81313;
    color: #fff;
}
li ul {
    display: none;
}
ul li, li a {
    width: 100%;
}
li ul li {
    display: block;
    float: none;
    border-top: solid 1px #57575e;
    border-bottom: solid 1px #3c3c42;
}
li ul li a {
    width: auto;
    min-width: 100px;
    padding: 0 20px;
}
li ul li:last-of-type {
    -webkit-box-shadow: inset 0px -41px 14px -39px rgba(0,0,0,0.56);
    -moz-box-shadow: inset 0px -41px 14px -39px rgba(0,0,0,0.56);
    box-shadow: inset 0px -41px 14px -39px rgba(0,0,0,0.56);
    border-bottom: none;
}
li ul li:first-of-type {
    border-top: none;
}
ul li a:hover + .hidden, .hidden:hover {
    display: block;
}
ul li ul li:first-of-type {
    margin-top: 0px;
}

.show-menu {
    font-family: "Helvetica Neue", Helvetica, Arial, sans-serif;
    text-decoration: none;
    color: #fff;
    background-image: url(images/navbutton.svg);
    text-align: center;
    display: block;
    width: 44px;
    height: 44px;
    margin-right: 20px;
    margin-bottom: 20px;
    float: right;
}
input[type=checkbox] {
    display: none;
}
    input[type=checkbox]:checked ~ #menu {
        display: block;
}
/******MAIN******/
main {
	padding: 100px 20px 0px;
	font-family: avenir, sans-serif;
    width: 100%;
}
main a {
    text-decoration: none;
    color: black;
}
#firstarticle {
    padding-bottom: 50px;
    margin-bottom: 50px;
    border-bottom: solid .5px #ececec;
}
.homelinks {
    font-size:30px;
    margin-bottom: 50px;
}
.homelinks:last-of-type {
    margin-bottom: 100px;
}
.fpo {
    background:#ececec;
    height: 100px;
    width: 100%;
}
#construction {
    color: #a1a3b5;
    text-align: center;
    padding-top: 125px;
    padding-bottom: 125px;
    padding-right: 500px;
    margin: 0 auto;
}
#construction h3 {
    text-align: left;
    color: black;
    font-size: 20px;
    margin: auto;
}
.banners {
    min-width: 100%;
    height: auto;
}
}