body{ 
	background: #8bceec;
	width: full;

	height: full;
}

.lato-thin {
  font-family: Lato, sans-serif;
  font-weight: 100;
  font-style: normal;
}

.lato-light {
  font-family: Lato, sans-serif;
  font-weight: 300;
  font-style: normal;
}

.lato-regular {
  font-family: Lato, sans-serif;
  font-weight: 400;
  font-style: normal;
}

.lato-bold {
  font-family: "Lato", sans-serif;
  font-weight: 700;
  font-style: normal;
}

.lato-black {
  font-family: "Lato", sans-serif;
  font-weight: 900;
  font-style: normal;
}

.lato-thin-italic {
  font-family: "Lato", sans-serif;
  font-weight: 100;
  font-style: italic;
}

.lato-light-italic {
  font-family: "Lato", sans-serif;
  font-weight: 300;
  font-style: italic;
}

.lato-regular-italic {
  font-family: Lato, sans-serif;
  font-weight: 400;
  font-style: italic;
}

.lato-bold-italic {
  font-family: Lato, sans-serif;
  font-weight: 700;
  font-style: italic;
}

.lato-black-italic {
  font-family: Lato, sans-serif;
  font-weight: 900;
  font-style: italic;
}


.hanken-grotesk-headerfont {
  font-family: Hanken, sans-serif;
  font-optical-sizing: auto;
  font-weight: 900;
  font-style: normal;
}


.roboto-roboto {
  font-family: Roboto, sans-serif;
  font-optical-sizing: auto;
  font-weight: <weight>;
  font-style: normal;
  
}


#header{
	position: sticky;
	height: 83px;
	width: full;
	top: 0;
	left: 0;
	right: 0;
	background: #8beec;
}

.logodiv{
	float: left;
}

#mainlogo{
	height: 80px;
	width:80px;
}

.herosection{

	width: 100%;
	height: 430px;
float: left;

}

.somlinks{
  width: full;
  height: 200px;
  float: right;

}

.herotitle{
  padding-left: 25px;
  width: 65%;
font-family: Lato;
	font-style: lato-bld;
	float: left;
	font-size: 38px;


}

.workspace{
height: 300px;
width: 100%;
}


.servlist{
  padding-left: 25px;
  float: left;
  font-family: Lato;
  font-style: lato-regular;
  width: 65%;
}

.fa {
  padding: 25px;
  width: 30px;
  text-align: center;
  text-decoration: none;
}


/* Set a specific color for each brand */

/* Facebook */
.fa-facebook {
  background: #152137;
  color: white
}

/* LinkedIn */
.fa-linkedin {
  background: #152137;
  color: white;
}

/* Instagram */
.fa-instagram {
  background: #152137;
  color: white;
}

ul {
  list-style-type: none;
  float: right;
  margin: 0;
  padding: 0;
}


.fa-envelope-o{
   display: block;
  color: white;
  padding: 14px 16px;
  background-color: #152137;
  
}

.fa-whatsapp{
   display: block;
  color: white;
  padding: 14px 16px;
  background-color: #152137;
  
}


.fa:hover {
  opacity: 0.7;
  background: white;
  color: #152137;
}


ul li a {
  margin-left: 10px;
  display: block;
  color: white;
  text-align: center;
  padding: 14px;
  text-decoration: none;
}
.rightpanel{
  float: right;
  height: 470px;
  width: 30%;
}
.tagline{
  margin-right: 10px;
  text-align: right;
  font-family: Lato;
  font-size: 40px;
  color: white;
  width: full;
  height: 200px;
}

.companydetails{
  float: right;
  text-align: right;
  font-family: Lato;
  font-size: 25px;
  color: white;
  width: 100%;
  height: 200px;
}