/*------------------------------ CONTENTS ------------------------------*/
.lang-btn {
  background-color: white;
  color: rgb(84,130,53);
  font-size: 20px;
  text-transform: uppercase;
  width: 100px;
  height: 100px;
  line-height: 100px;
  border-radius: 50px;
  border: 1px solid rgb(84,130,53);
  display: block;
  text-align: center;
  text-decoration: none;
  font-weight: bold;
  margin: auto
}

.lang-btn:hover{
  background-color: rgb(84,130,53);
  color: white;
  text-decoration: none;
}

body {
	background: rgb(226,220,191,1);
}

.welcome-page-header{
  background: url(../images/new_top.png) no-repeat center top;
  min-height: 200px;
}
.rk-logo{
  width: 100%;
  max-width: 200px;
}

.heading-banner{
  width: 100%;
  max-width: 503px;
}

.intro-message {
  color: #065406;
  font-family: 'Verdana';
  font-weight: bold;
  font-size:.8em;
  line-height:16px;
  padding: 5px;
  border-width: 1px;
  border-style: dotted;
  border-color: #548235;
}

.welcome-page-footer-separator{
  background: url(../images/new_bottom.png) no-repeat center top;
  min-height: 120px;
}

.welcome-page-footer {
  font-size: 14px;
  font-family: 'Verdana';
  margin-top: 80px;
  color: #065406;
}

.corona-warning{
  color: #cc0000;
  text-align: center;
  margin-top: 40px;
  font-weight: bold;
  font-size: 17px;
}

.blinkfade-animation {
  animation: blinkfade 6s linear infinite alternate;
}

@keyframes blinkfade {
  from { opacity: 0; };
  10% {opacity: 1;}
  to { opacity: 1;}
}
