/*! Generated by Font Squirrel (https://www.fontsquirrel.com) on May 24, 2017 */

@font-face {
    font-family: 'bebas_neuebold';
    src: url('bebasneue_bold-webfont.woff2') format('woff2'),
         url('bebasneue_bold-webfont.woff') format('woff');
    font-weight: normal;
    font-style: normal;

}
.box.w33.white{
    transition:all 1s;
}
.box.w33.white:hover{
    transform:scale(0.95);
}
html {
    color: #555;
    font-family: 'bebas_neuebold', sans-serif;
    font-size: 40px;
    line-height: 40px;
    text-rendering: optimizeLegibility;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
}

*, *:before, *:after {
  -webkit-box-sizing: inherit;
  -moz-box-sizing: inherit;
  box-sizing: inherit;
}

* {
    margin: 0;
    padding: 0;
    text-decoration: none;
}

.clearfix {zoom: 1}
.clearfix:after {
    content: '.';
    clear: both;
    display: block;
    height: 0;
    visibility: hidden;
}

.box {
    height: 50vh;
    text-align: center;
    float: left;
    position: relative;
    overflow:hidden;
}

.box img {
    display: block;
    position: relative;
    width: 75%;
    max-width: 300px;
    margin: auto;
    top: 35%; 
}

.w33 {
    width: 33%;
}

.w34 {
    width: 34%;
}

.white {
        background-color: #fff;
}

.light {
        background: #fafafa;
    transition-duration: 1s;;
}

.dark {
        background-color: #f5f5f5;
}

.bar {
    width: 100%;
    height: 3%;
    position: relative;
    top: 97%;
    
}

.red {
    background-color: #c01112;
}

.yellow {
    background-color: #f7a600;
}

.green {
    background-color: #49b04b;
}

.blue {
    background-color: #0074be;
}

.brown {
    background-color: #bfa47d;
}

.hover {
    width: 100.5%;
    height: 100.5%;
    background: none;
    position: absolute;
    z-index: 10;
    opacity: 1;
    transition: opacity 1s;
    display: table;
    opacity: 0;
}

.hover:hover {
    opacity: 1;
}

h1 {
    font-size: 100%;
    line-height: 100%;
    text-transform: uppercase;
    text-decoration: none;
    color: #fff;
    padding: 0 40px;
    display: table-cell;
    vertical-align: middle;
}

.serwis {
    background: url(../img/serwis.jpg);
    background-size: cover;
}

.advertising {
    background: url(../img/ver.jpg);
    background-size: cover;
}

.development {
    background: url(../img/development.jpg);
    background-size: cover;
}

.business {
    background: url(../img/business.jpg);
    background-size: cover;
}

.design {
    background: url(../img/design.jpg);
    background-size: cover;
}