* {
	margin: 0; padding: 0; border: 0; box-sizing: border-box;
}

@import url('https://fonts.googleapis.com/css?family=Roboto|Roboto+Mono&display=swap');

html {
	font-size: 15px;
	--font-reg: 'Roboto', sans-serif;
	--font-code: 'Roboto Mono', monospace;
}
#modalclose {
	position: absolute; top:5px ;right:0px; background-color:  rgb(102, 93, 93);
	border:0; color: red; height: 10 px; width: 15px; text-align: center; cursor: pointer;
}
#modalclose1 {
	position: absolute; top:5px ;right:0px; background-color:  rgb(102, 93, 93);
	border: 0px; color: red;  height: 10 px; width: 15px; text-align: center; cursor: pointer;
}
#snowremovalmodal {
	width: 1000px; height: 300px;
	background-color: rgb(102, 93, 93);
	color:rgb(255, 255, 255);
	position: absolute;
	top:400px;
	border-radius: 1px;
	display: none;
	
}
#deicemodal {
	width: 1000px; height: 300px;
	background-color: rgba(102, 93, 93, 1);
	color:rgb(255, 255, 255);
	position: absolute;
	top:400px;
	border-radius: 1px;
	display: none;
	
}
body {
	font-family: var(--font-reg);
	color: #fff4f4;
}

.container {
	background-color: #41403e;
	width: 1000px; margin: 0px auto;
}

header {
	background-color: #040b0c;
	height: 140px;
}
#back {
	border-style: solid;background-color:  skyblue; color: midnightblue; padding: 6px; cursor: pointer;
}

h1 span {
	color: #e2e7ec;
}

nav {
	background-color: #555553;
	height: 70px;
	position: relative; top: 150px;
	z-index: 10;
}

nav ul {
	list-style-type: none;
	display: flex; flex-flow: row nowrap;
	justify-content: space-around;
}
#snowremovalestimatebutton {
	color: black; border: cadetblue;position: relative ; left: 5px; padding: 5px;
}
#deiceestimatebutton {
	color: black; border: cadetblue;position: relative ; left: 5px; padding: 5px;
}

nav li {
	flex: 1 0 auto;
	text-align: center;
	height: 70px;
}

nav a {
	display: block;
	width: 100%; height: 100%;
	padding: 25px 5px;
	text-decoration: none;
	text-transform: uppercase;
	color: #f5e5e5;
	transition: background-color 300ms linear;
}

nav a:hover {
	background-color: #c3c3ce;
}

#pg0 #linkhome, #pg1 #links1, #pg2 #links2, #pg3 #links3, #pg4 #links4,
#pg5 #links5 {
	background-color: #c9c2c4; color: #1a1916;
	border-bottom: 4px solid #FF5;
	font-weight: bold;
}

main {
	background-color: hsl(210, 11%, 7%);
	color: rgb(212, 212, 207);
	min-height: 100vh;
	margin-bottom: 3em;
	font-family: var(--font-code);
	padding: 1em;
	overflow: hidden;
}

h2 {
	margin-bottom: 1em;
}

p {
	margin-bottom: .5em;
}

.directions strong {
	color: rgb(153, 119, 57);
}

/* form/script element styles */


td {
	vertical-align: middle;
}


option:first-child {
	color: #999;
}

label {
	font-size: 1.2rem; padding-right: .8em;
}

textarea {
	min-width: 30ch; min-height: 100px; font-size: 1.2em;
	padding: 4px;
}

aside a {
	color: #EEE;
}