.no-mobile
{
    display: none !important;
}

body
{
    font-size: 2em;
}

.column-half, .content-index
{
    width: 100%;
}

/* Mobile Menu */

.mobile-menu-bar
{
    width: 100%;
    height: 2em;
    line-height: 2.2em;
    background-color: grey;
    text-align: right;
    z-index: 10;
}

.mobile-menu-icon
{
    color: white;
    padding: 0 0.2em;
    font-size: 2.0em;
    line-height: 1em;
}

.mobile-menu-body
{
    display: none;
    width: 100%;
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    z-index: 9;
    overflow-y: scroll;
	background-color: white;
	border-top: 1px solid lightgrey;
    box-shadow: 0 1em 1em lightgrey;
}

.mobile-menu-item
{
    width: 100%;
    line-height: 4em;
    text-align: center;
	border-bottom: 1px solid lightgrey;
}

.mobile-menu-item a, .mobile-menu-item a:visited
{
    display: block;
	color: black;
    text-decoration: none;
    text-transform: uppercase;
    letter-spacing: 0.1em;
    font-size: 1em;
}

/* Cookie bar */

#cookie-bar
{
    font-size: 1.2em;
    height: 10em;
    text-align: center;
}

#cookie-bar div button
{
    font-size: 0.9em;
    margin-top: 0.2em;
}

#cookie-bar div input
{
    width: 36px;
    height: 36px;
}

#cookie-bar div
{
    float: none !important;
}

