@import url('https://fonts.googleapis.com/css?family=Roboto:300,500');

html, body {
	margin: 0;
	padding: 0;
	height: 100%;
	border: 0;
	font-family: 'Roboto', sans-serif;
	color: #464646;
	font-size: large;
	font-style: normal;
	-webkit-font-smoothing: antialiased;
	background-color: #FFFFFF;
}

#navigation {
	border-color: #00b9ff;
	border-bottom-style: solid;
	border-bottom-width: 3px;
	box-shadow: 0px 0px 2px 1px #00b9ff;
}

::selection {
	background: #ffff00;
}


/* ====== Styles for Navigation ====== */

.navbar-toggler {
	border: none;
  }

.navbar-toggler-icon:hover {
	background-image: url("/images/hamburger_active.png");
}

.navbar-toggler-icon {
	width: 45px;
	height: 45px;
	background-image: url("/images/hamburger.png");
}

#logoTitle {
	display: block;
	margin: 10px 10px 10px 10px;
	width: 150px;
	height: 150px;
	position: absolute;
	top: 0px;
	left: 0px;
	z-index: 1;
}

#navigation .nav-item {
	color: inherit;
	text-decoration: none;
	font-weight: 400;
	font-size: 1.15em;
	display: block;
	padding: 40px;
	transition: background-color 0.4s ease, color 0.4s ease;
	-webkit-transition: background-color 0.4s ease, color 0.4s ease;
}

#navigation .nav-item:hover {
	color: #FFFFFF;
	text-decoration: none;
	background-color: #00b9ff;
	transition: background-color 0.4s ease, color 0.4s ease;
	-webkit-transition: background-color 0.4s ease, color 0.4s ease;
}

#navigation .navbar, .nav-link {
	padding: 0;
}

/* ====== Styles for Content ====== */

article {
	padding: 50px 15% 50px 15%;
}

article h1 {
	font-size: 2.5em;
	font-weight: 100;
	text-align: left;
	margin: 0px 0px 20px 0px;
}

article h2 {
	font-size: 1.8em;
	font-weight: 100;
	text-align: left;
}

article p, li {
	font-size: 1.0em;
	font-weight: 100;
	text-align: justify;
}

article a {
	text-decoration: none;
	font-size: 1.0em;
	font-weight: 400;
	color: #464646;
	transition: color 0.4s ease;
	-webkit-transition: color 0.4s ease;
}
article a:hover {
	color: #00b9ff;
	transition: color 0.4s ease;
	-webkit-transition: color 0.4s ease;
}



/* BOX BANNER */

.box_banner {
	display: flex;
	flex-direction: column;
	justify-content: center;
	align-items: center;
	height: 300px;
	background-size: cover;
	margin-bottom: 40px;
}

.box_banner_inner {
	padding: 0 5% 0 5%;
	text-align: center;
}

.box_banner h1 {
	font-size: 1.5em;
	font-weight: 100;
	text-align: justify;
	text-align-last: center;
	-moz-text-align-last: center;
	color: #FFFFFF;
}


/* INFO MESSAGE */

.box_message {
	padding: 50px 15% 50px 15%;
}

.box_message h1 {
	font-size: 2.5em;
	font-weight: 100;
	text-align: center;
	margin: 0px 0px 20px 0px;
}

.box_message h2 {
	font-size: 1.0em;
	font-weight: 100;
	text-align: justify;
	text-align-last: center;
	-moz-text-align-last: center;
}

.box_message h3 {
	font-size: 1.5em;
	font-weight: 100;
	text-align: center;
	color: #00b9ff;
}


/* HTTP ERROR MESSAGE */
.box_message_error {
	padding: 20px 15% 20px 15%;
	/*display: flex;
  	flex-direction: column;
  	justify-content: center;*/
}

.box_message_error h1 {
	font-size: 8.0em;
	font-weight: bold;
	text-align: center;
	margin: 0px 0px 20px 0px;
}

.box_message_error h2 {
	font-size: 2.0em;
	font-weight: 100;
	text-align: justify;
	text-align-last: center;
	-moz-text-align-last: center;
}

/* GAMES */

.content_games_list {
	list-style-type: none;
	padding: 0 10% 0 10%;
}

.content_games_list h1 {
	font-size: 3.0em;
	display: inline;
	font-weight: bold;
}

.content_games_list h2 {
	font-size: 1.0em;
	font-weight: 100;
	text-align: justify;
	text-align-last: center;
	-moz-text-align-last: center;
}

.content_games_list li {
	padding-top: 100px;
	padding-bottom: 100px;
	text-align: center;
}

.content_games_list li:after {
	content: '';
	display: block;
	clear: both;
}

.game_icon {
	width: 200px;
	display: block;
	text-align: center;
	margin: 40px auto;
}

.game_link {
	width: 250px;
	display: block;
	text-align: center;
	margin: 40px auto;
}

.game_img {
	max-width: 100%;
	box-shadow: 0px 0px 4px 0px;
	margin-bottom: 20px;
}


/* CONTACT */

.label_title {
	display: block;
	margin-bottom: 5px;
	color: #00b9ff;
	font-weight: 100;
}

.label_title span {
	margin-left: 20px;
	color: #FF0066;
}

#contact_form input, textarea {
	font-family: 'Roboto', sans-serif;
	font-size: 0.9em;
	font-weight: 100;
	box-sizing: border-box;
}

#contact_form input#name, input#email, textarea {
	padding: 10px;
	width: 100%;
	min-width: 100%;
	max-width: 100%;
	margin-bottom: 15px;
	border: 1px solid #999999;
	transition: box-shadow 0.5s ease;
	-webkit-transition: box-shadow 0.5s ease;
}
#contact_form input#name:focus, input#email:focus, textarea:focus {
	box-shadow: 0px 0px 6px 1px #00b9ff;
	transition: box-shadow 0.5s ease;
	-webkit-transition: box-shadow 0.5s ease;
}

#contact_form textarea {
	height: 100px;
	min-height: 100px;
	max-height: 300px
}

#contact_form .recaptchaContainer {
	text-align: center;
}

#contact_form .g-recaptcha {
	display: inline-block;
}

#contact_form input#submit {
	cursor: pointer;
	display: block;
	padding: 12px 20px 12px 20px;
	margin: 0 auto;
	font-size: 1.0em;
	color: #00b9ff;
	background-color: #FFFFFF;
	border: 1px solid #00b9ff;
	transition: background-color 0.4s ease, color 0.4s ease;
	-webkit-transition: background-color 0.4s ease, color 0.4s ease;
}
#contact_form input#submit:hover {
	color: #FFFFFF;
	background-color: #00b9ff;
	border: 1px solid #00b9ff;
	transition: background-color 0.4s ease, color 0.4s ease;
	-webkit-transition: background-color 0.4s ease, color 0.4s ease;
}

#contact_form div.form-success {
	box-sizing: border-box;
	width: 100%;
	text-align: center;
	margin-bottom: 10px;
	padding: 12px 12px 12px 12px;
	color: #00b9ff;
	background-color: #FFFFFF;
	border: 1px solid #00b9ff;
}

#contact_form div.form-error {
	box-sizing: border-box;
	width: 100%;
	text-align: center;
	margin-bottom: 10px;
	padding: 12px 12px 12px 12px;
	color: #FF0066;
	background-color: #FFFFFF;
	border: 1px solid #FF0066;
}


/* PRIVACY POLICY */
#privacy_update {
	font-size: 0.9em;
	margin-bottom: 4em;
}


/* ====== Styles for Footer ====== */

#footer p {
	margin: 0px;
	text-align: center;
	font-weight: 100;
	font-size: 0.9em;
}

#footer ul {
	list-style-type: none;
	padding: 0px;
	text-align: center;
	margin-top: 25px;
}

#footer li {
	display: inline-block;
	margin-left: 15px;
	margin-right: 15px;
}

#footer a {
	text-decoration: none;
	font-size: 1.0em;
	font-weight: 400;
	color: #CCCCCC;
	transition: color 0.4s ease;
	-webkit-transition: color 0.4s ease;
}

#footer a:hover {
	color: #00b9ff;
	transition: color 0.4s ease;
	-webkit-transition: color 0.4s ease;
}

#additionalLinks {
	padding: 0px;
	text-align: center;
	margin-bottom: 20px;
}

#additionalLinks a {
	font-weight: 100;
}

#additionalInfo {
	color: grey;
}

#logoFooter {
	width: 100px;
	height: 100px;
	margin-left: 10px;
}

/* max-width is correlated with lg Bootstrap size */
@media all and (max-width: 992px) {
	html, body {
		font-size: medium;
	}
	
	#logoTitle {
		width: 100px;
		height: 100px;
		position: relative;
		margin: 5px auto 5px;
	}
	
	#logoFooter {
		width: 60px;
		height: 60px;
		margin-left: 0px;
	}

	.game_icon {
		display: none;
	}
			
	.game_link {
		width: 200px;
		margin: 10px auto;
	}
}