body {
	padding: 0px; 
	margin: 0px;
	background-color: #F3F6F7;
	font-family: 'Montserrat', sans-serif;
	
}
#navigation {
	background-color: white;
	width: 100%; 
	height: 482px; 
}

#navbar {
	background-color: white; 
	width: 1100px; 
	height: 50px; 
	
	position: fixed; 
	top: 5px;
	left: 50%;
margin-left: -550px;
}

#navbar li{
	list-style-type: none;
	
}

a:link {
  text-decoration: none;
  	color: #2C3D4F; 
}

a:visited {
  text-decoration: none;
   	color: #2C3D4F;
}



#navbar li:hover {

	color: black; 
	
}

#line {
	background-color: #0066A4; 
	width: 100%; 
	height: 5px; 
	position: fixed; 
	top: 0px;
}

#topbar {
	background-color: white; 
	width: 100%; 
	height: 90px; 
	  border-bottom: 1px solid #eee;
	
	position: fixed; 
	top: 5px;
}

#quote {
	background-color: #0066A4; 
	width: 100%; 
	height: 83px; 
	margin-top: -13px;
box-shadow: 3px 0px 0px 0px rgba(0,0,0,0.10);
}


#quote h1 {
	font-weight: normal; 
	padding-top: 25px;
	font-size: 22px;
	color: white; 
}


#container {
	width: 1020px; 
	margin: 40px auto;
	
}

.product {
	width: 200px;
	height: 200px; 	
	background-color: white; 
	float: left; 
	margin: 3px; 
	 border-style: solid;
  border-color: #EEEEEE;
  border-width: 1px;
  border-radius: 3px;
  
}

.product:hover {
	
	background-color: #0066A4; 
	color: white;
	box-shadow: 3px 3px 3px 3px rgba(0,0,0,0.05); 
}
.product-item {
	
	height: 85px; 
}

.product-img {
	
	height: 70px;
  width: 70px;
  background-color: #0066A4;
  border-radius: 50%;
  margin-top: 20px; 
}

.product-desc {
	font-size: 12px; 
	color: #A1B1BB; 
	padding: 10px; 
}

#product-container {
	
	width: 1100px; 
	height: 250px;
	
}

h2 {
	
	padding-top: 25px;
	font-size: 22px;
	color: #2C3D4F; 
}

h3 {
	font-weight: normal; 
	padding-top: 5px;
	font-size: 13px;
	color: #657F8C; 
}

#desc li {
	
	color: #657F8C; 
	font-size: 14px;
	margin-top: 5px; 	
	
}

#desc button {
	background-color: white; 
	
color: #33495D; 
font-size: 14px;
margin-top: 20px; 	
  border-style: solid;
  border-color: #E5E5E5;
  border-width: 1px;
  border-radius: 5px; 
  padding: 15px; 
 
}
#container button {
	background-color: white; 
	
color: #33495D; 
font-size: 14px;
margin-top: 20px; 	
  border-style: solid;
  border-color: #E5E5E5;
  border-width: 1px;
  border-radius: 5px; 
  padding: 15px; 
 
}
html {
  scroll-behavior: smooth;
}
#box-left {
	
	background-color: white;
	box-shadow: 3px 3px 3px 3px rgba(0,0,0,0.02); 
	width: 550px; 
	height: 160px; 
	padding-top: 10px;  
	padding-left: 25px; 
	padding-right: 25px; 
	padding-bottom: 35px; 
	display:inline-block;
	border-radius: 3px; 
}

#box-left:hover {
	
	background-color: white;
	box-shadow: 3px 3px 3px 3px rgba(0,0,0,0.05); 
	width: 550px; 
	height: 160px; 
	padding-top: 10px;  
	padding-left: 25px; 
	padding-right: 25px; 
	padding-bottom: 35px; 
	display:inline-block;
	border-radius: 3px; 
}

#box-right {
	
	background-color: white; 
	box-shadow: 3px 3px 3px 3px rgba(0,0,0,0.02); 
	width: 550px; 
	height: 160px; 
	padding-top: 10px;  
	padding-left: 25px; 
	margin-left: 20px; 
	padding-right: 25px; 
	padding-bottom: 35px; 
	display:inline-block;
	border-radius: 3px; 
}

#box-right:hover  {
	
	background-color: white; 
	box-shadow: 3px 3px 3px 3px rgba(0,0,0,0.05); 
	width: 550px; 
	height: 160px; 
	padding-top: 10px;  
	padding-left: 25px; 
	margin-left: 20px; 
	padding-right: 25px; 
	padding-bottom: 35px; 
	display:inline-block;
	border-radius: 3px; 
}

.arrow {
  border: solid black;
  border-width: 0 1px 1px 0;
  display: inline-block;
  padding: 3px;
  margin-left: 5px;
margin-bottom: 3px;
}

.right {
  transform: rotate(-45deg);
  -webkit-transform: rotate(-45deg);
}

.left {
  transform: rotate(135deg);
  -webkit-transform: rotate(135deg);
}

.up {
  transform: rotate(-135deg);
  -webkit-transform: rotate(-135deg);
}

.down {
  transform: rotate(45deg);
  -webkit-transform: rotate(45deg);
}

.collapsible {
  background-color: #777;
  color: white;
  cursor: pointer;
  padding: 18px;
  width: 100%;
  border: none;
  text-align: left;
  outline: none;
  font-size: 15px;
}

.active, .collapsible:hover {
  background-color: #555;
}

.content {
  padding: 0 18px;
  margin-top: 10px;
  border-radius: 5px;
  display: none;
  overflow: hidden;
  background-color: #f1f1f1;
}


