#menu{
	background-color: #3c3c3c;
}

#opis_1{
	background-color: #ededed;
	padding-top: 30px;
	padding-bottom: 30px;
	background: linear-gradient(rgba(0,0,0,0.5),rgba(0,0,0,0.5)), url("../grafika/tlo.jpg");
	background-position: center top;
	background-repeat: no-repeat;
	background-size: cover;
	color: white;
}

.opis_1_czcionka h1{
	font-size: 30px;
}
	
.opis_1_czcionka{
	font-family: 'Russo One', sans-serif;
}

.opis_1_2{
	/*font-family: 'Russo One', sans-serif;*/
	font-size: 2.7vh;
	font-weight: 300!important;
}

#opis_2{
	color: white;
	background-color: #4d4d4d;
	padding-top: 30px;
	padding-bottom: 30px;
}

#stopka{
	background-color: black;
	padding-top: 30px;
	padding-bottom: 30px;
}

/* OPIS */
section {
    padding-top: 4rem;
    padding-bottom: 5rem;
    background-color: #f1f4fa;
}
.wrap {
    display: flex;
    background: white;
    padding: 1rem 1rem 1rem 1rem;
    border-radius: 0.5rem;
    box-shadow: 7px 7px 30px -5px rgba(0,0,0,0.1);
    margin-bottom: 2rem;
	height: 100%;
}

.wrap:hover {
    background: linear-gradient(135deg,#ffc107 0%,#9b780f 100%);
    color: white;
}

.ico-wrap {
    margin: auto;
}

.mbr-iconfont {
    font-size: 4.5rem !important;
    color: #313131;
    margin: 1rem;
    padding-right: 1rem;
}
.vcenter {
    margin: auto;
}

.mbr-section-title3 {
    text-align: left;
}
h2 {
    margin-top: 0.5rem;
    margin-bottom: 0.5rem;
}
.display-5 {
    font-family: 'Source Sans Pro',sans-serif;
    font-size: 1.4rem;
}
.mbr-bold {
    font-weight: 700;
}

 p {
    padding-top: 0.5rem;
    padding-bottom: 0.5rem;
    line-height: 25px;
}
.display-6 {
    font-family: 'Source Sans Pro',sans-serif;
    font-size: 1re}
/* OPIS */

/* GALERIA */

#demo {
  height:100%;
  position:relative;
  overflow:hidden;
}


.green{
  background-color:#6fb936;
}
.thumb{
	margin-bottom: 30px;
}

img.zoom {
    width: 100%;
    height: 200px;
    border-radius:5px;
    object-fit:cover;
    -webkit-transition: all .3s ease-in-out;
    -moz-transition: all .3s ease-in-out;
    -o-transition: all .3s ease-in-out;
    -ms-transition: all .3s ease-in-out;
}
        
 
.transition {
    -webkit-transform: scale(1.2); 
    -moz-transform: scale(1.2);
    -o-transform: scale(1.2);
    transform: scale(1.2);
}
    .modal-header {
   
     border-bottom: none;
}
    .modal-title {
        color:#000;
    }
    .modal-footer{
      display:none;  
    }

/* GALERIA */

@media only screen and (max-width: 600px) {
	body {
		margin-bottom: 59px;
	}
	
	.opis_1_czcionka h1{
		font-size: 20px;
	}
}