/*
* BOARGAMES CSS
*/ 

@import url(https://fonts.googleapis.com/css?family=Sigmar+One);

body {
  font-family: 'Sigmar One', cursive;
	color: #3A281E;
}
#boarCage {

}
#boarContent {
	text-align: center;
  text-shadow: 1px 1px #766352;
}
#footer {
  width: 100%;
	text-align: center;
	padding: 6px 0;
}
a { 
  color: #3A281E;
  outline: 0;
}


/* mobile first */
@media only screen and (min-width : 220px) {
  #boarCage {
    background: url('https://gfx.boargames.de/boargames_logo200.jpg') no-repeat #FFF center center;
    height: 100px;
    margin-top: 20px;		
  }		
}
@media only screen and (min-width : 480px) {
  #boarCage {
    background: url('https://gfx.boargames.de/boargames_logo400.jpg') no-repeat #FFF center center;
    height: 213px;
    margin-top: 30px;			
  }
  #footer {
		margin-top:70px;
  }	
}
@media only screen and (min-width : 1399px) {
  #boarCage {
    background: url('https://gfx.boargames.de/boargames_logo800.jpg') no-repeat #FFF center center;
    height: 430px;
    margin-top: 40px;		
  }
  #footer {
		margin-top:100px;
  }		
}

