 body {
	 background-color: #76A57F;
	 
 }

.invitedetected {
	background-color: #f3e35b;
    padding: 8px;
    border-radius: 6px;
	font-weight: 500;
	color: #111;
}

.notice_equal {
	width: 95%;
    font-size: 12px;
    background-color: #8ac7ef;
    padding: 10px;
    border: 1px solid #343536;
    border-radius: 12px;
}	

.middle-bar {
	border-right: 3px solid #749d72;
}

@keyframes move_bg {
    from {background-position: 0px 0px}
    to {background-position: -1800px -900px}
}

.floating_box {
    background-color: #76a57f8c;
    border: 5px solid #4C744A;
    height: 650px;
    xxmax-width: calc(100vw - 60px);
    max-width: 800px;
	max-height: calc(100vh - 60px);
    padding: 20px;
    margin: auto;
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    scrollbar-width: thin;
    scrollbar-color: transparent transparent;
}
.floating_box > * {
    transform: translateX(0px);
    -moz-transform: translateX(3px);
}

.landing_container {
	background-color: #76a57f8c;
    color: #000; /*#2C4732;*/
    min-height: 600px;
    align-items: center;
    justify-content: space-between;
}

.floating_box::-webkit-scrollbar {
    width: 3px;
}

.flex_column {
    width: 100%;
}

.game_title {
    background-color: #4C744A;
    border: 5px dashed #2C4732;
    padding: 20px 0 10px 0;
}

.game_title h1, .game_title h2, .game_title h3 {
    text-align: left;
    color: white;
    margin: 0;
    padding: 0;
    line-height: 30px;
}

.game_title h2, .game_title h3 {
    font-size: 1.2rem;
}

a {
	color: #c4ebc1;
	text-decoration: none;
}
a:hover{
	color: #8dff84;
}

p.alpha_phase {
	color: #000;
    text-align: center;
    font-style: italic;
    margin-top: 5px;
    font-size: 14px;
}

a.ggloginbtn.loginbtn.btn {
    background-color: white;
    border: 2px solid #666;
    box-sizing: border-box;
}

a#btn-fblogin {
    background-color: #3969D6;
    color: white;
    font-weight: 500;
    font-size: .9rem;
    display: flex;
    justify-content: center;
    align-items: center;
}

a.loginbtn.btn {
    margin: 5px;
    transition: 0s;
    width: 200px;
}

a.forumbtn {
    display: block;
    background-color: #4D764B;
    width: 200px !important;
    margin: 5px auto;
    text-align: center;
    padding: 3px;
    text-decoration: none;
    color: white;
    font-weight: 500;
    border: 3px dashed #2C4732;
}

i.phrase {
	color: #000;
}

.samplemap_container {
    width: 100%;
}

.flex_column_center {
  display: flex;
  flex-direction: column;
  align-items: center;
  margin: 3px 0;
}
.samplemap {
    border-radius: 8px;
    border: 4px solid #2C4732;
    image-rendering: pixelated;
	margin: 4px;
	margin-top: 8px;	
}

.imgrow > img {
  max-width: 20%;
  height: auto;
}
.samplemap_container {

}




@media (pointer: coarse) {
  .xxsamplemap_container {
    flex-wrap: wrap;
  }
}
p.map_number {
    position: absolute;
    left: 0;
    right: 0;
    bottom: -10px;
    font-weight: 900;
    color: #2C4732;
}
p.more_about {
    margin-bottom: 5px;
    font-weight: 700;
    font-style: italic;
}
img.warventure {
    flex-basis: auto;
    image-rendering: pixelated;
	margin-left: 20px;
}
p.presentation {
    padding-top: 20px;
    text-align: justify;
    color: #000; /*#2C4732;*/
}
img.wheat_batch {display: block;margin: auto;width: 40%;image-rendering: pixelated;padding: 10px 0;}

form#loginform {
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
}

.home_container {
    background-color: #75A27D;
    background-image: url(../img/home_bg_sm.png);
    background-size: 1800px 900px;
    animation: move_bg 100s infinite linear forwards;
}

a.ggloginbtn.loginbtn.btn:hover {
    background-color: #f3f3f3;
}

a#btn-fblogin:hover {
    background-color: #4979f6;
}

a.forumbtn:hover {
    background-color: #5D865B;
}

.footerlinks{
	text-align: right;
	font-size: 12px;
}