/*  
    style.css bW9kaWZpY2F0aW9uIGJ5IG1o
	Date: 29.05.2020
    Version: 1.0
    License: MIT , url: https://opensource.org/licenses/MIT
*/


@media only screen and (min-width: 992px){
#mainNav3 .navbar-nav > li.nav-item > a:focus, #mainNav .navbar-nav > li.nav-item > a:hover {
     color: #0085A1; 
}

}

@media only screen and (min-width: 992px){
#mainNav3 .navbar-nav>li.nav-item>a:focus, #mainNav .navbar-nav>li.nav-item>a:hover {
    color: #0085A1; 
}

}

.img-news {
    float: left;
    margin-right: 10px;
    margin-top: 35px;
	width:200px;
    
}

header.masthead .overlay {
    position: absolute;
    top: 0;
    left: 0;
    height: 100%;
    width: 100%;
    background-color: #212529;
    opacity: 0;
}

.text-shadow{
	text-shadow: 0px 0px 25px rgba(0,0,0,.8);
	
}

.text-shadow-2{
	text-shadow: 0px 0px 18px rgba(0,0,0,.6);
	
}


.bg-logo{
	background: rgba(0,0,0,.3);
}

#masthead .bg-logo{
	background: rgba(0,0,0,.7);
}

.text-logo{
	letter-spacing: 4px;
	
}


footer {
     padding: 35px 0 25px;
}

.main-color{
	background: #0085A1; 
}


@media only screen and (min-width: 768px){
.post-preview > a > .post-title {
    font-size: 28px;
}
}

.post-preview > a > .post-subtitle {
    font-size:22px;
}


.post-preview{
    margin-left:0px;
}

.post-preview > p {
    margin: 4px 0;
}

.mb-news{
	    margin-bottom: 35px;
}

footer .copyright {
    font-size: 18px;
    margin-bottom: 0;
    text-align: center;
}


/*nav */

@media only screen and (min-width: 992px){
#mainNav .navbar-nav>li.nav-item>a {
    padding: 10px 20px;
    color: #000;
}
}
#mainNav .navbar-nav>li.nav-item>a {
    font-size: 12px;
    font-weight: 800;
    letter-spacing: 1px;
    text-transform: uppercase;
}
.navbar-light .navbar-nav .nav-link {
     color: rgba(0,0,0,1); 
}

/* ------- */


@media (min-width: 1200px){
#latest-news > .container {
    max-width: 1400px;
}

}



.card {
    margin-right: 15px;
    margin-bottom: 0;
    margin-left: 15px;
}


@media (min-width: 576px){
.card-group>.card+.card {
    margin-left: 0;
    border-left: 1px solid rgba(0,0,0,.125);
}
}



.maps{
	width: 450px;
	height: 300px;
	
}

@media only screen and (max-width: 992px){
.maps{
	width: 350px;
	height: 250px;
	
}

}

@media only screen and (max-width: 576px){
.maps{
	width: 250px;
	height: 250px;
	
}

}


/* box card zastosowane w podstronie "kadra" powstały na bazie https://bootsnipp.com/snippets/8M2WK */ 

.social-box .box{
    background: #FFF;
    border-radius: 10px; 
    padding: 40px 10px;
    margin: 20px 0px;
    transition: all 0.5s ease-out;
}

/*
.social-box .box:hover{
   box-shadow: 0 0 18px rgba(0,0,0,.5);
}
*/

.social-box .box .box-text{
    margin:20px 0px;
    font-size: 15px;
    line-height: 30px;
}

.social-box .box .box-btn a{
    text-decoration: none;
    color: #4183D7;
    font-size: 16px;
}

.fa{
     color:#4183D7;
}

/* box card zastosowane w podstronie "kadra" powstały na bazie https://bootsnipp.com/snippets/8M2WK */ 


.text-format{
	text-align:justify!important;
	
}
@media only screen and (max-width: 992px){
	.text-format{
	text-align:left!important;
	
}
}

header#masthead .page-heading h1, header.masthead .site-heading h1 {
    font-size: 60px;
}



header#masthead .page-heading, header.masthead .post-heading, header.masthead .site-heading {
    padding: 120px 0 70px;
    color: #fff;
}


#myimageid img {
  width: 60%;
  height: auto;
}

@media only screen and (max-width: 992px){
	#myimageid img {
	  width: 100%;
	  height: auto;
}

header#masthead .page-heading h1, header.masthead .site-heading h1 {
    font-size: 35px;
}

}

.vat-info{
	float:right!important;
}

@media only screen and (max-width: 1100px){
	.vat-info{
	float:left!important;
}

}

