/* @font-face {
    font-family: 'Source_Sans_Pro';
    src: url('Source_Sans_Pro/SourceSansPro-Regular.ttf') format('ttf');
} */

@import url('https://fonts.googleapis.com/css2?family=Roboto:ital,wght@0,100;0,300;0,400;0,500;0,700;0,900;1,100;1,300;1,400;1,500;1,700;1,900&display=swap');

* {
    padding: 0;
    margin: 0;
    box-sizing: border-box;
}

html {
    scroll-behavior: smooth;
}

body {
    background-color: var(--iowa-blue-10);
    min-height: 100vh;
    font-family: 'Roboto';
    font-size: 14px;
}

header {
    /* position: relative;
    top: 50px; */
    display: flex;
    min-height: 125px;
    gap: 1rem;
    justify-content: space-evenly;
    align-items: center;
    padding: 10px;
    color: white;
}

header.blue {
    background-color: var(--iowa-blue-80);
}

header.white {
    background-color: white;
}

.header-hr {
    border: solid 5px var(--iowa-gold);
    margin: 0;
}

.page-title {
    padding-bottom: 1rem;
}

.page-image {
    padding-bottom: 1rem;
}

.container {
    /* position: relative;
    top: 50px; */
    color: var(--iowa-blue-80);
    padding: 1rem;
    padding-bottom: 3rem;
}

nav {
    display: flex;
    position: relative;
    left: 0;
    width: 100%;
    height: 3rem;
    text-align: center;
    justify-content: space-evenly;
    padding: 0.5rem;
}

nav a {
    background-color: var(--iowa-blue);
    color: var(--iowa-blue-10);
    padding: 0.5rem;
    border: 0;
    cursor: pointer;
    border-radius: 12px;
    font-size: 0.85rem;
}

/* button {
    background-color: var(--iowa-blue);
    color: var(--iowa-blue-10);
    padding: 0.5rem;
    margin: 0.5rem;
    border: 0;
    cursor: pointer;
    border-radius: 12px;
    font-size: 0.85rem;
} */

p {
    padding-bottom: 1.5rem;
}

h1 { font-size: 2.5rem; }
h2 { font-size: 2rem; }
h3 { font-size: 1.75rem; }
h4 { font-size: 1.5rem; }
h5 { font-size: 1rem; }
h6 { font-size: 0.75rem; }

.text-gold { color: var(--iowa-gold); }

a {
    color: var(--iowa-blue-60);
    text-decoration: none !important;
}

/*a btn-link{
    display: flex;
    background-color: var(--iowa-gold);
    color: var(--iowa-dark-gray-70) !important;
    border: 1px solid var(--iowa-dark-gray-20);
    border-radius: 1rem;
    padding: 1rem 2rem;
    margin-bottom: 2rem;

    align-items: center;
}

a.btn link2{
    display: inline-block;
    color: var(--iowa-dark-gray-70) !important;
    padding: 0.5rem 1rem;
    margin-top: 0.5rem;
    margin-bottom: 0.5rem;
    border: 1px solid white;
    border-radius: 1rem;
    white-space: nowrap;
    align-items: center !important;
    text-align: center !important;
    vertical-align: center !important;
}*/

a:hover {
    color: var(--iowa-gold-60);
    cursor: pointer;
}

ul {
    padding-bottom: 1rem;
}

/*ul.no-bullets {
    list-style: none;
}

ul.drpdwn {
    font-size: 0.80rem;
    color: white;
    margin-left: 0.75rem;
    margin-top: 0;
    margin-right: 1rem;
    margin-bottom: 0.75rem;
    text-indent: 0;
}*/

ul, ol {
    color: var(--iowa-gray-70);
    padding-left: 2rem;
}



.center {
    display: block;
    text-align: center;
}

.tab {
    overflow: hidden;
    display: flex;
    justify-content: space-evenly;
    border: 1px solid #ccc;
    background-color: #f1f1f1;
}

.cols {
    /* position: relative;
    top: 50px; */
    display: flex;
    min-height: 125px;
    gap: 1rem;
    justify-content: space-evenly;
    align-items: center;
    padding: 10px;
    color: white;
}

.sidepanel {
    height: 0;
    width: 100%;
    position: fixed;
    z-index: 1;
    bottom: 0;
    left: 0;
    background-color: black;
    overflow-x: hidden;
    padding-top: 10px;
    transition: 0.1s;
}

    .sidepanel a {
        padding: 8px 8px 8px 32px;
        text-decoration: none;
        font-size: 22px;
        color: #818181;
        display: block;
        transition: 0.1s;
    }

    .sidepanel a:hover {
        color: #f1f1f1;
    }

    .openbtn {
        position: fixed;
        left: 0;
        bottom: 0;
        width: 100%;
        height: 50px;
        font-size: 1.5rem;
        cursor: pointer;
        background: black;
        color: white;
        padding: 0.5rem;
        border: none;
        box-shadow: 1px -5px 5px rgba(0,0,0,0.5);
    }

    .openbtn:hover{
        background: #444;
    }

.tab button {
    background-color: #ddd;
    color: black;
    float: left;
    border-top: 0;
    border-left: 0.01rem solid rgb(110, 110, 110);
    border-right: 0.01rem solid rgb(110, 110, 110);
    border-bottom: 0;
    outline: none;
    cursor: pointer;
    padding: 14px 16px;
    transition: 0.3s;
    width: 100%;
    white-space: nowrap;
}

.tab button.active, .tab button:hover {
    background-color: var(--iowa-blue);
    color: white;
}

.tabcontent {
    display: none;
    padding: 1rem;
    padding-bottom: 3rem;
    border: 1px solid #ccc;
    border-top: none;
    color: black;
}

.tabcontent img {
    width: 100%;
    max-width: 600px;
    display: block;
    margin-bottom: 1rem;
    border-radius: 0.5rem;
}

.contact-card {
    display: block;
    /* padding: 0.5rem; */
    margin-bottom: 1rem;
    width: 100%;
    /* max-width: 400px; */
}

    .contact-card-header {
        text-align: left;
        padding: 0.5rem;
    }
    .contact-card-header.border {
        border: solid var(--iowa-dark-gray-20) 0.05rem;
        border-bottom: none !important;
        border-radius: 0.5rem 0.5rem 0 0;
    }

    .contact-card-phone {
        float: right;
        border: solid var(--iowa-dark-gray-20) 0.05rem;
        border-radius: 0.5rem;
        padding: 0.5rem 0.75rem 0.5rem 0.75rem;
        margin-left: 0.25rem;
        text-align: center;
    }

    .contact-card.button{
        max-width: 50%;
        display: inline-block;
        background-color: var(--iowa-gold);
        color: var(--iowa-dark-gray-70) !important;
        border: 1px solid white;
        border-radius: 1rem;
        margin-left: 0.75rem;
        margin-right: 0.75rem;
        padding: 0.5rem ;
        text-align: center;
        align-items: center;
    }



    .contact-card img {
        /* width: 100%;
        max-width: 500px; */
        border-radius: 0.5rem;
        margin-right: 1rem;
    }

    .contact-card h1 {
        font-size: 1.25rem;
        color: var(--iowa-blue-70);
        margin-bottom: 0.5rem;
    }

    .contact-card h2 {
        font-size: 0.85rem;
        margin-bottom: 0.5rem;
        color: var(--iowa-dark-gray-40);
    }

    .contact-card a:link {
        color: var(--iowa-blue);
    }

    .contact-card-date {
        float: right;
        border: solid var(--iowa-dark-gray-20) 0.05rem;
        border-radius: 0.5rem;
        padding: 0.5rem 0.75rem 0.5rem 0.75rem;
        margin-left: 0.25rem;
        text-align: center;
        width: 4.5rem;
    }

    .contact-card-date h1 {
        font-size: 2rem;
        margin-bottom: 0rem;
    }

    .contact-card-date h2 {
        font-size: 0.85rem;
        margin-bottom: 0rem;
    }

    .contact-card-footer {
        text-align: center;
        background-color: var(--iowa-blue-20);
        color: var(--iowa-blue-70);
        padding: 0.25rem;
    }

    .contact-card-footer.gold {
        text-align: center;
        background-color: var(--iowa-gold-20);
        color: var(--iowa-gold-70);
        padding: 0.25rem;
    }

    .contact-card-footer.border {
        border: solid var(--iowa-dark-gray-20) 0.05rem;
        border-top: none !important;
        border-radius: 0 0 0.5rem 0.5rem;
    }


    /* .contact-card.row {
        display: flex;
    }

    .contact-card.column {
        flex: 100%;
    } */

.info-card {
    display: flex;
    padding: 1rem;
    margin-bottom: 1rem;
    width: 100%;
    border: solid var(--iowa-dark-gray-20) 0.05rem;
    border-radius: 0.5rem;
}

    .info-card i {
        margin: 1rem;
    }

    .info-card-text {
        display: block;
    }

        .info-card-text h1 {
            font-size: 1.25rem;
            color: var(--iowa-blue-70);
        }

        .info-card-text a:link {
            color: var(--iowa-blue);
        }

.callout {
    display: block;
    text-align: center;
    padding: 0.5rem;
    margin: 1rem;
    border-radius: 0.5rem;
    box-shadow: 3px 5px 7px rgba(0,0,0,0.5);
}

    .callout.red {
        background-color: var(--iowa-red);
        color: white;
        border: solid 1px var(--iowa-old-glory-red);
    }

    .callout.red a {
        color: var(--iowa-gold);
        font-weight: bold;
    }

    .callout.gold {
        background-color: var(--iowa-gold-30);
        color: black;
        border: solid 1px var(--iowa-gold);
    }

.more-info {
    display: block;
    text-align: center;
    padding: 1rem;
    width: 100%;
    border: solid var(--iowa-dark-gray-20) 0.05rem;
    background-color: var(--iowa-gold-10);
    border-radius: 0.5rem;
}

.app-download {
    display: flex;
    flex-direction: row;
    align-items: flex-start;
    justify-content: space-evenly;
    padding-top: 0.5rem;
}

    .app-download img {
        max-width: 120px;
    }

    .app-download-buttons {
        display: flex;
        flex-direction: column;
        align-items: center;
        justify-content: space-between;
        row-gap: 1rem;
    }

        .app-download-buttons a {
            height: 45px;
            width: 150px;
            border-radius: 0.5rem;
            background-color: black;
            cursor: pointer;
        }

        .app-download-buttons a:link {
            color: white;
        }

        .app-download i {
            position: relative;
            float: left;
            left: 5px;
            top: 0px;
            font-size: 1.5rem;
            color: white;
        }

        .app-download span.store-phrase {
            position: relative;
            font-size: 0.75rem;
            left: 10px;
            top: 5px;
            color: white;
        }

        .app-download span.store-title {
            position: relative;
            left: 10px;
            top: 5px;
            color: white;
        }

/* Social Media Icons */
.social-meida {
    display: flex;
    flex-direction: row;
    align-items: center;
    justify-content: space-evenly;
    column-gap: 1rem;
    border: solid var(--iowa-dark-gray-20) 0.05rem;
    border-radius: 0.5rem;
    padding: 0.5rem;
    margin-bottom: 1rem;
}

    .fa-brands {
        padding: 10px;
        font-size: 1.5rem;
        text-align: center;
        text-decoration: none;
        border-radius: 0.5rem;
    }

    .fa-brands:hover {
        opacity: 0.7;
    }

        .fa-facebook {
            background: #3B5998;
            color: white;
        }

        .fa-twitter {
            background: #55ACEE;
            color: white;
        }

        .fa-linkedin {
            background: #007bb5;
            color: white;
        }

        .fa-instagram {
            background: #000;
            color: white;
        }

        .fa-youtube {
            background: #bb0000;
            color: white;
        }

        .fa-flickr {
            background: #f40083;
            color: white;
        }


footer {
    display: flex;
    position: fixed;
    left: 0;
    bottom: 0;
    width: 100%;
    min-height: 25px;
    gap: 1rem;
    justify-content: space-evenly;
    align-items: center;
    padding: 10px;
    background-color: #001726;
    color: #FFD530;
    box-shadow: 1px -5px 5px rgba(0,0,0,0.5);
}

/* Default styles for larger screens */
.custom-table {
    margin: auto;
    margin-bottom: 5% !important;
    width: 50% !important;
    border: solid var(--iowa-dark-gray-20) 0.05rem;
    border-radius: 0.5rem;
    border-collapse: collapse;
    text-align: center;
    font-family: 'Roboto';
}

.custom-table td {
    padding-left: 0.25rem;
    padding-right: 0.25rem;
    padding-top: 0.5rem;
    padding-bottom: 0.5rem;
    text-align: center;
}

.custom-table th {
    background-color: var(--iowa-light-blue-70);
    color: white;
    font-family: 'Roboto';
}

.custom-table tr:nth-child(odd) {
    background-color: var(--iowa-dark-gray-40);
    color: white;
    font-family: 'Roboto';
    font-size: 14px;
}

.custom-table tr:nth-child(even) {
    background-color: var(--iowa-gray);
    font-family: 'Roboto';
    font-size: 14px;
}

.custom-table tr.clicked {
    background-color: var(--iowa-light-blue-20) !important;
    color: black;
}

.custom-table small {
    font-family: 'Roboto';
    font-size: 14px;
}

.custom-table tbody tr:hover {
    background-color: var(--iowa-light-blue-30);
    color: black;
}

.custom-table tbody tr.selected {
    background-color: var(--iowa-light-blue-30) !important;
    color: black;
}

.custom-table summary {
    font-family: 'Roboto';
    font-size: px;
}


/***********************************************************/
/* Deployment 101 Checkbox style added */
/***********************************************************/

input[type="checkbox"] {
    width: 1rem;
    height: 1rem;
    -webkit-appearance: none;
    border: solid var(--iowa-dark-gray-20) 0.05rem;
    border-radius: 0.25rem;
    cursor: pointer;
    position: relative;
    margin-top: 0.25rem;
    margin-right: 0.5rem;
    margin-left: auto;
}

input[type="checkbox"]:checked {
    background-color: var(--iowa-gold);
    border: solid var(--iowa-gold) 0.6rem;
}

input[type="checkbox"]::before {
    content: "";
    position: absolute;
    width: 0.9rem;
    height: 0.9rem;
    background-color: var(--iowa-light-blue);
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    opacity: 0;
    transition: opacity 0.2s;
}

input[type="checkbox"]:checked::before {
    opacity: 1;
}

/* Media query for smaller screens */
@media screen and (max-width: 768px) {
    .custom-table {
        width: 80% !important; /* Adjusted width for smaller screens */
    }
}
