﻿body {
}

#mobilePage {
    display: none;
}

.center-contents {
    margin: auto;
    width: 100%;
    /*border: 3px solid green;*/
    padding: 10px;
    text-align: center;
}

.bold-text {
    color: green;
    font-weight: 600;
}

.bold-alone {
    font-weight: 600;
    font-size:large;
}

@media only screen and (max-width:768px) {
    .carousel-caption {
        display: none
    }

    .contents {
        display: none;
    }

    #mobilePage {
        display: block;
    }
}
