* {
  font-family: Verdana, sans-serif; box-sizing: border-box;
}


/* -- GENERAL STYLES -- */

html, body {
    lang="en-GB"; background-color: #000000; color: #ffffff; 
    text-align: center; overflow-wrap: break-word;
    }
h1 {
    font-size: 200%; font-weight: normal; line-height: 170%;
}
h2 {
    font-size: 175%; font-weight: normal; line-height: 160%;
}
h3 {
    font-size: 150%; font-weight: normal; line-height: 150%;
}
h4 {
    font-size: 125%;  font-weight: normal; line-height: 140%;
}
h5 {
    font-size: 115%;  font-weight: normal; line-height: 130%;
}
h6 {
    font-size: 110%;  font-weight: normal; line-height: 120%;
}
p { 
	font-size: 100%;  font-weight: normal; line-height: 110%;
}




input, textarea, keygen, select {
	font-size: 100%;  
	font-weight: normal; 
	line-height: 110%;
	padding: 2px;
	font-size: 18px;
	line-height: 1.5em;
}





a:link {
  color: #ffffff; 
  background-color: transparent; 
  text-decoration: none;
}
a:visited {
  color: #ffffff; 
  background-color: transparent;
  text-decoration: none;
}
a:hover {
  color: #ffffff; 
  background-color: transparent;
  text-decoration: underline;
}
a:active {
  color: #ffffff; 
  background-color: transparent;
  text-decoration: underline;
}

/* CRM FORM STYLES -- */



.crmWebToEntityForm{
	margin: auto;
	max-width: 300px;
}
.zcwf_lblTopBottom{
	margin: auto;
	max-width: 300px;
}
.zcwf_title{
	font-size: 22px;
	line-height: 1.5em;
}
.zcwf_row{
	padding: 20px;
	font-size: 18px;
	line-height: 1.5em;
}
.zcwf_sub_row{
	padding: 5px;
}
.zcwf_col_lab{
	font-size: 18px;
	line-height: 1.5em;
}
.zcwf_col_fld{
	font-size: 18px;
	line-height: 1.5em;
}
.zcwf_col_fld_slt{
	font-size: 18px;
	line-height: 1.5em;
}
.zcwf_option_group{
	font-size: 18px;
	line-height: 1.5em;
	width: 300px;
	height: 35px;
}
.zcwf_option{
	font-size: 18px;
	line-height: 1.5em;
	width: 300px;
	height: 35px;
}
.zcwf_col_help{
	cursor: pointer; 
	width: 30px; 
	height: 30px; 
	display: inline-block; 
	background: #fff; 
	border: 1px solid #ccc; 
	color: #ccc; 
	text-align: center; 
	font-size: 18px;
	font-weight: bold; 
	border-radius: 50%;
}
.zcwf_input_text{
	font-size: 18px;
	line-height: 1.5em;
}
.zcwf_tooltip_over{
	font-size: 18px;
	line-height: 1.5em;
}
.zcwf_tooltip_ctn{
	font-size: 18px;
	line-height: 1.5em;
}



/* IMAGE STYLES -- */

.mainimage {
	padding:10px;
}
.logoimage{
	width: 10vw; 
	min-width: 100px;
	height: auto
}

    
/* -- HERO IMAGE STYLES -- */
    
.hero-image-home {
  /* Use "linear-gradient" to add a darken background effect to the image (photographer.jpg). This will make the text easier to read */
  background-image: linear-gradient(rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0.5)), url("../images/panorama_thin.jpg");

  /* Set a specific height */
  height: 50%;

  /* Position and center the image to scale nicely on all screens */
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
  position: relative;
}
.hero-image-self-storage {
  /* Use "linear-gradient" to add a darken background effect to the image (photographer.jpg). This will make the text easier to read */
  background-image: linear-gradient(rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0.5)), url("../images/containers_thin.jpg");

  /* Set a specific height */
  height: 50%;

  /* Position and center the image to scale nicely on all screens */
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
  position: relative;
}
.hero-image-caravan-storage {
  /* Use "linear-gradient" to add a darken background effect to the image (photographer.jpg). This will make the text easier to read */
  background-image: linear-gradient(rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0.5)), url("../images/caravans_thin.jpg");
  /* Set a specific height */
  height: 50%;
  /* Position and center the image to scale nicely on all screens */
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
  position: relative;
}
.hero-image-bays {
  /* Use "linear-gradient" to add a darken background effect to the image (photographer.jpg). This will make the text easier to read */
  background-image: linear-gradient(rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0.5)), url("../images/caravans_thin.jpg");
  /* Set a specific height */
  height: 50%;
  /* Position and center the image to scale nicely on all screens */
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
  position: relative;
}

/* Place text in the middle of the image */
.hero-text {
  text-align: center;
  position: absolute;
  top: 60%;
  left: 50%;
  transform: translate(-50%, -50%);
  color: white;
}
.hero-text h2 {
  margin-bottom: 14px;
}


/* -- BUTTON STYLE -- > */

button, button a, .button{
  position:relative;
  font-size: 20px;
  letter-spacing: 0.5px;
  color:#fff !important;
  border: 5;
  border-radius: 12px;
  cursor:pointer;
  text-decoration:none;
  }
button, .button{
  min-width: 200px;
  margin: 20px 25px;
  padding:5px 10px;
  background-color: #777777;/* for non linear-gradient browsers */
  background: linear-gradient(to bottom, #777777 5%, #666666 100%) repeat scroll 0 0 #555555;
  box-shadow: 10px 10px 10px #222222, 10px 10px 10px #333333, inset 10px 10px 10px #444444, inset 10px 10px 10px #555555;
}
.button{
	display:inline-block;
	min-width:80px;
	text-align:center;
	white-space:nowrap;
	}
#buttonEnquiry button,
#buttonEnquiry button a {
  font-size: 24px;
}
.btn-reviews button {
  background-color: #555555;
  background: linear-gradient(to bottom, #555555 5%, #444444 100%) repeat scroll 0 0 #444444;
}
button:hover,a.button:hover{
  background:linear-gradient(to bottom, #0092BB 5%, #24A1C3 100%) repeat scroll 0 0 #0092BB;
}
button:active{
	top:1px;
	}


/* -- BURGER MENU BAR STYLES -- */

.top-nav-text{font-size: 125%
}

.top-nav {
  display: flex;
  flex-direction: row;
  align-items: center;
  justify-content: space-between;
  background-color: #111111;
  background: linear-gradient(to left, #bbbbbb, #777777);
  /* W3C, IE 10+/ Edge, Firefox 16+, Chrome 26+, Opera 12+, Safari 7+ */
  color: #FFF;
  height: 100px;
  padding: 1em;
}
.menu {
  display: flex;
  flex-direction: row;
  list-style-type: none;
  margin: 0;
  padding: 0;
  z-index:1
}
.menu > li {
  margin: 0 1rem;
  overflow: hidden;
}
.menu-button-container {
  display: none;
  height: 100%;
  width: 30px;
  cursor: pointer;
  flex-direction: column;
  justify-content: center;
  align-items: center;
}
#menu-toggle {
  display: none;
}
.menu-button,
.menu-button::before,
.menu-button::after {
  display: block;
  background-color: #fff;
  position: absolute;
  height: 4px;
  width: 30px;
  transition: transform 400ms cubic-bezier(0.23, 1, 0.32, 1);
  border-radius: 2px;
}
.menu-button::before {
  content: '';
  margin-top: -8px;
}
.menu-button::after {
  content: '';
  margin-top: 8px;
}
#menu-toggle:checked + .menu-button-container .menu-button::before {
  margin-top: 0px;
  transform: rotate(405deg);
}
#menu-toggle:checked + .menu-button-container .menu-button {
  background: rgba(255, 255, 255, 0);
}
#menu-toggle:checked + .menu-button-container .menu-button::after {
  margin-top: 0px;
  transform: rotate(-405deg);
}


/* -- ALTERNATE STYLES FOR SMALLER SCREEN SIZES -- */

@media (max-width: 1100px) {
	.logoimage{
	width: 10vw; 
	min-width: 100px;
	height: auto
	}
  .menu-button-container {
    display: flex;
  }
  .menu {
    position: absolute;
    top: 0;
    margin-top: 50px;
    left: 0;
    flex-direction: column;
    width: 100%;
    justify-content: center;
    align-items: center;
  }
  #menu-toggle ~ .menu li {
    height: 0;
    margin: 0;
    padding: 0;
    border: 0;
    transition: height 400ms cubic-bezier(0.23, 1, 0.32, 1);
  }
  #menu-toggle:checked ~ .menu li {
    border: 1px solid #333;
    height: 2.5em;
    padding: 0.5em;
    transition: height 400ms cubic-bezier(0.23, 1, 0.32, 1);
  }
  .menu > li {
    display: flex;
    justify-content: center;
    margin: 0;
    padding: 0.5em 0;
    width: 100%;
    color: white;
    background-color: #222;
  }
  .menu > li:not(:last-child) {
    border-bottom: 1px solid #444;
  }
}
@media (max-width: 500px) {
	.logoimage{
	display:none;
	}
	button, .button{
	margin: 15px 10px;
	}

}
