html {
  position: relative;
  min-height: 100%;
}

.navbar {
  background-color: rgb(255, 255, 255);
  overflow: hidden;
  font-family: 'Segoe UI',Oxygen; 
}

.navbar a {
  float: right;
  color: #000000;
  text-align: center;
  padding: 14px 16px;
  text-decoration: none;
  font-size: 17px;
}

.navbar a:hover {
  background-color: rgb(255, 208, 155);
  color: rgb(255, 255, 255);
}

.navbar a.current {
  background-color: #aa0430;
  color: white;
}

.navbar a.leftbox {
  float: left;
  color: rgb(0, 0, 0);
}

.navbar a.leftbox:hover {
  background-color: rgb(255, 208, 155);
  color: rgb(255, 255, 255);
}
.video{
  text-align: center;
}
.contact{
  background-color: rgb(255, 255, 255);
  overflow: hidden;
  font-family: 'Segoe UI',Oxygen;
  padding-bottom: 5px;
  position: absolute;
  bottom: 0px;
  left: 0px;
  right: 0px;
  }

li{
  color:black;
  font-size:20px;
}
