/* Please see documentation at https://docs.microsoft.com/aspnet/core/client-side/bundling-and-minification 
for details on configuring this project to bundle and minify static web assets. */
body {
    /*padding-top: 10px;*/
    margin-top: /*-35px;*/
    padding-bottom: 20px;
    font-size: 2.8rem;
}

/* Wrapping element */
/* Set some basic padding to keep content from hitting the edges */
.body-content {
    padding-left: 15px;
    padding-right: 15px;
}

/* Carousel */
.carousel-caption p {
    font-size: 20px;
    line-height: 1.4;
}

/* Make .svg files in the carousel display properly in older browsers */
.carousel-inner .item img[src$=".svg"] {
    width: 100%;
}

/* QR code generator */
#qrCode {
    margin: 15px;
}

/* Hide/rearrange for smaller screens */
@media screen and (max-width: 768px) {
    .body-content {
        width: 600px;
        font-size: 1.7rem !important;
        margin-left: 4% !important;
    }
    /* Hide captions */
    .carousel-caption {
        display: none;
    }

    #fullpage {
        left: 5% !important;
    }

    .table {
        left: 10% !important;
    }

    .table-responsive {
        width: 180% !important;
    }

    .table-head {
        font-size: 2.4rem !important;
    }
}

/* Hide/rearrange for smaller screens */
@media screen and (min-width: 769px) and (max-width: 940px) {
    .body-content {
        width: 800px !important;
        font-size: 1.1rem !important;
        margin-left: 4% !important;
    }

    .container {
        max-width: 880px !important;
    }
    /* Hide captions */
    .carousel-caption {
        display: none;
    }

    #fullpage {
        left: 2.0% !important;
    }

    .table {
        width: 90% !important;
    }

    .table-responsive {
        width: 120% !important;
    }

    .table-head {
        font-size: 1.2rem !important;
    }

    #textTo {
        width: 100% !important;
        position: relative !important;
        float: right !important;
        margin-top: 1% !important;
        padding-left: 0.5% !important;
        font-size: 1.8rem !important;
        font-weight: bold !important;
    }
}

@media screen and (min-width: 945px) and (max-width: 945px) {
    body {
        font-size: 24.5pt !important;
    }

    .body-content {
        width: 945px !important;
        /*font-size: 1.1rem !important;*/
        /*margin-left: 1% !important;*/
    }

    .busRoute {
        width: 50% !important;
    }

    .container {
        max-width: 945px !important;
    }
    /* Hide captions */
    .carousel-caption {
        display: none;
    }

    #fullpage {
        left: 0.5% !important;
    }

    .table {
        width: 100% !important;
    }

    .table-responsive {
        width: 100% !important;
    }

    .table-head {
        font-size: 24.5pt !important;
    }

    #header {
        font-size: 24.5pt !important;
    }

    #textTo {
        width: 100% !important;
        position: relative !important;
        float: right !important;
        margin-top: 1% !important;
        padding-left: 0.5% !important;
        font-size: 24.5pt !important;
        font-weight: bold !important;
    }
}

@media screen and (min-width: 946px) and (max-width: 1199) {
    .body-content {
        width: 1000px;
        font-size: 1.7rem !important;
        margin-left: 4% !important;
    }

    .container {
        max-width: 900px !important;
    }
    /* Hide captions */
    .carousel-caption {
        display: none;
    }

    #fullpage {
        left: 2.5% !important;
    }

    .table {
        width: 75% !important;
    }

    .table-responsive {
        width: 180% !important;
    }

    .table-head {
        font-size: 2.4rem !important;
    }
    #textTo {
        width: 100% !important;
        position: relative !important;
        float: right !important;
        margin-top: 1% !important;
        padding-left: 0.5% !important;
        font-size: 1.8rem !important;
        font-weight: bold !important;
    }
}

@media screen and (min-width: 1200px) and (max-width: 1900px) {
    .body-content {
        width: 1500px;
        font-size: 1.7rem !important;
        margin-left: 4% !important;
    }

    .container {
        max-width: 1400px !important;
    }

    .carousel-caption {
        display: none;
    }

    #fullpage {
        left: 2.5% !important;
    }

    .table {
        width: 75% !important;
    }

    .table-responsive {
        width: 180% !important;
    }

    .table-head {
        font-size: 2.4rem !important;
    }
    #textTo {
        width: 100% !important;
        position: relative !important;
        float: right !important;
        margin-top: 1% !important;
        padding-left: 0.5% !important;
        font-size: 1.8rem !important;
        font-weight: bold !important;
    }
}

@media screen and (min-width: 1901px) and (max-width: 2400px) {
    .body-content {
        /*width: 1800px !important;*/
        font-size: 1.7rem !important;
        margin-left: 4% !important;
    }
    .container {
        max-width: 1900px !important;
    }
    .carousel-caption {
        display: none;
    }
    #fullpage {
        left: 2.5% !important;
    }
    .table {
        width: 130% !important;
    }
    .table-responsive {
        width: 150% !important;
    }
    .table-head {
        font-size: 2.4rem !important;
    }
    #textTo {
        width: 100% !important;
        position: relative !important;
        float: right !important;
        margin-top: 1% !important;
        padding-left: 0.5% !important;
        font-size: 1.8rem !important;
        font-weight: bold !important;
    }
}

/* Need to fix this for 2560x1440 */
@media screen and (min-width: 2401px) and (max-width: 3000px) {
    .body-content {
        width: 1800px;
        font-size: 2.4rem !important;
    }

    .carousel-caption {
        display: none;
    }

    #fullpage {
        left: 2.5% !important;
    }

    .table {
        width: 100% !important;
    }

    .table-responsive {
        width: 150% !important;
    }

    .table-head {
        font-size: 2.4rem !important;
    }
}

@media screen and (min-width: 3001px) {
    .body-content {
        width: 2800px;
        font-size: 2.8rem !important;
    }

    .container {
        max-width: 3800px !important;
    }

    #fullpage {
    }

    .table {
        width: 150% !important;
    }

    .table-responsive {
    }

    .table-head {
    }
}

.body-content {
    font-weight: 600;
}

table {
    width: 100%;
}

.table .busData {
    padding-left: 0.5%;
    padding-top: 0.5%;
    padding-bottom: 0;
    padding-right: 0.5%;
}

tbody tr:nth-child(odd) {
    background: lightgray;
}

tbody tr:nth-child(even) {
    background: lightsteelblue;
}

.table-head {
    background: white;
    padding-top: 10px;
    font-size: 3rem;
}

.table > tbody > tr > td, .table > tbody > tr > th, .table > tfoot > tr > td, .table > tfoot > tr > th, .table > thead > tr > td, .table > thead > tr > th {
    padding: 0;
}

#fullpage {
    display: inline-block;
    /*left: -60px;*/
    /*right: 10%;*/
    top: -50px;
}

#header {
    margin-top: 50px;
    float: left;
    width: 100%;
    font-size: 1.5rem;
    font-weight: bold;
}

#logo {
    width: 200px;
}

.table-responsive {
    width: 100%;
}

#textTo {
    position: relative;
    float: right;
    margin-top: 4%;
    padding-left: 20px;
    font-size: 2rem;
    font-weight: bold;
}

.busData {
    width: 100%;
    padding-left: 0.5%;
    padding-top: 0.5%;
    padding-bottom: 0;
    padding-right: 0.5%;
    height: 4vh;
}

.busRoute {
    width: 70%;
    padding-left: 10px !important;
}

.busTime {
    width: 30%;
    padding-left: 10px !important;
}

.pagination {
    margin: 0;
    padding-bottom: 50px;
}

.small {
    font-size: small;
}

.medium {
    font-size: medium;
}

.xlarge {
    font-size: x-large;
}
