*{margin:0; padding:0; font-family:arial;box-sizing: border-box;}

section{width:100%; float:left;}

#home{background-color:aliceblue;}
#solution{background-color:aliceblue;padding-bottom:100px;}
#product{background-color:white;padding-bottom:100px;}
#about{background-color:aliceblue;padding-bottom:100px;}
#contact{background-color:white;padding-bottom:200px;}


#navbar{width:100%;height: 100px;position:fixed; z-index:1;background-color:lightgray;}
nav{width:100%; position:fixed; z-index:1; top:80px;}

ul{width:fit-content; margin:auto; list-style:none;}

ul li{float:left; margin-right:50px;}

ul li a{color:#000; text-decoration:none;}

ul li a:hover{text-decoration:underline;}

h1{color:#000; text-align:center; margin-top:150px; margin-bottom:100px;font-size:2em;}

label, address{color:#000;}

input[type="text"],
input[type="email"],
textarea{
    color: #666;
    background: #fff;
    border:1px solid #999;
    border-radius: 3px;
    display: block;
    padding: 6px;
    width: 95%;
}
input[type="text"]:focus,
input[type="email"]:focus,
textarea:focus {
    color: #222;
    border-color: #333;
}
.formdiv{
    margin-left: 35px;
    width:40%;
    float: left;
}
#submitbutton{
    background: green;
    color: #fff;
    cursor: pointer;
    font-size: 14px;
    font-weight: 800;
    line-height: 1;
    padding: 1em 2em;
    border-radius: 5px;
}

#submitbutton:hover{
    border-color: rgba(255, 255, 255, 0.8);
    background-color: lime;
    color: #fff;
}

#map{
    margin-left: 35px;
    width:50%;
    float:left;
    height:450px;
}
.home{
	margin-top: 100px;
}

.homeimg{
	height:100%;
	width:100%;
}

.logo{
	margin-left: 100px;
}
.logoimg{
	height:100px;
}
.row:after{
	content:"";
	display:table;
	clear:both;
}
.solutioncol{
	width:32.5%;
	float:left;
	height:auto;
	margin:5px;
	background-color:aliceblue;
}
.solutionimg{
	display: block;
	margin-left: auto;
	margin-right: auto;
	width: 153px;
	height: 115px;
}
h2{color:#000; text-align:center;margin-top:20px; margin-bottom:30px;}

.about{
	text-align:center;
	margin-left: 100px;
	margin-right: 100px;
	margin-bottom:20px;
}
.productcol{
	width:32.5%;
	float:left;
	height:auto;
	margin:5px;
	background-color:white;
}
.productimg{
	display: block;
	margin-left: auto;
	margin-right: auto;
	width: 400px;
	height: 225px;

}