﻿/*
Theme Name: www.web-center.pl
Theme Name: www.web-center.pl
Description: ....
Author: B0l0
Author URI: Theme Name: www.web-center.pl
Version: 1.0
Tags: black, blue, white, two-columns, fixed-width, custom-header, custom-background, threaded-comments, sticky-post, translation-ready, microformats, rtl-language-support, editor-style, custom-menu (optional)

License:
License URI:

General comments (optional).
*/






.fa, .fab, .fal, .far, .fas {

    color: white;
}


.call > a {
  color: white;
  transition: 0.4s;
}
.call > a:hover {
    color: #9b9b9b !important;
}

.extra-button {
  font-size: 16px;
  color: white;
  border: 2px dotted red;
  padding: 15px 20px;
  text-align: center;
  font-weight: bold;
  background: transparent;
  transition: 0.4s;
}
.extra-button:hover {
  background: #ffffffe3;
  color: red;
}

.navbar-light .navbar-nav .nav-link:focus, .navbar-light .navbar-nav .nav-link:hover {
    color: #02569c;
}
.navbar-light .navbar-nav .nav-link:focus, .navbar-light .navbar-nav .nav-link {
    transition: 0.3s;
    padding: 15px 10px;
}


.navbar-light .navbar-nav .active>.nav-link, .navbar-light .navbar-nav .nav-link.active, .navbar-light .navbar-nav .nav-link.show, .navbar-light .navbar-nav .show>.nav-link {
    font-weight: bold;
    color: #0288d1;
}

.navbar-light .navbar-nav .nav-link:focus {background: transparent;}


.red {
	color: #02569c;
}
.affix {
  position: fixed;
  top: 0;
  right: 0;
  left: 0;
  z-index: 9999;

}

/* fixed to top styles */

.affix.navbar {
  background: rgba(0, 5, 0, 0.8);
  transition: 0.5s;


}


.btn-dark:hover {
	background: transparent;
	}


h3 > a{
	font-size: 22px;
    color: black;
    line-height: 22px;
    font-weight: 400;
	transition: 0.4s;
}

a:hover {
	text-decoration: none;
}

h2 {
      font-size: 28px;
    font-weight: 800;
    font-style: normal;
}
h2 > span {
  font-weight: 300;
}


.street-view:hover {
	background: green;
}
.street-view > a {
	color: white;
}
.modal-dialog {
    max-width: 1024px;
    margin: 1.75rem auto;
}

.navbar-brand img {
	transition: 0.4s;
}


p.text-h4 {
	color: #2D2D2D;
	word-break: normal;
	font-size: 11pt;
}
h5 {
    font-size: 20px;
    font-weight: 400;
    margin-bottom: 15px;
    letter-spacing: -1px;
    color: #FFF;
}


.effect {
    position: relative;
    overflow: hidden;
    max-height: 300px;
}
.effect > a {
	position: absolute;
	top: 50%;
	left: 0%;
	opacity: 0;
	transition: 0.3s;
	color: white;
	font-size: 28px;
	font-weight: 800;
	    transform: translate(-50%, -50%);
	    text-align: center;

}
.effect > a:after {
	width: 10px;
	height: 2px;
	background: red;
	margin: 0px auto;
	display: block;
	transition: 0.3s;
}
.effect:hover > a {
	top: 50%;
	left: 50%;
	opacity: 1;
}
.effect:hover > a:after {
	content: "";
	width: 150px;
	height: 2px;
	background: white;

}

.effect img {
	transform:  scale(1.0);
	transition: 0.5s;
}
.effect:hover img {
	 transform: scale(1.5);
}
.realizacje {
color: black; 
font-size: 24px; 
font-weight: 800;
}
.realizacje:after {
    content: '';
    width: 205px;
    height: 3px;
    display: block;
	margin: 10px auto;
    background: #ac8033;
}


.usluga {
	border: 2px solid #e7e7e7;
	padding: 15px 15px;
	transition: 0.4s;

}
.usluga:hover {
	border: 2px solid #ac8033;
}

.usluga > h3 > a {
	color: red;
	font-weight: 400;

}
.usluga:hover > h3 > a {
	color: #848484;
	font-weight: 400;
	
}

.linki ul {
	list-style: none;
}
ul.footer-link li a {
	color: rgba(153,153,153,1);
	transition: 0.4s;
}
ul.footer-link li a:hover {
color: white;
	}
.lista-blog ul {
	    padding-inline-start: 0px;
	        margin-block-start: 0px;
	        list-style: none;
	    
}
.red > a {
	color: #999;
}
.navbar-expand-lg .navbar-nav .dropdown-menu {
    position: absolute;
    color: white;
    background: rgba(255, 255, 255, 0.65);
}
.dropdown-item {
    font-weight: 600;
    color: white;

}


.lista-blog ul li a{
	color: rgba(190,190,190,1);
	transition: 0.4s;
}
.lista-blog ul li a:hover{ color: white; }

img.img-opacity {
	transition: 0.4s;
	opacity: 1;
}
img.img-opacity:hover {
	opacity: 0.7;
	-webkit-box-shadow: -5px 9px 15px -5px rgba(0,0,0,0.75);
-moz-box-shadow: -5px 9px 15px -5px rgba(0,0,0,0.75);
box-shadow: -5px 9px 15px -5px rgba(0,0,0,0.75);
}

.header-contact {
	position: relative;
}
.contact {
	    font-size: 34px;
	    position: absolute;
	    top: 30%;
	   
	    font-weight: 800;
	    color: white;
}
.godziny {
	font-size: 10pt;
}
input[type="text"] {
	margin: 5px 0px;
}
input[type="email"] {
	margin: 20px 0px;
}
textarea.form-control {
    height: 250px;
}