﻿html,body {
    margin:0;
    padding:0;
}
/*body{
    height: calc (100vh - 30px);
}*/
#container{
    width: 90%
}
@media only screen and (max-width: 600px) {
    #container {
        width: 90%;
        margin-top: 100px;
    }
}

#logo {
    margin: 0
}
#headerBg{
    background-image: url(img/HeaderBg.png);
    background-repeat: repeat-x
}
.servis{
    float: left;
    width: 100%;
    margin: 10px 0;
}
.servisLtext{
    float: left; 
    width: 60%; 
    padding-right: 15px
}
.servisRtext{
    float: right; 
    width: 60%; 
    padding-left: 15px
}
.servisLslika{
    float: left; 
    width: 37%
}
.servisRslika{
    float: right; 
    width: 37%
}
#futer{
    height: 25px;
    background-color: #232323;
    width: 100%;
    text-align: center;
    color: #fff;
    font-size:x-small ;  
    padding: 5px
}