body {
  padding-top: 50px;
  background-image:url('http://galleries.allover30.com/mature/images/hdr.jpg');
  background-position:top center;
  background-repeat: no-repeat;
}

.navbar-nav>li {
    float: none;
    display: inline-block;
    width: 16%;
	text-align:center;
}
.navbar-nav {
    float: none;
}
.navbar-inverse {
  background: #990000;
  background-image: -webkit-linear-gradient(top, #990000, #630000);
  background-image: -moz-linear-gradient(top, #990000, #630000);
  background-image: -ms-linear-gradient(top, #990000, #630000);
  background-image: -o-linear-gradient(top, #990000, #630000);
  background-image: linear-gradient(to bottom, #990000, #630000);
}
.navbar-inverse .navbar-nav>li>a {
    color: #fff;
	font-weight:bolder;
}
.container {
    max-width: 1280px;
	width:100%;
}
.logo {
	margin-top:3%;
	max-width:722px;
}
.logo img {
	width:100%;
}
h1.hdrTxt {
	max-width: 530px;
    font-size: 2.2em;
    color: #680002;
	margin-top:2.5%;
	margin-bottom:3.4%;
	left:1%;
	margin-left:1%;
	padding:0px 0px 0px 2%;
	background-color: rgba(255,255,255,0.5);
	font-weight:bolder;
}
.joinBTN {
  background: #990000;
  margin-top:2.5%;
  margin-left:1.4%;
  background-image: -webkit-linear-gradient(top, #990000, #4f0000);
  background-image: -moz-linear-gradient(top, #990000, #4f0000);
  background-image: -ms-linear-gradient(top, #990000, #4f0000);
  background-image: -o-linear-gradient(top, #990000, #4f0000);
  background-image: linear-gradient(to bottom, #990000, #4f0000);
  -webkit-border-radius: 0;
  -moz-border-radius: 0;
  border-radius: 0px;
  font-family: Arial;
  color: #ffffff;
  font-size: 20px;
  padding: 10px 20px 10px 20px;
  border: solid #990000 2px;
  text-decoration: none;

}
a.joinBTN:hover, a.joinBTN:focus{
 color:#fff;
 text-decoration: underline;
}
.joinBTN:hover {
  background: #4c0101;
  background-image: -webkit-linear-gradient(top, #4c0101, #2b0101);
  background-image: -moz-linear-gradient(top, #4c0101, #2b0101);
  background-image: -ms-linear-gradient(top, #4c0101, #2b0101);
  background-image: -o-linear-gradient(top, #4c0101, #2b0101);
  background-image: linear-gradient(to bottom, #4c0101, #2b0101);
  text-decoration: none;
}
.gallery {
  display:inline-flex;
	margin-top:2%;
  flex-wrap:wrap;
  justify-content: center;
  align-items:center;
}
.gallery > .item {
  flex-basis:21.5%;
  align-self:stretch;
  background-color:rgba(255,255,255,.8);
  display:flex;
  flex-wrap:wrap;
  justify-content: center;
  align-items:center;
  margin:1.5%;
  box-shadow: 0 1px 3px rgba(0,0,0,0.12), 0 1px 2px rgba(0,0,0,0.24);
  padding:1.5%;
}
.gallery > .item img{
  margin:auto;
  max-width:232px;
  max-height:232px;
  width:100%;
}
h1.galleryBreak a{
	color:#fff;
}
h1.galleryBreak {
	color:#fff;
	width:99%;
	font-size:3.5em;
	border-radius:3px;
	font-weight:bolder;
	text-align:center;
  background: #990000;
  background-image: -webkit-linear-gradient(top, #990000, #630000);
  background-image: -moz-linear-gradient(top, #990000, #630000);
  background-image: -ms-linear-gradient(top, #990000, #630000);
  background-image: -o-linear-gradient(top, #990000, #630000);
  background-image: linear-gradient(to bottom, #990000, #630000);
  padding:15px 0px;
-webkit-transition: all 1s ease;
-moz-transition: all 1s ease;
-ms-transition: all 1s ease;
-o-transition: all 1s ease;
transition: all 1s ease;
}
h1.galleryBreak:hover {
	text-decoration:none;
	 transform: scale(1.1,1.1); 
}
.joinBTNbot {
  background: #990000;
  margin-top:10%;
  background-image: -webkit-linear-gradient(top, #990000, #4f0000);
  background-image: -moz-linear-gradient(top, #990000, #4f0000);
  background-image: -ms-linear-gradient(top, #990000, #4f0000);
  background-image: -o-linear-gradient(top, #990000, #4f0000);
  background-image: linear-gradient(to bottom, #990000, #4f0000);
  -webkit-border-radius: 0;
  -moz-border-radius: 0;
  border-radius: 0px;
  font-family: Arial;
  color: #ffe400;
  font-size: 3em;
  padding: 10px 20px 10px 20px;
  border: solid #990000 2px;
  text-decoration: none;
}
a.joinBTNbot:hover, a.joinBTN:focus{
 color:#fff;
 text-decoration: underline;
}
.joinBTNbot:hover {
  background: #4c0101;
  background-image: -webkit-linear-gradient(top, #4c0101, #2b0101);
  background-image: -moz-linear-gradient(top, #4c0101, #2b0101);
  background-image: -ms-linear-gradient(top, #4c0101, #2b0101);
  background-image: -o-linear-gradient(top, #4c0101, #2b0101);
  background-image: linear-gradient(to bottom, #4c0101, #2b0101);
  text-decoration: none;
}
.blackBG {
	margin-top:5%;
	width:100%;
	background-color: rgba(0,0,0,0.5);
	color:#fff;
	padding:13px;
}
.offRight {
	position:absolute;
	right:0px;
	width:482px;
}
.footer {
	background-image:url(http://galleries.allover30.com/mature/images/footer-bg.jpg);
	background-position:0% 95%;
	padding-bottom:5%;
	min-height:520px;
	width:100%;
	position:relative;
}
img.divide {
	width:100%;
}
.footerMenu {
	display:inline-block;
	width:100%;
	text-align:center;
}
.social {
	display:inline-block;
	/*width:306px;*/
}
.socialIcon {
	width:33%
}
img.socialIcon {
	max-width:172px;
	width:100%;
}
.legal h2 {
	font-size:1em;
	font-weight: bold;
}
.legal h3 {
	font-size:1em;
}
.botLogo {
    display: inline-block;
    width: 416px;
	margin:0px 10% 0px 10%;
    text-align: center;
    vertical-align: top;
}
h1.member {
	text-align:right;
	font-weight:bold;
}
.blackBG h2{
	font-size:1.3em;
	text-align:right;
	font-weight:normal;
	margin:10px;
}
.newsletter {
	width:221px;
	display:inline-block;
	vertical-align:top;
}
.newsBTN {
  text-align:center;
  padding: 0px 0px 6px 0px;
  text-shadow: 0px 1px 1px #666;
  border:1px solid #aaaaaa;
  font-weight:bold;
  background: #e6e6e6;
  background-image: -webkit-linear-gradient(top, #e6e6e6, #aaaaaa);
  background-image: -moz-linear-gradient(top, #e6e6e6, #aaaaaa);
  background-image: -ms-linear-gradient(top, #e6e6e6, #aaaaaa);
  background-image: -o-linear-gradient(top, #e6e6e6, #aaaaaa);
  background-image: linear-gradient(to bottom, #e6e6e6, #aaaaaa);
}
.mobileJoin {
    background-color: #ffea00;
    color: #222;
    font-size: 1.3em;
    font-weight: bolder;
}
.newsEmailSignup {
	padding:2px;
	color:#fff;
	background-color:#770000;
	border:0px;
}
li.points {
	list-style-type:square;
    font-size: 1.3em;
    text-align: right;
    font-weight: normal;
    margin: 2px;
}
#emailSignup {
	margin-top:4px;
	width:131px;
	padding:2px;
}
li.toplogo img{
	max-width:196px;
	width:100%;
}
#navbar > ul > li.toplogo > a {
	padding:0px;
}
@media (max-width: 1200px) {
	.botLogo {
		display:none;
	}
}
@media (max-width: 1075px) {
.offRight {
    margin-left: 39%;
}
}
@media (max-width: 875px) {
.offRight {
    margin: 0px auto;
	text-align:center;
	width:100%;
}
.main {
	padding:0px;
}
.blackBG {
    width: 478px;
	margin:2% auto 0px auto;
}
}
@media (max-width: 720px) {
.gallery img {
    width: 49.2%;
}
div.gallery > a:nth-child(5) {
	display:none;
}
.gallery {
    margin-top: 4%;
}
h1.hdrTxt {
	margin-bottom:5%;
}
}
@media (max-width: 490px) {
	.blackBG {
		width:100%;
	}
}
