* { 
  box-sizing: border-box; 
}

a {
  text-decoration: none;
  color: maroon;
}
a:hover {
  text-decoration: none;
}
h1{
  margin-top:4px;
  margin-bottom: 0px;
}


.icon{
    display: inline;
    box-align: left;
}
.card_title{
  border-color: brown;
  border-width: 8px;
  border-radius: 6px;
}
.grpimg{
  margin-top: 8pt;
  margin-bottom: 8px;
}
.card_ftr{
  font-size: 1.8rem;
  height: 6.3rem;
  overflow: hidden;
  margin-bottom: 2px;
  line-height: 1.1;
  background-color: rgb(231, 231, 231);
  padding: 2pt;
}
.group_ftr{
  font-size: 2.6rem;
}

.bt-container {
  position: relative;
  text-align: center;
  color: white;
}
.centered {
  position: relative;
  top: 10%;
  left: 50%;
  transform: translate(-50%, -50%);
}

.page-header{
  margin: .0rem;
  background-color: saddlebrown; 
  border-radius: .0rem; 
  padding: .2rem;
  position: relative;
}
.lang-sel{
  font-size: 1.2rem;
}

.logo_title{
  background-color: white;
}

table.logo_title td {
  padding: 4px;
}
.logo_title a {
  font-weight: bold;
}
.gallery-img{
  padding: 1rem;
  border-radius: 1rem;
  border: 2px solid silver;
  width: 100%;
  /*display: block;*/
}
.grpNote{
	margin:.4rem;
  padding: 8pt;
  border: solid 1px silver;
  border-radius: 8px;
  background-color: cornsilk;
  font-size: 2.0rem;
}


@media only screen and (min-width: 800px) {
  .gallery-img{
    padding: 1rem;
    border-radius: 1rem;
    border: 2px solid gray;
    width: 49%;
  }
}
@media only screen and (min-width: 1200px) {
  .gallery-img{
    padding: 1rem;
    border-radius: 1rem;
    border: 2px solid gray;
    width: 32%;
  }
}

.nav-img{
	display: inline-block;
	margin: .1rem;
	padding: 0px;
	border-radius: 1rem;
	/*border: 2px solid red;*/
}
.cover-txt{
  font-family: pacifico; 
  font-size: 18pt;
  color:rgb(110, 40, 40);
}
