@import url('https://fonts.googleapis.com/css?family=Open+Sans:400,700|Pacifico');
html, body {
  height: 100%;
  font-family: 'Open Sans', sans-serif !important;
}

.pgbody {background:#fff; padding:20px;}

body {
	background-image: url('//d19sb7jvpiep3.cloudfront.net/themes/110/assets/JustClick4LoveBG.jpg?1629562689');
	background-size: cover;
	background-attachment: fixed;
}
.page-wrap {
  min-height: 100%;
  margin-bottom: -130px; 
}
.page-wrap:after {
  content: "";
  display: block;
}
footer,
.page-wrap:after {
  height: 130px; 
}


.navbar-default {
    background: rgba(255,255,255,0.8) !important;
	margin: 0 50px !important;
	border-radius: 10px !important;
	overflow: hidden;
}
.navbar {
	border-bottom: 0 !important;
}
.navbar-nav {
    display:table;
    width:100%;
    margin: 0;
}
.navbar-default .navbar-nav > li > a {
    color: #1a1a1a;
	 webkit-transition: all .5s ease-in-out;
    -moz-transition: all .5s ease-in-out;
    -o-transition: all .5s ease-in-out;
    transition: all .5s ease-in-out;
}
.navbar-default .navbar-nav > li > a:hover {
	background: #090;
	color: #fff;
}
.navbar-nav > li {
    float:none;
    display:table-cell;
    text-align:center;
}
.navbar-collapse.collapse {
	padding: 0 !important;	
}

.navBlock {
	float: right !important;
}

.siteLogo {
	margin-bottom: 25px;
	display: block;
	text-align: center;
}
@media screen and (max-width: 767px) {
	.navBlock {
		float: none !important;
	}
	.navbar-default {
		margin: 0 !important;
	}
	.siteLogo {
		margin: 15px auto !important;
	}
}
.formBlock {
	background: rgba(255,255,255,0.8) !important;
	border-radius: 10px;
}

footer {
	background: rgba(0,0,0,0.4) !important;
	padding: 0;
	color: #fff;
	font-size: 12px;
}
footer a {
	font-size: 13px;
	color: #fff;
}
footer a:hover {
	color: #FF0;
	border-bottom: 1px dashed #FF0;
}
h3.createAcc {
	color: #4ba10d;
	font-family: 'Pacifico', cursive !important;
	font-size: 34px !important;
	margin-top: 5px !important;
	margin-bottom: 25px !important;
}
.createAccBtn {
	background: #4ba10d;
	border-radius: 20px;
	font-size: 22px;
	font-weight: 700;
}
.memThumbs {
	list-style: none;
	margin: 0 0 20px 0;
	padding: 0;
	max-height: 430px;
	border-radius: 10px !important;
	overflow: hidden;
}
.memThumbs li {
	float: left;
	width: 20%;
}
.memThumbs li img {
	width: 100%;
	height: auto;
}

.otherPages {
	background: #fff;
	padding: 25px 20px;
}
.pptacref {
}
.pptacref > li {
	margin-top: 30px;
}
.pptacref > li strong:first-of-type {
	color: #6b594c;
}
.pptacref ol {
	list-style-type: lower-alpha;
}
.pptacref ol > li {
	margin-top: 5px;
}
.pptacref ol > li strong:first-of-type {
	color: #c73b3b;
}
.pptacref ol > ol {
	list-style-type: lower-roman;
	margin-bottom: 10px;
}
.pptacref ol > ol > ol {
	list-style-type: circle;
	margin: 5px 0;
}

