/*
	FSnordic.net
	CSS: Front page

	Version 1.2.0, 5/2025.
	Copyright Sami Puro 2025.
*/

@media (max-width: 550px) {
	#content {
		margin-top: 20px;
		width: 95%;
	}
	#footer {
		width: 95%;
	}
	#footer img {
		margin-right: 1px;
	}
	.roundButton {
		width: 150px;
		height: 150px;
	}
	.iconText a, .iconText a:visited {
		font-size: 250%;
	}
}
@media (min-width: 550px) {
	#content {
		margin-top: 20px;
		width: 95%;
		max-width: 850px;
	}
	#footer {
		width: 95%;
		max-width: 850px;
	}
	#footer img {
		margin-right: 10px;
	}
	.roundButton {
		width: 220px;
		height: 220px;
	}
	.iconText a, .iconText a:visited {
		font-size: 350%;
	}
}
@media (min-width: 850px) {
	#content {
		margin-top: 40px;
	}
}
@media (min-width: 1000px) {
	#content {
		margin-top: 60px;
	}
}


body {
	margin: 0px;
	padding: 0px;
	color: #000000;
	font-size: 14px;
	font-family: Raleway, Arial, Helvetica, Geneva, sans-serif;
	background-color: #e7e7e7;
}
#content {
	margin-left: auto;
	margin-right: auto;
	background-color: #fff;
	border: 2px solid #d0d7df;
	text-align: center;
	padding: 0;
	border-radius: 8px;
	-moz-border-radius: 8px;
	-webkit-border-radius: 8px;
	box-shadow: 0px 0px 25px 10px #d5d9e0;
	-moz-box-shadow: 0px 0px 25px 10px #d5d9e0;
	-webkit-box-shadow: 0px 0px 25px 10px #d5d9e0;
}
#header {
	background-color: #f9fafc;
	padding: 20px 10px 10px 10px;
	margin-bottom: 20px;
	border-bottom: 1px solid rgba(0,0,0,0.1);
	border-radius: 8px 8px 0 0;
	-moz-border-radius: 8px 8px 0 0;
	-webkit-border-radius: 8px 8px 0 0;
}
#header img {
	border: 0;
	max-width: 80%;
}
#icons {
	clear: both;
	padding-top: 20px;
}
.iconArea {
/*	float: left;		*/
	text-align: center;
	width: 100%;
}
.roundButton {
	display: inline-block;
	position: relative;
	cursor: pointer;
	border: 8px solid #fff;
	padding: 0px;
	text-decoration: none;
	text-align: center;
	color: #fff;
	font-size: 25px;
	font-weight: normal;
	line-height: 2em;
	border-radius: 200px;
	-moz-border-radius: 200px;
	-webkit-border-radius: 200px;
	box-shadow: 0px 0px 25px 5px #d5d9e0;
	-moz-box-shadow: 0px 0px 25px 5px #d5d9e0;
	-webkit-box-shadow: 0px 0px 25px 5px #d5d9e0;
	background-size: 60%;
	background-repeat: no-repeat;
	background-position: 50% -130%;
}
.forumButton {
	background-color: #4b80bf;
	background-image: url('/layout/img/frontIcons1.png');
}
.forumButton:hover {
	background-color: #ffffff;
	border: 8px solid #4b80bf;
	background-position: 50% 215%;
}
.filesButton {
	background-color: #d16249;
	background-image: url('/layout/img/frontIcons2.png');
}
.filesButton:hover {
	background-color: #ffffff;
	border: 8px solid #d16249;
	background-position: 50% 235%;
}

.iconText {
	clear: both;
	margin: 20px 0;
}
.iconText a, .iconText a:visited {
	color: #636f7f;
	font-family: 'Nunito', Arial, sans-serif;
	text-transform: uppercase;
	text-decoration: none;
	transition: color 1s ease-in-out;
}
.iconText a:hover, .iconText a:active {
	color: #383f48;
}

#text {
	clear: both;
	padding: 20px 0;
}
#text a, #text a:visited {
	color: #636f7f;
}
#text .largeFont {
	font-size: 140%;
}

#footer {
	margin: 10px auto;
	text-align: right;
}
#footer img {
	border: 0;
}
#banner {
	width: 500px;
	max-width: 98%;
	margin: 20px auto;
	font-family: Arial;
	color: #636f7f;
	font-size: 80%;
	text-align: center;
}
#banner a {
	clear: both;
}
#banner img {
	border: 0;
	margin: 10px 0;
	max-width: 98%;
}