

/*Header*/
header{
  /*background-color: var(--main-color);*/
  height: 70px;
}

/*Navigation*/
/*Fix Bootsrap navbar-right margin*/
.navbar-right {
    margin-right: 0px !important;
}
.navbar-right li{
  cursor: pointer;
}
html {
    /*Scrollbar always on*/
    overflow-y:scroll;
    /*Sticky Footer*/
    position: relative;
    min-height: 100%;
}
body{
  margin-bottom: 80px !important;
}
.lightheme{}
.darktheme{
    background-color: #000000!important;
    color: #FFFFFF!important;
}
h1{
  color:
}
img{
  margin-top: 20px;
  margin-bottom: 20px;
}
canvas{
  margin-top: 20px;
  margin-bottom: 20px;
}

.form-group{
  margin-top: 20px;
  margin-bottom: 20px;
}
.inline{
  display: inline-block;
}
/*Footer*/
.footer {
  border-top: 1px solid #eee;
  position: absolute;
  bottom: 0;
  width: inherit;
   /*Set the fixed height of the footer here */
  height: 60px;
}
/*Canvas*/
#canvas{
  border: 1px solid black;
  width: 100%;
  height: 40%;
}
