#contact-header{
	background-color:darkorange;
	color:white;
	}
#contact-header a{
		color:white;
	}
.navilinks:hover{
	background-color:darkorange;
	border-radius:10px;
}
.navilinks a{
	color:white !important;
}
.linkact{
	background-color:darkorange;
	border-radius:10px;
}
.dropstyle{
	background-color:#333333;
}
.dropstyle a:hover{
	background-color:darkorange;
}
.dropdown:hover> .dropdown-menu{
	display:block;
}
#mainHeader{
	height:500px;
	background-size:auto;
	background-repeat:no-repeat;
	background-position:fixed;
}
.d-block{
	height:500px;
	
	
}
#pageHeader{
	height:150px;
	background-color:#c9c9c9;
	background-size:100% 100%;
	background-repeat:no-repeat;
	background-position:cover;
}
#pageHeader h1{
	color:white;
	text-align:center;
	width:100%;
	margin-top:50px;
}
#pageHeader button{
	width:100px;
	height:40px;
	margin:auto;
	display:block;
	background-color:rgba(0,0,0,0);
	border:1px solid white;
	color:white;
	border-radius:15px;
	font-size:18px;
	margin-top:20px;
	
}
#pageHeader button:hover{
	background-color:black;
	border-style:none;
	
}
#mainHeader h1{
	color:white;
	text-align:center;
	width:100%;
	margin-top:0px;
}
#mainHeader button{
	width:100px;
	height:40px;
	margin:auto;
	display:block;
	background-color:rgba(0,0,0,0);
	border:1px solid white;
	color:white;
	border-radius:15px;
	font-size:18px;
	margin-top:20px;
	
}
#mainHeader button:hover{
	background-color:black;
	border-style:none;
	
}
#aboutSection1{
	padding-top:60px;
	padding-bottom:20px;
	background-color:#ebebeb;
	background-position:fixed;
	
}
#aboutSection2{
	padding-top:20px;
	padding-bottom:20px;
	background-color:#c9c9c9;
}
.sectionHeading{
	width:100%;
	text-align:center;
	 margin-top:40px;
	 margin-bottom:0px;
}
.hrSection1{
	width:50px;
	border:1px solid;
	padding:0px;
	margin-bottom:0px;
}
.hrSection2{
	width: 50 px;
	border:0px solid;
	padding:0px;
	margin-bottom:0px;
}

footer{
	height:40px;
	background-color:darkorange;
}

/* Style inputs with type="text", select elements and textareas */
input[type=text], select, textarea {
  width: 100%; /* Full width */
  padding: 12px; /* Some padding */  
  border: 1px solid #ccc; /* Gray border */
  border-radius: 4px; /* Rounded borders */
  box-sizing: border-box; /* Make sure that padding and width stays in place */
  margin-top: 6px; /* Add a top margin */
  margin-bottom: 16px; /* Bottom margin */
  resize: vertical /* Allow the user to vertically resize the textarea (not horizontally) */
}

/* Style the submit button with a specific background color etc */
input[type=submit] {
  background-color: #4CAF50;
  color: white;
  padding: 12px 20px;
  border: none;
  border-radius: 4px;
  cursor: pointer;
}

/* When moving the mouse over the submit button, add a darker green color */
input[type=submit]:hover {
  background-color: #45a049;
}

/* Add a background color and some padding around the form */
#contact{
  border-radius: 5px;
  background-color:#c9c9c9;
  padding: 20px;
}