body {
	font-family:Roboto;
	margin:0px;
	padding:0px;
	background-color:#eee;
    animation: fadeEffect 0.5s; /* Fading effect takes 1 second */
}
.content-center {
	margin:0px auto;
	width:850px;
    animation: fadeEffect 0.5s; /* Fading effect takes 1 second */
}
.content-center.page {
	background-color:#FFF;
	padding:15px 25px;
}
#page ol, #page ul {
	margin:0px;
	padding:0px 15px;
	color:#292929;
}
#page ol li, #page ul li {
	margin:0px;
	padding:5px;
}
#page h2 {
	margin:0px;
	padding:10px 0px 5px 15px;
	margin:5px 0px;
	border-left:12px solid #ef965a;
	color:#292929;
}
#page h3 {
	margin:0px;
	padding:15px 0px 5px 0px;
	color:#292929;
	text-transform:uppercase;
	font-size:18px;
}	
#page p {
	margin:0px;
	padding:15px 0px 5px 0px;
	color:#292929;
}
#page {
	background-color:#FFF;
	padding:10px 25px;
	
}
#page h1 {
	font-size:30px;
	margin:0px;
	padding:10px 5px;
	border-bottom:4px solid #ef965a;
}
#topbar {
	background-image:url(img/bar-bg2.png);
}
#topbar ul {
	list-style:none;	
	margin:0px;
	padding:0px;
}
#topbar ul li {
	display:inline-block;
	padding:10px 10px;
	color:#FFF;
	font-weight:bold;
	font-size:14px;
}
#topbar ul li:last-child {
	float:Right;
	font-weight:normal;
}
#thehead {
	background-image:url(img/footer-bg.png);
    background-size: cover;
    background-repeat: no-repeat;
    background-position: 50% 50%;	
	border-bottom:5px solid #ef965a;
}
#thehead h1 {
	float:left;
	display:inline-block;
    background-size: contain;
    background-repeat: no-repeat;
    background-position: 50% 50%;	
	width:250px;
	height:200px;
}
#thehead ul.navi {
	float:right;
	list-style:none;
	margin:160px 0px 0px 0px;
	text-align:center;
	padding:0px 6px;
	border-bottom:6px solid #ef965a;
	background:rgba(40,40,40,0.6);
}
#thehead ul.navi li {
	display:inline-block;
	padding:12px 0px 10px 0px;
}
#thehead ul.navi li a {
	padding:12px 10px 10px 10px;
	color:#FFF;
	text-transform:uppercase;
	text-decoration:none;
	font-family:Roboto;
	font-weight:bold;
}
#thehead ul.navi li a:hover {
	background-color:#000;
}
#front-house {
	background-image:url(img/jbconcrete.png);
    background-size: cover;
    background-repeat: no-repeat;
    background-position: 50% 50%;	
	width:100%;
    height: 650px;
}
#front-house video {
  width: 100%;
  height: 650px;
  position: absolute;
  object-fit: cover;
  z-index: 0;
}
#front-house .shadowbox {
  z-index: 1;
  position: relative;
  color: #FFF;
  padding: 30px 0px 60px 0px;
  text-shadow: 0 0 0.3em #7d7d7d, 0 0 0.3em #7d7d7d,0 0 0.3em #7d7d7d;
  height: 560px;
}
.shadowbox {
	background-image: linear-gradient(to bottom, rgba(255,0,0,0), rgba(50,50,50,1));
    text-shadow: 0px 0px 8px #000000;
}
#front-house h1 {
	text-align:center;
	color:#FFF;
	font-size:45px;
	margin:0px;
	padding:30px;
	font-family:Times New Roman;
}
#navigation {
	margin:0px auto;
	display:block;
	width:100%;
	padding:12px 0px 10px 0px;
	background:rgba(40,40,40,0.6);
	border-bottom:6px solid #ef965a;
}
#navigation ul {
	list-style:none;
	margin:0px auto;
	text-align:center;
	padding:0px;
}
#navigation ul li {
	display:inline-block;
}
#navigation ul li a {
	padding:12px 10px 10px 10px;
	color:#FFF;
	text-transform:uppercase;
	text-decoration:none;
	font-family:Roboto;
	font-weight:bold;
}
#navigation ul li a:hover {
	background-color:#000;
}
#biglogo {
	margin:0px auto;
	width:500px;
	height:400px;
	background-image:url(img/jmplogo2.png);
    background-size: contain;
    background-repeat: no-repeat;
    background-position: 50% 50%;
}
#glance {
	background-image:url(img/footer-bg.png);
	padding:10px 0px 30px 0px;
}
#glance h1 {
	color:#FFF;
	font-family:Arial;
	font-weight:normal;
	padding:5px;
	text-align:center;
	border-bottom:4px solid #ef965a;
}
.type3col {
	width:277.5px;
	display:inline-block;
	margin:10px 2.5px;
	border-radius:5px;
    background-size: cover;
    background-repeat: no-repeat;
    background-position: 50% 50%;
	padding:0px;
	float:left;
}
.type3col .shadowbox {
	height:350px;
	border-radius:4px;
	margin:0px;
}
#foot .type3col {
	min-height:125px;
}
#foot .type3col p {
	font-size:11.5px;
	color:#c8c8c8;
	padding:0px 10px;
	text-align:center;
}
.type3col .shadowbox h2 {
	margin:10px;
	color:#FFF;
	border-bottom:4px solid #ef965a;
	padding:300px 0px 0px 0px;
	text-align:center;
	display:block;
	font-family:Roboto;
	font-weight:normal;
	font-size:22px;
}
.type3col h3 {
	text-transform:uppercase;
	font-size:15px;
	color:#FFF;
	margin:0px;
	padding:5px 0px 0px 0px;
	text-align:Center;
}
.clear {
	clear:both;
	display:block;
}
.button, a.button {
	background-color:#ef965a;
	color:#FFF;
	border-bottom:1px solid #ef965a;
	border-radius:4px;
	padding:9px 12px;
	text-decoration:none;
	font-size:17px;
	font-weight:bold;
	font-family:Roboto;
}
.button:hover, a.button:hover {
	background-color:#000;
	border-bottom:1px solid #000;
}
.button.block {
	font-size:20px;
	display:block;
	text-align:Center;
	margin:5px;
	
}
ul.footnavi {
	list-style:none;
	margin:0px -25px;
	padding:0px 25px 0px 25px;
	background-color:#101010;
	text-align:Center;
}
ul.footnavi li {
	border-bottom:1px solid #4b4b4b;
	font-size:13px;
	font-weight:bold;
	text-transform:uppercase;
	display:inline-block;
}
ul.footnavi li a {
	color:#c8c8c8;
	text-decoration:none;
	display:block;
	padding:8px 8px 8px 10px;
}
ul.footnavi li a:hover {
	background-color:#e49867;
	color:#000;
}
#foot {
	width:100%;
	background-image:url(img/footer-bg.png);
	border-top:5px solid #ef965a;
}
#foot .content-center {
	background-color:#1a1a1a;
	padding:0px 25px 0px 25px;
}
#foot p.socials {
text-align:Center;
}
#foot p.socials img {
	width:70px;
	margin:5px 5px;
	
}
#copyright {
	background-image:url(img/bar-bg2.png);
	width:100%;
}
#copyright p {
	margin:0px;
	padding:0px;
	padding:14px 0px;
	font-size:14px;
	text-transform:uppercase;
	color:#FFF;
}
#copyright p a {
	color:#FFF;
	text-decoration:none;
	font-weight:bold;
}
#copyright p a:hover {
	text-decoration:underline;
	color:#000;
}
#copyright p.copyright {
	float:left;
	display:inline-block;
}
#copyright p.naw {
	float:Right;
	display:inline-block;
}
#copyright p span {
	font-size:25px;
	float:left;
	margin:-9px 3px;
	padding:0px;
}
/* GALLERY SHENANIGANS */

.gallery-large {
	background-size: cover;
    background-repeat: no-repeat;
    background-position: 50% 50%;
	display:inline-block;
	width:33%;
	margin:0px;
	min-width:250px;
	padding:0px;
	border-bottom:6px solid #ef965a;
}
.gallery-small {
    background-size:     cover;                      /* <------ */
    background-repeat:   no-repeat;
    background-position: center center;              /* optional, center the image */
	display:inline-block;
	width:31.8%;
	margin:5px;
	border-bottom:6px solid #ef965a;
}
.gallery-small a {
	color:#FFF;
	font-size:19px;
	font-weight:bold;
}
.gallery-small a:hover {
	color:#000;
}
.gallery-small h3, .gallery-large h3 {
	padding:30px 0px 0px 0px;
	margin:0px;
	color:#FFF;
}
.t-gallery-small {
  background-image: linear-gradient(to bottom, rgba(255,0,0,0), rgba(50,50,50,1));
	color:#FFF;
	padding:150px 0px 0px 0px;
	float:right;
	width:100%;
	text-align:center;
	
}
#page .t-gallery-small p, #page .t-gallery-large p {
	color:#FFF;
}
.t-gallery-large {  
    background-image: linear-gradient(to bottom, rgba(255,0,0,0), rgba(50,50,50,1));
	color:#FFF;
	padding:10px 10px 30px 10px;
	text-align:center;
	margin-top:350px;
}

.transparent_real {
	background-color: rgba(0,0,0,.6);
	color:#FFF;
	padding:10px;
	padding-top:0px;
	min-height:250px;
	margin:300px 0px 0px 0px;
}
.genform input[type=text],.genform input[type=password],.genform select,.genform textarea{
    width:100%;
    padding:12px;
    border:1px solid #ccc;
    box-sizing:border-box;
    margin-top:2px;
    margin-bottom:16px;
    resize:vertical;
	font-family:Roboto;
}
.genform input[type=submit],.genform input[type=reset]{
    font-size:1.25em;
	font-family:Roboto;
    padding:.5em;
    color:#fff;
    text-decoration:none;
    background-color:#313a56;
    border:none
}
.genform{
    background-color:#f0f0f0;
    padding:1em;
    max-width:1000px
}
.genform span {
	color:#5b5b5b;
	font-size:13px;
	padding-bottom:20px;
	margin-top:-15px;
	display:block;
}
.genform label {
	margin-bottom:-10px;
}
.genform p {
	padding:10px 10px 10px 10px;
}