@charset "UTF-8";
/* CSS Document */


body{
	margin:0; 
	font-family:  
	Montserrat,sans-serif;
	line-height: 1.8em
}

.imgBig{
  background: url('wideBoi.png') no-repeat center center fixed;
  -webkit-background-size: cover;
  -moz-background-size: cover;
  -o-background-size: cover;
  background-size: cover;
}
.warranty{
	font-size:0.8em;
}
.lighter{
	font-size:0.65em;
	color:gray;
}
.twitEmbed{
	width:45%;
	display:inline-block;
}
.meme{
	width:45%;
	height:auto;
	max-height: 200px;
}
.investor{
	width:45%;
	height:auto;
}
.disclaimer {
	font-size:0.8em;
}
.spacer{
	margin-left: 2%;
	margin-right: 2%;
}
.centered {
	text-align: center;
	margin-left:auto;
	margin-right:auto;
}
.tokenclaim{
	margin-left:30%;
	text-align:left;
}
.container {
	max-width:45em; 
	margin-left:auto;
	margin-right:auto;
	padding:20px;
	padding-top:0px;
}

.projectTitle{
	width:13em;
	display: inline-block;
}

.note{
	font-size:0.8em;
}

.team{
	width:33%;
	height:auto;
	text-align:center;
}
.teamRow{
}
.team img{
	width:60%;
	height:auto;
}
.inpt{
  padding: 8px 8px;
	text-align:center;
}

.imgLinks{
	width:10%;
	height:auto;
}
.bttn{
  padding: 8px 8px;
  text-align: center;
  text-decoration: none;
  display: inline-block;
  margin: 1px 1px;
  transition-duration: 0.4s;
  font-weight: bold;
  cursor: pointer;
  background-color: #529BC1; 
  color: white; 
  border: 2px solid #2D79A0;
}

.bttn:hover {
  background-color: #50C9C3;
  color: white;
}

.wiiideImage{
	width:100%
}

.image{
	max-width:45em; 
}
.header {
	max-width:45em; 
	margin-top: 70px;
	margin-bottom: 0px;
	margin-left:auto;
	margin-right:auto;
	padding:10px;
	padding-bottom: 80px;
}
#redText{
	color:red;
	font-size:0.95em;
}
#redText a:link,
#redText a:visited,
#redText a:hover,
#redText a:active {
	color:red;
	font-weight:normal;
}
.quote{
	max-width:80%;
}

a {
	font-weight:700;
	color:#2D79A0;
}

a:link {
	color:#2D79A0;
}

a:visited {
	color:#2D79A0;
}

a:focus {
	color:#50C9C3;

}

a:hover {
	color:#50C9C3;

}

a:active {
	color:#50C9C3;
}