
.rekrutacja-jumbotron {
	background-image: url(img/blu_baner.jpg);
	background-size: cover;
}

h1, h3 {
	margin-top: 50px;
}

.card {
  float: left;
  width: 33.333%;
  padding: .75rem;
  margin-bottom: 2rem;
  border: 0;
}

.card > img {
  margin-bottom: .75rem;
}

.card-text {
  font-size: 85%;
}

.blok_tekstu {
	text-align: justify;
	margin-top: 1rem;
	margin-bottom: 1rem;
}

.card-title {
	margin-top: 1rem;
	font-weight: bold;
}

.autor_info {
	color: gray;
	text-align: right;
}

#projekty {
	background: url('img/jumbo/projekty.jpg') center center no-repeat;
	 background-size: cover;
	padding: 1.9rem;
}
.about-text {
	 background: rgba(0,0,200,0.3);
	 color: white;
	 padding: 1.875rem;
	 
}

#news {
	margin-top: 2rem;
}

.maps iframe{
	pointer-events: none;
}

footer {
	margin-top:	2rem;
	padding-top: 3rem;
	padding-bottom: 3rem;
	background-color: #dddddd;	
  }
  
  footer p {
	margin-bottom: .25rem;
  }



.social-buttons {
    margin-top: 10px
}

.social-buttons button {
    margin-right: 10px
}

.neo-button {
    width: 70px;
    height: 70px;
    cursor: pointer;
    border: none;
    outline: none;
    border-radius: 11px;
    background: linear-gradient(145deg, #5bc6ff, #4da7db);
    box-shadow: 6px 6px 13px #489dcf, -6px -6px 13px #62d5ff
}

.neo-button:hover {
    width: 70px;
    height: 70px;
    border: none;
    outline: none;
    border-radius: 11px;
    background: linear-gradient(145deg, #4da7db, #5bc6ff);
    box-shadow: inset 6px 6px 13px #489dcf, inset -6px -6px 13px #62d5ff
}

.neo-button .fa {
    color: #eee
}