/*
Theme Name: paramead_theme
Author: Nuno Das Neves
Description: Badass
Version: 1.0
*/

html,body
{
    width: 100%;
    margin: 0px;
    padding: 0px;
    overflow-x: hidden; 
}

html{
    min-height:100%;/* make sure it is at least as tall as the viewport */
    position:relative;
	overflow-x: hidden; /* without this you get a weird white space on the right on small screens*/
}
body{
	min-height:100%; /* force the BODY element to match the height of the HTML element */
	height:100%;
	margin:0;
	font-size: 1.05em;
	line-height: 1.25em;
	font-family: Helvetica Neue, Helvetica, Arial, "sans-serif";
	color:white;
	display:table;
}
body > div{
    display: table-row;
}
body > div.fill{
    height: auto;
}

/* HEADER business */

header{
	display:table-row;
	width:100%;
	height:125px;
	z-index:100;
	background:#e9e9e9;
}

.header-contained{
	margin: 0px auto;
	max-width: 1200px;
	background:white;
}

.logo{
	left:50%;
	position:relative;
	margin-left:-250px;
}
.logo img{width:500px;}
/*menu big*/

.nav-container{
	width:100%;
	background:#e9e9e9;
	height:42px;
}

nav {
	margin: 0px auto;
	max-width: 1200px;
}

#menu-icon {
	display: none;
	margin-top:-40px;
	margin-right:40px;
	width: 72px;
	height: 72px;
	background: url(http://hardenpackaging.test.hornetmarketing.com.au/wordpress/wp-content/themes/harden_theme/images/nav-button.png) no-repeat center;
	background-color: #edf4fa;
	border-left:4px solid #edf4fa;
	border-right:4px solid #edf4fa;
	border-top:4px solid #edf4fa;
}

a:hover#menu-icon {
	background-color: white;
}

nav ul {
	float:left;
	display: table;
	table-layout: fixed;
	width:50%;
	padding:0;
	margin:0;
}

nav li {
	display: table-cell;
	
}

nav a{
	text-shadow: 1px 1px 0.5px black;
	display:block;
	/*width:100%;*/
	text-align:center;
	background-color:#a7a9ac;
	text-decoration:none;
	color:white;
	padding:0.8em 0.4em;
	font-size:1em;
	font-family:sans-serif;
	}

nav .header-contact{
	padding:0;
	float:right;
	width:47.5%;
	text-align:right;
	vertical-align:center;
	padding-top:14px;
	padding-right:2.5%;
	height:34px;
	display:block;
	text-decoration: none;
	color:white;
	font-size:0.9em;
	line-height:1.3em;
}

#menu-item-16{}

nav a:hover{
	background:#005fad;
	text-decoration:none;
	}

.current-menu-item a{
	background:#005fad;
}

nav .header-contact:hover{
	background-color:#a7a9ac;
}

/*menu small screens*/
@media (max-width : 10px) {
	header{
		height:200px;
	}
	.logo{
		float:left;
		margin:8px;
		margin-left:15px;
	}
	.logo img{width:120px;}
	
	nav {
	margin-top:80px;
	}
	
	nav a{
		display:block;
		font-size:1em;
	}
	
}

/*menu mobile screensz*/
@media (max-width : 10px) {
	
	#menu-icon {
		display:inline-block;
	}

	nav ul, nav:active ul { 
		display: none;
		position: absolute;
		right: 40px;
		top: 150px;
		width: 10em;
		border:4px solid #edf4fa;
	}
	nav a{
		display:block;
		font-size:1em;
		padding:1em;
	}

	nav li {
		text-align: center;
		width: 100%;
		padding: 0px 0;
		margin: 0;
	}

	nav:hover ul {
		display: block;
	}
}

/* CONTENT business */

.container{
	background:#e9e9e9;
}

.content{
	background:white;
	color:black;
	margin: 0px auto;
	padding:0;
	max-width: 1200px;
	position: relative;
	height:100%;
}
/*
#service-page::after{
	content: "";
	background: url("http://parramead.test.hornetmarketing.com.au/wordpress/wp-content/uploads/test-img-1.jpg") no-repeat;
	background-size:100%;
  opacity: 0.3;
  top: 0;
  left: 0;
  bottom: 0;
  right: 0;
  position: absolute;
  z-index: -1;   
}
*/

/* front page */
#front-page{color:black; display:block;}
#front-page .slider{margin-bottom:20px;}
#front-page .imagecontainer img{width:100%;}

#fp-text{padding-left:30px;padding-right:30px;}

.fp-heading{background:#005fad;height:40px;}
.fp-heading h3{
	margin:0;
	padding:10px;
	text-align:center;
	color:white;
	font-size:0.9em;
	font-weight:normal;
	text-shadow: 1px 1px 0.5px black;
}

#front-page table img{width:100%;}

/* map height doesn't seem to operate consistently - so check it*/
#contact-map{
	height:493px;
}

/* other pages */

#content{
	color:black;
}

.contact-text,.about-text{padding:30px;}

/* Them's the breaks */
@media (max-width : 1260px) {

}

/* FOOTER business */

.footer-container{
	width:100%;
	background:#005fad;
	height:45px;
	/*margin-top:240px;*/
	bottom:0;
	left:0;
}

#footer{
	margin:0px auto;
	padding-top:10px;
	max-width: 1200px;
	position: relative;
	color: white;
	font-family: Helvetica Neue, Helvetica, Arial, "sans-serif";
	background:#005fad;
}
#f-left{float:left;padding-left:25px;}
#f-right{float:right;padding-right:25px;}
#f-right a{color:white}

/*footer first break */
@media (max-width : 800px) {
	#f-left{width:100%}
	#f-right{float:left; padding:0px; padding-left:25px; width:100%}
}
/* footer second break */
@media (max-width : 400px) {
	#footer{font-size:0.6em;}
}