@import url('https://fonts.googleapis.com/css?family=Ubuntu:300,400,700');
body
{
/*background-color:#454545;*/
/*background:url(../images/print-background.png);*/
background: url('../images/print-background.png') no-repeat right #fed0bc;
/*background-repeat:no-repeat;*/
background-attachment: fixed;
background-size: contain;
zoom: 100%;
}
* {
-webkit-print-color-adjust:exact;
}
.left-wrap {
display: none;
}
#menu {
display: none;
}
#footer {
display: none;
}
#tabbed_box {
display: none;
}
.right-wrap {
max-width: 100% !important;
}
.galleryimage {
width: 30% !important;
}
#content h1 {
display: none;
}
.images h2 {
display: none;
}
#printheader {
display:block;
}
#printfooter {
display:block;
margin:0;
}
.galleryimage {
margin-left: 30px;
margin-top: 30px;
}
.galleryimage img {
width: 290px;
height: 180px;
}
#printheadertext {
font-family: 'Ubuntu Bold';
font-size: 26px;
text-transform:uppercase;
margin-top: 20px;
text-indent: 30px;
}
.btitle {
font-family: 'Ubuntu Bold';
font-size: 18px !important;
text-indent: 20px;
}
.gtitle {
font-family: 'Ubuntu Light';
font-size: 18px !important;
text-indent: 20px;
}