/*
To change this license header, choose License Headers in Project Properties.
To change this template file, choose Tools | Templates
and open the template in the editor.
*/
/* 
    Created on : 19.11.2018, 20:23:24
    Author     : U022751-N
*/

* {
    color:#0e8029;
}
body {
    display:flex;
    flex-direction:column;
    background-color:#74ce90;
}
.flex-fill {
    flex: 1 1 auto;
}
.flex-shrink {
    flex-shrink: 0;
}
#header, #banner, #content {
    max-width:1000px;
    margin: 0 auto;    
}
#banner, #content {
    padding:15px;
}
#header {    
    background: transparent url('../theme/header.jpg') 0 24px no-repeat;
    background-size:contain;
    max-width:1030px;
    height:224px;
}
#logo {
    position:relative;
    max-width:330px;
    height:auto;
    padding-top: 80px;
    padding-left: 25px;
    float:left;
}
#logo a img {
    height:auto;
    max-width:100%;
}
@media (max-width: 575px) {
  #logo {
    max-width: 130px;
    padding-top: 50px;
  }
  #header {
      height: 112px;
  }
}
@media (min-width: 576px) {
  #logo {
    max-width: 220px;
    padding-top: 60px;
  }
  #header {
      height: 152px;
  }}

@media (min-width: 768px) {
  #logo {
    max-width: 330px;
    padding-top:80px;
  }
  #header {
      height: 224px;
  }
}
#content-block {
    width:1030px;
    margin:0 auto;
    padding:0;    
    background:#8cc49d;
}
/*@media (min-width: 992px) {
  .container {
    max-width: 960px;
  }
}*/
#contact span {
    position:relative;
    float:right;
}
#footer {
    text-align: center;
}
