@font-face {
  font-family: ostrich; src: url("../fonts/ostrich-regular.ttf");
}

@font-face {
  font-family: opensans; src: url("../fonts/OpenSansCondensed-Light.ttf");
}

html {
  height: 100%;
  overflow: hidden;
}

body {
  height: 100%;
  overflow: auto;
}

h1, h2, p, .button {
  font-family: ostrich, opensans, sans-serif
}

.background-image {
  position: fixed;
  display: block;
  width: 100vw;
  height: 100vh;
  background-image: url("../img/armor_bg.jpeg");
  background-size: cover;

  background-position: center;
  background-repeat: no-repeat;

  filter: contrast(82%);
  filter: grayscale(90%);
  z-index: -2;
}

.background-image-sm {
  position: fixed;
  display: block;
  width: 100%;
  height: 100%;
  background-image: url("../img/armor_bg_sm.jpeg");
  background-size: cover;

  transform: translate3d(0,0,0);
  background-position: center;
  background-repeat: no-repeat;

  filter: contrast(82%);
  filter: grayscale(90%);
  z-index: -2;
}

.icon-lock {
  width: 48px;
  height: 48px;
  position: relative;
  overflow: hidden;
  margin-left: 25px;
  margin-bottom: 25px;
}

.icon-lock .lock-top-1 {
  width: 40%;
  height: 40%;
  position: absolute;
  left: 50%;
  margin-left: -20%;
  top: 14%;
  background-color: #000;
  border-radius: 40%;
}

.icon-lock .lock-top-2 {
  width: 24%;
  height: 40%;
  position: absolute;
  left: 50%;
  margin-left: -12%;
  top: 22%;
  background-color: #151517;
  border-radius: 25%;
}

.icon-lock .lock-body {
  width: 60%;
  height: 48%;
  position: absolute;
  left: 50%;
  margin-left: -30%;
  bottom: 11%;
  background-color: #000;
  border-radius: 15%;
}

.icon-lock .lock-hole {
  width: 16%;
  height: 16%;
  position: absolute;
  left: 50%;
  margin-left: -8%;
  top: 51%;
  border-radius: 100%;
  background-color: #151517;
}

.icon-lock .lock-hole:after {
  content: "";
  width: 43%;
  height: 78%;
  position: absolute;
  left: 50%;
  margin-left: -20%;
  top: 100%;
  background-color: inherit;
}

.list-container {
  height: 275px;
  max-height: 275px;
  overflow-y: scroll;
  background-color:rgba(59, 59, 68, .3);
}

.modal-title {
  font-size: 38px;
}

.btn-outline-danger {
  color: rgba(255, 104, 89);
  border-color: rgba(255, 104, 89);
}

.btn-danger {
  color: rgba(255, 255, 255, 0.795);
  border-color: rgba(56, 25, 21, 0.72);
  background-color: rgba(255, 104, 89);
}

.btn-danger:hover {
  color: rgba(255, 255, 255, 0.795);
  border-color: rgba(56, 25, 21, 0.72);
  background-color: rgba(255, 103, 89, 0.72);
}

.btn-danger:focus {
  color: rgba(255, 255, 255, 0.795);
  border-color: rgba(56, 25, 21, 0.72);
  background-color: rgba(255, 103, 89, 0.72);
  outline: none;
  box-shadow: none;
}

.btn-danger:active {
  color: rgba(255, 255, 255, 0.795);
  border-color: rgba(56, 25, 21, 0.72);
  background-color: rgba(255, 104, 89);
}

.btn-success {
  color: rgba(255, 255, 255, 0.795);
  border-color: rgba(35, 86, 68, 0.72);
  background-color: rgb(30, 185, 128);
}

.btn-success:hover {
  color: rgba(255, 255, 255, 0.795);
  border-color: rgba(35, 86, 68, 0.72);
  background-color: rgb(32, 158, 112);
}

.btn-success:focus {
  color: rgba(255, 255, 255, 0.795);
  border-color: rgba(35, 86, 68, 0.72);
  background-color: rgb(32, 158, 112);
  outline: none;
  box-shadow: none;
}

.btn-success:active {
  color: rgba(255, 255, 255, 0.795);
  border-color: rgba(35, 86, 68, 0.72);
  background-color: rgb(30, 185, 128);
}

.btn-primary {
  color: rgba(255, 255, 255, 0.795);
  border-color: rgba(37, 39, 41, 1);
  background-color: rgb(114, 222, 255);
}

.dark-modal {
  color: rgba(255, 255, 255, 0.856);
  background-color: rgb(51, 51, 61);
  background-image: url("../img/bg_orc.jpg");
  background-size: cover;
  border: 1px solid rgba(19, 20, 22, 0.6);
  box-shadow: 0 4px 8px 0 rgba(0,0,0,0.2),0 6px 20px 0 rgba(0,0,0,0.19);
}

.form-control {
  color: rgb(255, 255, 255, .59);
  background-color: rgba(59, 59, 68, .9);
}

.form-control:focus {
  color: rgb(255, 255, 255, .59);
  border-color: rgba(204, 208, 209, 0.075);
  background-color: rgb(59 59 68);
}

.modal-header {
  border-bottom: rgb(51, 51, 61);
}

.modal-footer {
  border-top: rgb(51, 51, 61);
}

.list-group-item {
  color: rgb(255, 255, 255, .59);
  background-color: rgba(59, 59, 68, .9);
}

.list-group-item:hover {
  color: rgb(255, 255, 255, .59);
  background-color: rgba(59, 59, 68, 0.781);
}

.list-group-item:focus {
  color: rgb(255, 255, 255, .59);
  background-color: rgba(59, 59, 68, 0.781);
}

.list-group-item:active {
  color: rgb(255, 255, 255, .59);
  background-color: rgba(59, 59, 68, .9);
}

.divider {
  border-bottom: 1px solid rgba(255,255,255,.1);
}

.background-cover {
  display: block;
  position: fixed;
  width: 100%;
  height: 100%;
  z-index: -1;
  /*background-color: rgba(11, 14, 22, 0.92);*/
  /*background-color: rgba(22,16,11,0.92);*/
  background-color: rgba(11, 14, 22, .92);
  
}

.background-cover-vault {
  display: block;
  position: fixed;
  width: 100%;
  height: 100%;
  /*background-color: rgb(51 0 0 / 15%);*/
  /*background-color: rgba(31, 1, 0, .35);*/
  /*background-color: rgba(22, 14, 11, 0.68);*/
  background-color: rgba(22, 11, 11, .27)
}

h1 {
  color: #DFCDB3;
  font-size: 42px;
  font-weight:bold;
  margin-top: 12px;
}

h2 {
  font-size: 28px;
  margin-bottom: 18px;
}

h3 {
  color: #DFCDB3;
  font-weight: 500;
  font-size: 21px;
}

a {
  color: inherit;
}

p {
  text-align: center;
  font-size: 18px;
  color: white;
}

a:hover {
  color: inherit;
}

.tooltip-inner {
  max-width: 280px;
}

.langs {
  width: 100%;
  text-align: center;
  padding-top: 8px;
  padding-bottom: 8px;
  background-color: rgba(255, 93, 115, .4);

  color: white;
  font-size: 13px;
}

.widget-container {
  position: relative;  
}

.widget-inner-container {
  display: flex;
  justify-content: space-between;
  align-items: center;
  width: 100%;
  text-align: center;
  padding-right: 16px;
  padding-left: 16px;
  padding-top: 8px;
  padding-bottom: 8px;
  background-color: rgba(255, 93, 115, .4);
  border-bottom: 1px solid rgb(47 21 24);
  color: white;
  font-size: 13px;
 
}

.button {
  text-align: center;
  border: 1px solid white;
  padding: 2px 80px 2px 80px;
  margin-bottom: 20px;
  color: white;
  background-color: black;

  -webkit-touch-callout: none; /* iOS Safari */
  -webkit-user-select: none; /* Safari */
   -khtml-user-select: none; /* Konqueror HTML */
     -moz-user-select: none; /* Firefox */
      -ms-user-select: none; /* Internet Explorer/Edge */
          user-select: none; /* Non-prefixed version, currently
                                supported by Chrome and Opera */
}

.button:hover {
  border: 1px solid red;
}

.button:active {
  border: 1px solid orange;
}

.flexMain {
  height: 95%;
  display: flex;
  flex-direction: column;
  align-items: center;
  text-align: center;
  color: white;
}

.flexCenter {
  display: flex;
  flex-direction: column;
  align-items: center;
  text-align: center;
  color: white;
}

.vertFlexCenter {
  height: 60%;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  text-align: center;
  color: white;
}

.foot {
  margin-top: 25px;
  color: white;
  font-size: 13px;
}

.footerItem {
  color: white;
  text-align: center;
}

.unselected {
  filter: grayscale(100%);
}

.selected {
  -webkit-filter: drop-shadow(1px 1px 1px #FE4E00 );
  filter: drop-shadow(1px 1px 1px #FE4E00);
}

.tier {
  padding-bottom: 12px;
}

.donate-text {
  color: white;
  text-align: center;
  font-size: 16px;
  font-weight: bold;
}
