    body{
            width: 100%;
            height: 100%;
            position: relative;
            font-family: 'Noto Sans TC', sans-serif;
            background: url(../img/bg.jpg) ;
  background-repeat: no-repeat;
  background-attachment: fixed;
  background-position: center;
        }
    p{
        font-size: 1.2rem;
    }
    h2{
        font-size: 1.7rem;
        color:#006a75;
    }
    h3{
        font-size: 1.4rem;
        color:#ec1e27;
    }
        .swapper{
            background: #ddd;
            position: fixed;
            z-index: 99999;
            width: 100%;
            height: 100%;
            margin: 0;
        }
    #uxSVG{
        position: fixed;
    }
    #svgContainer{
            width: 100%;
            height: 100%;
            position: fixed;
            z-index: -1;
            overflow: hidden;

            top:10%; 
        }
        .navbar-light .navbar-nav .active>.nav-link.js-scroll-trigger.active{
            color: #ec1e27; 

        }
    #buildingSVG{
            width: 100%;
            position: absolute;
            left: -25%;
        }

    .panelSc {
        min-height: auto; /* makes panels the entire window height */
        width: 100%;
        display: block;
        margin-top: 10vh;
    }

    #intro{
        margin-top: 0vh;

    }
    #intro .row{
        margin-top: 0vh;

    }
	.panelSc.green {
		margin-bottom: 400px
	}
    .phone p{
        padding-left: 10px;
        margin-bottom:0;
        font-size: 95%;
    }