﻿div#page {
  max-width: 900px;
  margin-left: auto;
  margin-right: auto;
  padding: 20px;
} 
.back-to-top {
  position: fixed;
  bottom: 2em;
  right: 0px;
  text-decoration: none;
  color: #000000;
  font-size: 12px;
  padding: 1em;
  display: none;
} 
.back-to-top:hover {
}


.trans-button {
  display: inline-block;
  width: 100px;
  padding: 4px;
  color: #fff;
  border: 2px solid #fff;
  border-radius: 7px;
  text-align: center;
  font-weight:bold;
  outline: none;
  text-decoration: none;
  text-shadow: 2px 2px 6px rgba(50, 50, 50, 0.9);
}
.trans-button:hover {
  background-color: #AF181D;
  color: #fff !important;
}
.trans-button:active {
  background-color: #49771F;
  color: #fff !important;
}

.nav-button {
  display: inline-block;
  margin-top:2px;
  padding: 4px;
  color: #fff;
  border: 0px solid #fff;
  border-radius: 6px;
  text-align: center;
  font-weight:bold;
  font-size:14px;
  outline: none;
  text-decoration: none;
}
.nav-button:hover {
  background-color: #FFFFFF;
  color: #AF181D !important;
}
.nav-button:active {
  background-color: #FFFFFF;
  color: #AF181D !important;
}


hr {
border: 0;
height: 1px;
background-image: linear-gradient(to right, rgba(0, 0, 0, 0), rgba(110, 110, 110, 0.35), rgba(0, 0, 0, 0));
}

select {
font-weight:normal;
border-color:#C0C0C0;
border-radius:5px;
height:25px;
}

hr.solid {
border: 0;
height: 1px;
background: #AAAAAA;
margin-top:20px;
}

img {
width: 98%;
object-fit: cover;
}

.art-menu-btn {
border:none!important;
box-shadow:none!important;
border-radius:4px!important;
} 
.art-nav .art-menu-btn {
background:#FFFFFF !important;
} 
.art-nav .art-menu-btn span {
background:#AF181D !important;
} 

input[type=password], input[type=email], input[type=text], input[type=number], textarea {
    padding: 3px 4px;
    box-sizing: border-box;
    border-color:#C0C0C0;
    border-radius:5px;
    border-width:1px;
    height:24px;
    margin-bottom:4px;
    font-weight:normal;
     
}

