/*
* Prefixed by https://autoprefixer.github.io
* PostCSS: v8.4.14,
* Autoprefixer: v10.4.7
* Browsers: defaults,not dead,last 949 versions
*/

	* {margin: 0; padding:0; -webkit-box-sizing: border-box; -moz-box-sizing: border-box; box-sizing: border-box;}

main, nav {display: block;}

body {
	background-image: url("images/contact.jpg");
	background-repeat: no-repeat;
	-webkit-background-size: 1400px 1400px;
	   -moz-background-size: 1400px;
	     -o-background-size: 1400px;
	        background-size: 1400px;
	background-position: 40% 50%;
	z-index: -2;
	min-height: 500px;
}

main {
	padding: 5em 1.4em 0 2.7em;
	width: 100%;
	font-family: 'Abel', sans-serif;
	color: black;
	
	background-color: rgba(225, 239, 255, 0.96);
	font-weight: bold;
	position: absolute;
	height: 100%;
	min-height: 800px;
	
		
}

h1 {
	padding-bottom: 0.4em;
	font-size: 2.6em;
}

p, h1 {
	width: 100%
}

p {
	font-size: 1.4em;
	color: 868686;

}

h4 {padding: 1em;}
	
a {
	-webkit-transition: all 0.5s;
	-o-transition: all 0.5s;
	-moz-transition: all 0.5s;
	transition: all 0.5s;
	color: black;
	text-decoration: none;
	}

a:hover {color: #8EE5EE;}	

figure {
        float: left;
        padding: 0.5em;
    }

#figure1:not(:target),
#figure2:not(:target) {
		display:none;
		position: static;
		width: 0;
	}    
#musi, #lsnt {width: 80%;}

#figure1:target,
#figure2:target {
	display: block;
		z-index: 100;
		position:fixed;
		height: -webkit-calc(99vh - 61px);
		height: -moz-calc(99vh - 61px);
		height: calc(99vh - 61px);
		top: 61px;
		left: 10vw;
		background-color: rgb(226, 226, 226);
		background-color: rgba(226, 226, 226, 0.99);
		
		border: 1px solid black;
		color: #161616;
		
		width: 80%;
		padding: 1.3em;
}

	#figure1:target .closeme,
	#figure2:target .closeme { 
		color: white; 
		float: left;
		position: absolute;
		top: 0;
		right: 0vw;
		background-color: rgb(16, 16, 16);
		background-color: rgba(56, 56, 56, 0.85);
		border: 2px solid rgba(240, 240, 240, 0.83);
		padding: 0.3em;
	}


a::active {color: black;}
.container2 {
	color: white;
	background-image: url("images/contact.jpg");
	-webkit-background-size: 100% 100%;
	   -moz-background-size: 100%;
	     -o-background-size: 100%;
	        background-size: 100%;

	

}

.services {display: none;}
.services2 {display: none;}
.examples {padding-top: 1.1em;}
.examples img {padding: 1em 0;}

.contactus {display: none;}
.container h4, .container a {display: none;}

.error {
    color: #FF0000;
}

.successfailure {
    color: #00FF00;
    font-weight: bold;
}

.services2 .noshow {opacity: 0;}

@media screen and (min-width: 700px) {
	.mobilemenu {
		display: none;
	}
    
    
	.contactus {
		display: block;
	}

	.services, .services2, .contactus, .container h4, .container a {
		display: block;
	}
    .noshow {display: none;}
	body {
		background-image: none;
	}

	main {
		background-image: url("images/blueytemp.jpg");
		-webkit-background-size: cover;
		   -moz-background-size: cover;
		     -o-background-size: cover;
		        background-size: cover;
		display: -ms-grid;
		display: grid;
		-ms-grid-columns: 1fr 1fr;
		grid-template-columns: 1fr 1fr;
		padding: 3.7em 0 0 0;
		position: relative;
	}

	figure {
		display: block;
		background-color: #ABABAB;
		background-image: -webkit-gradient(
		linear, left top, right top, from(rgba(170, 185, 180, 1)),
		color-stop(45%, rgba(172, 185, 178, 0.1)), 
		color-stop(55%, rgba(178, 191, 184, 1)),
		to(rgba(138, 153, 148, 0.4)));
		background-image: -webkit-linear-gradient(
		left, rgba(170, 185, 180, 1) 0%,
		rgba(172, 185, 178, 0.1) 45%, 
		rgba(178, 191, 184, 1) 55%,
		rgba(138, 153, 148, 0.4) 100%);
		background-image: -moz-linear-gradient(
		left, rgba(170, 185, 180, 1) 0%,
		rgba(172, 185, 178, 0.1) 45%, 
		rgba(178, 191, 184, 1) 55%,
		rgba(138, 153, 148, 0.4) 100%);
		background-image: -o-linear-gradient(
		left, rgba(170, 185, 180, 1) 0%,
		rgba(172, 185, 178, 0.1) 45%, 
		rgba(178, 191, 184, 1) 55%,
		rgba(138, 153, 148, 0.4) 100%);
		background-image: linear-gradient(
		90deg, rgba(170, 185, 180, 1) 0%,
		rgba(172, 185, 178, 0.1) 45%, 
		rgba(178, 191, 184, 1) 55%,
		rgba(138, 153, 148, 0.4) 100%);
		color: #121212;
		-webkit-border-radius: 0.5em;
		   -moz-border-radius: 0.5em;
		        border-radius: 0.5em;	
		margin: 1.3em;
		padding: 0.1em;
		
		width: 10em;
		cursor: pointer;
		-webkit-box-shadow: 0.1em 0.1em 0.3em #121212;
		   -moz-box-shadow: 0.1em 0.1em 0.3em #121212;
		        box-shadow: 0.1em 0.1em 0.3em #121212;
	}

	figure a:hover {
		color: black;
	}

	figcaption span {font-size: 0.7em;}

	
	
	#figure1:target,
	#figure2:target {
		display: block;
		z-index: 100;
		position:fixed;
		height: -webkit-calc(99vh - 61px);
		height: -moz-calc(99vh - 61px);
		height: calc(99vh - 61px);
		top: 61px;
		left: 10vw;
		
		/*background-color: rgba(226, 226, 226, 0.69);*/
		background-image: url("images/f.jpg");
	    background-repeat: no-repeat;
	    -webkit-background-size: cover;
	       -moz-background-size: cover;
	         -o-background-size: cover;
	            background-size: cover;
		-webkit-border-radius: 2px;
		   -moz-border-radius: 2px;
		        border-radius: 2px;
		color: #161616;
		
		width: 80%;
		padding: 1.3em;
	}

	#figure1:target .closeme,
	#figure2:target .closeme { 
		color: white; 
		float: left;
		position: absolute;
		top: 0;
		right: 0vw;
		background-color: rgb(16, 16, 16);
		background-color: rgba(56, 56, 56, 0.85);
		border: 2px solid rgba(240, 240, 240, 0.83);
		padding: 0.3em;
	}

	figure p {
		 
		padding: 2.4em;
        margin: auto;
		
	}

	section img {float: left; margin-right: 2.3em;}


	#musi, #lsnt {height: -webkit-calc(85vh - 61px);height: -moz-calc(85vh - 61px);height: calc(85vh - 61px); max-width: 500px;}

	.container
	{
		-ms-grid-column: 1;
		    grid-column-start: 1;
		-ms-grid-column-span: 1;
		grid-column-end: 2;
		-ms-grid-row: 1;
		    grid-row-start: 1;
		-ms-grid-row-span: 1;
		grid-row-end: 2;
		text-align: center;
		padding: 1.3em 1.3em 1.3em 1.3em;
		margin: auto;
		
	}

	.container a, .services2 a {
		display: block;
		-webkit-border-radius: 0.3em;
		   -moz-border-radius: 0.3em;
		        border-radius: 0.3em;
		text-decoration: none;
		background-color: #a5bfa2;
		font-weight: bold;
		width: 45%;
		margin: auto;
		padding: 0.8em;
	}
	
	.container a:visited, .services2 a:visited {
		color: black;
	}

	.container2
	{
		background-image: url("images/contact.jpg");
		-webkit-background-size: cover;
		   -moz-background-size: cover;
		     -o-background-size: cover;
		        background-size: cover;
		min-height: 500px;
		-ms-grid-column: 2;
		    grid-column-start: 2;
		-ms-grid-column-span: 1;
		grid-column-end: 3;
		-ms-grid-row: 1;
		    grid-row-start: 1;
		-ms-grid-row-span: 1;
		grid-row-end: 2;	
	}

	.services {
		-ms-grid-column: 1;
		    grid-column-start: 1;
		-ms-grid-column-span: 1;
		grid-column-end: 2;
		-ms-grid-row: 2;
		    grid-row-start: 2;
		-ms-grid-row-span: 1;
		grid-row-end: 3;
		background-image: url("images/services.jpg");
		-webkit-background-size: cover;
		   -moz-background-size: cover;
		     -o-background-size: cover;
		        background-size: cover;
		min-height: 500px;

	}

	.services2 {
		-ms-grid-column: 2;
		    grid-column-start: 2;
		-ms-grid-column-span: 1;
		grid-column-end: 3;
		-ms-grid-row: 2;
		    grid-row-start: 2;
		-ms-grid-row-span: 1;
		grid-row-end: 3;
		padding: 1.3em;
		margin: auto;
		text-align: center;
		
	}

	.services2 li {
		text-align: center;
		padding: 0.7em 0.7em 0 0.7em;
		font-size: 1.3em;
		font-weight: bold;
		list-style-type: none;
	}

	.examples {
		text-align: center;
		padding: 0.7em;
		font-size: 1.3em;
		font-weight: bold;
		-ms-grid-column: 1;
		    grid-column-start: 1;
		-ms-grid-column-span: 2;
		grid-column-end: 3;
		-ms-grid-row: 3;
		    grid-row-start: 3;
		-ms-grid-row-span: 1;
		grid-row-end: 4;
		background-color: rgba(225, 225, 220, 0.89);
		background-color: rgba(232, 240, 254, 0.9);
	}


	.contactus {
		display: -ms-grid;
		display: grid;
		-ms-grid-columns: 1fr 1fr;
		grid-template-columns: 1fr 1fr;
		font-family: 'Abel', sans-serif;
		font-size: 1em;
		
		
		background-color: rgba(223, 223, 222, 1);

	}

	.samplework {
		height: 200px;
	}
	
	.speech-wrapper {
		background-image: url("images/f.jpg");
		-webkit-background-size: cover;
		   -moz-background-size: cover;
		     -o-background-size: cover;
		        background-size: cover;
		opacity: 1;
		z-index: 0;
		
		
	}

	.speech {
		-ms-grid-column: 1;
		grid-column: 1;
		-ms-grid-column-span: 2;
		grid-column-end: 2;
		text-align: center;
		font-weight: bold;
		display: -webkit-box;
		display: -webkit-flex;
		display: -moz-box;
		display: -ms-flexbox;
		display: flex;
		-webkit-box-orient: vertical;
		-webkit-box-direction: normal;
		-webkit-flex-direction: column;
		   -moz-box-orient: vertical;
		   -moz-box-direction: normal;
		    -ms-flex-direction: column;
		        flex-direction: column;
		-webkit-box-pack: center;
		-webkit-justify-content: center;
		   -moz-box-pack: center;
		    -ms-flex-pack: center;
		        justify-content: center;
		-webkit-box-align: center;
		-webkit-align-items: center;
		   -moz-box-align: center;
		    -ms-flex-align: center;
		        align-items: center;
		height: 100%;
		background-color: rgba(155, 223, 238, 0.56);
		
	}

	.speech h2, p {
		padding: 0.7em 0;

	}

	.speech h2 {text-align: center;}
	.speech p {
		text-align: center;
		font-size: 1.2em;
	}
	

	.submitwrapper {
		background-color: white;
		background-image: url("images/f.jpg");
		-webkit-background-size: cover;
		   -moz-background-size: cover;
		     -o-background-size: cover;
		        background-size: cover;
	}

	.submitform {
		-ms-grid-column: 2;
		    grid-column-start: 2;
		-ms-grid-column-span: 1;
		grid-column-end: 3;
		background-color: rgba(245, 245, 245, 0.6);				
		text-align: center;
		padding: 1em 0;
		
	}

	.submitform h2 {padding-bottom: 1em; text-align: center;}

	
	.submitform input {
		padding-left: 0.8em;
		height: 2em;
		width: 28em; 
		margin: 0 auto 0.9em auto;
		padding-top: 0.5em;
		-webkit-border-radius: 0.2em;
		   -moz-border-radius: 0.2em;
		        border-radius: 0.2em;
		border: 1px solid black;
		background-color: rgba(232, 240, 254, 0.9);
		color: black;
		font-family: 'Abel', sans-serif;
		font-size: 1.1em;
	}

	.submitform input::-webkit-input-placeholder {
		color: black;
	}

	.submitform input:-moz-placeholder {
		color: black;
	}

	.submitform input::-moz-placeholder {
		color: black;
	}

	.submitform input:-ms-input-placeholder {
		color: black;
	}

	.submitform input::-ms-input-placeholder {
		color: black;
	}

	.submitform input::placeholder {
		color: black;
	}

	.submitform textarea::-webkit-input-placeholder {
		color: black;
	}

	.submitform textarea:-moz-placeholder {
		color: black;
	}

	.submitform textarea::-moz-placeholder {
		color: black;
	}

	.submitform textarea:-ms-input-placeholder {
		color: black;
	}

	.submitform textarea::-ms-input-placeholder {
		color: black;
	}

	.submitform textarea::placeholder {
		color: black;
	}

	.submitform textarea{
		background-color: rgba(232, 240, 254, 0.9);
		padding-left: 0.8em;
		padding-top: 1em;
		height: 7em;
		width: 28em; 
		font-family: 'Abel', sans-serif;
		color: black;
		font-size: 1.1em;
		-webkit-border-radius: 0.2em;
		   -moz-border-radius: 0.2em;
		        border-radius: 0.2em;
		border: 1px solid black;
	}
	.submitform input[type="submit"] {
		-webkit-transition: all 0.2s;
		-o-transition: all 0.2s;
		-moz-transition: all 0.2s;
		transition: all 0.2s;
		height: auto;
		width: auto;
		display: block;
		margin: auto;
		text-align: center;
		background-color: #a5bfa2;
		-webkit-border-radius: 0.3em;
		   -moz-border-radius: 0.3em;
		        border-radius: 0.3em;
		border: none;
		color: black;
		width: 150px;
		font-size: 1.3em;
		grid-area: "button";
		font-weight: bold;
		font-family: 'Abel', sans-serif;
		margin-top: 1em;
		margin-bottom: 0.4em;
		padding: 0.6em;
		cursor: pointer;
	}

	.submitform button:hover {
		background-color: rgba(222, 228, 222, 0.9);
		cursor: pointer;
	}

	label {
		position: absolute;
		font-size: 1em;
		color: black;
		visibility: hidden;
		margin-left: -30em;
		margin-top: 0.2em;
		background-color: none;
	}

	input[type="text"]:not(:-moz-placeholder-shown) + .formname, input[type="email"]:not(:-moz-placeholder-shown) + .formemail, input[type="text"]:not(:-moz-placeholder-shown) + .formnumber {
		font-size: 1em;
		font-weight: bold;
		margin-top: -1.1em;

	    background-color: unset;
		visibility: visible;
		-moz-transition: all 0.5s;
		transition: all 0.5s;
	}

	input[type="text"]:not(:-ms-input-placeholder) + .formname, input[type="email"]:not(:-ms-input-placeholder) + .formemail, input[type="text"]:not(:-ms-input-placeholder) + .formnumber {
		font-size: 1em;
		font-weight: bold;
		margin-top: -1.1em;

	    background-color: unset;
		visibility: visible;
		-ms-transition: all 0.5s;
		transition: all 0.5s;
	}

	input[type="text"]:not(:placeholder-shown) + .formname, 
	input[type="email"]:not(:placeholder-shown) + .formemail, 
	input[type="text"]:not(:placeholder-shown) + .formnumber {
		font-size: 1em;
		font-weight: bold;
		margin-top: -1.1em;

	    background-color: unset;
		visibility: visible;
		-webkit-transition: all 0.5s;
		-o-transition: all 0.5s;
		-moz-transition: all 0.5s;
		transition: all 0.5s;
	}
	
}