body {
    /* Required padding for .navbar-fixed-top. Change if height of navigation changes. */
    font-size: 16px;
    line-height: 1.6;
    font-family: '微軟正黑體', '新細明體', Ariel, Helvetica, sans-serif;
    color: #333333;

}

h2 {
    color: #003676;
    text-align: center;
    line-height: 1.5em;
    font-weight: bold;
    font-size: 4.5rem;
    padding-bottom: 3%;
}


h3 {
    font-size: 3rem;
    line-height: 1.5em;
    text-align: center;
    font-weight: bold;
}


p {
    text-align: justify;
    font-size: 20px;
    line-height: 1.8;

}


.info-text {
    font-size: 18px;
    text-align: center;
    margin-top: 15px;
}


.navbar-fixed-top {
    background-color: #057CA6;
}

.navbar-fixed-top .nav {

    float: right;
}

.navbar-fixed-top .navbar-brand {
    /*float:left;*/
}



.kv {}


h5 {
    font-size: 30px;
    font-weight: bold;
    color: #999;
    line-height: 1.5em;
}

section {
    margin: 0;
    padding-top: 30px;
    padding-bottom: 30px;
}

.section-signup {
    background-color: #f8f8f8;
}

.feature {
    padding-top: 20px;
    padding-bottom: 40px;
}

.border-title{
    position: relative;
    padding: 20px;
    margin-bottom: 4rem;
}

.border-title::before {
    content: "";
    position: absolute;
    top: -0.2vw;
    left: -0.2vw;
    display: block;
    width: 100%;
    height: 100%;
    border: solid 0.07vw #B9D7EA;
}

.border-title::after {
    content: "";
    position: absolute;
    bottom: -0.2vw;
    right: -0.2vw;
    display: block;
    width: 100%;
    height: 100%;
    border: solid 0.07vw #769FCD;
}

.txt-blue{
    color: #003676;
}

.btn-default {
    padding: 12px 12px;
    -webkit-border-radius: 4px;
    -moz-border-radius: 4px;
    border-radius: 4px;
    background-color: #003676;
    color: #ffffff;
    -webkit-transition: 0.2s ease-in-out;
    -moz-transition: 0.2s ease-in-out;
    -o-transition: 0.2s ease-in-out;
    transition: 0.2s ease-in-out;
    border: transparent;
    font-weight: bold;
    font-size: 20px;
    width: 90%;
    margin-top: 4%;
    margin-bottom: 3%;
    line-height: 30px;
}

.btn-green {
    background-color: #ff8906;
}

.btn-default:focus,
.btn-default:hover {
    background-color: #505050;
    color: #fff;
    font-weight: bold
}



.gift-name {
    font-weight: bold;
    font-size: 17px;
    padding-top: 25px;
}

.gift-box {
    /*border-radius: 8px;*/
    /* border-left: 6px solid #888;*/
    padding: 0px 10px;
}



ul li {
    font-size: 15px;
    line-height: 1.8;
}


.info-row>a {
    text-decoration: none;
}


.agenda-link {
    font-size: 20px;
}



/*  footer */
footer {
    padding: 3%;
    color: #fff;
    background-color: #dfdfdf;
}



footer p {
    font-size: 14px;
    line-height: 1.8;
}



#info {
    padding-top: 15px;
    padding-bottom: 15px;
}




@media (min-width: 768px) {
    .container {
        max-width: 1080px;
    }

    body {
        /*        padding-top: 100px;*/
        /* Required padding for .navbar-fixed-top. Change if height of navigation changes. */
    }

    .navbar-fixed-top .navbar-brand {
        padding: 15px 0;
    }


}




/* RWD for phone */
@media(max-width:768px) {
    h1 {
        font-size: 4rem;
    }

    h2 {
        font-size: 3.2rem;
    }

    h3 {
        font-size: 2.4rem;
    }

    h4 {
        font-size: 2rem;
    }

    h5 {
        font-size: 1.8rem;
    }

    h6 {
        font-size: 1.6rem;
    }

    ul li,
    p {
        font-size: 1.6rem;
    }

    .navbar-fixed-top .nav {
        display: block;
        float: none;
    }

    a {
        word-break: break-all;
    }

    .kv {
        padding-top: 1%;
    }

    footer .text-name {
        font-size: 1.8em;
    }

    footer p {
        font-size: 1.5rem;
        line-height: 1.5;
    }
}

.form-group>label:first-child {
    display: block;
}


.navbar>.container .navbar-brand,
.navbar>.container-fluid .navbar-brand {
    margin-left: 15px;
}




.checkbox-inline+.checkbox-inline {
    margin-left: 0;
    margin-right: 10px;
}

.mt20 {
    margin-top: 20px;
}

.mb20 {
    margin-bottom: 20px;
}

.mb40 {
    margin-bottom: 40px;
}

.checkbox-inline input[type=checkbox] {
    margin-top: 8px;
}


.cg {
    font-size: 20px;

}

.cg :hover {
    color: #057CA6;
    font-weight: bold;

}