/*@import "tailwindcss";*/
@theme {
    --color-green-100: #DCFCE6;
    --color-green-500: #00C950;
    --color-green-700: #008236;

    --color-red-100: #FFE2E1;
    --color-red-500: #FA2C37;
    --color-red-700: #C10008;

}
.header-image {
    background-image: url("../img/Phish-banner3.png");
    background-size: cover;
    background-repeat: no-repeat;
    height:350px;
    background-position: top;
}
.header-image h1{
    font-size: 4em;
    text-align: right;
    padding-right:1em;
}
nav {
    display: block;

}

.lato-bold {
    font-family: "Lato", sans-serif;
    font-weight: 700;
    font-style: normal;
}
.lato-lite {
    font-family: "Lato", sans-serif;
    font-weight: 300;
    font-style: normal;
}
.colleges {
    grid-column-gap: 50px;
    display: grid;
    grid-template-columns: auto 1fr;
}

.footer {
    padding-bottom:65px;
    border-bottom: 1px solid #70707033;
}
.field-links{
    display: flex;
    padding:0;
    margin-bottom: 1rem;
}
.btnfill{
    fill:currentColor;
}

@media screen and (min-width: 640px) {
    .resources {
        grid-column-gap: 50px;
        display: grid;
        grid-template-columns: auto 1fr 1fr;
    }
}
.layout-footer-content:before {
    content: " " !important;
    width: 0;
    height: 0;
    border-left: 28px solid transparent;
    border-right: 28px solid transparent;
    border-top: 28px solid #fff;
    position: relative;
    top: 0;
    left: 50%;
    -webkit-transform: translateX(-50%);
    transform: translateX(-50%);

}
.element-invisible{
    position:absolute!important;
    clip:rect(1px);
    overflow:hidden;
    height:0px;
    background-color:#fff
}
.element-visible{
    height:25px;
    background-color:#fff
}
@media (max-width: 768px) {
    .dataTable {
        scrollX: true;
    }
    .header-image h1 {
        font-size: 1.75em;
        text-align: right;


    }
}
a.slink{
    color:#A74300;
    text-decoration: underline;
    padding:10px;
    overflow: hidden;
    margin-bottom: 20px;
}
.skip-to-content-link {
    left: 0%;
    position: absolute;
    transform: translateY(-100%);
}
a.skip-to-content-link{
    color:#A74300;
    text-decoration: underline;
}
.skip-to-content-link {
    background: #ffffff;
    height: 30px;
    left: 5%;
    padding: 8px;
    position: absolute;
    transform: translateY(-100%);
    transition: transform 0.3s;
}

.skip-to-content-link:focus {
    transform: translateY(0%);
}
@media (max-width: 767px) {
    .header-image {
        background-size: contain;
        height: 200px; /* Or contain, 100% 100%, etc. */
        /* other mobile-specific styles */
    }
}

a:hover {color: #A74300;
text-decoration: underline;}

/* Fix for main content appearing below navigation */
#main-content {
    margin-top: 30px; /* Add space for the fixed navigation */
    position: relative;
    z-index: 1; /* Lower z-index than navigation */
}
.hune
{
    opacity: 0;
    position: absolute;
    top: 0;
    left: 0;
    height: 0;
    width: 0;
    z-index: -1;
}
@media (min-width: 1024px) {
    .header-image {
        background-image: url("../img/Phish-banner3.png");
        background-size: cover;
        background-repeat: no-repeat;
        height:350px;
        background-position: bottom;
    }
}


