html,
body {
  margin: 0;
  padding: 0;
  font-family: calibri;
  /* Sticky Footer Setup */
  min-height: 100vh;
  display: flex;
  flex-direction: column;
}

.header {
  width: 100%;
  background-color: #232f3e;
  color: white;
}

.container {
  top: 300px;
  width: 100%;
  position: absolute;
}

#footer {
  background-color: #232f3e;
  color: white;
  width: 100%;
  /* Stick to bottom if content is short */
  margin-top: auto;
  padding: 1rem 0;
}

/* On larger screens, if content is short, kept it fixed? 
   Actually, fixed footer is rarely good even on desktop if content scrolls.
   Let's stick to relative. It's safer. */


#header>* {
  vertical-align: middle;
  /* Align children to middle of line */
}

.headermenu {
  margin-left: 25%;
  margin-top: 5px;
  display: inline-block;
  font-family: calibri;
}

.hli {

  vertical-align: middle;
  display: inline-block;
  font-size: 20px;
  font-weight: bold;
  padding-right: 20px;
  padding-left: 20px;
  /* border-radius:5px;
   color:#000080; */
  font-family: Calibri;
}

.hli>a {
  text-decoration: none;
  color: white;
}

.hli a:hover {
  text-decoration: none;
  color: #e85a19;
}

.submitform {
  /*background-color: #aaaaaa;*/
  width: 100%;
  /*color:white;*/
  height: 40%;

}

.btn {
  font-size: 85%;
  margin: 5px;
  height: 40px;
  width: 140px;
  background-color: #1e90ff;
  border: 0px;
  color: white;
  font-family: calibri;
  padding: 5px;
}

.midcontent {
  margin-left: 5%;
  width: 80%;
  font-family: calibri;
  text-align: left;
}

.home {
  background: #466368;
  background: -webkit-linear-gradient(#648880, #293f50);
  background: -moz-linear-gradient(#648880, #293f50);
  background: linear-gradient(#648880, #293f50);
  width: 100%;
  font-size: 3rem;
  color: white;
  font-family: impact;
  text-align: center;
}

.homet {
  padding: 1rem;

}

.navbar-collapse {
  padding: 0px;
}

.rightlog {
  margin: 0px;
  float: right;
  background-color: #232f3e;
  font-family: calibri;
  /*   width:10%; */
  border-radius: 10px;
  color: white;
  padding: 0px;
  font-size: 1em;
}


.btn-hover {

  font-size: 18px;
  font-weight: 600;
  color: #fff;
  cursor: pointer;
  height: 35px;
  text-align: center;
  border: none;
  background-size: 300% 100%;
  border-radius: 10px;

}

.btn-hover:focus {
  outline: none;
}


.btn-hover.color-2 {
  background-image: linear-gradient(to right, #e43603, #e43603, #fa7199, #e85a19);
  box-shadow: 0 4px 15px 0 rgba(229, 66, 10, 0.75);
}


.logout {
  float: right;
  color: white;
  text-decoration: none;
  font-family: calibri;

}

.logout:hover {
  color: #e85a19;
}

.navbar-light .navbar-nav .nav-link {
  color: white;

}

.navbar-light:hover .navbar-nav:hover .nav-link:hover {
  color: #e85a19;

}

.navbar-light .navbar-nav .active>.nav-link,
.navbar-light .navbar-nav .nav-link.active,
.navbar-light .navbar-nav .nav-link.show,
.navbar-light .navbar-nav .show>.nav-link {
  color: #e85a19;
}

.dropdown-menu {
  right: 0;
  left: auto;
}

th {
  text-align: center;
}

.linkartbox {
  margin: 10px;
  padding: 50px;
  background-color: #232f3e;
  text-align: center;
  vertical-align: middle;
  display: inline-block;
  color: white;
}

.linkartbox a {
  color: white;
  font-size: 150%;

}