/* CSS Document */
body, html {
	
	margin:0;
	height:100%;
	width:100%;
	background-position:top;
	background-size:cover;
	background-repeat:no-repeat;
	padding:0;
}

.container {
	
	height:100%;
	width:100%;
}

#home {
	width:100%;
	height:100%;
	
	background-position:center center;
	background-size: cover;
}

#beards_main_image{
	width:50%;
	height:100%;
	
	float:left;
	margin:0 auto;
}

#buns_main_image{
	width:50%;
	height:100%;
	
	float:right;
	margin:0 auto;
}

.iconbeard{
	position: absolute;
  	z-index: 9999;
    width: 13%;
    height: auto;
  	bottom: 5%;
  	left: 20%;
}

.iconbun{
	position: absolute;
  	z-index: 9999;
    width: 11%;
    height: auto;
  	bottom: 5%;
  	right: 20%;
}

#mainlogo{
	 position: absolute;
     z-index: 9999;
    width: 13%;
    height: auto;
    margin: 0 auto;
    text-align: center;
    padding-left: 43.5%;
	padding-top: 5%;
}

#about_us {
	
background:url(images/maxresdefault.jpg);
background-repeat:no-repeat;
background-position:center;
background-size:cover;
width:100%;
height:100%;
	
}

#menu {
	background:url(images/Susina-Bakery-Display-1024x768.jpg);
}

#location{
	background:url(images/shop-side.jpg);
	background-repeat:no-repeat;
background-position:center;
background-size:cover;
width:100%;
height:100%;
}

#us{
	background:url(images/Susina-Bakery-Banana-Cream-Pie-1024x768.jpg);
	background-repeat:no-repeat;
background-position:center;
background-size:cover;
width:100%;
height:100%;
}
#about_us_title{
	padding-left: 45.5%;
	 margin: 0 auto;
	 position: absolute;
     z-index: 9999;
	 font-family: 'Kaushan Script', cursive;
	 font-size:30px;
	 
}
#about_us_beards{
    float: left;
	
    height:100%;
	width: 50%;
}
#about_us_beards_text{
	margin: auto;
	padding:10%;
	font-family: 'Karla', sans-serif;
	font-size:21px;
}

#about_us_beards_text h3{
	color:#FFF;
}
#about_us_beards_img{
	margin: 0 auto;
	padding-left:30%;
	
}
#about_us_beards_img img{
	box-shadow: 5px 5px 5px #999;
}

#about_us_buns{
    float: right;
    
    height:100%;
    width: 50%;
}
#about_us_buns_text{
	margin: auto;
	padding:10%;
	font-family: 'Karla', sans-serif;
	font-size:21px;
}
#about_us_buns_text h3{
	color:#FFF;
}
#about_us_buns_img{
	margin: auto;
	padding-right: 27%;
 	padding-left: 37%;
}
#about_us_buns_img img{
	box-shadow: 5px 5px 5px #999;
}
#menu {
	width:100%;
	height:100%;
	
	background-position:center center;
	background-size: cover;
}
#menu_title{
	padding-left: 46.5%;
	 margin: 0 auto;
	 position: absolute;
     z-index: 9999;
	 font-family: 'Kaushan Script', cursive;
	 font-size:30px;
	 
}

#menu_title h2{
	color:#FFF;
	
}
#about_us_title h2{
	color:#FFF;
	
}


#menu_beards{
    float: left;
    
    height:90%;
	width: 50%;
}
#menu_beards img{
	box-shadow: 5px 5px 5px #999;
}
#beards_download_link{
	   float: left;
    
    height:10%;
	width: 50%;
    padding-bottom: 5%;
	font-family: 'Karla', sans-serif;
	font-size:21px;
}
#beards_download_link h2{
	color:#69F;
}

#beards_menu_img{
	margin: auto;
	padding-left:40%;
	padding-top:5%;
}
#menu_buns img{
	box-shadow: 5px 5px 5px #999;
}
#menu_buns{
    float: right;
    height:90%;
    width: 50%;
}

#buns_download_link{
	float: right;
    
    height:10%;
    width: 50%;
    padding-bottom: 5%;
	font-family: 'Karla', sans-serif;
	font-size:21px;
}

#buns_download_link h2{
	color:#69F;
}

#buns_menu_img{
	margin: auto;
	padding-left:40%;
	padding-top:5%;
}



#location_title{
	padding-left: 11%;
	 margin: 0 auto;
	 position: absolute;
     z-index: 9999;
	 font-family: 'Kaushan Script', cursive;
	 font-size:30px;
}

#location_title h2{
	color:#FFF;
	
}
#location_beards{
    float: left;
   
    width: 22%;
    height: 100%;
  padding-top: 2.5%;
  padding-left: 6%;
}

#spacer{
	float: left;
	width: 7%;
    height: 100%;
}
#map{
    float: left;
    margin: auto;
    padding-top: 11%;
    width: 37%;
}

#location_buns{
    float:right;
   
    width: 22%;
    height: 100%;
  padding-top: 2.5%;
  padding-right: 6%;

}
#location_buns img{
    float:right;
}

#us_title{
	padding-left: 23%;
  padding-right: 10%;
  padding-top: 29%;
	 margin: 0 auto;
	 position: absolute;
     z-index: 9999;
	 font-family: 'Kaushan Script', cursive;
	 font-size:30px;
}


#us_beards{
    
    width: 25%;
    height: 100%;
    float: left;
}

.slideshow-centre{
float:left;
width:50%;

padding-top:10%;	
}

.slideshow-wrap{
	margin:auto;
width:500px;	
}

#us_buns{
    
    width: 25%;
    height: 100%;
    float: right;
}



#clear {
	float:left;
	width:100%;
	height:1px;	
}

