@keyframes fadeIn {
  0% { opacity: 0; }
  100% { opacity: 1; }
}
html {
  scroll-behavior: smooth;
 }
body {
  font-family: 'Montserrat';
}
h1 {
  font-family: 'Montserrat', sans-serif;
  font-size: 3rem;
  line-height: 1.5;
  font-weight: 900;
}
h2 {
  font-family: 'Montserrat';
  font-weight: bold;
  font-size: 2rem;
  line-height: 1.5;
}
h3 {
  font-family: 'Montserrat', sans-serif;
  font-size: 1.5rem;
  font-weight: bold;
}
p {
  color: #483d49;
}
img:active {
  transform: scale(1.1);
  transition-duration: 1;
  cursor: pointer;
}
.about-image {
  width: 20%;
  border-radius: 10px;
  margin: 20px;
}
.about-text {
  color: #483d49;
  font-family: 'Luminari';
  font-style: italic;
}
.blur {
  filter: blur(5px);
}
.boardImage {
  border-radius: 50%;
}
.BTC {
  margin-top: 10px;
  margin-bottom: 10px;
  color: #FCC64B;
}
.BTC:hover {
  color: #ffd880;
  cursor: pointer;
}
#btcaddress {
  color: #8f8f8f;
}
#btcaddress:hover{
  color: #483d49;
  cursor: pointer;
}
.carousel-control-next-icon, .carousel-control-prev-icon {
  filter: invert(1);
  font-size: large;
}
.carousel-item {
  padding: 4% 5% 4% 5%;
}
.csoon {
  padding: 50px;
}
.downanchor {
  opacity: 0%;
  margin-top: 30px;
}
.downbutton {
  font-family: 'Luminari';
  animation: fadeIn 5s;
  background: #FCC64B !important;
  color: #160e1e;
  font-weight: bold;
  border-color: #160e1e;
}
.downbutton:hover {
  color:#483d49 !important;
  background-color: #ffd880 !important;
  border-color: #483d49 !important;
}
.fa-copy {
  color: #FCC64B;
}
.fa-copy:hover {
  color: #ffd880;
  cursor: pointer;
}
.fa-envelope:hover, .fa-twitter:hover, .fa-house:hover {
  color: #483d49;
  cursor: pointer;
}
.fa-house, .fa-envelope {
  color: #160e1e;
}
.faddon{
  background-color: transparent;
  border: none !important;
  color: grey;
}
.feature-box1, .feature-box3 {
  text-align: center;
  padding: 5% 5% 4% 5%;
}
.feature-box2 {
  text-align: center;
  padding: 5% 0 4% 0;
}
.felement {
  padding-top: 10px;
  padding-bottom: 10px;
}
.finput {
  border-top: none;
  border-left: none;
  border-right: none;
  background-color: transparent;
  color: #160e1e;
}
.finput::placeholder {
  color: #483d49;
}
#footer {
  background-color: transparent;
  background-image: url("../images/parchmentburn1copy.webp");
  background-size: 100%;
  padding: 2% 0 1%;
  text-align: center;
}
.footer-p {
  margin: 25px 20px;
}
.footer-text {
  margin-bottom: 0 !important;
  color: #160e1e;
}
.form-select {
  font-family: 'Montserrat', sans-serif !important;
}
.grey-text {
  color: #636363;
}
.hh1 {
  font-size: 2rem !important;
}
.hh2 {
  font-size: 1.5rem !important;
}
.icondetail {
  color: #fcc64b;
  padding: 10px 0 30px 0;
}
.icondetail:hover {
  color: #ffd880;
  cursor: pointer;
}
.imagebox {
  padding: 4% 2% 4% 2%;
}
#main-about {
  text-align: center;
  background-image: url("../images/parchmentccopy.webp");
  color: #fff;
}
#main-setup {
  background-color: #fff0cf;
}
.mission {
  padding-top: 35px;
  color: #636363 !important;
  font-weight: 600 !important;
  font-size: 1.5em;
  line-height: 1 !important;
}
.modal-login .btn, .modal-login .btn:active, .btn-modalFooter {
	color: #160e1e;
	border-radius: 4px;
	background: #FCC64B;
  text-decoration: none;
  font-weight: 500;
	transition: all 0.4s;
	line-height: normal;
	border: none;
}
.modal-login .form-control, .modal-login .btn {
	min-height: 40px;
	border-radius: 3px; 
}
.modal-login .btn:hover, .modal-login .btn:focus {
	background: #ffd880 !important;
	color: #483d49;
  outline: none;
}
.modal-login .modal-dialog {
	margin-top: 80px;
}
.modal-login {		
	color: #636363;
	width: 350px;
}
.modal-login .avatar {
	position: absolute;
	margin: 0 auto;
	left: 0;
	right: 0;
	top: -90px;
	width: 150px;
	height: 150px;
	border-radius: 50%;
	z-index: 9;
	background: transparent;
	padding: 15px;
}
.modal-login .avatar img {
	width: 100%;
}
.modal-login .close {
	position: absolute;
	top: 0px;
	right: 0px;
}	
.modal-login .form-control:focus {
	border-color: #0d1312;
}
.modal-login h4 {
	text-align: center;
	font-size: 26px;
	margin: 30px 0 -15px;
}
.modal-login .modal-content {
	border-radius: 5px;
	border: none;
}
.modal-login .modal-footer {
	background: white;
	border-color: #dee4e7;
	text-align: center;
	justify-content: center;
	margin: 0 -20px -20px;
	border-radius: 5px;
	font-size: 13px;
}
.modal-login .modal-header {
	border-bottom: none;   
	position: relative;
	justify-content: center;
}
.modalimage {
  padding-top: 12px;
}
.n-img {
  margin-top: 8px;
}
.nav-item {
  padding: 0 0 0 18px;
}
.nav-link {
  font-size: 1.2rem;
  font-family: 'Montserrat' sans-serif;
  font-weight: bold;
  text-shadow: 1px 1px white;
  color: #160e1e;
}
.nav-link:hover {
  cursor: pointer;
  color: #483d49;
}
.navbar .container-fluid {
  padding: 1% 10% 0% 10%;
}
.navbar-brand {
  font-family: 'Luminari';
  font-size: 2.5rem;
  font-weight: bold;
  text-shadow: 1px 1px white;
}
.navbar-brand:hover, .navbar-brand:active {
  transform: scale(1.1);
  transition-duration: 1;
  cursor: pointer;
}
.navbar-btn {
  font-family: 'Montserrat';
  background: #FCC64B !important;
  color: #160e1e;
  font-weight: bold;
  border-color: #160e1e;
  margin-top: 4px;
  }
.navbar-btn:hover {
  color:#483d49 !important;
  border-color: #483d49 !important;
  background-color: #ffd880 !important;
}
.pspace1, .pspace3 {
  padding-left: 15%;
  padding-right: 15%;
}
.pspace2 {
  padding-left: 20%;
  padding-right: 20%;
}
#r-CTA {
  background-color: #fff0cf;
  position: relative;
  text-align: center;
}
.r-h1 {
  font-family: 'Luminari';
  font-size: 3rem;
  line-height: 1.5;
  font-weight: 900;
  color: #160e1e;
  text-align: center;
  padding-top: 5px;
}
.r-r1c1r3 {
  padding: 0 18% 10% 18%;
}
.r-r2c1, .r-r2c3 {
  padding-left: 25px;
  padding-right: 25px;
}
.r-r2c2 {
  padding-top: 5px;
}
.r-r2c2 p {
  padding-left: 10px;
  padding-right: 10px;
  text-align: center;
}
.row, h3 {
  color: #160e1e;
}
.scour {
  padding-top: 10px;
  color: #636363 !important;
  font-weight: 500 !important;
  line-height: 1.2 !important;
  padding-bottom: 25px;
  font-family: 'Luminari';
}
.section-3 {
  height: 100vh;
  background-color: #fff0cf;
  background-image: url("../images/newMiniFigurescopy.webp");
  background-attachment: fixed;
  background-size: cover; 
  background-position: center;
  background-repeat: no-repeat;
  margin-top: -70px;
}
#static a {
  text-decoration: none;
  color: #160e1e;
}
.testdiv {
  position: absolute;
  bottom: 25px;
  left: 0;
  right:0;
  margin:auto;
}
#title {
  background-image: url("../images/parchmentccopy.webp");
  background-position:bottom; 
  background-size: cover;
  text-align: center;
  background-repeat: no-repeat;
  background-color: transparent; 
}
.tt-navbar {
  background-image: url("../images/parchmentburn3copy.webp");
  background-position: bottom;
  background-size: 100%;
  background-color: transparent; 
  padding-bottom: 25px;
  padding-top: 10px;
}
#wellycon {
  color: #160e1e;
}
