@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: #ade8fe;
}


/* ====== 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: 100px;
	position: absolute;
	top: 15px;
	left: 15px;
	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 ====== */

.image_list_element {
	margin-left: 50px;
	margin-right: 25px;
	max-width: 50px;
}

.list-unstyled li {
	display: flex;
	align-items: flex-start;
}

.text_list_element {
	margin-right: 50px;
}

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;
}

a {
	text-decoration: none;
	font-size: 1.0em;
	font-weight: 400;
	color: #464646;
	transition: color 0.4s ease;
	-webkit-transition: color 0.4s ease;
}

a:hover {
	color: #00b9ff;
	transition: color 0.4s ease;
	-webkit-transition: color 0.4s ease;
}

a svg {
	transition: filter 0.3s ease;
}

a:hover svg {
	filter: drop-shadow(0 0 6px #00b9ff);
}

/* SCREEN */

.circle_screen,
.circle_screen_big {
	transition: transform 0.3s ease;
}

.circle_screen:hover,
.circle_screen_big:hover {
	transform: scale(1.05);
}

.circle_screen {
	height: 300px;
}

.circle_screen_big {
	height: 350px;
}


/* BOX BANNER */

.box_banner {
	display: flex;
	flex-direction: column;
	justify-content: center;
	align-items: center;
	left: 50%;
	height: 300px;
	margin-bottom: 40px;
	background-size: cover;
	background-position: center;
	background-repeat: no-repeat;
}

.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%;
}

h1 {
	font-size: 2.5em;
	font-weight: 100;
	text-align: center;
	margin: 0px 0px 20px 0px;
}

h2 {
	font-size: 1.0em;
	font-weight: 100;
	text-align: justify;
	text-align-last: center;
	-moz-text-align-last: center;
}

h3 {
	font-size: 1.5em;
	font-weight: 100;
	text-align: center;
	color: #00b9ff;
}

#privacy-policy h1,
#privacy-policy h2,
#privacy-policy h3 {
	text-align-last: left;
	-moz-text-align-last: left;
}


/* 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: 10px 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 {
	bottom: 0;
}

#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;
	margin-left: 10px;
}

@media all and (max-width: 1024px) {

	html,
	body {
		font-size: medium;
	}

	#logoTitle {
		width: 70px;
		position: relative;
		margin: 5px auto 30px;
	}

	#logoFooter {
		width: 70px;
		margin-left: 0px;
	}

	.game_icon {
		display: none;
	}

	.game_link {
		width: 200px;
		margin: 10px auto;
	}

	.social-media-icon {
		width: 50px;
		margin-top: 10px;
	}

	.social-media-icon-small {
		width: 30px;
		margin-top: 15px;
	}

	.circle_screen {
		height: 220px;
	}

	.circle_screen_big {
		height: 270px;
	}

}