h1 {
position:fixed;
width:100%;
height:40px;
padding:10px;
background:url(../images/border_bold_loop.png) repeat-x bottom left 100% #fff;
background-size: 1400px;
z-index:2;
}

h1 img{
 height:40px;
}

header{
z-index:3;
}

main {
padding-top:3em;
}

/* @media ---------------------------*/
@media (max-width: 720px) {

h1 {
position:fixed;
width:100%;
height:35px;
padding:17px 2% 8px 2%;
background:url(../images/border_bold_loop.png) repeat-x bottom left 100% #fff;
background-size: 1000px;
z-index:2;
}

h1 img{
 height:30px;
}

main {
padding-top:5em;
}

}

/* @media ---------------------------*/
@media (max-width: 360px) {

h1 {
position:fixed;
width:100%;
height:35px;
padding:19px 2% 6px 2%;
background:url(../images/border_bold_loop.png) repeat-x bottom left 100% #fff;
background-size: 1000px;
z-index:2;
}

h1 img{
 height:20px;
}

main {
padding-top:5em;
}

.emp {
    margin-top: 0px;
    padding-top: 0px;
}

}



/* ------------------------------------------------------
exhibitions
---------------------------------------------------- */

#exhibitions{
margin-top:3em;
}

/* @media ---------------------------*/
@media (max-width:720px) {

#exhibitions{
margin-top:0em;
}

}

/* ------------------------------------------------------
faq
---------------------------------------------------- */

#faq{
margin-top:3em;
}

/* @media ---------------------------*/
@media (max-width:720px) {

#faq{
margin-top:0em;
}

}