/* Place your CSS styles in this file */

body{
	 background-color: #ffffff;
	 }
	*{
	box-zising: box-border;
	}
	
	header{
	text-align: center;
	background-color: #5d5553;
	padding: 20px;
	color: #ffffff;
	font-family: Helvetica;
	
	}
	.logo{
	width: 100px;
	position: absolute;
	left: 20px;
	top: 5px;	
}	

	ul{
	list-style-type: none;
	margin: 0;
	padding: 0;
	overflow: hidden;
	width: 100%;
	background-color: black;
	}
	
	li{
	float: left;
	}
	
	li a{
	display: block;
	color: white;
	padding:  14px 18px;
	text-align: center;
	text-decoration: none;
	font-size: 16px;
	border: 1px solid #ddd;
	width: 65px;
	}
	
	li a:hover{
	background-color: #5d5553;
	color: orange;
	}
	
	.container {
  position: relative;
  width: 100%;
  max-width:;
}

.container img {
  width: 100%;
  height: auto;
}
.whatap{
	overflow: hidden;
	float:left;
	position:fixed;
	bottom: 0;
    width: 45%;
	left:0;
	padding: 14px 16px;
}
.whatap img{
	position:relative;
	float: left;
    display: block;
}
.container .btn {
  position: absolute;
  top: 105%;
  left: 50%;
  transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  background-color: black;
  color: white;
  font-size: 16px;
  padding: 12px 24px;
  border: solid 3px orange;
  cursor: pointer;
  border-radius: 25px;
  text-align: center;
}

.container .btn:hover {
  background-color: #555;
}

	
		
	}
	/* Just for the Look  */
/* body {
	background: white;
	color: black;
	font-family: "Roboto", sans-serif;
	font-size: 40px;
} */
/* Wrapper to Center the Typewriter */
.wrapper {
	width: 100vw;
	height: 100vh;
	display: flex;
	justify-content: center;
	align-items: center;
	position: relative;
	z-index: 6;
	
	
}

.centeredBox {
	width: 100%;
	text-align:center;
	font-size: 25px;
	position: absolute;
	
}

/* The Typewriter */

#typewriter  {
	
}

.cursor {
	border-left: 4px solid white;
}
h1{
text-align: Center;	
}
	
img {
  display: block;
  margin-left: auto;
  margin-right: auto;
}
.text{
	width: 400px;
	background-color: #5d5553;
	color:white;
	margin:10px;
	padding: 5px 15px 5px 15px;
	display: block;
  margin-left: auto;
  margin-right: auto;
}

.fa {
  padding: 15px;
  font-size: 12px;
  width: 10px;
  text-align: center;
  text-decoration: none;
  margin: 5px 2px;
  border-radius:;
} 

.fa:hover {
    opacity: 0.7;
}

.fa-facebook {
  background: ;
  color: #f37814;
}
.fa-twitter {
  background: ;
  color: #f37814;
}
.fa-linkedin {
  background: ;
  color: #f37814;
}
.fa-youtube {
  background: ;
  color: #f37814;
}
.fol{
	text-align: center;
	color: white;
	font-size: 20px ;
}
footer{
	background-color: black;
	padding:25px;
	color:white;
	text-align: center;
	font-size: 14px ;
} 
