html, body, div, span, applet, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, em, img, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var,
b, u, i, center,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td,
article, aside, canvas, details, embed, 
figure, figcaption, footer, header, hgroup, 
menu, nav, output, ruby, section, summary,
time, mark, audio, video {
	margin: 0;
	padding: 0;
	border: 0;
	font-size: 100%;
	font: inherit;
	vertical-align: baseline;
}
/* HTML5 display-role reset for older browsers */
article, aside, details, figcaption, figure, 
footer, header, hgroup, menu, nav, section {
	display: block;
}
body {
	line-height: 1;
}
ol, ul {
	list-style: none;
}
blockquote, q {
	quotes: none;
}
blockquote:before, blockquote:after,
q:before, q:after {
	content: '';
	content: none;
}
table {
	border-collapse: collapse;
	border-spacing: 0;
}

body{
    font-family: "Quicksand", sans-serif;
    background-color:rgb(250, 246, 238);
}

header{
    position:absolute;
    z-index:1;
    display:flex;
    width:100%;
    align-items:center;
}

#headernav a{
    color:white;
    font-size:40px;
    margin:0px 40px;
	text-underline-offset:6px;
    text-decoration:underline;
	text-decoration-thickness:1px;
    color:white;
	text-decoration:none;
	color:white;
	display:inline-block;
	position:relative;
	padding-bottom:4px;
	font-weight:500;
}

#headernav a:after{
	content: '';
	position: absolute;
	width: 100%;
	transform: scaleX(0);
	height: 2px;
	bottom: 0;
	left: 0;
	background-color: #ffffff;
	transform-origin: bottom right;
	transition: transform 0.25s ease-out;
}

#headernav a:hover:after{
	transform: scaleX(1);
	transform-origin: bottom left;
}

#headernav a:hover{
	color:rgb(211, 211, 211);
	transition:0.25s;
}

.headerlink:hover{
    color:black;
}

#headernav{
    margin-left:auto;
    text-align:center;
    margin-right:100px;
}

#companyname{
    color:white;
    font-size:40px;
    margin-left:10px;

}

#logoHeader{
    width:7%;
    padding:10px 0px 0px 10px;
}

#astoria{
    width:100%;
    filter:brightness(0.6);
    object-fit: cover;
	max-height:700px;
    z-index:0;
    position:absolute;
}

#northwestgas{
	width:100%;
    filter:brightness(0.6);
    object-fit: cover;
	max-height:300px;
    z-index:0;
    position:absolute;
}

#overimg{
    z-index:1;
    margin-top:300px;
    height:700px;
    width:100%;
    text-align:center;
    font-weight:bold;
    color:white;
    font-size:50px;
    position:absolute;
}

#herobutton{
    margin-top:90px;
    padding:15px 70px;
    font-size:25px;
    font-family: "Quicksand", sans-serif;
	background-color: #e17218;
    color:white;
    font-weight:bold;
    border:solid white 2px;
    transition:.2s;
}

#herobutton:hover{
	background-color:#d4a177;
	cursor: pointer;
}

#homeabout{
    margin-top:700px;
    position:absolute;
    text-align:center;
    width:100%;
}

#homeabout h3{
    margin-top:20px;
    font-size:60px;
    font-weight:500;
}

#homeabout hr{
    margin-top:20px;
    height:5px;
    border:none;
    background-color:black;
    width:20%;
}

#homeabout p{
    font-size:25px;
    margin:20px 200px 0px 200px;
    line-height:30px;
}

#abouthistory {
    margin-top:320px;
    position:absolute;
    max-width:100%;
    padding-left: 50px;
    margin-left: 65px;
    margin-right: 85px;
}

#abouthistory h3 {
    font-size: 60px;
    font-weight: 500;
    padding: 10px 0;
    margin-bottom: 5px;
}

#abouthistory ul {
    list-style: disc;
    font-size: 25px;
    line-height: 50px;
}

#abouthistory ol {
    list-style: decimal;
    font-size: 25px;
    line-height: 40px;
}

#ownerabsolute {
    position: absolute;
    max-height: 200px;
    max-width: 200px;
    bottom: 35px;
    right: -15px;
}

#newsbox {
    display: flex;
    justify-content:space-between ;
    flex-wrap: wrap;
    flex-direction: row;
    align-content: flex-start;
}

#newsbox div {
    border: 3px #000000 solid;
    padding: 10px 15px;
    max-width: 35%;
    margin: 5px;
    font-size: 25px;
}

#transport{
    margin-top:40px;
    width:60%;
    max-height:400px;
    object-fit: cover;
}

footer{
    background-color:rgb(68, 68, 68);
    color:white;
    padding:30px 0px;
    margin-top:20px;
    font-size:25px;
    border-top:solid black 7px;
}

#aboutfooter {
    margin-top: 2100px;
    width: 100%;
    position: absolute;
}

#header2{
    background-color:rgb(68, 68, 68);
}

#contacth2{
    margin-top:135px;
    position:fixed;
    width:100%;
    font-size:70px;
    font-weight:600;
}

#contactdiv{
    width:100%;
    text-align:center;
}

form label{
    font-size:30px;
}

form textarea,input{
    margin-bottom:20px;
    padding:8px 70px;
    text-align:center;
    font-size:15px;
    border-radius:5px;
    font-family: "Quicksand", sans-serif;
}

#address{
    display:none;
}