/* Font import
========================================================================== */
@font-face {
	font-family: 'Noto Sans';
	src: url('../inc/fonts/NotoSans.woff2') format('woff2'), url("../inc/fonts/NotoSans.woff") format('woff');
	font-weight: normal;
	font-style: normal;
}
@font-face {
	font-family: 'Noto Sans';
	src: url('../inc/fonts/NotoSans-Bold.woff2') format('woff2'), url("../inc/fonts/NotoSans-Bold.woff") format('woff');
	font-weight: bold;
	font-style: normal;
}
/* Fundaments
========================================================================== */
* {
	box-sizing: border-box;
	-webkit-font-smoothing: antialiased;
	font-smoothing: antialiased;
	-webkit-tap-highlight-color: rgba(0, 0, 0, 0);
	-moz-tap-highlight-color: rgba(0, 0, 0, 0);
	tap-highlight-color: rgba(0, 0, 0, 0);
	scrollbar-color: #f070a1 #05386B;
	scrollbar-width: thin;
}
::-moz-selection {
	color: #edf5e1;
	background: rgb(55, 150, 131);
}
::selection {
	color: #edf5e1;
	background: rgb(55, 150, 131);
}
::-webkit-scrollbar {
	width: 7px;
}
::-webkit-scrollbar-track {
	background: #05386B;
}
::-webkit-scrollbar-thumb {
	background: #f070a1;
}
::-webkit-scrollbar-thumb:hover {
	background: #edf5e1;
}
html, body {
	margin: 0 auto;
	overflow-x: hidden;
}
html {
	padding: 0;
}
body {
	font-family: 'Noto Sans', sans-serif;
	color: #05386B;
	font-size: 18px;
	background-color: #5cdb95;
}
h1, h2, h3, h4, h5, h6 {
	font-weight: bold;
	text-transform: uppercase;
}
a {
	text-decoration: none;
	font-weight: bold;
	transition: all 0.3s;
}
/* Content
========================================================================== */
.icey_bg {
	position: fixed;
	background: linear-gradient(45deg, rgba(55, 150, 131, 1) 0%, rgba(92, 219, 149, 1) 70%);
	z-index: 0;
	width: 100vw;
	height: 100vh;
	top: 0;
	left: 0;
}
header, main, footer {
	display: flex;
	flex-direction: row;
	flex-wrap: nowrap;
	justify-content: center;
}
.byline {
	position: absolute;
	top: 20px;
	right: 30px;
	z-index: 10;
}
.byline a {
	color: #edf5e1;
	font-size: 0.8rem;
	font-weight: normal;
}
.byline a:hover {
	color: #05386B;
}
h1 {
	font-size: 4rem;
	font-weight: bold;
	text-transform: uppercase;
	color: #edf5e1;
	max-width: 600px;
	line-height: 1.2em;
}
h1 span {
	font-size: 5rem;
	color: #05386B;
}
.content {
	position: relative;
	display: flex;
	flex-direction: column;
	flex-wrap: nowrap;
	width: 100%;
	max-width: 1200px;
	z-index: 1;
	padding: 0 50px;
}
.bg_graphics {
	position: absolute;
	height: 500px;
	top: 50px;
	right: -105px;
	fill: #05386B;
	z-index: 0;
}
.inside_content {
	position: relative;
	z-index: 1;
}
.visitor_info {
	display: inline-block;
	width: 100%;
	margin-bottom: 10px;
	color: #edf5e1;
}
.visitor_info strong {
	color: #05386B;
}
.interaction_content {
	display: flex;
	flex-direction: row;
	align-items: flex-start;
	gap: 20px;
}
#input_website {
	width: 100%;
	padding: 15px;
	font-size: 1.1rem;
	border: 5px solid #05386B;
	border-radius: 10px;
	margin-bottom: 20px;
	background-color: #edf5e1;
	font-weight: bold;
}
#input_website:focus {
	border: 5px solid #8ee4af;
	outline: none;
}
#answer_content {
	position: relative;
	margin: 0 0 20px 0;
	background-color: #edf5e1;
	border: 5px solid #05386B;
	border-radius: 10px;
	padding: 30px 20px;
	width: 100%;
	display: flex;
	flex-direction: row;
	justify-content: space-between;
	gap: 20px;
	flex-wrap: wrap;
}
#answer_content:empty {
	display: none;
}
#answer_content span {
	display: flex;
	flex-direction: column;
}
#get_info {
	padding: 15px 30px;
	font-size: 1rem;
	text-transform: uppercase;
	cursor: pointer;
	border-radius: 10px;
	background-color: #f070a1;
	color: #fff;
	font-weight: bold;
	border: 5px solid #05386B;
	transition: all 0.3s;
	white-space: nowrap;
}
#get_info:hover {
	background-color: #8ee4af;
	color: #05386B;
}
.latest_lookups {
	position: relative;
	display: inline-block;
	width: 100%;
}
.latest_lookups {
	position: relative;
	margin: 80px 0px 0px 0px;
	background-color: #edf5e1;
	border: 5px solid #05386B;
	border-radius: 10px;
	padding: 30px 20px;
}
.latest_lookups h2 {
	font-size: 2.5rem;
	margin: 0;
	position: absolute;
	top: -4rem;
	left: 0;
	color: #edf5e1;
}
#the_list {
	display: flex;
	flex-direction: column;
	width: 100%;
	overflow-x: hidden;
	font-size: 0.9rem;
}
#the_list .row {
	display: flex;
	flex-direction: row;
	justify-content: normal;
	align-items: flex-start;
	height: auto;
	flex-wrap: nowrap;
	border-bottom: 2px solid #05386B;
	padding: 7px 10px;
	gap: 30px;
	transition: all 0.3s;
}
#the_list .row:last-child {
	border-bottom: none;
}
#the_list .row.labels {
	font-weight: bold;
}
#the_list .row:not(.labels):hover {
	background-color: #fff;
}
#the_list .row > div {
	width: 100%;
	overflow: hidden;
}
#the_list .row .domain a {
	font-weight: bold;
	color: #379683;
}
#the_list .row .domain a:hover {
	color: #05386B;
}
.content_container {
	position: relative;
	margin: 0 0 50px 0;
	background-color: #edf5e1;
	border: 5px solid #05386B;
	border-radius: 10px;
	padding: 20px;
}
.content_container h2 {
	font-size: 2.5rem;
}
.ad_h_full {
	position: relative;
	display: inline-block;
	width: 100%;
	border: 5px solid #05386B;
	border-radius: 10px;
	overflow: hidden;
	margin: 50px 0;
}
footer {
	color: #edf5e1;
	font-size: 0.8em;
	padding-bottom: 50px;
	text-align: right;
}
footer .content {
	padding: 20px 50px;
}
footer a {
	color: #edf5e1;
	font-weight: normal;
}
footer a:hover {
	color: #05386B;
}
.icey_notice {
	position: fixed;
	z-index: 100;
	top: 50%;
	left: 50%;
	transform: translate(-50%, -50%);
	background: #05386B;
	border: 5px solid #fff;
	border-radius: 10px;
	padding: 30px 20px;
	transition: top 1s, opacity 0.8s;
	box-shadow: 10px 10px 20px -5px rgb(0 0 0 / 50%);
	width: 400px;
	color: #fff;
	min-height: 150px;
	opacity: 1;
	display: flex;
	flex-direction: column;
	justify-content: center;
	text-align: center;
}
.icey_notice.icey_deactivate {
	top: -500px;
	opacity: 0;
}
/* Desktop
========================================================================== */
@media only screen and (min-width: 1024px) {
	#the_list .row > div {
		width: auto
	}
	#the_list .row > .domain{
		flex: 26%;
	}
	#the_list .row > .ip{
		flex: 12%;
	}
	#the_list .row > .location{
		flex: 28%;
	}
	#the_list .row > .coordinates{
		flex: 10%;
	}
}
/* Tablet
========================================================================== */
@media only screen and (max-width: 1024px) {
	body {
		font-size: 16px;
	}
	.byline {
		font-size: 0.8rem;
		right: 15px;
		top: 15px;
	}
	h1 {
		font-size: 2rem;
		max-width: 300px;
	}
	h1 span {
		font-size: 2.5rem;
		color: #edf5e1;
	}
	.content {
		padding: 0 20px;
	}
	.bg_graphics {
		height: 350px;
		right: -60px;
		top: 50px;
	}
	.latest_lookups h2, .content_container h2 {
		font-size: 1.5rem;
		top: -2.5rem;
	}
}
/* Phone
========================================================================== */
@media only screen and (max-width: 767px) {
	.bg_graphics {
		height: 300px;
		right: -149px;
	}
	h1 {
		margin-top: 40px;
	}
	.visitor_info span {
		display: inline-block;
		width: 100%;
	}
	.interaction_content {
		flex-direction: column;
		gap: 0;
		margin-bottom: 20px;
	}
	#input_website {
		padding: 10px;
		text-align: center;
	}
	#get_info {
		padding: 10px 20px;
		width: 100%;
	}
	#answer_content {
		flex-direction: column;
		gap: 15px;
	}
	#answer_content span {
		display: inline-block;
	}
	.latest_lookups {
		padding: 25px 10px;
		margin: 80px 0;
	}
	#the_list {
		font-size: 0.7rem;
	}
	#the_list .row {
		flex-direction: column;
		gap: 5px;
	}
	#the_list .row > div:empty {
		display: none;
	}
	#the_list .row.labels {
		display: none;
	}
	#the_list .row .domain::before {
		content: "Domain: ";
		font-weight: bold;
	}
	#the_list .row .ip::before {
		content: "IP-address: ";
		font-weight: bold;
	}
	#the_list .row .location::before {
		content: "Location: ";
		font-weight: bold;
	}
	#the_list .row .coordinates::before {
		content: "Coordinates: ";
		font-weight: bold;
	}
	.content_container h2 {
		font-size: 1.2rem;
		top: -2.5rem;
	}
	.icey_notice {
		width: calc(100vw - 30px);
		top: 100px;
	}
	.ad_h_full {
		padding: 0px;
		overflow: visible;
		border-radius: 0;
		border: none;
	}
}
/* Small phone
========================================================================== */
@media only screen and (max-width: 320px) {
	#the_list .row {
		flex-wrap: wrap;
		height: auto;
		padding: 20px 10px;
	}
}