/*Main stylesheet for jwallwork.co.uk

Whole document styles:*/

* {
	color: white;
	box-sizing: border-box;
	margin: 0;
	padding: 0;
	transition: all 0.5s;
}

body {
	background-color: #333333;
	font-family: Arial, Helvetica, sans-serif;
}

a {
	color: #a0ca68;
}

address {
	font-style: normal;
}

/*Text style CLASSES - actual <h1>, <h2>... tags are reserved for emphasis for SEO and accessibility*/

.h1 {/*Obtained from Chrome*/
  /*display: block;*/
    font-size: 2em;
    /*margin-block-start: 0.67em;
    margin-block-end: 0.67em;
    margin-inline-start: 0px;
    margin-inline-end: 0px;*/
    font-weight: bold;
}

.h2 {/*Obtained from Chrome*/
  /*display: block;*/
    font-size: 1.5em;
    /*margin-block-start: 0.83em;
    margin-block-end: 0.83em;
    margin-inline-start: 0px;
    margin-inline-end: 0px;*/
    font-weight: bold;
}

.h3 {
  /*display: block;*/
  font-size: 1.17em;
  /*margin-top: 1em;
  margin-bottom: 1em;
  margin-left: 0;
  margin-right: 0;*/
  font-weight: bold;
}

.h4 {
  /*display: block;*/
  font-size: 1em;
  /*margin-top: 1.33em;
  margin-bottom: 1.33em;
  margin-left: 0;
  margin-right: 0;*/
  font-weight: bold;
}

.h5 {
  /*display: block;*/
  font-size: .83em;
  /*margin-top: 1.67em;
  margin-bottom: 1.67em;
  margin-left: 0;
  margin-right: 0;*/
  font-weight: bold;
}

.h6 {
  /*display: block;*/
  font-size: .67em;
  /*margin-top: 2.33em;
  margin-bottom: 2.33em;
  margin-left: 0;
  margin-right: 0;*/
  font-weight: bold;
}

.p {
	/*display: block;*/
	font-size: 1em;
	font-weight: normal;
	margin-top: 1em;
	margin-bottom: 1em;
	margin-left: 0;
	margin-right: 0;
}

/*Classes and IDs

Unclassified:*/

.centerinframe {
	text-align: center;
	position: absolute;
	left: 50%;
	top: 50%;
	-webkit-transform: translate(-50%, -50%);
	transform: translate(-50%, -50%);
}

.centerhorizontal {
	position: absolute;
	left: 50%;
	-webkit-transform: translate(-50%);
	transform: translate(-50%);
}

.centervertical {
	position: absolute;
	top: 50%;
	-webkit-transform: translate(0, -50%);
	transform: translate(0, -50%);
}

.button {
	display: inline-block;
	color: white;
	font-size: 112.5%;
	line-height: 25px;
	text-decoration: none;
	background-color: #82b440;
	padding: 12px;
	border-radius: 30px;
	border-width: 5px;
	border-style: solid;
	border-color: green;
}

.button i {
	vertical-align: middle;
	font-size: 130%;
}

.whatsappcontainer {
	display: none;
}

/*Header*/

.header {
	display: flex;
	flex-wrap: wrap;
	justify-content: center;
	width: 100%;
	max-width: 1000px;
}

.logo {/*This could just be .header img*/
	max-width: 70%;
	margin-left: 15%;
	margin-top: 0.5em;
	padding: 10px;
	background: #222222;
	border-radius: 20px;
}

.navbar {
	width: 80%;
	height: 60px;
	margin: 10px;
	padding: 5px;
	background-color: black;
	border-radius: 8px;
}

.contact {
	float: right;
	padding: 12px;
	padding-right: 7px;
	line-height: 25px;
}

.phone {
	color: #82b440;
	font-weight: bold;
}

.phonebutton {
	display: none;
	background-color: #00BFFF;
	border-color: #1E90FF;
	transform: scale(1);
	transition: transform 0.25s linear
}

.phonebutton:hover, .whatsappbutton:hover, .emailbutton:hover {
	transform: scale(1.2);
	transition: transform 0.25s linear
}

.headersocial {
	
}

.headersocial img {
	vertical-align: middle;
	margin-top: -10px;
	margin-bottom: -10px;
	margin-left: 5px;
	
}

.menu a {
	float: left;
	color: white;
	padding: 12px;
	font-size: 18px;
	line-height: 25px;
	text-decoration: none;
	border-radius: 4px;
}

.menu a:hover {
	background-color: #82b440 !important;/*#445e21;*/
}

.menu .icon {
	display: none;
}

/*Background images*/

.background-image {
	object-fit: cover;
	height: 100%;
	min-width: 100%;
}

/*Most of these object-positions don't do much of anything.
Float right is required to make the image justify itself with the right side of the div.*/

.bg-center {
	object-position: 50% 50%;
}

.bg-left {
	object-position: 0% 50%;
}

.bg-right {
	object-position: 100% 50%;
	float: right;
}

.bg-top {
	object-position: 50% 0%;
}

.bg-bottom {
	object-position: 50% 100%;
}

/*Content*/

.plx-hero {
	pointer-events: none;
}

.hero {
	pointer-events: all;
}

.hero .h1 {
	margin-bottom: 0.65em;
	filter: drop-shadow(0 0 0.75rem #003B00);
}

.hero .h2 {
	padding-top: 0.5em;
	padding-bottom: 1em;
	border-top: solid 5px green;
	filter: drop-shadow(0 0 0.75rem #003B00);
}

.contactformcontainer {
	height: 679px;
	width: 70vw;
	text-align: center;
	padding: 40px;
	padding-top: 20px;
	background-color: rgb(60,60,60);
	border-style: solid;
	border-color: #666666;
	border-width: 8px;
}

.contactformcontainer p:not(:first-child) {
	margin-top: 1em;
	margin-bottom: 0.5em;
}

.contactformcontainer iframe {
	height: 479px;
	width: 60vw;
	bottom: 40px;
}


.contactbuttonscontainer {
	display: none;
}

.whatsappbutton {
	background-color: lightgreen;
	border-color: #25d366;
	transform: scale(1);
	transition: transform 0.25s linear
}

.whatsappbutton:hover {
	
}

.emailbutton {
	background-color: lightgray;
	border-color: darkgray;
	transform: scale(1);
	transition: transform 0.25s linear
}



/*Footer*/

.plx-footer .plx-layer {
	pointer-events: none;
}

.plx-footer .plx-layer > * {
	pointer-events: all;
}

.footer {
	position: absolute;
	height: 64px;
	left: 0;
	right: 0;
	bottom: 0;
	margin-top: auto;
	padding: 5px;
	background-color: #111111;
}

.footer .address {
	color: #999;
	font-size: 90%;
}

.footer .contact {
	float: right;
}

.copyright {
	float: left;
}

.copyright p {
	margin-top: 0.3em;
}

