header h1 {
  display: inline;
  text-decoration: none;
  background: transparent;

}
/* Nav right */

  ul {
  list-style-type: none;
  margin: 0;
  padding: 0;
  overflow: hidden;

}

li {
  float: right;
  text-decoration: none;
}

.list {
  margin-right: 16px;
  text-decoration: none;
}

#home {
  width: 100%;
  position: relative;
  overflow: hidden;
  padding: 140px 0 0px 0;
}


#home h1 {
	text-align: center;
  margin: 0 0 10px 0;
  font-size: 48px;
  font-weight: 500;
  line-height: 56px;
  color: #f2e794;
  font-family: "Poppins", sans-serif;
}

#home h2 {
    font-size: 18px;
    line-height: 24px;
    margin-bottom: 30px;
    color: black;
}

#home{
    font-size: 30px;
    color: white;
    padding: 10px;
    display: flex;
    align-items: center;
    justify-content: center;
    
    width:100%;
}


#home img{
	width: 30%;
	float: right;
	text-align: center;
}


#gallery{
    text-align: center;
    font-size: 30px;
    color: black
    padding-top: 100px;
    display: flex;
    align-items: center;
    justify-content: center;
    
    width:100%;
}
#gallery img{
	width: 20%;
	text-align: center;
}

#features{
    text-align: center;
    font-size: 30px;
    color: black
    padding-top: 100px;
    display: flex;
    align-items: center;
    justify-content: center;
   
    width:100%;
    padding-top: -100px;
}

#home .download-btn {
  font-family: "Raleway", sans-serif;
  font-weight: 500;
  font-size: 15px;
  display: inline-block;
  padding: 8px 24px 10px 46px;
  border-radius: 3px;
  transition: 0.5s;
  color: #fff;
  background: #47536e;
  position: relative;
}

#features h4{
	color: #B138FF;
}

video{
	content-align: center;
	padding-left: 150px;
}