body {
	font-family: Arial, Helvetica, sans-serif;
	text-align: center;
	line-height: 1.5;
	margin: 0;
	padding: 0;
	background-color: white;
}

#logo {
	width: 140px;
}

#new {
	width: 60px;
	margin-top: -30px;
	margin-left: -40px;
	position: absolute;
}

#restore {
	background-color: #f8e624;
}

#line {
	display: inline-block;
	position: absolute;
	margin-top: 14px;
	margin-left: 10px;
	text-transform: uppercase;
	font-family: serif;
	color: #25a64a;
}

header {
	max-height: 100%;
	width: 100%;
	background-color: #dbdbdb;
	z-index: 10;
	position: fixed;
	top: 0px;
	box-shadow: 0px 0px 8px 2px #000000;
	min-height: 70px;
}

#banner {
	min-height: 600px;
	background: url(pictures/AR-Project/Banner.JPG) no-repeat;
	background-size: 100%;
	background-position: 50% 90%;
	text-align: center;
}

#banner h2 {
	margin-top: 100px;
	margin-left: 200px;
	font-size: 35px;
	position: absolute;
}

#banner p {
	font-size: 20px;
}

#content {
	margin-top: -80px;
	width: 100%;
	position: relative;
	background-color: #ebebeb;
	min-height: 100%;
}

header a {
	color: black;
	text-decoration: none;
	text-transform: uppercase;
	font-size: 16px;
}

ul {
	margin: 0;
	padding: 0;
}

nav ul li {
	position: relative;
}

nav ul li ul {
	display: none;
	position: absolute;
	background-color: #dbdbdb;
	border-bottom: 1px solid;
	border-radius: 4px;
	margin-left: -30px;
	text-align: center;
}

nav ul li:hover ul {
	display: block;
}

nav ul li ul li {
	margin: 10px;
	width: 140px;
	text-align: center;
}

nav ul li ul li a {
	padding: 8px 14px;
}

nav ul li ul li:hover {
	background-color: #d5d5d5;
}

header li {
	float: left;
	display: inline;
	padding: 0 20px 0 20px;
}

header #branding {
	float: left;
	margin-left: 20px;
	margin-top: 10px;
}

header #branding h1 {
	margin: 0;
}

header nav {
	float: right;
	margin-top: 25px;
}

header .highlight{
	color: blue;
	font-weight: bold;
}

.current a {
	color: blue
}

.idle a {
	color: black;
}

header a:hover {
	color: green;
	font-weight: bold;
}

/* boxes */

#boxes {
	margin-top: 20px;
	margin-left: 30px;
}

#boxes .box {
	float: left;
	width: 30%;
	padding: 10px;
	text-align: center;
}

#box3 {
	float: left;
	width: 30%;
	padding: 10px;
	text-align: center;
}

#box4 {
	width: 30%;
	padding: 10px;
	text-align: center;
	margin-right: auto;
}

#box4 img {
	width: 90px;
	margin-top: 12px;
}

#box3 img {
	width: 90px;
	margin-top: 12px;
}

#boxes .box img {
	width: 90px;
}

.box:hover .icon, #box3:hover .icon, #box4:hover .icon {
	border: 2px solid #171aa6;
	border-radius: 4px;
	padding: 2px;
}

/* boxes end */


#content {
	border-top: 2px solid black;
	background-color: #dbdbdb;
	align-content: center;
	min-height: 400px;
}

#info {
	font-family: serif;
	margin-top: 150px;
	margin-left: 50px;
	width: 300px;
	border: 2px solid white;
	border-radius: 4px;
	position: absolute;
	background-color: rgba(255, 255, 255, 0.5);
}

#e-link {
	text-decoration: underline;
	color: white;
	text-shadow: 1px 1px 2px black;
}

#e-link:hover {
	color: #60c4ee;
}

#call {
	width: 50px;
	display: none;
}

/* Services Page */

#content3 {
	padding-top: 60px;
	background-color: #dbdbdb;
	align-content: center;
	overflow: auto;
}

#content2 {
	border-top: 2px solid black;
	background-color: #dbdbdb;
	align-content: center;
	min-height: 400px;
}

#content2 h2 {
	margin-top: 70px;
}

#about-box {
	border-right: 1px solid black;
	
}

.Abox {
	margin-top: 100px;
	margin-left: 50px;
	width: 400px;
	border-bottom: 2px solid black;
}

.ABbox {
	padding: 50px;
	margin-top: 0px;
	width: 400px;
	height: 300px;
	display: block;
	float: left;
}

.BoxImg {
	width: 90px;
}

#img2 {
	margin-left: 590px;
	overflow: hidden;
}

.Ex {
	width: 150px;
	margin-left: 250px;
	margin-top: 10px;
	position: absolute;
	border: 2px solid black;
	border-radius: 4px;
}

#space {
	height: 100px;
}

#screenshot {
	margin-left: 300px;
	width: 200px;
	margin-top: -60px;
}

/* End Services Page */



/* About Page */

.about-text {
	padding: 15px;
}

#inner {
	width: 800px;
	margin-left: auto;
	margin-right: auto;
	background-color: rgba(255, 255, 255, 0.8);
	border: 1px solid black;
	border-radius: 4px;
	text-align: left;
	line-height: 1.7;
	
}

/* End About Page */

/* Gallery Page */

.gallery {
	margin: 10px 50px;
}

.gallery img {
	padding: 5px;
	transition: 1s;
}

.gallery img:hover {
	transform: scale(1.1);
}

.vertical-gallery {
	margin: 10px 50px;
}

.vertical-gallery img {
	padding: 5px;
	transition: 1s;
}

.vertical-gallery img:hover {
	transform: scale(1.1);	
}

#p1 {
	border-right: 2px solid black;
	border-left: 2px solid black;
}

/* End Gallery Page */

/* Contact Page */

#call-contact {
	display: none;
	border: 1px solid black;
	margin-top: 15px;
	background: -webkit-linear-gradient(#bebebe 0%, #ffffff 100%);
	background: -moz-linear-gradient(#bebebe 0%, #ffffff 100%);
	background: -ms-linear-gradient(#bebebe 0%, #ffffff 100%);
	background: -o-linear-gradient(#bebebe 0%, #ffffff 100%);
	width: 200px;
	margin-left: auto;
	margin-right: auto;
	border-radius: 3px;
}

#contactPhone {
	color: black;
}

#heading {
	margin-top: -25px;
	border-bottom: 2px solid black;
	background: -webkit-linear-gradient(#bebebe 0%, #ffffff 100%);
	background: -moz-linear-gradient(#bebebe 0%, #ffffff 100%);
	background: -ms-linear-gradient(#bebebe 0%, #ffffff 100%);
	background: -o-linear-gradient(#bebebe 0%, #ffffff 100%);
}

#heading h2 {
	font-weight: bold;
	letter-spacing: 1px;
}

form {
	margin-top: 50px;
	transition: all 4s ease-in-out;
}

.form-control {
	width: 600px;
	background-color: transparent;
	border: none;
	outline: none;
	border-bottom: 1px solid black;
	color: black;
	font-size: 18px;
	margin-bottom: 16px;
}

input {
	height: 45px;
}

form .submit {
	background: gray;
	border-radius: 3px;
	font-size: 20px;
	font-weight: bold;
	letter-spacing: 2px;
	height: 50px;
	margin-top: 20px;
}

form .submit:hover {
	background: #616161;
	cursor: pointer;
}

.errors p, .success p {
	padding: 15px;
}

/* End Contact Page */


.rotateimg90 {
  -webkit-transform:rotate(90deg);
  -moz-transform: rotate(90deg);
  -ms-transform: rotate(90deg);
  -o-transform: rotate(90deg);
  transform: rotate(90deg);
  width: 300px;
}

.rotateimg0 {
  -webkit-transform:rotate(0deg);
  -moz-transform: rotate(0deg);
  -ms-transform: rotate(0deg);
  -o-transform: rotate(0deg);
  transform: rotate(0deg);
  width: 300px;
}

/* Media Queries */

@media(max-width: 768px) {
	
	header #branding, header nav, #content2 {
		float: none;
		text-align: center;
		width: 100%;
	}
	
	#boxes, #boxes .box, #box3, #box4 {
		float: none;
		text-align: center;
		width: 100%;
		margin: 0px;
	}
	
	#call {
		display: block;
		margin-top: -35px;
		margin-left: 243px;
		position: absolute;
		width: 60px;
	}
	
	.Abox {
		float: none;
		text-align: center;
		width: 100%;
		margin: 20px 0px 0px 0px;
	}
	
	header #branding {
		font-size: 13px;
		margin: auto;
	}
	
	header nav {
		margin-top: 5px;
		align-content: center;
		width: 100%;
		margin-left: auto;
		margin-right: auto;
	}
	
	header nav li {
		margin: 5px;
		background-color: #9b9b9b;
		border-radius: 4px;
		padding: 5px;
	}
	
	header nav li a {
		padding: 6px;
	}
	
	header nav li:hover {
		background-color: white;
	}
	
	#boxes .box {
		border-top: 1px solid black;
	}
	
	#box3, #box4 {
		border-top: 1px solid black;
	}
	
	header {
		padding-bottom: 20px;
	}
	
	#banner {
		min-height: 400px;
		background-position: 50% 60%;
	}
	
	#content {
		margin-bottom: -20px;
	}
	
	#screenshot {
		display: none;
	}
	
	.Ex {
		display: block;
		position: absolute;
		margin-top: 250px;
		margin-left: auto;
		margin-right: auto;
	}
	
	.m-space {
		height: 300px;
	}
	
	#about-box {
		border: none;
		width: 100%;
		margin: auto;
	}
	
	#space {
		display: none;
	}
	
	#content2 h2 {
		margin-top: 150px;
	}
	
	#inner {
		width: 100%;
	}
	
	#call-contact {
		display: block;	
	}
	
	.form-control {
		width: 100%;
	}
	
	#p1 {
		width: 310px;
		margin: auto;
	}
	
	.vertical-gallery {
		margin-left: 7px;
	}
	
	nav ul li ul {
		margin-top: 30px;
	}
	
}

@media(max-width: 872px) {
	
	#img2 {
		display: none;
	}
	
	#screenshot {
		margin-left: 220px;
	}
	
	.vertical-gallery {
		margin-left: 50px;
	}
	
}








