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

font-size:100%;
font-family:新細明體;
color:0000cd;
text-align:center;
vertical-align:top;
line-height:180%;
letter-spacing:10px;

}





.menu-picture {
width:50%
}



.main-pic{

    position: fixed;  /*固定在網頁上不隨卷軸移動，若要隨卷軸移動用absolute*/


top: calc(7% - 40px);
left: calc(70% - 140px);


    border-radius: 10px;  /*圓角*/


}





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






.main-size{

width:50%;

}

