
body,
html {
   margin:0;
   padding:0;
   background: #000000;
   font-family: 'Verdana', sans-serif;
}

body h1 {
   text-align:center;
   margin: 9px;
   color: yellow;
}

#connectButton{
   float: right;
   margin-top: 11px;
   margin-right: 25px;
}

#connect
{
position: relative;
height: 40px;
width: 150px;
top: 0px;
font-family: Monoton;
   font-style: normal;
   font-size:20px;
color: rgb(0, 0, 0);
box-shadow: 0px 10px 14px -7px #3f3021;
	background:linear-gradient(to bottom, rgb(230, 160, 30) 5%, orange 100%);
	background-color:rgb(230, 160, 30);
	border-radius:8px;
   border-color: #795f4a;
	display:inline-block;
	cursor:pointer;
	color:#000000;

}

.fa-twitter{
   color:#1DA1F2;
}

.fa-discord{ 
   color: #7289DA;
}

.sectionTitle{
   
   display: block;
   text-align:center;
   font-size:30px;
   font-weight: bold;
   color: rgba(255, 255, 255, 0.6);
text-shadow: 2px 8px 6px rgba(0,0,0,0.2),
                 0px -5px 35px rgba(255,255,255,0.3);

}

#header {
   position: relative;
   width:100%;
   height: 130px;
   margin:0 auto;
   background-color: rgb(0, 0, 0);
   text-align: center;

}

#navigation span{
   color: orange;
   font-size: 25px;
   line-height: 60px;
   font-family: Monoton;
   font-style: normal;
}

#navigation {
   width:100%;
   margin:0 auto;
   background-color: rgb(0, 0, 0);
   position: fixed;
    left: 0;
    top: 0;
    right: 0;
    bottom: auto;
    z-index: 100;
    height: 60px;
    margin-top: -2px;
    padding-left: 20px;
    border: 1px #ebebeb;
    text-align: left;
    color: #f2f3f5;
    display: inline-block;
    font-family: Monoton;
   font-style: normal;
}

#generation {
   position: relative;
   width:100%;
   height: auto;
   margin:0 auto;
   background-color: rgb(0, 0, 0);
}

#about {
   position: relative;
   width:100%;
   height: auto;
   margin-top:0 auto;
   background-color: #000000;

}

.art{
position: relative;
display: flex;
margin-top: 50px;
}

.art_left_col{
   position: relative;
   display: flex;
width: 50%;
color: #ffffff;

}


.about_text{
   text-align: left;
   line-height: 40px;
   color: white;
}

.art_tab{list-style-type: none;}

.text_title{
   color:#ff765a;
   font-size: 30px;
   font-family: Monoton;
   font-style: normal;
   text-align: center;
}

.text_content{
   font-size: 20px;
   font-family: Verdana, sans-serif;
   font-style: normal;
}



.art_right_col{
   width: 50%;
   text-align: center;
   margin-top: 50px;
}

.grid{
   
   display: inline-grid;
grid-template-columns: repeat(2, [col-start] 1fr);
grid-gap: 10px;
   
}

.art_right_col img {
   margin: 20px;
border-radius: 10%;
width: 150px;
}


.community{
   position: relative;
   display: flex;
   margin-top: 20px;
   }
   
   .community_left_col{
      position: relative;
   display: flex;
   width: 50%;
   align-items: center;
   justify-content: center;
   
   }
   
   .community_tab{list-style-type: none;}
   
   .community_left_col img{
      border-radius: 10px;
      width: 450px;
      height: 450px;
   }
   
   .community_right_col{
      position: relative;
   display: flex;
width: 50%;
color: #ffffff;
      margin-top: 50px;
   }
   
   .mint {
      position: relative;
      display: flex;
     flex-direction: row;
      width:100%;
      height: auto;
      margin-top:0 auto;
      background-color: #000000;
      margin-top: 50px;
   
   }

   .mint_left_col{
      position: relative;
   width: 50%;
   color: #ffffff;
   
   }
   
   
   .mint_text{
      text-align: left;
      line-height: 40px;
      color: white;
      font-family: 'Verdana', sans-serif;
   font-weight: normal;
   }

   .mint_tab{list-style-type: none;
}

   .mint_right_col{
      position: relative;
      width: 50%;
      text-align: center;
      margin-top: 50px;
   }

   .mint_table {
      width: 100%;
      margin-left: 33px;
      margin-top:55px;
   }

   .mint_table , td {
      font-family: 'Verdana', sans-serif;
      font-weight: normal;
      border: 1.5px solid;
      border-collapse: collapse;

   }

   .mint_table td{
      width: 200px;
      color:white;
      text-align: center;
      
   }

   .mint_table tr{
      line-height: 60px;
      color:white;
      text-align: center;
      
   }

   .factory_title{
      font-size: 30px;
      font-family: Monoton;
      font-style: normal;
      text-align: center;
      color: white;
      
   }

#midcolumn {
   padding-left: 0;
    padding-right: 0;
    margin-left: auto;
    margin-right: auto;
    display: block;
    width: 600px;
    position: relative;
}


#turtlecanvas {
   background:rgb(0, 0, 0);
   width: 500; height: 500;
   position: relative;
   border: none;
}

#supply {
   background:rgb(0, 0, 0);
   width: 600; height: 40;
   position: relative;
   display:block;
   text-align: center;
   color:#ffffff;
   font-size: 17px;
   font-family: Monoton;
   font-style: normal;
}

.mainbuttons{
   height: auto;
   position: relative;
   align-items: center;
   margin-top: 10px;
}

.buttons{
   margin: 0;
   position: relative;
   width: 120px;
   height: 30px;
   top: 50%;
   left: 50%;
   -ms-transform: translate(-50%, -50%);
   transform: translate(-50%, -50%);
   display: block;
   font-family: Monoton;
   font-style: normal;
   font-size:10px;
color: rgb(0, 0, 0);
box-shadow: 0px 10px 14px -7px #3f3021;
	border-radius:8px;
   border-color: #795f4a;
	cursor:pointer;
	color:#000000;
   background:linear-gradient(to bottom, #ffffff 5%, #f6f6f6 100%);
	background-color:#ffffff;
}

.buttons:hover {
	background:linear-gradient(to bottom, #f6f6f6 5%, #ffffff 100%);
	background-color:#f6f6f6;
}

.button:disabled,
button[disabled]{
  border: 1px solid #999999;
  background-color: #cccccc;
  color: #666666;
}

/*
#buttonGenerate{
   background:linear-gradient(to bottom, rgb(230, 160, 30) 5%, orange 100%);
	background-color:rgb(230, 160, 30);
}
*/
#buttonMint{
   margin-top: 5px;
}

.log{
   text-align: center;
   height: 20px;
   line-height: 20px;
   font-weight: bold;
   color: white;
}

#turtlecanvas, #imagecanvas{
    margin:20px auto;
    display:block;
    
}

#roadmap {
   position: relative;
   width:100%;
   height: auto;
   margin:0 auto;
   background-color: #000000;
}

.roadmap_title{
   font-size: 30px;
   font-family: Monoton;
   font-style: normal;
   text-align: center;
   color: #5acbff;
}

.roadmap_container{
margin-top:50px;
}

.message-hide{
    display: none;
}

.message-show{
    height: 12px;
    color:red;
    float: right;
    font-size: 12px;
}








