body { 
}

/* desktop standard */
@media screen and (min-width: 1020px) {

body {
background: url(/sites/default/files/vimn-branding/0e7b7b99-3f54-47e7-b57d-2abd5492b4d1.jpg) repeat-y center, #fff9d6 url(/sites/default/files/vimn-branding/300e6122-6874-4878-8db6-c91aae83cb70.jpg) no-repeat center 76px;
}

#page-content .pane-page-content {
     background-color: #ffffff !important;
}

.header a {
        display: block;
        text-indent: -9999px;
        height:104px;
        background:url(/sites/default/files/vimn-branding/70754b74-97c1-418b-a5e5-d900c27c15e0.jpg);
        background-repeat: no-repeat;
        margin: auto 5px;
        width: 970px;
}

}

/* desktop wide */
@media screen and (min-width:1300px) {
body {
    background: url(/sites/default/files/vimn-branding/1eb173e0-8cd8-4fb5-9ff0-2661c7b35815.jpg) repeat-y center, #fff9d6 url(/sites/default/files/vimn-branding/4c8c2098-91f5-4b66-85cd-2947b4b8a2a5.jpg) no-repeat center 76px;
}
#page-content .pane-page-content {
     background-color: #ffffff !important;
}
.header a { 
  display: block;
  text-indent: -9999px;
  height:126px;
  background:url(/sites/default/files/vimn-branding/d3b6aaad-74ad-4ac2-9714-3c841cc0f92c.jpg);
  background-repeat: no-repeat;
  margin: auto 5px;
  width: 1220px;
}

}

/*tablet*/
@media screen and (max-width: 1020px) {

    .header a {
        display: block;
        text-indent: -9999px;
        height:0;
        background:url(/sites/default/files/vimn-branding/a7922fb6-1330-4e9a-ba31-dc76d68f6823.jpg);
        background-size:contain;
        background-repeat:no-repeat;
        padding-bottom: 23%;
        background-color: #000000;
    }

}


/*mobile*/
@media screen and (max-width: 600px) {

    .header a {
        display: block;
        text-indent: -9999px;
        background:url(/sites/default/files/vimn-branding/b26707ff-d25f-4dc9-b05d-7f1cfd4cf1e5.jpg);
        background-size:contain;
        background-repeat:no-repeat;
        height: 0;
        padding-bottom: 20%;
        background-color: #000000;
    }
}

@media screen and (max-width: 320px) {

    .header a {
        display: block;
        text-indent: -9999px;
        background:url(/sites/default/files/vimn-branding/9795f79c-c632-49ec-b70a-95e6ad91d271.jpg);
        background-size:contain;
        background-repeat:no-repeat;
        height: 88px;
        background-color: #000000;
    }
}

/*site width*/
@media (min-width: 1300px) {
#page-content .pane-page-content, #page-content .pane-vimn-branding {
    width: 1230px;
}
}
/*end site width*/