@charset "UTF-8";

#wrapper {
    max-width: 1000px;
    margin: 0 auto;
    letter-spacing: 1px;
}

.summit_main{
    background-repeat: no-repeat;
    background-size: cover;
    background-attachment: fixed;
    padding-bottom: 50px;
}

.summit_main section {
    line-height: 2em;
}

.summit_main section p {
    margin-top: 25px;
}

h1.summit_title {
    text-align: center;
    font-size: 40px;
    font-weight: bold;
    font-family: europa, sans-serif;
    padding: 70px;
    letter-spacing: 3px;
    line-height: 1.5em;
}

h2.summit_section_title {
    color: #fff;
    text-align: center;
    font-size: 14px;
    font-family: europa, sans-serif;
    background: #3c3c3c;
    padding: 5px;
    margin-top: 40px;
}

.youtube {
    position:relative;
    width:100%;
    overflow: hidden;
}

.summit_opening_video {
    position: relative;
    width: 100%;
    height: 0;
    padding-bottom: 56.25%;
    overflow: hidden;
    margin-bottom: 50px;
}

.summit_opening_video iframe {
    width: 100%;
    height: 100%;
    position: absolute;
    top: 0;
    left: 0;
}

p.p_margin {
    margin-bottom: 30px;
}

.btn_txt {
    color: #4682b4;
    text-align: center;
    margin: 50px 0 30px 0;
}

.summit2019_background{
    background-image: url("/sg/img/event/japan/summit2019/bk.jpg");
}

.tw-summit2019_background{
    background-image: url("/tw/img/event/taiwan/summit2019/bk.jpg");
}

.sg-summit2019_background{
    background-image: url("/sg/img/event/singapore/summit2019/bk.jpg");
}

.sg-party2019_background{
    background-image: url("/sg/img/event/singapore/party2019/bk.jpg");
}

@media screen and (max-width: 800px) {

    #wrapper section p {
        padding: 0 15px 0 15px;
    }

    .summit_main {
        background-image: none;
        background-repeat: no-repeat;
        background-size: 100% auto;
    }

    .summit_main::before {
        background-size: 100% auto;
        background-repeat: no-repeat;
        display: block;
        position: fixed;
        top: 0;
        left: 0;
        width: 100%;
        height: 100%;
        padding-bottom: 108px;
        content: "";
        z-index: -1;
    }

    .summit2019_background::before{
        background-image: url("/tw/img/event/japan/summit2019/bk_sp.jpg");
    }

    .tw-summit2019_background::before{
        background-image: url("/tw/img/event/taiwan/summit2019/bk_sp.jpg");
    }

    .sg-summit2019_background::before{
        background-image: url("/sg/img/event/singapore/summit2019/bk_sp.jpg");
    }

    .sg-party2019_background::before{
        background-image: url("/sg/img/event/singapore/party2019/bk_sp.jpg");
    }
}

@media screen and (max-width: 600px) {

    h1.summit_title{
        font-size: 20px;
        padding: 50px;
    }

    h2.summit_section_title {
        font-weight: bold;
    }
}
