

@media screen and (max-width: 768px) 
{
    html,
    body {
        padding: 0px;
        margin-top: 10px;
    }
    .container1 {
        height: auto;
    }
    .navbar-fixed-bottom {
        position: relative;
    }
}
@media screen and (min-width: 769px) {
    html,
    body {
        height: 100%;
        padding: 0px;
        margin: 0px;
    }
    .container1 {
        height: 100%;
        overflow: hidden;
    }
    .wrapper {
        height: 100%;
        touch-action: none;
        transition: all 1000ms ease;
    }
    .mypage {
        height: 100%;
        width: 100%;
    }
    .carousel-caption h1 {
        font-size: 65px;
        line-height: 80px;
        padding-bottom: 35px;
        padding-top: 300px;
        font-weight: bold;
    }
    .jumbotron {
        background-color: #ffffff;
        position: relative;
        top: 50%;
        left: 50%;
        transform: translate(-50%,-50%);
        box-shadow: 0 20px 18px 0 rgba(0,0,0,0.4), 0 5px 19px 0 rgba(0,0,0,0.4);
    }
    .jumbotron .our{
        font-size: 21px;
        font-weight: 200;
    }
    .jumbotron h3{
        color: #cccccc;
    }
}


.page0 {
    background: #00BBFF;
}

.page1 {
    background: #FF8800;
}

.page2 {
    background: #FF0088;
}

.page3 {
    background: #98FB98;
}

.page4 {
    background: #551A8B;
}

.page5 {
    background: #FFFF33;
}

.page6 {
    background: #00BBFF;
}

.page7 {
    background: #CCCCCC;
}

.page8 {
    background: #CC00FF;
}

.page9 {
    background: #33FF00;
}

.page10 {
    background: #FFFFFF;
}

.btn {
    background-color: #00aeef;
    border-color: #0393c8;
}

.btn:hover {
    background-color: #0393c8;
    border-color: #0393c8;
}

a {
    color:#333333;
}
a:hover {
    color: #000000;
}