.sectionbanner {
	background-color:none;
	text-align: center;
	font color:black;
	font-family: "Segoe UI", Tahoma, Geneva, Verdana, sans-serif;
	font-size: large;
	letter-spacing: 4pt;
	vertical-align: middle;
	width:80%;
	margin: 0 auto;
}

#wrapper {
	text-align:center;
    width: 80%;
    margin: 0 auto;
	vertical-align: center;
}

#mainwrapper {
	text-align:left;
    width: 95%;
	height: 95%;
    margin: 0 auto; 
	vertical-align: center;
}
#slidewrapper {
	text-align:center;
    width: 80%;
	height: 10%;
    margin: 0 auto; 
	vertical-align: center;
}

.auto-style5 {
	text-align: center;
	color:black;
	font-family: "Segoe UI", Tahoma, Geneva, Verdana, sans-serif;
	font-size: small;
}

.auto-style6 {
	text-align: center;
	color:black;
	font-family: "Segoe UI", Tahoma, Geneva, Verdana, sans-serif;
	font-size: large;
}
.auto-style7 {
	text-align: center;
	color:black;
	font-family: "Segoe UI", Tahoma, Geneva, Verdana, sans-serif;
	font-size: medium;
}

.auto-style8 {
	text-align: center;
	color:white;
	font-family: "Segoe UI", Tahoma, Geneva, Verdana, sans-serif;
	font-size: large;
	background-color:black;
	text-decoration: none;
}

.auto-style9 {
	font color:black;
	font-family: "Segoe UI", Tahoma, Geneva, Verdana, sans-serif;
	font-size: small;
	
}

.auto-style10 {
	text-align: center;
	color:black;
	font-family: "Segoe UI", Tahoma, Geneva, Verdana, sans-serif;
	font-size: large;
	background-color:black;
	text-decoration: none;
}


.auto-style11 {
	font color:black;
	font-family: "Segoe UI", Tahoma, Geneva, Verdana, sans-serif;
	font-size: medium;
	
}

body {
  padding: 0;
  background-image:url('Untitled1.png');
  height: 90%;
  margin: 0 auto;
  background-repeat: no-repeat;
  background-position: center center; 
  background-attachment: fixed;
}

h1{
	text-align: left;
	color:black;
	font-family: "Segoe UI", Tahoma, Geneva, Verdana, sans-serif;
	font-size: large;	
}

h2{
	text-align: left;
	color:white;
	font-family: "Segoe UI", Tahoma, Geneva, Verdana, sans-serif;
	font-size: medium;
	font-weight: bold;
}
	

.historypic {
	background-color:black;
    height:50%;
    padding:0.1%;
    display: inline-block;
}
.servicespic {
    background-color:black;
    height:50%;
    padding:0.1%;
    display: inline-block;
}

.projects {
    background-color:black;
    height:50%;
    padding:0.1%;
    display: inline-block;
}

/*SLIDESHOW CSS*/

.diy-slideshow{
  position: relative;
  display: block;
  overflow: hidden;
  background-color:black;
  vertical-align: center;
  width:100%;
  height:25%;
  margin: 0 auto;
 

}

figure{
  position: absolute;
  opacity: 0;
  transition: 0s opacity;
 
}
figcaption{
  position: static;
  font-family: sans-serif;
  font-size: 1em;
  bottom: 10%;
  right: 21%;
  padding: .25em;
  color: #fff;
  background: rgba(0,0,0, .25);
  border-radius: 2px;
}
figcaption a{
  color: #fff;
}
figure.show{
  opacity: 1;
  position: static;
  transition: 0s opacity;
}
.next, .prev{
  color: #fff;
  position: absolute;
  background: rgba(0,0,0, .6);
  top: 50%;
  z-index: 1;
  font-size: 2em;
  margin-top: -.75em;
  opacity: .3;
  user-select: none;
}

.next:hover, .prev:hover{
  cursor: pointer;
  opacity: 1;
}
/*use to adjust the arrows in the slideshow*/
.next{
  right: 1%;
  padding: 10px 5px 15px 10px;
  border-top-left-radius: 3px;
  border-bottom-left-radius: 3px;
}

.prev{
  left: 1%;
  padding: 10px 10px 15px 5px;
  border-top-right-radius: 3px;
  border-bottom-right-radius: 3px;
}

p{
  margin: 10px 20px;
  color: #fff;
}

/*Dropdown menu*/

ul {
  list-style: none;
  padding: 0;
  margin: 0;
  background: black;
  text-align: center;
  display: inline-block;
  z-index:1;
}

ul li {
  display: block;
  position: relative;
  background: red;
  float: left;
  margin: 0 auto;
}

/* This hides the dropdowns */


li ul { display: none; }

ul li a {
  display: block;
  padding: 0.5em;
  text-decoration: none;
  text-align: left;
  white-space: nowrap;
  color: #fff;
}

ul li a:hover { background: black; }

/* Display the dropdown */


li:hover > ul {
  display: block;
  position: absolute;
}

li:hover li { float: none; }

li:hover a { background: black; }

li:hover li a:hover { background: red; }

#main-navigation li ul li { border-top: 0; margin: auto; text-align: center; height: 100%;}

/* Displays second level dropdowns to the right of the first level dropdown */


ul ul ul {
  right: 100%;
  top: 0;
}

/* Simple clearfix */



ul:before,
ul:after {
  content: " "; /* 1 */
  display: table; /* 2 */
}

ul:after { clear: both; }


 

	  #contactform {
		margin-left: 1%;
	  display: inline-block;
	  vertical-align: top;
	  }


