/* Basic CSS resets -- leveling slight inconsistencies in browsers */
html, body {
	margin:0px;
	padding:0px;
}

html, body#abtBod {
	
}


/*html, body#homeBod {
	height: 100%;
}*/

.engagement-regular {
  font-family: "Engagement", cursive;
  font-weight: 400;
  font-style: normal;
}


html {
		/* Standard text-settings below */
	font-size: 1em;
    line-height: 1.4em;
	color: #ffffff;
}



/* Mobile First CSS: we'll design for phone sizes first, then add media queries for larger screens later */

body {
	background: rgb(0,152,136);
	background: linear-gradient(rgba(15,55,164,1) 20%, rgba(0,152,136,1) 100%);
}

#container {
	margin:auto;
}

#homeLogo {
	margin: auto;
	padding: 10px;
	max-width: 500px;
}

#otherPages, #resPage, #carPage {
	margin: auto;
	padding: 10px;
	max-width: 500px;
	padding-top: 100px;
}

h1 {
	color: rgba(0,0,0,0);
	text-shadow:0px 8px #ffffff, 1px 10px #777777;
	background: rgb(177,181,184);
	font-size: 2.5em;
	width:100%;
	height: 1.1em;
	top: 10px;
	border-top-left-radius: 0.25em;
	border-top-right-radius: 0.25em;
	border-bottom-left-radius: 0.25em;
	border-bottom-right-radius: 0.25em;
	text-align:center;
	position:fixed;
	
}

h1#deskNavHome {
	
	left: 1000px;
	text-align:center;
	position:fixed;
	background: rgba(0,0,0,0);
	
}


h1#deskNavAbt {
	
	left: 1000px;
	text-align:center;
	position:fixed;
	background: rgba(0,0,0,0);
	
}

h1#deskNavRes {

	left: 1000px;
	text-align:center;
	position:fixed;
	background: rgba(0,0,0,0);
	
}

h1#deskNavCar {
	left: 1000px;
	text-align:center;
	position:fixed;
	background: rgba(0,0,0,0);

}
h1#deskNavStore {
	left: 1000px;
	text-align:center;
	position:fixed;
	background: rgba(0,0,0,0);
	
}


#NavMenue {
	background: rgb(8,93,157);
	width: 45px;
	height: 35px;
	top: 40px;
	left: 10px;
	position:fixed;
}

#navigationMenue {
	background: rgba(8,93,157,0.8);
	margin: left;
	padding: 10px;
	max-width: 500px;
	position: fixed;
	top: 40px;
	line-height: 4em;
}

input {
	width: 70%;
	height: 30px;
	/*padding: 10px;*/
}

figure img {
	width: 100%;
	padding-top: 90px;

}

#logo {
	width: 40px;
	padding-top: 0px;
	position: absolute;
	right: -20px;
	top: -68px;
	position:fixed;
}

h2 {
	color: rgba(0,0,0,1);
	background: rgb(177,181,184);
	width:100%;
	border-top-left-radius: 0.25em;
	border-top-right-radius: 0.25em;
	border-bottom-left-radius: 0.25em;
	border-bottom-right-radius: 0.25em;
	text-align:center;
}

h3 {
	color: rgba(0,0,0,1);
	background: rgb(177,181,184);
	width:100%;
	text-align:center;
	border:2px solid black;
	
}

nav ul {
	list-style: none;
	padding-left: 0px;
}

nav h3 {
	display: block;
}

h4 {
	color: rgba(0,0,0,1);
	background: rgb(177,181,184);
	width:100%;
	font-size: 2em;
	height: 2em;
	line-height: 2em;
	
}

#SD {
	margin: auto;
	padding: 0px;
	max-width: 450px;
}

#gas {
	margin: auto;
	padding: 0px;
	max-width: 350px;
}

#feat1 {
	max-width: 100px;
	float: left;
	padding-top: -50px;
}

#feat2 {
	max-width: 100px;
	float: right;
	padding-top: -50px;
}

section#reserves {
	padding-top:300px;
}

p#costs {
	max-width: 300px;
	left: 30%;
	bottom: 200px;
	position:absolute;
}

p#plan {
	max-width: 350px;
	left: 30%;
	bottom: 170px;
	position:absolute;
}

p#call {
	max-width: 350px;
	left: 30%;
	bottom: 70px;
	position:absolute;
}

p#welcome {
	margin: auto;
	padding: 10px;
	max-width: 500px;

}

h1#title {
	top: -1000px;
}

#gasDesk, #SDDesk {
	max-width: 0px;
}

#fDesk {
	color: rgba(0,0,0,0);
}


/* ========================================
MEDIA QUERIES!
You can adjust the min-width numbers below, and add as many new media queries as you need.
======================================== */



/* Minimum width for laptops. */
@media all and (min-width: 769px) {
	
/*h4 {
	color: white;
}*/
	
	
} /* closes 769px+ */




/* Minimum width for desktop screens. */
@media all and (min-width: 1024px) {
	
#homeLogo {
	padding: 5px;
	max-width: 450px;
}

#otherPages {
	max-width: 800px;
}

#resPage {
	float: left;
	max-width: 700px;
	padding-top: 50px;
	padding-left: 10px;
}

#resArt {
	float: right;
	max-width: 30%;
}

#carPage {
	max-width: 1200px;
}

h1 {
	margin: auto;
	color: rgba(0,0,0,0);
	line-height: 1.2em;
	font-size: 2em;
	top: 0px;
	text-shadow:0px 0px rgba(0,0,0,0),  1px 2px rgba(0,0,0,0);
}

h2 {
	max-width: 500px;
	margin: auto;
	height: 1.8em;
	line-height: 1.8em;
}

ul {

}

#logo {
	width: 35px;
	padding-top: 0px;
	left: -30px;
	top: -105px;
}

#NavMenue {
	left: -200px;
}



p#welcome {
	padding-top: 0px;
	max-width: 700px;
	margin: auto;
}

h1#deskNav {
	margin:auto;
	color: white;
	font-size: 1.5em;
	height: 1em;
	left: 100px;
	text-align:center;
	position:fixed;
	background: rgba(0,0,0,0);
	
}

h1#deskNavHome {
	margin:auto;
	color: white;
	font-size: 1.5em;
	height: 1em;
	width: 10%;
	left: 45%;
	text-align:center;
	position:fixed;
	background: rgba(0,0,0,0);

}

h1#deskNavAbt {
	margin:auto;
	color: white;
	font-size: 1.5em;
	height: 1em;
	width: 10%;
	left: 55%;
	text-align:center;
	position:fixed;
	background: rgba(0,0,0,0);
	
}

h1#deskNavRes {
	margin:auto;
	color: white;
	font-size: 1.5em;
	height: 1em;
	width: 10%;
	left: 67%;
	text-align:center;
	position:fixed;
	background: rgba(0,0,0,0);
	
}

h1#deskNavCar {
	margin:auto;
	color: white;
	font-size: 1.5em;
	height: 1em;
	width: 10%;
	left: 80%;
	text-align:center;
	position:fixed;
	background: rgba(0,0,0,0);
	
}

h1#deskNavStore {
	margin:auto;
	color: white;
	font-size: 1.5em;
	height: 1em;
	width: 10%;
	left: 90%;
	text-align:center;
	position:fixed;
	background: rgba(0,0,0,0);
	
}

h1#title {
	color: white;
	font-family: "Engagement", cursive;
	left: -40%;
	top: 0px;
	text-shadow: 1px 2px #777777;
	background: rgba(0,0,0,0);
}

audio {
	margin: auto;
	margin-top: 20px;
}
#SD, #gas {
	max-width: 0px;
}

#gasH {
	margin-top: 80px;
}

#gasDesk, #SDDesk {
	max-width: 100%;
}


#gasDesk {
	margin-top: 400px;
}

#fDesk {
	color: #ffffff;
}

#fMob {
	color: rgba(0,0,0,0);
}


h3 {
	max-width: 500px;
	margin-right: 20px;
	
}

nav ul {
	padding: 1em;	
	/*border:1px solid red;*/
	display: flex;
	flex-wrap: wrap;
	margin: auto;
	width: 1100px;
}

nav li {
	flex: 0 0 500px;
	width: 400px;
}


#feat1 {
	max-width: 200px;
	margin-top: -20px;
	
}

#feat2 {
	max-width: 200px;
	margin-top: -20px;
	
}

#reserves {
	margin-top: 20px;
}

h4 {
	padding-left: 10px;
}

p#costs {
	left:35%;
	bottom: 225px;
}

p#plan {
	left:35%;
	bottom: 205px;
}

p#call {
	left:35%;
	max-width: 500px;
	bottom: 110px;
}



	
} /* closes 1024px+ */



