﻿.sticky {
  position: fixed;
  top: 0;
  width: 100%;
  min-height: 50px;
}

.stickyContent {
  padding-top: 202px !important;
}

menu, ol, ul
{
  padding: 0px;
}

.stickyLogo{
    background: url('https://www.hertfordshire.gov.uk/siteelements/images/custom-branding/ham-blue-icon-cropped-49x74.png') no-repeat left top !important;
    height: 80px !important;
    width: 292px !important;
}

.sticky .sideMenu ul li {
  margin-top: 0px !important;
}

.sticky .container{
  padding-top: 15px !important;
} 

div.standardWidthPlaceholder section article {
  max-width: 1200px;
width: 100%}

header {
    background: #153136;
    opacity:0.92;
    min-height: 150px;
}

footer{
      background: #153136;
    opacity:0.92;
}

body{
  background: white !important;
}

header .header {
    background: url('https://www.hertfordshire.gov.uk/siteelements/images/custom-branding/herts-museums-logo-cropped-292x105.jpg') no-repeat left top;
}

header h1, header .header {
  	float:left;
    width: 292px;
    height: 105px;
}

header .sideMenu{
  color: white;
}

footer .hmsocial{
  list-style-type: none;
  margin: 0;
  padding: 0;
  display: inline;
}

footer .hmsocial li {
  float: left;
  padding: 10px;
}

footer .hmsocial li a {
  font-family: "fontello";
  text-decoration: none;
  font-variant: normal;
  text-transform: none;
  text-indent: -999em;
  display: inline-block;
}

footer .hmsocial li > a.facebook::after {
  content: '\e80f';
  color: #b4bbc2;
font-size: 1.6em;
display: block;
text-indent: 0;
}


footer .hmsocial li > a.twitter::after {
  content: '\e810';
  color: #b4bbc2;
font-size: 1.6em;
display: block;
text-indent: 0;
}

header .sideMenu ul {
    list-style-type: none;
    margin: 0;
    padding: 0;
    display: inline;
}

header .sideMenu ul li {
  float: left;
  padding: 15px;
  font-weight: 900;
  font-size: 22px;
  margin-top: 25px;
}

    .Mobilenav {
      display: none;
    }

      .Mobilenav  ul{
        list-style: none;
      }

.Mobilenav a {
  display: block;
  position: relative;
  padding: 19px 18px;
  font-size: 14px;
  font-weight: 600;
}

.Mobilenav ul, .Mobilenav li {
    list-style: none;
    margin: 0;
    padding: 0;
}

.Mobilenav li:hover > a {
    background-color: #153136;
    opacity:0.82;
 }


.Mobilenav a {
  color: white;
}

@media only screen and (max-width: 1214px)
{
  .sideMenu
  {
    display: none;
  }

  .mobile-menu {
    display: inherit;
  }

   .push-wrapper.pushed .push-wrapper-inner {
      -webkit-transform: translateX(-40%);
      -moz-transform: translateX(-40%);
      -ms-transform: translateX(-40%);
      -o-transform: translateX(-40%);
      transform: translateX(-40%);
    }

.Mobilenav {
  position: absolute;
  top: 0;
  right: -40%;
  width: 40%;
  background-color: #333333;
  text-align: left;
  display: inherit;
}

}

@media only screen and (max-width: 760px) {
    .push-wrapper.pushed .push-wrapper-inner {
      -webkit-transform: translateX(-80%);
      -moz-transform: translateX(-80%);
      -ms-transform: translateX(-80%);
      -o-transform: translateX(-80%);
      transform: translateX(-80%);
    }

  .Mobilenav {
  position: absolute;
  top: 0;
  right: -80%;
  width: 80%;
 background-color: #333333;
  text-align: left;
  display: inherit;
}

}

@media only screen and (min-width: 760px) {
    header .container {
        padding: 30px 20px;
    }
}

#CfooterCentre{
  padding: 30px;
}

#c2 img{
  padding: 20px;
}

#c2{
    width: 10% !important;
}

#c3{
    width: 50% !important;
}

#styleOptions{
    margin-top: 40px;
}