@charset "utf-8";
/* CSS Document */


header{
	width:100%;
	height:100px;
	background-color:midnightblue;
}

#Logo{
	float:left;
}

header h1{
	color:white;
	font-size:28px;
	float:left;
	margin-top: 35px;
}

a{
	text-decoration:none;
}

#mobile-menu{
	float:right;
}

#inventory-button{
	width:200px;
	height:80px;
	background-color:midnightblue;
	padding:15px;
	text-decoration:none;
	color:white;
	box-sizing:border-box;
	font-size:30px;
}

#inventory-button:hover{
	background-color:steelblue;
}

#desktop li.highlight a{
    color:midnightblue;
} 

#desktop{
	display:inline-block;
	float:right;
	margin-top:30px;
}

#desktop a {
	display:inline-block;
    color:white;
    text-decoration:none;
    margin:0 15px;
}

#desktop ul{
	margin:0;
	padding:0;
	display:inline-block;
}

#desktop li{
	margin:0;
	padding:0;
	font-size:20px;
	display:inline-block;
}


#desktop a:hover{
	color:darkgray;
	text-decoration:underline;
}

body{
	background-color:lightgray;
	font-family:"Inter", Arial, sans-serif;
	margin:0;
	background-image: url(images/hero-image.avif);
	background-repeat:no-repeat;
	background-position: top;
}


.value-prop{
	font-size:50px;
	color:white;
	margin:50px;
	text-align:center;
}

ul {
	list-style:none;
}

h2{
	margin-top:700px;
	text-align:center;
	font-size:40px;
	font-weight:normal;
}

#services img{
	width:300px;
	height:300px;
}

#services{
	text-align:center;
}

.service-wrap{
	display:inline-block;
    vertical-align:top;
	margin:20px;
}

.services-group{
	margin:15px 50px 50px 50px;
	padding:20px;
	display:inline-block;
	width:300px;
	background-color:midnightblue;
}

.services-group p, 
.services-group h3{
	color:white;
}

#services a{
	color:midnightblue;
}

.button{
	height:30px;
	width: 80px;
	background-color:white;
	text-align:center;
	box-sizing:border-box;
	padding:5px;
}

.inter {
  font-family: "Inter", sans-serif;
  font-optical-sizing: auto;
  font-weight: 100;
  font-style: normal;
}

#social img{
	height:50px;
	width:50px;
	display:inline-block;
}

#social{
	display:inline-block;
	list-style:none;
}

#social li{
	display:inline-block;
}

#wrapper{
	width:800px;
	margin:0 auto;
}

#testimonial{
	margin-top:20px;
	background-color:midnightblue;
	text-align:center;
}

#testimonial-img{
	display:inline-block;
	vertical-align:middle;
	width:500px;
}

blockquote{
	vertical-align:middle;
	margin:0;
	color:white;
	float:right;
	display:inline-block;
	width:300px;
	font-style:italic;
	font-size:24px;
}

input{
	width:100%;
	padding:10px;
	box-sizing:border-box;
	display:block;
}

form{
	width:300px;
	margin:0 auto;
	text-align:center;
	padding:20px;
}

form h3{
	font-size:40px;
	color:black;
}

#mobile a {
	text-decoration:none;
	color:white;
	tetx-align:center;
}

#mobile ul{
	margin:0;
	padding:0;
	text-align:center;
}

#mobile li{
	margin:0;
	padding:0;
	font-size:20px;
	text-align:center;
}

#mobile li.highlight a{
	color:midnightblue;
}

footer{
	width:100%;
	height:300px;
	background-color:midnightblue;
	text-align:center;
}

footer p{
	color:white;
}

#copyright{
	text-align:center;
}