@charset "utf-8";
/* CSS Document */

body {
	font: 100%/1.4 Verdana, Arial, Helvetica, sans-serif;
	background: #42413C;
	background-image:url(../bg.jpg); 
	background-repeat: repeat;
	margin: 0;
	padding: 0;
	color: #000;
}


h1, h2, h3, h4, h5, h6, p {
	margin-top: 0;	 
	padding-right: 15px;
	padding-left: 15px; 
}

h2 {
		margin-top:2em;
}

h3 {
	color:#525252;
}
a img { 
	border: none;
}

a:link {
	color: #42413C;
	text-decoration: underline; 
}
a:visited {
	color: #6E6C64;
	text-decoration: underline;
}
a:hover, a:active, a:focus { 
	text-decoration: none;
}


.container {
	width: 960px;
	background: #D0EFFB;
	margin: 0 auto; 
	border:2px solid black;
}

.header {
	background: #FFF;
	color:#900;
}

* .content {
	font-size: 120%;
	line-height:1.5em;
}

.content {
	padding: 10px 0;
}

.content * {
	margin-bottom:2em;
}


.content h1 {
    border-bottom: none;
	font-variant:small-caps;
    text-align: center;
    margin-top: 2em;
    font-size: 2em;
}

.content h2 {
    border-bottom: 5px solid black;
    line-height: 1.2em;
    font-size: 1.2em;
	font-variant:small-caps;
}


.content input, .content textarea {
    font-size: large;
    max-width: 100%;
    padding-top: 1em;
    padding-bottom: 1em;
    padding-left: 7px;
}

.content .img {
	background-color:white;
	text-align:center;
}


input#laheta {
    width: 8em;
}

.footer {
	padding: 10px 0;
	border-top:1px solid black;
	background: #D0EFFB;
	clear:both;
	text-align:center;
	font-size:1em;
}

#products {
	float: left;
	width:60%;
	border-right:1px solid gray;
	padding:5px;
	margin:5px;

}
.info {
	float:right;
	width:35%;
	padding:10px;
}

sup {
	color:red;
	font-size:0.5em;
	text-decoration:none;
}
a sup {
	text-decoration:none;
}
.footnote {
	font-size:0.6em;
}
@media screen and (max-width:920px) {
.container {
	width: 100%;
}
#Insert_logo {
	width: 99%;
	height: auto;
}
div.info, div#products {
	clear:both;
	float:none;
	width:100%;
	border-right;
}
}

        .author-bio {
            display: flex;
            align-items: center;
            font-family: Arial, sans-serif;
			color: white;
			background: #3b3b3b;
        }
		.author-bio a {
			color: white;
		}
        .author-image {
            flex: 0 0 100px; /* Width of the image */
            margin-right: 20px;
        }
        .author-image img {
            width: 100%;
            border-radius: 50%; /* For rounded image */
        }
        .author-info {
            flex: 1; /* Take remaining space */
        }
        .author-name {
            font-size: 1.2em;
            font-weight: bold;
            margin-bottom: 5px;
        }
        .author-description {
            font-size: 1em;
            line-height: 1.4;
            margin-bottom: 10px;
        }
        .author-schema {
            display: none; /* Hide schema markup visually */
        }