﻿/*normal bg css*/
#home{
    background: url(../images/bg/rob01.jpg) 50% 100% no-repeat fixed;/* background-size:cover; */
}
#landscape{
    background: url(../images/bg/rob02.jpg) 50% 100% no-repeat fixed;/* background-size:cover; */
}
#spb{
    background: url(../images/bg/rob04.jpg) 50% 100% no-repeat fixed;/* background-size:cover; */
}
#suburb{
    background: url(../images/bg/rob015.jpg) 50% 100% no-repeat fixed;/* background-size:cover; */
}
#pictures{
    background: url(../images/bg/rob06.jpg) 50% 100% no-repeat fixed;/* background-size:cover; */
}
#roads{
    background: url(../images/bg/rob08.jpg) 50% 100% no-repeat fixed;/* background-size:cover; */
}
#contacts {
    background: url(../images/bg/rob09.jpg) 50% 100% no-repeat fixed;/* background-size:cover; */
}
#mysites {
    background: url(../images/bg/rob09.jpg) 50% 100% no-repeat fixed;/* background-size:cover; */
}
/* background-size: contain; cover;

 .. */
/*
#home:after {
background: url("../images/bg/pattern.png") repeat fixed 0 0 rgba(0, 0, 0, 0.5);
    content: "";
    height: 100%;
    left: 0;
    position: absolute;
    top: 0;
    width: 100%;
}   */
