.navbar-fixed {
  position: relative;
  height: 56px;
  z-index: 997;
}








/***************************************************************************/

.vkm-art{
  border-radius: 8px;
  background-color: #ffffff;
  background-color: #F8FAFB;
  /* background-position: center center; */
  border-color: transparent;
  border-style: solid;
  box-shadow: 0px 5px 15px 0px rgba(0,0,0,0.3);
  /* position: absolute; */
  padding-top: -55px;
  /* width: 50%; */

  /* padding-top: 50px;
  padding-bottom: 50px; */
}

table {
  width: 100%;
}

th {
  height: 50px;
  background-color: rgb(36, 82, 39);
  color: white;
}

/* A:visited {
  color: #549ce0;
 }

 A:active {
  color: #ff9100; 
 } */
 
.vkm-art-50{
  width: 50%;
}

.vkm-art-white{
  background-color: #ffffff;
  padding-top: 50px;
  padding-bottom: 50px;
}

.vkm-art-grey{
  background-color: rgb(252, 235, 214);
  background-color: rgb(255, 248, 239);
  background-color: rgb(243, 243, 243);
  padding-top: 50px;
  padding-bottom: 50px;
}

::selection {
  color: #fff;
  text-shadow: none;
  background: #333;
}
img {
  /* height: auto; */
  /* max-width: 100%; */
  vertical-align: top;
}

/* .vkm-art2 {
  display: table-cell;
  vertical-align: middle;
  width: 100%;
  -webkit-text-size-adjust: 100%;
  -moz-text-size-adjust: 100%;
  -ms-text-size-adjust: 100%;
} */

/* *{
  font-family: 'GothamPro',Arial,sans-serif;
} */

/* Fixed/Sticky Footer Example */
footer {
  /* position: fixed; */
  left: 0;
  bottom: 0;
  width: 100%;
  /* background-color: red;
  color: white;
  text-align: center; */
}

/* input{
  background-color: #383838 ;
  color: #fff;
} */

h4{
  text-align: center;
}

nav, .page-footer {
  background-color: #383838 ;
  opacity: 0.9;
  color: #fff;
  width: 100%;
  height: 56px;
  line-height: 56px;
}

.navbar-fixed {
  position: relative;
  height: 0px;
  z-index: 997;
}

.sidenav {
  opacity: 0.8;
  /* position: fixed;
  width: 300px;
  left: 0;
  top: 0;
  margin: 0;
  -webkit-transform: translateX(-100%);
  transform: translateX(-100%);
  height: 100%;
  height: calc(100% + 60px);
  height: -moz-calc(100%);
  padding-bottom: 60px;
  background-color: #fff;
  z-index: 999;
  overflow-y: auto;
  will-change: transform;
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
  -webkit-transform: translateX(-105%);
  transform: translateX(-105%); */
}

/* -------------------------- */

#hiddenimg{
  /* display: none; */
  visibility: visible;
}

/* -------------------------- */

.overlay {
  width: 100%;
  height: 0;
  position: fixed;
  z-index: 1;
  top: 0;
  left: 0;
  background-color: rgb(37, 36, 36);
  background-color: rgba(17, 17, 16, 0.8);
  /* background-image: url("http://vkm2.loc/images/rays-4243604_1920.jpg");
  opacity: 0.7;
  background-repeat: no-repeat;
  background-position: center center;
  background-attachment: fixed;
  background-size: cover; */
  overflow-x: hidden;
  transition: 0.5s;
}

.overlayr {
  height: 100%;
  width: 0;
  position: fixed;
  z-index: 1;
  top: 0;
  left: 0;
  background-color: rgb(37, 36, 36);
  background-color: rgba(17, 17, 16, 0.8);
  overflow-x: hidden;
  transition: 0.5s;
}

.overlay-content {
  position: relative;
  top: 10%;
  height: 100%;
  text-align: center;
  margin-top: 30px;
}

.overlay a {
  padding: 8px;
  text-decoration: none;
  /* font-size: 36px; */
  color: #f1f1f1;
  display: block;
  transition: 0.3s;
}

.overlay a:hover, .overlay a:focus {
  color: #d4b609;
}

.overlay .closebtn {
  position: absolute;
  top: 20px;
  right: 45px;
  font-size: 60px;
}

@media screen and (max-height: 450px) {
  .overlay a {font-size: 20px}
  .overlay .closebtn {
  font-size: 40px;
  top: 15px;
  right: 35px;
  }
}



/* Sticky Footer */
/* body {
  display: flex;
  min-height: 100vh;
  flex-direction: column;
}

main {
  flex: 1 0 auto;
} */

/* Scroll Down */
#myBtn {
  display: none;
  position: fixed;
  bottom: 15px;
  right: 15px;
  z-index: 99;
  font-size: 28px;
  border: none;
  outline: none;
  background-color: rgba(0, 0, 0, 0.2) ;
  /* opacity: 0.2; */
  color: white;
  /* color: #383838; */
  cursor: pointer;
  padding: 15px;
  border-radius: 90px;
}

#myBtn:hover {
  background-color: #555;
  opacity: 0.6;
  color: white;
}

.btnreset{
  background: #ec2028; 
  background-color: rgb(36, 82, 39);
  color: white; 
  padding: 15px 32px;
  border-radius: 35px;
}
.btnreset:hover{
  box-shadow: 0 12px 16px 0 rgba(0,0,0,0.24), 0 17px 5px 0 rgba(0,0,0,0.19);
  box-shadow: 3px 3px 3px rgba(62, 83, 60, 0.49);
}

/* .btnreset:active{
  background-color: rgb(18, 43, 20);
} */
.btnreset:focus{
  background-color: rgb(36, 82, 39);
}