/*-----------------------------------------------------------------------------*/
/*---------------------------------Mobile Version------------------------------*/
/*-----------------------------------------------------------------------------*/

#text1
{
	margin-left: 10px;/*screen narrower so less room from the sides of the browser*/
	margin-right: 10px;/*screen narrower so less room from the sides of the browser*/
}

#text2
{
	font-size: 12px;
	margin-left: 10px;/*screen narrower so less room from the sides of the browser*/
	margin-right: 10px;/*screen narrower so less room from the sides of the browser*/
}

#text6
{
	margin-left: 10px;/*screen narrower so less room from the sides of the browser*/
	margin-top: 5px;
}

#bar1
{
	height: 210px;
}

#bar1 ul li
{
	width: 100%;/*width 100% for links*/
	text-align: center;
}

#navigation
{
	width:100%;
	height: 280px;/*navigation bar is high now as the links are underneath each other,
					rather than beside each other*/
}

#navigation ul
{
	width: 100%;
	padding-left: 0px;/*padding 0 as links are above not beside each other*/
	padding-right: 0px;/*padding 0 as links are above not beside each other*/
	margin-left: 0;
}

#navigation ul li
{
	width: 100%;
	text-align: center;
	padding-left: 0px;/*padding 0 as links are above not beside each other*/
	padding-right: 0px;/*padding 0 as links are above not beside each other*/
}

#gallery
{
	height: 250px;
}	

#box
{
	background-color: white;
	color: black;
	z-index: 10;
	position: relative;
}

.slides 
{
    width: 100%;
    height: 250px;
	margin-left: -10%;	
}

.slide 
{
    width: 100%;
    height: 250px;
    display: block;
    position: absolute;
    transform: scale(0);
    transition: all .7s ease-in-out;
}

.nav label 
{
    width: 40px;
   
	opacity: 1;
    z-index: 9;
    cursor: pointer;

    transition: none !important;

    color: #FFF;
    font-size: 156pt;
    text-align: center;
    line-height: 250px;
    font-family: "Varela Round", sans-serif;
    background-color: rgba(255, 255, 255,);
}

#bar
{
	background-color: #d9d9d9;
	height: auto;
}

#anim1
{
	position: relative;
	z-index: 1;
	background-color: #d9d9d9;
	-webkit-animation: none !important;/*no animations as mobile browsers don't support them/they look bad*/
	-moz-animation: none !important;
	-o-animation: none !important;
	-ms-animation: none !important;
	animation: none !important;
}

#anim2
{
	position: static;
	background-color: white;
	-webkit-animation: none !important;/*no animations as mobile browsers don't support them/they look bad*/
	-moz-animation: none !important;
	-o-animation: none !important;
	-ms-animation: none !important;
	animation: none !important;
}

#anim3
{
	position: static;
	background-color: white;
	-webkit-animation: none !important;/*no animations as mobile browsers don't support them/they look bad*/
	-moz-animation: none !important;
	-o-animation: none !important;
	-ms-animation: none !important;
	animation: none !important;
}

#anim4
{
	position: static;
	background-color: white;
	-webkit-animation: none !important;/*no animations as mobile browsers don't support them/they look bad*/
	-moz-animation: none !important;
	-o-animation: none !important;
	-ms-animation: none !important;
	animation: none !important;
}

#anim5
{
	position: static;
	background-color: white;
	-webkit-animation: none !important;/*no animations as mobile browsers don't support them/they look bad*/
	-moz-animation: none !important;
	-o-animation: none !important;
	-ms-animation: none !important;
	animation: none !important;
}

#anim6
{
	position: static;
	background-color: white;
	-webkit-animation: none !important;/*no animations as mobile browsers don't support them/they look bad*/
	-moz-animation: none !important;
	-o-animation: none !important;
	-ms-animation: none !important;
	animation: none !important;
}

#anim7{
	position: relative;
	z-index: 1;
	background-color: white;
	-webkit-animation: none !important;/*no animations as mobile browsers don't support them/they look bad*/
	-moz-animation: none !important;
	-o-animation: none !important;
	-ms-animation: none !important;
	animation: none !important;
}

#anim8{
	position: relative;
	z-index: 1;
	background-color: white;
	-webkit-animation: none !important;/*no animations as mobile browsers don't support them/they look bad*/
	-moz-animation: none !important;
	-o-animation: none !important;
	-ms-animation: none !important;
	animation: none !important;
}

#anim9
{
	position: relative;
	z-index: 1;
	background-color: white;
	-webkit-animation: none !important;/*no animations as mobile browsers don't support them/they look bad*/
	-moz-animation: none !important;
	-o-animation: none !important;
	-ms-animation: none !important;
	animation: none !important;

}

#anim10
{
	position: relative;
	z-index: 1;
	background-color: white;
	-webkit-animation: none !important;/*no animations as mobile browsers don't support them/they look bad*/
  -moz-animation: none !important;
  -o-animation: none !important;
  -ms-animation: none !important;
  animation: none !important;
}

#anim11
{
	position: relative;
	z-index: 1;
	background-color: white;
	-webkit-animation: none !important;/*no animations as mobile browsers don't support them/they look bad*/
	-moz-animation: none !important;
	-o-animation: none !important;
	-ms-animation: none !important;
	animation: none !important;
}

#anim12
{
	-webkit-animation: expand11 5s;
	-moz-animation: expand11 5s;
	position: relative;
	z-index: 1;
	background-color: white;
	animation-fill-mode: forwards;
	-webkit-animation: none !important;/*no animations as mobile browsers don't support them/they look bad*/
	-moz-animation: none !important;
	-o-animation: none !important;
	-ms-animation: none !important;
	animation: none !important;
}

#anim13
{
	-webkit-animation: expand12 5s;
	-moz-animation: expand12 5s;
	position: relative;
	z-index: 1;
	background-color: white;
	animation-fill-mode: forwards;
	-webkit-animation: none !important;/*no animations as mobile browsers don't support them/they look bad*/
	-moz-animation: none !important;
	-o-animation: none !important;
	-ms-animation: none !important;
	animation: none !important;
}

#anim14
{
	-webkit-animation: expand13 7s;
	-moz-animation: expand13 7s;
	position: relative;
	z-index: 1;
	background-color: white;
	animation-fill-mode: forwards;
	-webkit-animation: none !important;/*no animations as mobile browsers don't support them/they look bad*/
	-moz-animation: none !important;
	-o-animation: none !important;
	-ms-animation: none !important;
	animation: none !important;
}

#anim15
{
	-webkit-animation: expand14 7s;
	-moz-animation: expand14 7s;
	position: relative;
	z-index: 1;
	background-color: white;
	animation-fill-mode: forwards;
	-webkit-animation: none !important;/*no animations as mobile browsers don't support them/they look bad*/
	-moz-animation: none !important;
	-o-animation: none !important;
	-ms-animation: none !important;
	animation: none !important;
}

footer
{
	height: auto;
}

#contact1{
	width: 100%;/*cotact boxes are 100% width as 3 wouldn't fit on a narrow screen*/
	text-align: center;
}

#contact2
{
	width: 100%;/*cotact boxes are 100% width as 3 wouldn't fit on a narrow screen*/
	text-align: center;
}

#contact3
{
	width: 100%;/*cotact boxes are 100% width as 3 wouldn't fit on a narrow screen*/
	text-align: center;
}

#contain
{
	background-color: black;
	height: 60px;
}

#box1
{
	display: inline-block;
	margin-left: 25%;
	margin-right:25%;
}

#googlemap:
{
	display: none;
}

#video iframe
{
	height: 250px;
	width:300px;
}

/*expandable navigation bar for mobile version*/
.toggle-box 
{
	display: none;
}

/*expandable navigation bar for mobile version*/
.toggle-box + label 
{
	  cursor: pointer;
	  display: block;
	  font-weight: bold;
	  line-height: 35px;
	  margin-bottom: 5px;
	  background: black;
	  height: 40px;
	  color: white;
	  font-size: 25px;
}

/*expandable navigation bar for mobile version*/
.toggle-box + label + div
{
  display: none;

}

/*expandable navigation bar for mobile version*/
.toggle-box:checked + label + div 
{
  display: block;
}

/*expandable navigation bar for mobile version*/
.toggle-box + label:before 
{
  background-color: #4F5150;
  -webkit-border-radius: 10px;
  -moz-border-radius: 10px;
  border-radius: 10px;
  color: #FFFFFF;
  content: "+";
  display: block;
  float: left;
  font-weight: bold;
  height: 25px;
  line-height: 20px;
  margin-right: 5px;
  text-align: center;
  width: 20px;
}

/*expandable navigation bar for mobile version*/
.toggle-box:checked + label:before 
{
  content: "\2212";
} 