/* CSS Document */
@charset "windows-1252";

html
{
width:100%;
}

body
{
background-color: #e6faff;
/*background-color: #fff0b3; */
/*font-family: Roboto Slab, serif;*/
font-family: 'Quicksand', sans-serif;
/*font-family: 'ABeeZee', sans-serif;*/
font-size: 1em;
color: #000;
}

/*  Link colours  */
a
{
text-decoration:none;
}


img {
  width: 100%;
  height: auto;
}

.video_mobile
{
display:inline;
}

.video_full
{
display:none;
}


.break
{
display:block;
}

.hr
{
width:80%;
margin: 10px auto;
border-top: 1px solid #000;
}

.centre
{
display:block;
margin-left:auto;
margin-right:auto;
width:50%;
}

h4
{
display:inline;
font-style:italic;
}

.small
{
font-size:0.6em;
font-style:italics;
}

.error
{
font-size:0.8em;
font-style:italics;
color:red;
}

.clear
{
clear:both;
}

.page 
{ 
overflow:hidden;
}

.header
{
width:100%;
margin: 0 auto;
}

.title
{
background-color:rgba(255, 255, 255, 1);
margin:5px;
padding:15px;
border: 1px solid #eee;
border-radius: 4px;
box-shadow: 5px 5px 15px rgba(0,0,0,0.2);
}

.title h1
{
font-size:1.5em;
font-weight:none;
margin:0px;
}

.title h2
{
font-size:0.6em;
font-style:italic;
margin:0px;
}


div.gallery {
  margin: 5px;
  border: 0px solid #ccc;
  float: left;
  width: 180px;
  min-height: 160px;
  cursor: pointer;
  transition: 0.3s;
}

div.gallery img
{
width:100%;
}

div.videobox
{
float: left;
width:80%;
align: center;
}

div.videobox video
{
width:90%;
padding:6px;
}


/* Mobile Menu */
 /* Style the navigation menu */
.topnav {
  overflow: hidden;
  background-color: #fff; 
  position: relative;
}

/* Hide the links inside the navigation menu (except for logo/home) */
.topnav #myLinks {
  display: none;
}

/* Style navigation menu links */
.topnav a {
  color: black;
  padding: 14px 16px;
  text-decoration: none;
  font-size: 17px;
  display: block;
}

/* Style the hamburger menu */
.topnav a.icon {
  background: #fff; 
  display: block;
  position: absolute;
  right: 0;
  top: 0;
  padding:0;
}

/* Add a grey background color on mouse-over */
.topnav a:hover {
  background-color: #ddd;
  color: black;
}

/* Style the active link (or home/logo) */
.active {
  background-color: #e6faff; 
  color: white;
} 

.hamburger
{
width:32px;
height:32px;	
}

.mobile_menu_img
{
width:auto;
max-height:80px;	
display:inline-block;
align:middle;
padding-right: 20px;
}

/*   Menu Items   */

.menu
{
width:100%;
margin-left: auto;
margin-right: auto;
vertical-align:middle;
}

.menu a
{
color:#000;
font-size:1.2em;
}

.menu_item
{
display:none;
}

.menu_item_active
{
display:inline block;
}

.menu_item_red, .menu_item_lt_blue, .menu_item_yellow, .menu_item_dk_blue, .menu_item_active
{
background-repeat: no-repeat;
background-size: cover;
display:none;
width:150px;
height:30px;
margin-left:8px;
margin-right:8px;
padding:10px;
text-align: center;
vertical-align: middle;
line-height: 30px; 
}

.menu_item_red
{
background-image: url("../bg_img/red_tape.png");
}

.menu_item_lt_blue
{
background-image: url("../bg_img/lt_blue_tape.png");
}

.menu_item_yellow
{
background-image: url("../bg_img/yellow_tape.png");
}

.menu_item_dk_blue
{
background-image: url("../bg_img/blue_tape.png");
}

.menu_item_active
{
color: #fff;
}

.menu_picture_a, .menu_picture_b, .menu_picture_c, .menu_picture_d
{
display:none;
float:left;
margin-top:-15px;
margin-left:24px; /* Allow for the padding in the menu item */
margin-right:40px;
}

.rope, .rope_mobile
{
display:none;
background-image: linear-gradient(to right, rgba(230, 250, 255, 1), rgba(230, 250, 255, 0)), linear-gradient(to left, rgba(230, 250, 255, 1), rgba(230, 250, 255, 0)), url("../bg_img/string2.png");
background-repeat: no-repeat, no-repeat,repeat-x;
background-position: left, right, center; 
background-size: 200px, 200px, auto;
height:13px;
width:100%;
margin-top:12px;
}

.rope_mobile
{
background-image: url("../bg_img/string2.png");
background-repeat: repeat-x;
background-position: center; 
}

.menu_picture_a, .menu_picture_b, .menu_picture_c, .menu_picture_d
{
position: relative;
height:165px;
width:150px;
margin-top:-15px;
margin-left:auto; /* Allow for the padding in the menu item */
margin-right:auto;
z-index:2;
}

.peg1
{
position: absolute;
display:inline;
left: 20px;
top:-40px;
}

.peg2
{
position: absolute;
display:inline;
right: 20px;
top:-50px;
}

.peg3
{
position: absolute;
display:inline;
right: 65px;
top:-50px;
}

.menu_picture_insert_a, .menu_picture_insert_b, .menu_picture_insert_c, .menu_picture_insert_d
{
background-color:#fff;
height:150px;
width:150px;
margin-top:20px;
margin-left:auto;
margin-right:auto;
border:1px solid #ccc;
box-shadow: 7px 7px 20px rgba(0,0,0,0.2);
z-index:1;
}

.menu_picture_insert_a
{
transform: rotate(3deg);
background-image: url("../bg_img/rachel_door.jpg"), url("../bg_img/paper.gif");
background-repeat: no-repeat, no-repeat;
background-position:center center, center center;
background-size: contain, cover;
}

.menu_picture_insert_b
{
transform: rotate(-2deg);
background-image: url("../bg_img/bear.png"), url("../bg_img/paper.gif");
background-repeat: no-repeat, no-repeat;
background-position:center center, center center;
background-size: contain, cover;
}

.menu_picture_insert_c
{
transform: rotate(2deg);
background-image: url("../bg_img/ticket.png"), url("../bg_img/paper.gif");
background-repeat: no-repeat, no-repeat;
background-position:center center, center center;
background-size: contain, cover;
}

.menu_picture_insert_d
{
transform: rotate(-3deg);
background-image: url("../bg_img/phone2.png"), url("../bg_img/paper.gif");
background-repeat: no-repeat, no-repeat;
background-position:center center, center center;
background-size: contain, cover;
}

.top_left, .top_right, .bottom_left, .bottom_right
{
display:none;
}

.content
{
background-color: transparent;
width:95%;
padding:10px;
z-index:2;
}

.content_box
{
position: relative;
background-image: url("../bg_img/paper.gif");
background-repeat: repeat;
background-size: cover;
z-index:1;
margin:5px;
padding-left: 10px;
padding-right: 10px;
padding-bottom:2px;
padding-top:2px;
word-wrap: break-word;
}

.footer
{
position:absolute;
font-family: Tahoma, Geneva, sans-serif;
font-size: 0.7em;
z-index: 2;
right:30px;
}

.show_mobile
{
display:inline-block;	
}

.mobile_hide
{
display:none;
}	

/* -------------------------------- Modal -----------------------

/* The Modal (background) */
.modal {
  display: none; /* Hidden by default */
  position: fixed; /* Stay in place */
  z-index: 1; /* Sit on top */
  padding-top: 100px; /* Location of the box */
  left: 0;
  top: 0;
  width: 100%; /* Full width */
  height: 100%; /* Full height */
  overflow: auto; /* Enable scroll if needed */
  background-color: rgb(0,0,0); /* Fallback color */
  background-color: rgba(0,0,0,0.7); /* Black w/ opacity */
}

/* Modal Content (Image) */
.modal-content {
  margin: auto;
  display: block;
  width: 80%;
  max-width: 800px;
}

/* Caption of Modal Image (Image Text) - Same Width as the Image */
#caption {
  margin: auto;
  display: block;
  width: 80%;
  max-width: 700px;
  text-align: center;
  color: #ccc;
  padding: 10px 0;
  height: 150px;
}

/* Add Animation - Zoom in the Modal */
.modal-content, #caption {
  animation-name: zoom;
  animation-duration: 0.6s;
}

@keyframes zoom {
  from {transform:scale(0)}
  to {transform:scale(1)}
}

/* The Close Button */
.close {
  position: absolute;
  top: 15px;
  right: 35px;
  color: #f1f1f1;
  font-size: 40px;
  font-weight: bold;
  transition: 0.3s;
}

.close:hover,
.close:focus {
  color: #bbb;
  text-decoration: none;
  cursor: pointer;
}


/* ---------------------------------------------------------------------------------------------------------------------------------- */
/*
@media only screen and (min-width: 500px) 
{

body
{
padding-bottom: 90px;
}

.menu
{
width:100%;
}

.menu_item, .menu_item_active
{
display:inline block;
}

}*/


/* --------------------------------------------------------------------------------------------------------------- */
@media only screen and (min-width: 600px) /* tablets */
{
	
body
{
font-size: 1.2em;
}

img 
{
  width: auto;
  height: auto;
}

.title h1
{
font-size: 5.5em;
}

.title h2
{
font-size: 1.5em;
}

h1
{
}

h2
{
/*text-decoration: underline;*/
font-weight: bold;
}

h3
{
display:inline;
/*text-decoration: underline;*/
font-weight: normal;
}

.break
{
display:none;
}

.sub_title
{
display:inline block;
font-weight: normal;
font-style:italic;
font-size:0.8em;
}

.header
{
width:100%;
}

.title
{
max-width: 900px;
margin:10px;
padding:15px;
/*border: 1px solid #eee;*/
box-shadow: 5px 5px 15px rgba(0,0,0,0.2);
}

.title h1
{
font-size:2.5em;
}

.title h2
{
font-size:0.8em;
}

.content
{
margin-top:40px;
}

.content_box
{

width:85%;
margin: 0px auto;
margin-bottom:80px;
padding:40px;
border: 1px solid #eee;
border-radius: 4px;
box-shadow: 5px 5px 15px rgba(0,0,0,0.2);
}

.content_text
{
float:left;
width:100%;
}

.top_left
{
position: absolute;
display:inline;
left: -40px;
top:-40px;
}

.top_right
{
position: absolute;
display:inline;
right: -40px;
top:-40px;
}

.bottom_left
{
position: absolute;
display:inline;
left: -40px;
bottom:-40px;
}

.bottom_right
{
position: absolute;
display:inline;
right: -40px;
bottom:-40px;
}

.img_right
{
float:right;
position: absolute;
display:inline;
width:28%;
text-align:right;
}

.footer_text
{
bottom: 18px;
right:18px;
}

.show_logo
{
margin-top:20px;
width:20%;
float:left;
}

.show_logo img
{
width:100%
}

.show_text
{
float:right;
width:79%;
}

.show_img
{
float:left;
width:29%;
text-align:middle;
margin:2%;
}

.show_img img
{
width:100%;
}

}


/* ------------------------------------------------------------------------------------------------------------------ */
@media only screen and (min-width: 768px)  /* laptops and tablet - shows the main picture menu */
{

.modal-content {
    width: 100%;
  }

	
	
.video_mobile
{
display:none;
}

.video_full
{
display:inline;
}	

div.videobox
{
float: left;
width:46%;
align: center;
}

div.videobox video
{
width:90%;
padding:6px;
}
	
.rope
{
display:block;
}

.menu
{
width:100%;
}

.menu_item_red, .menu_item_lt_blue, .menu_item_yellow, .menu_item_dk_blue, .menu_item_active
{
display:inline-block;
margin-left:0px;  /* 14 */
margin-right:0px;  /* 10 */
padding:18px;  /* 18 */
}

.menu_picture_a, .menu_picture_b, .menu_picture_c, .menu_picture_d
{
display:block;
float:left;
margin-top:-15px;
margin-left:12px; /* 24 /* /* Allow for the padding in the menu item */
margin-right:26px; /* 40 */
}

.topnav
{
display:none
}

.show_mobile
{
display:none;
}

.mobile_hide
{
display:inline-block;}

}

/* ---------------------------------------------------------------------------------------------- */
@media only screen and (min-width: 1400px)  /* Large Laptops */
{

.page
{
}

.header
{
width:90%;
}

.title
{
max-width: 900px;
}

.menu
{
width:90%;
}

.page 
{ 
width:80%;
margin-left:auto;
margin-right:auto;
}

}


