body,html {
    margin: 0;
    padding: 0;
    font-family: 'Montserrat', sans-serif;
    font-size: 1rem;
}

.wrapper {
    display: block;
    max-width: 500px;
    margin: 10% auto;
}

.text-center {
    text-align: center;
}

.text, .submit {
    box-sizing: border-box;
    width: 100%;
    padding: 15px;
    margin-bottom:15px;
    border: none;
    font-size: 1.25rem;
}

.text {
    border: 1px solid #ccc;
}

.submit { 
    background: #000;
    color: #fff;
}

.submit.hover{ 
  background-color: #ddd;
  color: black;
}

.error { 
    padding: 0 10px;
    color: #721c24;
    background-color: #f8d7da;
    border: 1px solid #f5c6cb;
    margin-bottom: 15px;
}

th {
   background-color: #F05A29;
   width: 150px;
   color: white;
}

.license-th1 .license-th3 .license-th4 .license-th5 {
width: 10%;    
}

.license-th7 .license-th2 .license-th6 {
width: 20%;    
}

.table {
    border-collapse: collapse;
    width: 100%;
    color: black;
    font-family: 'Montserrat', sans-serif;
    font-size: 1rem;
    text-align: left;
    width: auto;
}

div.topnav {
  background-color: black;
  top: 0;
  position: fixed;
  overflow: hidden;
  display: table;
  width: 100%;
  table-layout: fixed;    /* For cells of equal size */
}

div.topnav a {
  display: table;
  table-layout: fixed;    /* For cells of equal size */
  position:relative;
  padding: 20px 0px 20px 0px;
  color: white;
  text-align: center;
  text-decoration: none;
  font-size: 17px;
  font-family: 'Montserrat', sans-serif;
  display:block;
  position:relative;
  min-height:35px;
  padding-bottom:10px;
  text-align:center;
}

div.topnav span {
    display: table-cell;
    text-align: center;
}

.topnav a:hover {
  background-color: #ddd;
  color: black;
}

/* TODO SORT ACTIVE SELECTION WHEN PAGES ARE ADDED */
.topnav a.active {
  background-color: orangered;
  color: white;
}

.linksec {
    padding: 50px 25px 25px 25px ;
}

.footer {
  position: fixed;
  left: 0;
  bottom: 0;
  width: 100%;
  background-color: black;
  color: white;
  text-align: center;
  height: 50px;
}



/* unvisited link */
#secretlogin a:link {
  color: white;
}

/* selected link */
#secretlogin a:active {
  color: white;
}

/* visited link */
#secretlogin a:visited {
  color: white;
}

/* mouse over link */
#secretlogin a:hover {
  color: white;
}

body {
  margin: 0;
  padding: 0;
/*  Background fallback in case of IE8 & down, or in case video doens't load, such as with slower connections  */
  background: white;
  background-attachment: fixed;
  background-size: cover;
}

/* The only rule that matters */
#video-background {
/*  making the video fullscreen  */
  position: fixed;
  right: 0; 
  bottom: 0;
  min-width: 100%; 
  min-height: 100%;
  width: auto; 
  height: auto;
  z-index: -100;
}

#u3935 {
    width: 100%;
    height: 100%;
    border-width: 0px;
    border-color: transparent;
    background-color: transparent;
    position: relative;
    margin-right: -10000px;
}

video {
    object-fit: contain;
}

#Vid01 {
    display: block;
    height: 100% !important;
    width: 100% !important;
    overflow: hidden !important;
    line-height: 0 !important;
    margin: 0;
    padding: 0;
    border-radius: 0px 0px 0px 0px !important;
    object-fit: contain;
}