/*!
 * Start Bootstrap - Heroic Features (https://startbootstrap.com/template-overviews/heroic-features)
 * Copyright 2013-2017 Start Bootstrap
 * Licensed under MIT (https://github.com/BlackrockDigital/startbootstrap-heroic-features/blob/master/LICENSE)
 */

html {
  height: 100%;
  box-sizing: border-box;
}

*,
*:before,
*:after {
  box-sizing: inherit;
}

body {
  position: relative;
  padding-top: 54px;
  background-color:#422e22;
  min-height:100vh;
  padding-bottom:80px;
  font-family:Raleway,sans-serif;
}

h1,h2,h3,h4,h5,h6,h7{
 font-family:Raleway,sans-serif;
 }
 
p{
font-family:Lato,sans-serif;
}

.header{
    background-image:url('../images/header.jpg');
    //background-position: 0% 25%;
    background-size: cover;
    background-repeat: no-repeat;
    min-height:400px;
    position:relative;
}

.fundacjaheader{
    max-width:70%;
    position:absolute;
    bottom:20px;
}

.wydarzenia{
background-color:#140c05;
}

.wydarzenia h4, .wydarzenia h6, .header h3{
    color:white;
    text-shadow: 3px 3px 1px #000000;
}

@media (min-width: 992px) {
  body {
    padding-top: 56px;
  }
}

.card {
  height: 100%;
}

footer {
  position: absolute;
  height:80px;
  width:100%;
  right: 0;
  bottom: 0;
  left: 0;
  text-align: center;
}


