/*主選單按鈕*/
.main-menu{
    position: fixed;  /*固定在網頁上不隨卷軸移動，若要隨卷軸移動用absolute*/

	position:absolute;
	left:50%;
	bottom:0%;
	margin-left:-200px;
	margin-bottom:-80px;
}



iframe {
  position:absolute;
  top: 0px; /*where 0px is bootstrap default navbar height*/
  width: 100%;
  height: calc(100% - 0px);
}



/*主選單按鈕*/
.main-menu{
    width:12%;
    position: fixed;  /*固定在網頁上不隨卷軸移動，若要隨卷軸移動用absolute*/
    top:0%;  /*設置垂直位置*/
    right:-2%;  /*設置水平位置，依所放的內容多寡需要自行手動調整*/
    border-radius: 10px;  /*圓角*/

}




.menu-picture {
width:50%
}

/*麵包屑位置控制*/
.breadcrumb{
margin-top:-2%;
margin-left:2%;
}
