@charset "utf-8";

* {
  margin: 0;
  padding: 0;
  font-family: 'ownFont';
}

html, body {
  height: 100%;
  background-color: #bebec3;
  color: #000000;
}

img, div {
  border: 0;
}
img {
  max-width: 100%;
}

#container {
  margin-left: auto;
  margin-right: auto;
  max-width: 1300px;
  min-width: 650px;
  display: block;
  background-color: #ffffff;
  position: relative;

  border-radius: .2em;
  border-color: rgba(82,131,0,0.8);
  outline: 0;
  outline: thin dotted \9;
  -webkit-box-shadow: inset 0 1px 1px rgba(0,0,0,.075), 0 0 8px rgba(82,131,0,.6);
  -moz-box-shadow: inset 0 1px 1px rgba(0,0,0,.075), 0 0 8px rgba(82,131,0,.6);
  box-shadow: inset 0 1px 1px rgba(0,0,0,.075), 0 0 8px rgba(82,131,0,.6);
}

#txt {
  background: url(../pics/header-kerivn-l.png) left top no-repeat, url(../pics/bottom-kerivn.jpg) left bottom repeat-x;
  margin-left: auto;
  margin-right: auto;
  text-align: justify;
  position: relative;
  background-color: #ffffff;
}

h1 {
  text-shadow: 0 0 15px rgba(255,255,255,.5), 0 0 10px rgba(255,255,255,.5), 0px 3px 7px rgba(117,89,13,0.6);
  color: #75590D;
  text-align: center;
  margin-left: auto;
  margin-right: auto;
}

p {
  text-indent: 15px;
  font-size: 20px;
  line-height: 1.2em;
  text-align: justify;
  padding-left: 15px;
  padding-right: 15px;
}

#divrector {
  position: relative;
  text-align: left;
  float: left;
  width: 100%;
}

.portr {
  margin: 15px;
  margin-top: 0;
  float: left;
  display: inline-block;
}

.portr img {
  border: 2px solid #947812;
  -webkit-background-size: contain;
  -moz-background-size: contain;
  -o-background-size: contain;
  background-size: contain;
  background: no-repeat center top fixed;
  overflow: hidden;
  width: 300px;
}

.bio {
  float: left;
  border: 0;
  bottom: 0;
  display: inline-block;

  text-indent: 0;
  font-size: 20px;
  line-height: 1.2em;
  text-align: left;
  font-weight: bold;
}

.pib {
  color: #75590D;
  text-align: left;
  font-size: 30px;
  font-weight: bold;
  margin-top: 50px;
  margin-bottom: 15px;
  line-height: 1.0em;
}

.divpic {     /* container for pics with text with fixed 500 px image width */
  color: #75590D;
  text-align: left;
  font-size: 18px;
  font-weight: bold;
  font-style: italic;
  width: 501px;
  height: auto;
  margin: 15px;
  margin-right: 25px;
  float: right;
  position: relative;
}

.divpic img {
  border: 2px solid #947812;
  -webkit-background-size: contain;
  -moz-background-size: contain;
  -o-background-size: contain;
  background-size: contain;
  background: no-repeat center top fixed;
  overflow: hidden;
  width: auto;
  height: auto;
}

hr {
  border: 1px solid #005b31;
  /* padding-bottom: 15px;
  padding-top: 15px; */
  margin-top: 15px;
  margin-bottom: 15px;
}

.divnavi {
  padding-bottom: 20px;
  margin-bottom: 20px;
  text-align: center;
  margin-left: auto;
  margin-right: auto;
}

a, a:visited {
  color: #75590D;
  font-size: 19px;
  text-decoration: none;
  font-weight: normal;
}

a:hover, a:active {
  color: #513e09;
  font-size: 19px;
  text-decoration: underline;
  font-weight: normal;
}
