@import url('https://fonts.googleapis.com/css?family=Poppins:100,100i,200,200i,300,300i,400,400i,500,500i,600,600i,700,700i,800,800i,900,900i');

HTML {
    position: relative;
    min-height: 100%;
}

body {
    font-family: 'Poppins', serif;
    margin-bottom: 130px;
}

header#site-header,
footer {
    background: #004d49;
}

footer {
	color: #FFF;
    font-size: 13px;
    position: absolute;
    width: 100%;
    bottom: 0;
    height: 130px;
}

footer A {
	color: #FFF;
    text-decoration: none;
}

footer A:hover {
	color: #00968f;
}

header #logo IMG {
    max-width: 150px;
}

DIV.main-menu A {
    color: #fff;
    text-decoration: none;
    padding: 0 20px;
    font-weight: 500;
}

DIV.main-menu A:hover {
    color: #fff;
    text-decoration: none;
    color: #00968f;
}

.section-title {
	border-bottom: 2px solid #00968f;
	width: auto;
	margin: 0 auto;
    text-transform: uppercase;
    font-weight: 400;
}

H4 {
    text-transform: uppercase;
    font-weight: 400;
}

IMG.image {
	max-width: 100%;
    border-radius: 3%;
}

P {
	font-size: 17px;
	line-height: 28px;
    font-weight: 300;
}

P A {
    text-decoration: none;
}

DIV.service-box > DIV {
	border-radius: 8px;
	padding: 10px;
    background-color: #FFF;
    height: 100%;
}

DIV.service-box A {
    text-decoration: none;
    color: initial;
}

DIV.service-box I {
	font-size: 50px;
	color: #00968f;
	padding-bottom: 10px;
	padding-top: 10px;
}

DIV.service-box .service-box-header {
	font-weight: 500;
	font-size: 18px;
}

DIV.service-box P {
	font-size: 14px;
	line-height: 18px;
}

DIV#service-background,
DIV#contact-background {
    background: #f4f4f4;
}

SMALL.input-error-info {
    color: red;
    font-size: 11px;
}

.small {
    font-size: 11px;
}

.btn-send,
.btn-send:hover,
.btn-send:focus,
.btn-send:active {
	background-color: #00968f;
	border-color: #00968f;
    color: #fff;
}

@media only screen and (max-width: 575px)  {
    header#site-header #logo {
        text-align: center;
    }
    header#site-header #logo IMG {
        max-width: 100px;
    }
    header#site-header #menu {
        text-align: center !important;
        margin-bottom: 10px;
    }
}

.regulations {
    font-size: 13px;
}

.cookie-info {
    bottom: 20px;
    right: 20px;
    background: #fbfbfb;
    padding: 10px;
    width: 450px;
    max-width: calc(100% - 40px);
    font-size: 11px;
    color: #525252;
    line-height: 15px;
    border-radius: 5px;
    border: 1px solid #e2e2e2;
}


DIV.dedykowane-aplikacje-internetowe-box {
    background: #dfe7ff;
    border-radius: 10px;
    padding: 20px;
}

IMG.img-100 {
    max-width: 100%;
}

IMG.img-border {
    border: 1px solid #c5c9ff;
}

DIV.gray-box {
    background: #ededed;
    border-radius: 10px;
    padding: 20px;
}

.navbar {
    background-color: #00968f;
}

.navbar LI.nav-item {
    padding: 0 15px;
}

.navbar LI.nav-item a {
    color: #fff;
    text-decoration: none;
    font-size: 18px;
}

.realization-img-box {
    background-color: #ebebeb;
    border-radius: 10px;
}

IMG.img-border-gray {
    border: 1px solid #d7d7d7;
}
