html,body {
    background-color: #eee;
    font-family: 'Georgia', georgia, century, serif;
    font-size: 11pt;
    font-weight: 400;
    margin: 0;
    padding: 0;
    height: 100%;
    min-height: 100%;
}

p {
  margin-top: 0;
  margin-bottom: 1em;
}

#front-page {
    background-image: url('photo4.jpg');
    background-repeat: no-repeat;
    background-size: 100% 100%;
    height: 100%;
    position: relative;
}

#map_canvas {
    width: 100%;
    height: 400px;
    border: 1px solid grey;
}

.bottom {
    width: 100%;
    text-align: center;
    position: absolute;
    bottom: 40px;
}

#logo {
    background-image: url('logo-znamin.png');
    background-repeat: no-repeat;
    height: 150px;
    background-size: 100%;
}

h2 {
  margin-top: 3em;
  margin-bottom: 2em;
}

h3 {
  margin-top: 0;
  font-family: 'Quattrocento Sans';
}

.page {

  padding-top: 50px;
  padding-bottom: 50px;
}

.briefs {
    width: 500px;
    border: 2px solid red;
    margin-left: auto;
    margin-right: auto;
}

.brief {
    cursor: pointer;
}


.white {
    color: white;
}

.container_16 {
  text-align: left;
  margin: 0 auto;
  width: 960px;
}

.clearfix {
    clear: both;
}

.alpha {
  margin-left: 0;
}

.omega {
  margin-right: 0;
}

.grid_1,
.grid_2,
.grid_3,
.grid_4,
.grid_5,
.grid_6,
.grid_7,
.grid_8,
.grid_9,
.grid_10,
.grid_11,
.grid_12,
.grid_13,
.grid_14,
.grid_15,
.grid_16 {
  display: inline;
  float: left;
  margin-left: 10px;
  margin-right: 10px;
}

.container_16 .grid_4 {
  width: 220px;
}

.container_12 .grid_6,
.container_16 .grid_8 {
  width: 460px;
}

.container_12 .grid_8 {
  width: 620px;
}
