@import url('https://fonts.googleapis.com/css?family=Poppins:400,500,700');
html, body{
	height: 100%;
	width: 100%;
	font-family: 'Poppins', sans-serif;
	color: #222;

}
.navbar {
    padding: .8rem;
    opacity: 0.9
}
.navbar-nav li{
	padding-right: 20px;

}
.nav-link{

	font-size: 1.1rem !important;
}
.carousel-inner img{
	width: 100%;
	height: 80%;
}
.carousel-caption h1{
	font-size: 500%;
	text-transform: uppercase;
	text-shadow: 1px 1px 15px #000;
}
.carousel-caption h3{
	font-size: 200%;
	font-weight: 500;
	text-shadow: 1px 1px 10px #000;
}

footer {
    background-color: #212121;
    color: #d5d5d5;
    padding-top: 2rem;
}



.carousel-item{
	transition: -webkit-transform 0.5s ease;
	transition: transform 0.5s ease;
	transition: transform 0.5s ease, webkit-transform 0.5s ease;
	-webkit-backface-visibility: visible;
	backface-visibility: visible;
}

figure {
	position: relative;
	width: 100%;
	height: 60%;
	margin: 0!important;
}



[clas*='col-']{
	padding: 1rem;
}

.gallery img {
	object-fit: fill;
}

div.gallery {
	overflow: hidden;
	
}
.gallery img {
	transition: transform .5s ease-in-out;
	-webkit-transition: all .5s ease-in-out;
	transition : all .5s ease-in-out;
	-o-transition: all .5s ease-in-out;
}


.gallery:hover img {
	transform: scale(2) rotate(10deg);
	-webkit-transition: scale(2) rotate(10deg);
	transition : scale(2) rotate(10deg);
	-o-transition: scale(2) rotate(10deg);
}

.box {
    background: #ed0e0e;
    border-radius: 0px 4px 4px 0px;
    left: -304px;
    padding: 4px 4px 4px 0px;
    position: fixed;
    top: 100px;
    transition: transform 0.4s;
    width: 300px;
    z-index: 1;
}

.box--right {
    border-radius: 4px 0px 0px 4px;
    left: auto;
    right: -304px;
    padding: 4px 0px 4px 4px;
}

.box:hover {
    transform: translateX(304px);
}

.box--right:hover {
    transform: translateX(-304px);
}

.box .box__content {
    background: #fff;
    min-height: 200px;
    padding: 10px;
    position: relative;
}

.box .box__title {
    background: #fff;
    border: solid #ed0e0e;
    border-radius: 0px 0px 4px 4px;
    border-width: 0px 4px 4px;
    cursor: default;
    font-size: 16px;
    height: 30px;
    line-height: 30px;
    position: absolute;
    right: -74px;
    text-align: center;
    top: 70px;
    transform: rotate(-90deg);
    width: 106px;
    opacity: 0.4
}

.box--right .box__title {
    border-radius: 4px 4px 0px 0px;
    border-width: 4px 4px 0px;
    position: absolute;
    left: -74px;
}

.dropdown-menu {
    width: 250px;
}
a:link {
    color:white
}


a:visited {
    color:white
}


a:hover {
   color: grey
}


a:active {
    color: grey
}
#cookieinfo * {
    margin: 0px;
    padding: 0px;
}

#cookieinfo {
    position: fixed;
    font-size: 12px;
    font-family: Arial, Verdana, sans-serif;
    left: 0px;
    bottom: 0px;
    right: 0px;
    background-color: black;
    padding: 20px;
    box-shadow: 0px -1px 3px rgba(0, 0, 0, 0.5);
    z-index: 1000;
    opacity: 0.9;
}

    #cookieinfo h6 {
        font-size: 16px;
        font-weight: bold;
        color: #cdd7da;
        text-shadow: 0px 1px 1px rgba(0, 0, 0, 1);
        margin-bottom: 7px;
    }

    #cookieinfo p {
        font-size: 12px;
        color: #afb4bc;
        line-height: 1.5em;
        text-shadow: 0px 1px 1px rgba(0, 0, 0, 1);
    }

    #cookieinfo a {
        display: block;
        position: absolute;
        right: 10px;
        top: 10px;
        width: 22px;
        height: 22px;
        border-radius: 11px;
        line-height: 22px;
        font-size: 12px;
        color: #ffffff;
        text-align: center;
        text-decoration: none;
        background-color: #ff6000;
        box-shadow: 0px 1px 2px rgba(0, 0, 0, 0.75);
    }

        #cookieinfo a:hover {
            background-color: #ff7925;
        }

#scroll-to-top {
    position: fixed;
    bottom: 15px;
    right: 20px;
    opacity: 0.8;
}

.bg1 {
    // background-image: url("../graf/firma.jpeg");
    background-color: #191919;
}

.content {
    
    min-height: 650px;
    text-align: center;
    background-size: cover;
    background-attachment: fixed;
    background-repeat: no-repeat;
    
    font-size: 1.8em;
}
.bg2 {
    background-image: url("../graf/szkolenia.jpg");
}
.content2 {
    color: #fff;
    min-height: 650px;
    text-align: center;
    background-size: cover;
    background-attachment: fixed;
    background-repeat: no-repeat;
    text-shadow: 0 0 20px #000;
    font-size: 1.8em;
}
.bg3 {
    background-image: url("../graf/archiwum.jpg");
}
.bg4 {
    background-image: url("../graf/szkol.jpeg");
}

.bg5 {
    background-image: url("../graf/tajne.jpeg");
}
.bg6 {
    background-image: url("../graf/bezpiecz.jpeg");
}