/*-----------BEGIN FONT STYLES---------------*/
/*! Generated by Font Squirrel (https://www.fontsquirrel.com) on November 5, 2020 */



@font-face {
    font-family: 'hussar_ekologicznyregular';
    src: url('hussarekologiczne1-webfont.woff2') format('woff2'),
         url('hussarekologiczne1-webfont.woff') format('woff');
    font-weight: normal;
    font-style: normal;

}
/*-----------END FONT STYLES-----------------*/

body {
  margin: 0;
}

html {
  box-sizing: border-box;
}

*, *:before, *:after {
  box-sizing: inherit;
}
/*-----------BEGIN ABOUT PAGE STYLE----------*/
.column {
  float: left;
  width: 33.3%;
  margin-bottom: 16px;
  padding: 0 8px;
}

.card {
  box-shadow: 0 4px 8px 0 rgba(0, 0, 0, 0.2);
  margin: 8px;
}

.about_hdr {
  padding: 50px;
  text-align: center;
  background-color: #05044E;
  color: white;
}

.container_about {
  padding: 0 16px;
}

.container_about::after, .row::after {
  content: "";
  clear: both;
  display: table;
}

.title {
  color: grey;
}
/*-----------END ABOUT PAGE STYLE------------*/


/*-----------BEGIN HEADER STYLE--------------*/
.contain_header{
    background-image: url('header_img.png');
    background-size: cover;
    width: %100;
    height: 150px;
    /* center a div insidee another div*/
    display: flex;
    flex-direction: row;
    flex-wrap: wrap;
    justify-content: center;
    align-items: center;
}

.centered_div{
    width: 80%;
    height: 100px;
    margin: 10px;
    padding:5px;
    background: #05044E;
    opacity: .7;
    color:white;
    text-align: center;
}

#inside_txt {
    font-family: 'hussar_ekologicznyregular';
    font-size: 60px;
    margin: 0;
}
/*-----------END HEADER STYLE----------------*/


@media screen and (max-width: 650px) {
  .column {
    width: 100%;
    display: block;
  }
}



