/* style.css */

nav {
  float: right;
  margin-right: 5px;
}

header nav li {
  display: inline-block;
  font-size: 16px;
}

header {
	text-align: center;
	background-image: url("plumbingtools.jpg");
	background-position: bottom;
	background-size: contain;
	padding: 5px;
}

body {
	background-image: url("background1.jpg");
	background-position: top center;
	background-attachment: fixed;
    background-repeat: no-repeat;
    background-size: cover;
    position: relative;
}

footer {
	border: solid 1px;
	border-color: black;
	width: 90%;
	margin: 5px auto;
	padding: 5px; 
}

a {
	color: darkblue;
	padding:7px;
}

h1 {
	text-shadow: 2px 2px white;
	display: inline-block;
	text-align: center;
	color: black;
	font-style: italic;
	font-size: 75px;
	margin: auto;
}

h2 {
	text-align: right;
	display: block;
	font-size: 20px;
}

h3 {
	font-size: 50px;
}

h4 {
	text-align: center;
	font-size: 35px;
	text-shadow: 5px white;
	margin-right: 120px;
	margin-left: 120px;
}

h5 {
	text-align: center;
	font-size: 25px;
	text-shadow: 4px 4px white;
}

h6 {
	text-align: center;
	text-shadow: 10px 10px white;
	color: black;
	font-style: italic;
	font-size: 75px;
}

p {
	text-align: center;
	font-style: italic;
	font-size: 20px;
}

table {
	position: center;
	background-color: #e6f3ff;
}

tr {
	text-align: center;
}

th {
	font-size: 20px;
}

button {
	font-size: 30px;
	color: #B5F3FF;
	background-color: darkslategray;
	padding: 30px;
	text-align: center;
}

form {
	display: inline-table;
	font-style: italic;
	text-align: left;
}

input[type=submit]{
	background-color: black;
	text-align: center;
	display: block;
	color: white;
	font-size: 15px;
	padding: 12px;
	border: solid 3px white;
	margin-left: 115px;
}

.heading {
	text-align: center;
	font-style: bold;
	font-size: 40px;
	text-shadow: 5 5 white;
}
.container {
	width: 75%;
	margin: 0 auto;
}

.bordered-image {
	border: solid 2px;
	border-color: black;
}

.textbox {
	text-align: center;
	font-size: 20px;
	margin-right: 125px;
	margin-left: 125px;
	padding: 10px;
	background-color: #F0F8FF;
}

.aligncenter {
	text-align: center;
}