/* 
Set the background colour for links (the "a") under the plone-navbar with the CSS class "state-private" 
to light grey, so that we don't have illegible red on blue) 
*/
 
.plone-navbar a.state-private {
    background-color: #d3d3d3;
}

/* 
Darken the portlet header 
*/

.portlet .portletHeader {
    background: #d3d3d3;
}

/*
Set the body text colour to black
*/

body {
    color: #000000;
}

#formfield-form-widgets-description_of_events_leading_to_rabbit_s_death iframe {
    height: 150px !important;

}

#portal-logo{
    max-width: 100%;
    overflow: hidden;
}

#portal-logo-img {
    object-fit: cover;
}
