﻿@charset "utf-8";

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

html, body {
  height: 100%;
  background-color: #bcbfbf;
  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: #f5f3e5;

  /* height: auto; */
  /* height: -webkit-calc(100% + 200px);
  height: -moz-calc(100% + 200px);
  height: expression(100% + 200px);
  height: -o-calc(100% + 200px);
  height: calc(100% + 200px); */

  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);
}

#header {
  margin-left: auto;
  margin-right: auto;
  max-width: 1300px;
  min-width: 650px;
  max-height: 200px;
  display: block;

  /* position: relative; */
  /* position: absolute; */
  top: 0;
  /* border: 1px solid #123456; */
  /* background-image: url('pics/header-main-r.png') center top no-repeat; */
}

#txt {
  /* position: absolute; */
  /* position: relative; */
  /* top: 200px; */
  text-align: justify;

  width: -webkit-calc(100% - 50px);
  width: -moz-calc(100% - 50px);
  width: expression(100% - 50px);
  width: -o-calc(100% - 50px);
  width: calc(100% - 50px);

  margin-left: auto;
  margin-right: auto;

  /* background-color: #123456; */
}

.divcytata {
  margin: 15px;
  margin-left: 150px;
  margin-right: 150px;
  font-style: italic;
}


 /* h1, h2, h3, h4, h5, h6 {
  font-family: 'ownFont';
  letter-spacing: 2px;
}  */

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;
}

h1.green1 {
  color: #296138;
  text-align: center;
  letter-spacing: 2px;
  text-transform: uppercase;
  margin-left: auto;
  margin-right: auto;
  text-shadow: none;
}

h1.bronze1 {
  text-shadow: none;
  color: #75590D;
  text-align: center;
  margin-left: auto;
  margin-right: auto;
}

h3 {
  color: #000000;
  font-weight: bold;
  text-transform: uppercase;
  margin-top: 15px;
  letter-spacing: 1px;
  text-align: center;
  max-width: 650px;
  margin-left: auto;
  margin-right: auto;
}

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

.divright {     /* container for pics portr */
  float: right;
  width: auto;
  height: auto;
  border: 0;
}

.pib {
  color: #75590D;
  text-align: center;
  font-size: 18px;
  font-weight: bold;
  margin: 15px;
  margin-right: 0;
  width: 250px;
  float: right;
  position: relative;
}

.pibposada {
  font-weight: normal;
}

.pib 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: 250px;
  /* height: 318px; */
  height: 355px;
}

.divpicnt {     /* container for pics with NoText*/
  width: auto;
  height: auto;
  margin: 15px;
  margin-right: 0;
  float: right;
  position: relative;
}

.divpicnt 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;
}
.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: 0;
  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 {
  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;
}

.divgeroi {
  position: relative;
  text-align: center;
}

.dg1 {
  display: inline-block;
  color: #75590D;
  text-align: center;
  font-size: 18px;
  font-weight: bold;
  margin: 15px;
  width: 250px;
}

.dg1 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: 250px;
  /* height: 318px; */
  height: 355px;
}
