@charset "UTF-8";
body{
	top:0px;
	left:0px;
	right:0px;
	margin:0px;
	font-family:calibri,arial;
	
	}

#fs_main_core{
	margin:2px;
	}

#fs_title{
	background:url(../../content/photo/pink_flour_trees_background.jpg);
	background-position:center;
	background-size:100%;
	height:100px;
	
	}
#fs_title_text{
	background:rgba(255,255,255,0.5);

	height:40%;
	}
#fs_title_name{
	text-align:right;
	font-size:36px;	
	color:rgba(0,0,0,0.4);
	}

#fs_title_spacer{
	height:10%;	
	
	}


#fs_title_menu{
	height:50%;
	background:rgba(51,51,51,0.2);
	display:inline-block;
	text-align:center;
	width:100%;
	alignment-baseline:middle;
	}

.fs_buttons{
	background:rgba(0,0,0,0.4);
	height:100%;
	display:inline-block;
	color:#FFF;
	width:20%;
	cursor:pointer;
	vertical-align:top;
	}
.fs_buttons:hover{
	background:rgba(0,0,0,0.7);
	}
.fs_buttons_bottom{
	background:rgba(0,0,0,0.5);
	height:100%;
	display:inline-block;
	color:#FFF;
	width:33%;
	cursor:pointer;
	text-align:left;
	
	}
.fs_buttons_bottom:hover{
	background:rgba(0,0,0,0.7);
	}
	
.link_style_menu{
	color:#FFF;
	font-style:normal;
	text-decoration:none;
	
	}
	
.fs_footer{
	background:#EFEFEF;
	alignment-baseline:central;
	alignment-adjust:central;
	}
	
.section_title{
	background:#F1F1F1;
	font-size:24px;
	}

.fs_submit_button{
	font-family:calibri,arial;
	background:rgba(71,71,71,0.89);
	color:rgba(255,255,255,1.00);
	font-size:18px;
	}

.section_under_title{
	background:rgba(0,0,0,1.00);
	color:rgba(255,255,255,1.00);
	font-size:16px;
	}

	#photo_slot_show_1{
	height: 100vh;
    background-image: url('../../content/intro_photos/5.jpg');
	background-size: cover;
	background-origin:content-box;
    background-repeat: no-repeat;
    background-attachment:fixed;
}
#photo_slot_show_2{
	height: 100vh;
    background-image: url('../../content/intro_photos/3.jpg');
	background-size: cover;
	background-origin:content-box;
    background-repeat: no-repeat;
    background-attachment:fixed;
}
#photo_slot_show_3{
	height: 100vh;
    background-image: url('../../content/intro_photos/2.jpg');
	background-size: cover;
	background-origin:content-box;
    background-repeat: no-repeat;
    background-attachment:fixed;
}
#photo_slot_show_4{
	height: 100vh;
    background-image: url('../../content/intro_photos/1.jpg');
	background-size: cover;
	background-origin:content-box;
    background-repeat: no-repeat;
    background-attachment:fixed;
}	
#photo_slot_show_5{
	height: 100vh;
    background-image: url('../../content/intro_photos/4.jpg');
	background-size: cover;
	background-origin:content-box;
    background-repeat: no-repeat;
    background-attachment:fixed;
}

.index_msg{
	position: relative;
	background:rgba(73,57,58,0.25);
	color: rgba(247,247,247,1.00);
	font-size: 20px;
	padding: 10px;
	top:50%;
	text-align: right;
}

.index_msg_2{
	position: relative;
	background:rgba(0,0,0,0.25);
	color: rgba(247,247,247,1.00);
	font-size: 30px;
	padding: 10px;
	top:50%;
}

.index_text_holder{
	padding: 15px;
	background: rgba(102,83,83,0.27);
	font-size: 18px;
	color: rgba(37,27,27,1.00);
	
}

#slider_holder_index{
	display: none;
}