#map {
    height: 600px;
    margin-top: 10%;
}

.row #Contact {
    border-left: solid #ACC0D8 5px;
}

#hazard {
    height: 600px;
    margin-top: 20%;
}

#floating-panel {
    display: none;
    padding: 10px;
    background-color: #ffffff;
    text-align: left;
    font-family: "Times New Roman";
}

#toggle-text {
    font-Size: 18px;
    font-family: "Times New Roman";
    width: 50px;
}

.label {
    font-Size: 15px;
    font-family: "Times New Roman";
}

.btn {
    height: 25px;
    width: 50px;
    font-Size: 15px;
    font-family: "Times New Roman";
    padding: 0;
}

#popWindow {
    /*此行指定放置廣告的div */
    width: 666px;
    /*此行設定div的寬度*/
    height: 488px;
    /*此行設定div的高度*/
    background: url("https://fakeimg.pl/666x488/");
    /*此行設定div的背景圖形*/
    box-shadow: 5px 5px 10px black;
    /*此行設定div的外框陰影*/
    border: 2px gray solid;
    /*此行設定div的外框線條*/
    border-radius: 20px;
    /*此行設定div的外框圓角*/
    position: fixed;
    /*此行設定div為不隨捲動而移動的模式*/
    z-index: 1;
}

#submit{
    border-radius: 20px;
    font-family: 'Times New Roman';
}

@media (min-width: 1400px){
.container, .container-lg, .container-md, .container-sm, .container-xl, .container-xxl {
    max-width: 1400px;
}}