@CHARSET "utf-8";

body {
	font-family: 'Roboto', sans-serif;
	background-color: #111;
	padding-bottom: 16px;
}

header {
	margin: 0px -15px;
}

a:focus, a:hover {
	text-decoration: none;
}

h1,h2,h3,h4,h5,h6 {
	font-family: 'Roboto', sans-serif;
}

h3 {
	font-size: 28px
}

ol, ul {
	list-style: initial;
}

#wrapper {
	background-color: #FFF;
	box-shadow: 0px 0px 10px 2px black;
	overflow: hidden;
}

/*-----NAV-----*/

/*-----HEADER-----*/

#header-bar{
	/*height: 80px;*/
	margin-left: -15px;
	margin-right: -15px;
	padding-top: 10px;
	padding-bottom: 10px;
	background-color: #1b261b;
}

#header-logo{
	float: left;
	/*width: 80px;*/
	height: 40px;
}

#header-font{
	float: left;
	/*width: 319px;*/
	height: 40px;
	margin: 0px;
	margin-left: 10px;
	font-family: 'Amatic SC', cursive;
	font-size: 2.5em;
	color: white;
}

/*sm*/
@media (min-width: 768px) {
	#header-logo{
		height: 50px;
	}
	
	#header-font{
		height: 50px;
		font-size: 3em;
	}
}

/*md*/
@media (min-width: 992px) {
	#header-logo{
		height: 60px;
	}
	
	#header-font{
		height: 60px;
		font-size: 4em;
	}
}

/*lg*/
@media (min-width: 1200px) {
	#header-logo{
		/*width: 80px;*/
		height: 80px;
	}
	
	#header-font{
		/*width: 319px;*/
		height: 80px;
		font-size: 5em;
	}
}

#header-image-area{
	margin-left: -15px;
	margin-right: -15px;
}

#header-image{
	width: 100%;
}

#language-switcher{
	float: right;
	/*vertical-align: middle;*/
	text-align: right;
}

/*-----INFO-----*/

#game-info-area{
	padding-top: 0px;
	padding-bottom: 40px;
	background-color: #1b261b;
}

#game-title{
	font-size: 36px;
	text-align: center;
	line-height: 100px;
	color: white;
}

.game-description{
	color: white;
	font-size: 1.25em;
}

/*sm*/
@media (min-width: 768px) {
	#game-info-area{
		padding-top: 20px;
		padding-bottom: 40px;
	}
	
	#game-title{
		font-size: 48px;
	}
	
	.game-description{
		font-size: 1.25em;
	}
}

/*md*/
@media (min-width: 992px) {
	#game-info-area{
		padding-top: 80px;
		padding-bottom: 80px;
	}
	
	#game-title{
		font-size: 48px;
	}
	
	.game-description{
		font-size: 1.25em;
	}
}

/*lg*/
@media (min-width: 1200px) {
	#game-info-area{
		padding-top: 80px;
		padding-bottom: 80px;
	}
	
	#game-title{
		font-size: 60px;
	}
	
	.game-description{
		font-size: 1.5em;
	}
}

/*-----AREA HEADER-----*/

.divider{
	width: 100%;
	padding: 5px;
	color: white;
	background-color: #1b261b;
}

.divider > h2{
	width: 100%;
	margin: 0px;
	font-family: 'Amatic SC', cursive;
	font-size: 2.5em;
	text-align: center;
}

/*sm*/
@media (min-width: 768px) {
	.divider{
		padding: 6px 0px;
	}
	
	.divider > h2{
		font-size: 3em;
	}
}

/*md*/
@media (min-width: 992px) {
	.divider{
		padding: 10px 0px;
	}
	
	.divider > h2{
		font-size: 4em;
	}
}

/*lg*/
@media (min-width: 1200px) {
	.divider{
		padding: 15px 0px;
	}
	
	.divider > h2{
		font-size: 5em;
	}
}

/*-----CONTENT AREAS-----*/

.content-area{
	padding-top: 120px;
	padding-bottom: 120px;
	background-color: #869b85;
}

/*-----TEAM AREA-----*/

.team-box{
	position: relative;
	height: 245px;
}

.team-icon{
	max-width: 125px;
	max-height: 125px;
	position: absolute;
	top: 0;
	left: 50%;
	transform: translate(-50%, 0);
}

.team-info{
	width: 100%;
	height: 120px;
	position: absolute;
	left: 0;
	bottom: 0;
	text-align: center;
	color: #1A251A;
	white-space: nowrap;
}

.team-info > h3{
	font-family: 'Amatic SC', cursive;
	font-size: 2em;
}

.team-info > p{
	font-size: 1em;
}

/*sm*/
@media (min-width: 768px) {
	.team-box{
		height: 279px;
	}
	
	.team-icon{
		max-width: 150px;
		max-height: 150px;
	}
	
	.team-info{
		height: 129px;
	}
	
	.team-info > h3{
		font-size: 2.3em;
	}
	
	.team-info > p{
		font-size: 1.15em;
	}
}

/*md*/
@media (min-width: 992px) {
	.team-box{
		height: 332px;
	}
	
	.team-icon{
		max-width: 200px;
		max-height: 200px;
	}
	
	.team-info{
		height: 132px;
	}
	
	.team-info > h3{
		font-size: 2.4em;
	}
	
	.team-info > p{
		font-size: 1.2em;
	}
}

/*lg*/
@media (min-width: 1200px) {
	.team-box{
		height: 388px;
	}
	
	.team-icon{
		max-width: 250px;
		max-height: 250px;
	}
	
	.team-info{
		height: 138px;
	}
	
	.team-info > h3{
		font-size: 2.5em;
	}
	
	.team-info > p{
		font-size: 1.25em;
	}
}

/*-----SOCIAL MEDIA AREA-----*/

/*#social-media-area{
	padding-top: 120px;
	padding-bottom: 120px;
	background-color: #869b85;
}*/

.social-media-box{
	position: relative;
	height: 75px;
}


.social-media-icon, .social-media-icon:focus{
	max-width: 75px;
	max-height: 75px;
	position: absolute;
	top: 0;
	left: 50%;
	transform: translate(-50%, 0);
	background-color: #1A251A;
	transition: background-color 0.2s linear;
}

.social-media-icon:hover, .social-media-icon:active{
	background-color: #2E412F;
}

/*sm*/
@media (min-width: 768px) {
	.social-media-box{
		height: 100px;
	}


	.social-media-icon{
		max-width: 100px;
		max-height: 100px;
	}
}

/*md*/
@media (min-width: 992px) {
	.social-media-box{
		height: 120px;
	}


	.social-media-icon{
		max-width: 120px;
		max-height: 120px;
	}
}

/*lg*/
@media (min-width: 1200px) {
	.social-media-box{
		height: 150px;
	}


	.social-media-icon{
		max-width: 150px;
		max-height: 150px;
	}
}

/*-----FOOTER-----*/

#footer {
  width: 100%;
  min-height: 50px;
  padding-top:15px;
  padding-bottom: 15px;
  color: #a6bca5;
  background-color: #1b261b;
}

#footer-text > p {
	margin-bottom: 0px;
	line-height: 1.8em;
}

/*#footer-text > p > a {
	text-decoration: none;
	color: #687c67;
	transition: color 0.2s linear;
}

#footer-text > p > a:hover {
	color: #869b85;
}*/

/*-----LINKS-----*/

.text-link, .text-link:focus{
	text-decoration: none;
	color: #687c67;
	transition: color 0.2s linear;
}

.text-link:hover, .text-link:active{
	color: #869b85;
}

.text-link-dark, .text-link-dark:focus{
	text-decoration: none;
	color: #1A251A;
	transition: color 0.2s linear;
}

.text-link-dark:hover, .text-link-dark:active{
	color: #2E412F;
}