  ﻿
/* TOUR CSS */
/* Responsive images */
.responsive {
    width: 100%;
    height: auto;
}
.reg {
    font-size: 0.6em;
    vertical-align: super;
}
/* Main PDF/content container */
#pdf-container {
    width: 100%;
    max-width: 1600px;
    margin: 0 auto;
    font-size: 2vw;
}

#pagination-controls {
    margin: 0 0 0 25px;
}

#page-content {
    font-size: 2vw;
}
#copyrightbase p {margin: 0 0 25px 0;text-align:center;color:#757575;font-size:1vw;}
/* Buttons */
button {
    padding: 10px;
    margin: 35px;
    color: #0e683f;
}

/* Dashed divider */
hr.new2 {
    border: 0;
    border-top: 3px dashed #0e683f;
}

/* Standard clearfix */
.clearfix::after {
    content: "";
    display: table;
    clear: both;
}

/* Breadcrumb */
.usa-breadcrumb {
    background-color: transparent;
}

/* Do not clear elements on desktop */
.mobile-clear {
    clear: none;
}

/* Tablet and smaller screens */
@media (max-width: 900px) {
    body {
        font-size: 18px;
        line-height: 1.65;
    }

    h1,
    h2,
    h3 {
        line-height: 1.25;
    }

    h3 {
        font-size: 1.65rem;
    }

    p,
    li,
    .tour-text,
    .content,
    main {
        font-size: 18px;
        line-height: 1.65;
    }

    img {
        max-width: 100%;
        height: auto;
    }

    .my-rev-pics {
        text-align: left;
    }

    .responsive,
    main,
    .content,
    .tour-container {
        width: 100%;
        max-width: 100%;
    }

    a {
        font-size: 18px;
    }

    .next,
    .button,
    a[href*="center3"],
    a[href*="center"] {
        display: inline-block;
        font-size: 20px;
        padding: 12px 18px;
        margin-top: 15px;
    }
}

/* Mobile stacking and image centering */
@media (max-width: 768px) {
    .mobile-clear {
        display: block;
        clear: both;
        width: 100%;
    }

    .my-rev-pics {
        text-align: center;
    }
}

/* Small phones */
@media (max-width: 600px) {
    body {
        padding-right: 12px;
        padding-left: 12px;
        font-size: 19px;
    }

    p,
    li,
    .tour-text,
    .content,
    main {
        font-size: 19px;
        line-height: 1.7;
    }

    h3 {
        font-size: 1.8rem;
    }
}


