
/* Full Screen CSS */

html, body{
	height: 100%;
	margin: 0;
    font-family: 'Audiowide', cursive;
	color: #FFF;
	
}

.banner img {
	width: 80%;
	height: auto;
	display:block;
	margin:auto;
	margin-bottom: 20px;
}

h2 {
	font-family: 'Audiowide', cursive;
	margin:0;
	text-align:center;
	
	}
 p{
	 
	 font-family: Arial, Helvetica, sans-serif;
	 padding-left: 60px;
	 padding-bottom: 40px;
	 padding-right: 60px;
	 column-count: 2;
	 
	 }
	 
 
	 
.text {
	background-color:#694f39;
	width: 100%;
    height: auto;	
}


	
		 

/* slideshow */

.slideshow {
    width: 1024px;
    margin: auto;
    margin-top: 20px;
    margin-bottom: 20px;
    z-index: 1;
   

}
	
/* Navgation */

#header{
background-color: black;
width:100%;
height:60px;
z-index:2;

}

#nav {
    padding-top:15px; 
    text-align:center; 
    margin: 0px auto; 
}

#nav ul {
    margin: 0; 
    padding: 0; 
    list-style-type: none; 
}
#nav li {
    margin-right: 0px; 
    display: inline;
}
#nav ul li a {
    text-decoration:none;  
    margin: 0px; 
	padding: 10px 15px 0px 15px; 
    color: white;
}
#nav ul li a:hover {
    color: #ff3300; 
    text-decoration:none;
}


#nav li.current-menu-item a {
    color: #ffffff; 
    text-decoration:none;
}
#nav li.current_page_item  {
    color: #ffffff;  
    text-decoration:none;
}

/* Typed js */

.wrap{
 max-width: 100%;
 padding-top: 20px;
 margin:auto;
    background-color: #694f39;
 width: 100%;
 height: 200px;
 text-align: center;
   display: inline-block;
   
}

.type-wrap{
    font-family: 'Audiowide', cursive;
 font-size: 1.5em;
 color: #FFF;
}
 
     .image {
    height: auto;
    padding: 20px;
}

.image img {
   width: 100%;
	height: auto;
	display:block;
	margin:auto;
}

/* links */

a:link {
    color: antiquewhite;
  
}

a:visited {
    color:darkkhaki;
}

.credits {
	font-size: smaller;
	text-align: center;
	column-count: 1;	 

}
	
 

@media screen and (min-width: 768px) {
	body {
		
    background-image:url(Rotorua.gif);
	background-size:cover;
	background-color:#694f39;
	background-attachment: fixed;
		
		}
   #mobile_intro {
        display: none;
    }
	
	.mobile-menu {
		display: none;
	
}
}

@media screen and (max-width: 768px) {
	body {
		
		background-image: none;
        background-color: #694f39;
        background-image: none;
		}
    
    p {
	       column-count: 1;

        }
    .wrap {
			display: none;
		}
    
    
    
    .slideshow {
        display: none;
    }
	
	#header {
		display: none;
	

}

}



.mobile-menu {
  width: auto;
  position: relative;
  padding: 0;
  height: 50px;
  line-height: 50px;
  text-align: center;
  /* disable text selection by clicking */
  -webkit-user-select: none;  
  -moz-user-select: none;    
  -ms-user-select: none;      
  user-select: none;
}

.mobile-menu a.dropdown-link{
  display: block;
  height: 50px;
  padding: 0 20px;
  color: #FFFFFF;
  font-size: 1.3rem;
  cursor: pointer;
  background: black;
  font-family: 'Oswald', sans-serif;
}

.mobile-menu a.dropdown-link:hover{
    text-decoration: none;
}
.mobile-menu a.dropdown-link i{
    float: right;
    position: relative;
    top: 15px;
}

.mobile-dropdown {
  display: none;
  list-style-type: none;
  background: black;
  padding: 0;
  min-width: 125px;
  position: relative;
  z-index: 100;
  margin: 0;
}

.mobile-dropdown li{
  padding: 0;
  height: auto;
}

.mobile-dropdown li a{
  padding: 0;
  color: #FFFFFF;
  display: block;
  padding: 0 20px;
  height: 40px;
  line-height: 40px;
  
  text-decoration: none;
}

.mobile-dropdown li a:hover{
  text-decoration: none;
  color: dodgerblue;
}

p {
  margin: 20px;
}
