* {
	font-family: "Segoe UI", Tahoma, Geneva, Verdana, sans-serif;
	color: #02baf0;
}

#block {
	background-color: #000000e8;
	padding-left: 2%;
	padding-right: 2%;
	border-radius: 15px;
}

#headerImg {
	width: 100px;
	display: inline-block;
	margin: 3% 5%;
	position: absolute;
}

#headerSocial {
	width: 25px;
	float: right;
	margin-top: 3%;
	margin-right: 5%;
}

body {
	background-color: #000000e8;
	background-image: url("/images/laggon.jpg");
	margin-left: 10%;
	margin-right: 10%;
	background-position: center;
	background-repeat: no-repeat;
	background-attachment: fixed;
	background-size: cover;
	height: 100%;
}

h1 {
	color: #ffffff;
	font-size: 36px;
	font-weight: 300;
}

h2 {
	color: #ffffff;
}

hr {
	height: 1px;
	width: 60%;
}

p {
	font-size: 16px;
}

button {
	color: #000000;
	border-color: #ffffff;
	background-color: #02baf0;
	border-radius: 25px;
	font-weight: 500;
	font-size: 16px;
	margin-top: 5%;
	padding: 1% 2% 1% 2%;
}

lottie-player {
	margin: 0 auto;
}

header h1,
header h2,
header h3,
header h4,
header h5,
header h6 {
	margin-top: 1%;
	margin-bottom: 1%;
}

header h1 {
	text-align: center;
	color: #ffffff;
	font-size: 65px;
	font-family: "Times New Roman", Times, serif;
	padding-left: 6%;
}

header h2 {
	text-align: center;
	color: #02baf0;
	font-size: 29px;
	font-weight: 300;
}

footer h1 {
	text-align: center;
	color: #ffffff;
	font-size: 18px;
	font-family: "Times New Roman", Times, serif;
	margin-top: 1%;
	margin-bottom: 0;
}

footer h2 {
	text-align: center;
	color: #02baf0;
	font-size: 14px;
	font-weight: 300;
	margin-top: 0;
}

#navigation {
	background-color: #181a1b80;
	overflow: hidden;
	width: 100%;
	text-align: center;
	margin-left: 0;
	margin-right: 0;
	border-radius: 5px;
}

#navigation a {
	color: #ffffffe1;
	font-size: 20px;
	padding: 14px 16px;
	text-decoration: none;
	display: inline-block;
}

#navigation a:hover {
	color: #1fa7d1;
	font-weight: bold;
}
#navActive {
	font-weight: bold;
}

#footer {
	text-decoration: none;
	width: 100%;
	margin-top: 3%;
	margin-bottom: 1%;
	padding-bottom: 2%;
}

#indexWrapper {
	margin: auto;
	min-height: 880px;
}

#indexLeft {
	width: 65%;
	float: left;
}

#indexInstagramFeed {
	margin-left: 65%;
	padding-top: 4%;
}

#photographyEquipment {
	display: flex;
	/* max-width: fit-content; */
	margin: auto;
	padding-bottom: 3%;
	padding-top: 2%;
	flex-wrap: wrap;
	position: relative;
}

#photographyEquipment ul {
	font-weight: 300;
	font-size: 16px;
}

#photographyEquipment a {
	text-decoration: none;
}
#photographyEquipment p {
	color: #ffffff;
	font-weight: 500;
}

#ebayFeeOutput {
	color: #ffffff;
	text-decoration: underline;
	text-decoration-color: #02baf0;
	font-size: 20px;
}

#table {
	flex: 1 0;
	width: 50%;
}

#fuelTripResults {
	display: none;
}

#evTripResults {
	display: none;
}

#chargeResults {
	display: none;
}

#mpgResults2 {
	display: none;
}
#tool {
	display: flex;
	text-align: center;
	padding: 3% 3% 3% 3%;
	width: 70%;
	margin: auto;
	position: relative;
}

.tableResults {
	padding: 3% 3% 3% 3%;
	width: 25%;
	margin: auto;
	position: relative;
}

.errorMessage {
	font-size: 20px;
	text-align: center;
	color: red;
	margin-bottom: 1%;
	font-weight: 500;
	padding-right: 2%;
	padding-left: 2%;
}

.flex50 {
	flex: 1 0 50%;
}

.flex {
	flex: 1 0 33%;
}

.inputs {
	color: #000000;
	border-color: #02baf0;
	background-color: #ffffff;
	border-radius: 25px;
	font-size: 18px;
	margin-top: 1%;
	margin-bottom: 1%;
	padding-left: 6%;
}

.inputs[type="text"] {
	box-sizing: border-box;
	padding: 10px;
}

.inputs::placeholder {
	color: #888888;
	/* font-style: italic; */
}

.inputsCurrency {
	color: #000000;
	font-weight: bold;
	font-size: 18px;
	position: absolute;
	margin-left: 0.65%;
	margin-top: 0.65%;
}

.message {
	font-size: 20px;
	text-align: left;
	margin-bottom: 1%;
	font-weight: 400;
	padding-right: 2%;
	padding-left: 2%;
}

.photographyInstagramFeed {
	padding-top: 1%;
}
.results {
	color: #ffffff;
	text-decoration-color: #02baf0;
	font-size: 20px;
}
.results td {
	color: #ffffff;
	text-decoration-color: #02baf0;
	font-size: 20px;
}

.tableResultRow {
	color: #ffffff;
	text-align: right;
	font-weight: bold;
}

@media screen and (max-width: 1000px) {
	.tableResults {
		flex-wrap: wrap;
		width: 50%;
	}
	#tool {
		flex-wrap: wrap;
	}
	.inputsCurrency {
		margin-top: 6px;
		margin-left: 6px;
	}
	.flex50 {
		flex-basis: 100%;
	}
	#headerImg {
		display: none;
	}
	#headerSocial {
		display: none;
	}
	header h1 {
		padding-left: 0%;
	}
}
