body{
  margin:0;
  background-color: #00cc99;
}
#loader {
  position: absolute;
  left: 50%;
  top: 50%;
  z-index: 1;
  width: 120px;
  height: 120px;
  margin: -76px 0 0 -76px;
  border: 16px solid #f3f3f3;
  border-radius: 50%;
  border-top: 16px solid #00cc99;
  -webkit-animation: spin 3s linear infinite;
  animation: spin 3s linear infinite;
}

@-webkit-keyframes spin {
  0% { -webkit-transform: rotate(0deg); }
  100% { -webkit-transform: rotate(360deg); }
}

@keyframes spin {
  0% { transform: rotate(0deg); }
  100% { transform: rotate(360deg); }
}

.animate-bottom {
  position: relative;
  -webkit-animation-name: animatebottom;
  -webkit-animation-duration: 1s;
  animation-name: animatebottom;
  animation-duration: 1s
}

@-webkit-keyframes animatebottom {
  from { bottom:-100px; opacity:0 } 
  to { bottom:0px; opacity:1 }
}

@keyframes animatebottom { 
  from{ bottom:-100px; opacity:0 } 
  to{ bottom:0; opacity:1 }
}

#myDiv {
  display: block;
  text-align: center;
  margin-top: 10%;

  margin: auto;
  width: 50%;
  padding: 10px;

}

h1{
  font-family: arial;
  color: white;
}



#buttonDIV{
  margin-left: 40%;
  margin-right: 40%;  
  padding:1px;
  border-radius: 15px 15px 15px 15px;
  background-color: #006666;
}
#buttonDIV:hover{
  background-color: #669999;
}
a {
  text-decoration: none;
}

.enrollment{
  margin: auto;
  align-content: center;
}
.but1{
  background-color: #ff9900;
  color: white;
  border-radius: 10px 10px 10px 10px;
  width: 400px;
  font-size: 40px;

}
.but2{
  background-color: #009933;
  color: white;
  border-radius: 10px 10px 10px 10px;
  width: 400px;
  font-size: 40px;

}
.but3{
  background-color: #cc0000;
  color: white;
  border-radius: 10px 10px 10px 10px;
  width: 400px;
  font-size: 40px;

}
.but4{
  background-color: #003399;
  color: white;
  border-radius: 10px 10px 10px 10px;
  width: 400px;
  font-size: 40px;

}
.but5{
  background-color: #006666;
  color: white;
  border-radius: 10px 10px 10px 10px;
  width: 400px;
  font-size: 40px;
  margin-left: 35%;

}

h1{
  text-align: center;
  font-family: arial;
  font-size: 40px;
  margin-top: 100px;
}

.header{

}
body {
  background-color: #00cc99;
}
.trans{
  margin-left: 10%;
  margin-top: 15%;
}
.use-keyboard-input{
  display: inline-block;
  width: 100%;
  height: calc(1.5em + 0.75rem + 2px);
  padding: 0.375rem 1.75rem 0.375rem 0.75rem;
  font-size: 1rem;
  font-weight: 400;
  line-height: 1.5;
  color: #495057; border: 1px solid #ced4da;
  border-radius: 0.25rem;
 }
.butt{
    font-size: 30px;
    position: absolute; 
    top: 200px; 
    left: 10px; 
    width: 500px;
    border-radius: 10px 10px 10px 10px;
    margin-left:34.5%;
    margin-top: 10%;
    color: red;
}
.keyboard {
    position: fixed;
    left: 0;
    bottom: 0;
    width: 100%;
    padding: 5px 0;
    background: #004134;
    box-shadow: 0 0 50px rgba(0, 0, 0, 0.5);
    user-select: none;
    transition: bottom 0.4s;
}

.keyboard--hidden {
    bottom: -100%;
}

.keyboard__keys {
    text-align: center;
}

.keyboard__key {
    height: 45px;
    width: 6%;
    max-width: 90px;
    margin: 3px;
    border-radius: 4px;
    border: none;
    background: rgba(255, 255, 255, 0.2);
    color: #ffffff;
    font-size: 1.05rem;
    outline: none;
    cursor: pointer;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    vertical-align: top;
    padding: 0;
    -webkit-tap-highlight-color: transparent;
    position: relative;
}

.keyboard__key:active {
    background: rgba(255, 255, 255, 0.12);
}

.keyboard__key--wide {
    width: 12%;
}

.keyboard__key--extra-wide {
    width: 36%;
    max-width: 500px;
}

.keyboard__key--activatable::after {
    content: '';
    top: 10px;
    right: 10px;
    position: absolute;
    width: 8px;
    height: 8px;
    background: rgba(0, 0, 0, 0.4);
    border-radius: 50%;
}

.keyboard__key--active::after {
    background: #08ff00;
}

.keyboard__key--dark {
    background: rgba(0, 0, 0, 0.25);
}
.full{
  width: 5px;
  height: 5px;
}
.clock{
  font-size: 40px;
  float: right;

}
.logo{
  width: 200px;
  margin-top: 37%;
  margin-left: 2%;
  float: left;

}
.div1{
  background-image: linear-gradient(rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0.5)),url('img/core.jpg');
  background-repeat: no-repeat;
  background-size:100%;
  height: 90px;
  padding: 20px;
  color: white;
}
.sidebar {
  height: 100%;
  width: 0;
  position: fixed;
  z-index: 1;
  top: 0;
  left: 0;
  background-color: #111;
  overflow-x: hidden;
  transition: 0.5s;
  padding-top: 60px;
}

.sidebar a {
  padding: 8px 8px 8px 32px;
  text-decoration: none;
  font-size: 25px;
  color: #818181;
  display: block;
  transition: 0.3s;
}

.sidebar a:hover {
  color: #f1f1f1;
}

.sidebar .closebtn {
  position: absolute;
  top: 0;
  right: 25px;
  font-size: 36px;
  margin-left: 50px;
}
px;
  border: none;
}
.openbtn {
  font-size: 20px;
  cursor: pointer;
  padding: 10px 15px;
  border: none;
}


.openbtn:hover {
}

#main {
  transition: margin-left .5s;
}

/* On smaller screens, where height is less than 450px, change the style of the sidenav (less padding and a smaller font size) */
@media screen and (max-height: 450px) {
  .sidebar {padding-top: 15px;}
  .sidebar a {font-size: 18px;}
}

.selbtn{
  font-family: arial;
  font-size: 40px;
  color: white;
  background-color: #006666;
  border-radius: 60px 60px 60px 60px;
  width: 450px;
  height: 100px;
}
.selbtn:hover{
  font-family: arial;
  font-size: 40px;
  color: black;
  background-color: white;
  border-radius: 60px 60px 60px 60px;
  width: 450px;
  height: 100px;
}
table{
  display: block;
  text-align: center;
  margin-left: 20%;
}
tr,td{
  padding-left: 50px;
}

.imgbutt{
  width: 150px;
  border-radius: 20px 20px 20px 20px;
  padding: 20px;
  background-color:  #006666;

  border: solid  #006666 5px;
}
.imgbutt:hover{
  width: 150px;
  border-radius: 20px 20px 20px 20px;
  padding: 20px;
  background-color:  #669999;
  border: solid white 5px;
}

p{
  font-family: arial;
}
    .back{
        width: 100px;
    }
    .mydiv2{
      float: left;
      background-image: url('img/back.png');
      background-size: 50px;
      width: 50px;
      height: 50px;
      background-repeat: no-repeat;
      border-radius: 50px 50px 50px 50px;
      background-color:  #006666;
      border: solid  #006666 5px;
    }    
    .mydiv2:hover{
      float: left;
      background-image: url('img/back.png');
      background-size: 50px;
      width: 50px;
      height: 50px;
      background-repeat: no-repeat;
      border-radius: 50px 50px 50px 50px;
      background-color:  #669999;
      border: solid white 5px;
    }
