/* CSS Document */
@import url(/css/menu.css);

html {
	margin: 0;
	padding: 0;
}
body {
	background-image: url(/media/nodo-bk.png);
	background-position: right center;
	background-repeat: no-repeat;
	background-attachment: fixed;
	/*white-space: nowrap;*/
	font-family: Helvetica, Arial, Tahoma, Verdana, Sans-serif;
	text-align: center;
        min-height: 100vh;
        padding: 10px;
        margin: 0;
	box-sizing: border-box;
	display:flex;

}
#content {
	padding: 10px;
	min-width: 800px;
	background: url(/media/nodo-bkv.png) fixed;
	background-position: right;
	background-repeat: no-repeat;
	background-color: #e8e8e8;
	border: 2px ridge silver;
	background-repeat: repeat-y;
	/*background-position:bottom;*/

	/*overflow: auto;*/
	padding: 50px 30px;
	margin: auto;
	
	/*height:500px;*/
	/*background:yellow;*/
}

.superbox {
	max-width: 1200px;
	min-width: 800px;
	margin: 0 auto;
	text-align: left;
	display: flex;
	flex-direction: column;
	flex-grow: 1;
}

.title {
	text-align: center;
	margin-top: 15px;
	font-size: 3em;
	font-weight: bolder;
	color: red;
	font-family: Arial, Helvetica, sans-serif;
}

#logo {
	position: absolute;
	top: 0;
	left: 10px;
}
#titlemain {
}

#mailtitle {
	margin-top: 0;
}

.socialbox {
	position: absolute;
	bottom: 3px;
	right: 3px;
	background: rgb(63,63,63);
	border: 2px ridge white;
	padding: 10px;
}

a {
	color: white
}
a:hover {
	color: yellow;
}

#header {
	width: 100%;
	position: relative;
	top: 0px;
	left: 0px;
	text-align: center;
	/*background-image: url(/media/hba/top-boh.jpg);*/
	background-repeat: no-repeat;
}

#footer {
	margin-top: 10px;
	padding-top: 1em;
	padding-right: 10em;
	font-size: smaller;
	font-family: monospace;
	text-align: right;
	background: url(/media/redfoot.png);
	background-repeat: no-repeat;
}

#mainpics {
	/*background:red;*/
	width: 723px;
	height: 480px;
	margin: 0 auto;
	overflow: hidden;
	text-align: center;
}

#mainpics img {
	margin: 0 auto;
}
#description {
	font-size: smaller;
	font-family: monospace;
	height: 1em;
}

#federicomail a {
	text-decoration: none;
	font-size: 1em;
}

.portfolio {
	display: inline-block;
	clear: both;
}
ul {
	display: table;
	padding: 0;
	margin: 0 auto;
	list-style-type: none;
}

.subsectionImg {
	display: table-cell;
	float: left;
	text-align: center;
	/*border:3px solid white;*/
	width: 250px;
	height: 280px;
	margin: 24px;
}

.subsectionImg img {
	margin: 0 auto;
	border: 1px white solid;
}

.quietlinks * {
	border: 0;
}

.galleria-base {
	list-style: none;
	padding: 0px;
	padding-bottom: 20px;
	overflow: auto;
}

.galleria-base li {
	display: inline;
	margin: 3px;
}

.galleria-base img {
	padding-right: 1px;
	padding-bottom: 1px;
}

.portmenu {
	margin: 0;
	padding: 0;
}
.portmenu a {
	font-size: smaller;
	font-family: monospace;
	font-weight: bolder;
	margin-left: 5px;
	margin-right: 5px;
	padding: 0;
	text-decoration: none;
	/*color:gray;*/
}

.links a {
	padding-left: 5px;
	padding-right: 5px;
}
.thumbs {
	font-family: serif;
}
.thumbs a {
	padding-right: 3px;
	padding-left: 3px;
}
#preview {
	position: absolute;
	display: none;
	border: 5px white ridge;
	max-height: 200px;
	max-width: 200px;
}

form p {
	margin: 2px;
}

.message {
	background: rgb(210,220,90);
	color: black;
}
.error {
	background: rgb(174,23,23);
	color: white;
}
.galleria-base .active {
	border: 2px ridge white;
	padding: 0;
}
.galimg {
	padding: 2px;
}

.satin {
	/* block with text satin to give contrast */
	background-color: #E8E8E8;
}

h1 {
	font-family: Verdana, Geneva, Arial, Helvetica, sans-serif;
	font-size: 1.2em;
	font-weight: normal;
}
h3 {
	font-family: sans;
	font-size: 1.1em;
}
.backlink {
	margin: 20px;
	padding:5px;
	height: 20px;
	background-color: #DDD;
	color: black;
	text-decoration: none;
}
