header{
  padding: 20px;
}
header p, header a, header a:hover, header a:focus, header a:active{
  margin-bottom: 0!important;
  color: #176356;
}
header img{
  margin-bottom: 20px;
}
#video{
  overflow: hidden;
  height: 100vh;
  transition: 1s;
  width: 100%;
}
#video video{
  height: 100%;
  width: 177.77777778vh;
  min-width: 100%;
  max-width: 100%;
  min-height: 56.25vw;
  margin: auto;
  position: absolute;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
}
.header{
  height: 400px;
}
.headerLogo{
  width: 70%;
  max-width: 600px;
}
#headerHome span{
  font-family: 'Ubuntu', sans-serif!important;
  font-size: 30px;
  font-weight: 300;
  color: #232323;
}
.btn1, .btn2, .btn1:hover, .btn2:hover{
  font-family: 'Ubuntu', sans-serif!important;
  font-size: 20px;
  font-weight: 700;
  border-radius: 0;
  transition: 0.2s;
}
.btn1:hover, .btn2:hover{
  z-index: 5;
  scale: 1.1;
}
.btn1, .btn1:hover{
  background-color: #f0a815;
  color: #232323;
}
.btn2, .btn2:hover{
  background-color: #232323;
  color: white;
}
