* {
  box-sizing: border-box;
}

body {
  margin: 0;
  font-family: Arial;
  font-size: 17px;
}

#myVideo {
  position: fixed;
  right: 0;
  bottom: 0;
  min-width: 100%; 
  min-height: 100%;
}

.content {
  position: fixed;
  bottom: 0;
  background: rgba(0,0,0,.0) url(http://portal.thecust.com/templates/pattern-bg.png) repeat;
  background1: rgba(0, 0, 0, 0.5);
  color: #f1f1f1;
  width: 100%;
  height: 100%;
  padding: 20px;
  text-align: center;
}
.content img {
  height: 60px;
}
.content h1 {
  color: #ffffff;
  text-transform: uppercase;
}
.content p {
  color: #ffffff;
}

.button {
    background: rgba(26, 146, 194, .5);
    border: 1px solid #000;
    color: #ffffff;
    cursor: pointer;
    font-size: 14px;
    font-weight: 400;
    line-height: 1.625;
    padding: 10px 32px;
    text-align: center;
    white-space: normal;
    width: auto;
    text-decoration: none;
}

.button:hover {
    background: rgba(255, 255, 255, .5);
    color: #ffffff;
}
.dropbtn {
    background: rgba(26, 146, 194, .5);
    color: white;
    padding: 9px 32px;
    min-width: 160px;
    font-size: 14px;
    border: none;
    cursor: pointer;
    text-align: center;
    border: 1px  solid #000;
}

.dropdown {
    position: relative;
    display: inline-block;
}

.dropdown-content {
    display: none;
    position: absolute;
    background: rgba(255, 255, 255, .5);
    min-width: 160px;
    box-shadow: 0px 8px 16px 0px rgba(0,0,0,0.2);
    border: 1px  solid #000;

}

.dropdown-content a {
    color: black;
    font-size: 14px;
    padding: 8px 10px;
    text-decoration: none;
    display: block;
    text-align: left;
}

.dropdown-content a:hover {
    background: rgba(255, 255, 255, .5);
    
}

.dropdown:hover .dropdown-content {
    display: block;
}

.dropdown:hover .dropbtn {
    background: rgba(62, 142, 65, .5);
}

.overlay {
  background: rgba(0,0,0,.5) url(images/overlay.png) repeat;
  height: 100%;
  left: 0;
  position1: fixed;
  top: 0;
  width: 100%;

}



