html,body{
    height: 100%;
}
body{
    font-family: tahoma;
    font-size: 0;
    background-color: #e9e6c7;
    overflow: hidden;
}
.main{
    position: relative;
    overflow: hidden;
    height: 100%;
    display: inline-block;
    transform: translateX(-50%);
    left: 50%;
    text-align: center;
}
.bg{
    height: 100%;
    margin: 0 auto;
}
.bg.hidden{
    visibility: hidden;
}
.fade-bg{
    position: absolute;
    top:0;
    width:100px;
    height: 100%;
    background-repeat: repeat-y;
    background-position: left top;
}
.fade-left{
    left: -1px;
    background-image: url(../img/fade-left.png);
}
.fade-right{
    right: 0;
    background-image: url(../img/fade-right.png);
}
.logo{
    position: absolute;
    left: 50%;
    transform: translateX(-60%);
    top: 5%;
    width: auto;
    height: 13%;
}
.square-box{
    height: 79%;
    display: inline-block;
    min-width: 100px;
    position: absolute;
    top: 18%;
    left:50%;
    transform: translateX(-52%);
}
.square-box img{
    height: 100%;
    width: auto;
}
.square-box .content{
    position: absolute;
    left: 0;
    top: 0;
    right: 0;
    bottom: 0;
    text-align: center;
}
a{
    color: #255ea2;
    text-decoration: none;
}
.menu-item{
    position: absolute;
    font-size: calc( 1.5vw + 5px );
}
.despre{
    left: 0;
    top: 0;
    transform: translate(-50%, -120%);
}
.portofoliu{
    right: 0;
    top: 0;
    transform: translate(50%, -120%);
}
.oferta{
    left: 0;
    top: 15%;
    transform: translateX(-120%);
}
.contact{
    right: 0;
    top: 15%;
    transform: translateX(120%);
}
p{
    color: #255ea2;
    font-size: calc( 1.5vw + 5px );
    line-height: 1.5;
}