﻿/* 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. */
a.skip {
    position: absolute;
    left: -10000px;
    top: auto;
    width: 1px;
    height: 1px;
    overflow: hidden;
}


/*New by Richard*/
.wrapper {
    height: 100%;
    width: 100%;
    transition: all 1s ease-in-out;
}

.section {
    height: 350px;
    width: 700px;
    transition: all 1s ease-in-out;
}
a.navbar-brand {
    white-space: normal;
    text-align: center;
    word-break: break-all;
}

#bannerPhoto {
    height: 13em;
}

#bannerContainer {
    padding-left: 0;
    padding-right: 0;
    background-image: url('/StaticFiles/img/ISP Website Banner_2024.jpg');
    /*background-image: url('/StaticFiles/img/carousel/carnswebbanner.png');*/
    /* background-image: url('/StaticFiles/img//WEB BANNER2 THOMPSEN 2024.png');*/
    height: 13rem;
    background-position: initial;
    background-repeat: no-repeat;
    background-size: 100% 100%;
  /*  background-size: cover;*/
    position: relative;
}

.video{
    width:100%;
}

#ispFooter {
    background: rgba(52,52,52,1);
}

/*main {
    min-height: 1000px;
}*/

.navbar {
    background: rgba(163, 146, 116,1);
    padding-left: 15px;
    padding-right: 15px;
    font-size:.8rem;
}

.nav-pills .nav-link {
    padding: .15rem .5rem 1rem .5rem;
    height: 1.5rem;
    color: black;
    border: 1px solid black;
    margin: .25rem .5rem 1rem .5rem;
    font-size: .75rem;
}

    .nav-pills .nav-link.active {
        color: black;
        background-color: #dfd8c8;
    }

/*#welcomeHeading {
    margin-bottom: 1rem;
}*/

.right-column {
    /*max-width: max-content;*/
    max-width: 18rem;
    margin: 0 auto;
}

.quick-link-header {
    background-color: rgba(163, 146, 116,1);
    font-weight: 600;
    text-align: center !important;
    font-size: 1.25em;
}

.quick-link-body {
    /*background-color: #7CCB85;*/
    /*background-color: #8FBC8F;*/
    background-color: rgba(159,207,234,1);
    line-height:1;
}

    .quick-link-body .row {
        padding-bottom: .5rem;
    }

.quick-link-img {
    height: 50px;
    width: 50px;
}

.quick-link-text {
    font-size: .7rem;
    padding-top: .25rem !important;
    color: black;
}

#facebook {
    height: 40px;
    width: 40px;
}

#twitter {
    height: 30px;
    width: 33px;
}

#youTube {
    height: 30px;
    width: 43px;
}

.footer a {
    color: white;
}

.ispHeader {
    background-color: rgba(163, 146, 116,1);
    color: white;
    font-weight: bold;
    font-size:1.25rem;
    margin-bottom:1rem;
    padding: 1rem;
}

.ispSubHeader {
    background-color: #dfd8c8;
    color: black;
    font-weight: 500;
    font-size: 1rem;
    margin-bottom: .5rem;
    border-radius: 3px;
    padding: 1rem;
}

.accordion > .card > .card-header {
    padding: 0;
}

.accordion > .card > .card-header > h2 > button {
    white-space: initial;
}

.ciiLink {
    color:white;
    text-decoration:underline;
}
.ciiLink:visited {
    color: white;
}
.ciiCover {
    padding:1rem .5rem;
}

.ispImpaired {
    color: dodgerblue;
}
.ispUnderInfluence {
    color: red;
}

.forensicsLabPhoto{
    border:solid black 3px;
}

.deiHistoryImage {
    height: 20rem;
}

.imageContainer > img:hover {
    /*height: 40rem;*/
    /*-webkit-transform: scale(2,2);*/
    
    -webkit-transition: all .3s ease-in;
    -moz-transition: all .3s ease-in;
    /*-ms-transition: all .3s ease-in;*/
    -o-transition: all .3s ease-in;
    transition: all .3s ease-in;
    opacity: 1;
    transform: scale(2.5);
    -webkit-transform: scale(2.5); /* Safari and Chrome */
}

@media print {
    .no-print, .no-print * {
        display: none !important;
    }
}

/* Sticky footer styles
-------------------------------------------------- */
html {
    font-size: 14px;
}

@media (min-width: 768px) {
    html {
        font-size: 16px;
    }
}

.border-top {
    border-top: 1px solid #e5e5e5;
}

.border-bottom {
    border-bottom: 1px solid #e5e5e5;
}

.box-shadow {
    box-shadow: 0 .25rem .75rem rgba(0, 0, 0, .05);
}

button.accept-policy {
    font-size: 1rem;
    line-height: inherit;
}

/* Sticky footer styles
-------------------------------------------------- */
html {
    position: relative;
    min-height: 100%;
}

body {
    /* Margin bottom by footer height */
    margin-bottom: 100px;
}

.footer {
    position: absolute;
    bottom: 0;
    width: 100%;
    white-space: nowrap;
    /* Set the fixed height of the footer here */
    height: 150px;
    line-height: 40px; /* Vertically center the text there */
}



/******************************Search Box Styles***********************/
.gsc-search-button-v2 {
    padding: 6px 10px !important;
}

.gsc-control-cse {
    padding: 0.3em !important;
    border:none;
}

form.gsc-search-box {
    margin-bottom: 0 !important;
}

table.gsc-search-box {
    margin-bottom: 0 !important;
}


/*******************Animated Text in Header Photo*********************/
@import url('https://fonts.googleapis.com/css2?family=Libre+Baskerville&display=swap');

@keyframes fadeInAndOut {
    0%, 100% {
        opacity: 0;
    }

    50% {
        opacity: 1;
    }
}

@keyframes fadeIn {
    0% {
        opacity: 0;
    }

    100% {
        opacity: 1;
    }
}



.integrity {
    color: white;
    font-family: 'Libre Baskerville', serif;
    font-size: 75px;
    position: absolute;
    top: 0;
    left: 17rem;
    opacity: 0;
    animation-name: fadeInAndOut;
    animation-timing-function: ease;
    animation-duration: 5s;
    animation-fill-mode: forwards;
    text-shadow: 1px 3px 20px black;
}
.service {
    color: white;
    font-family: 'Libre Baskerville', serif;
    font-size: 75px;
    position: absolute;
    top: 0;
    left: 23rem;
    opacity: 0;
    animation-name: fadeInAndOut;
    animation-timing-function: ease;
    animation-duration: 5s;
    animation-fill-mode: forwards;
    animation-delay: 4s;
    text-shadow: 1px 3px 20px black;
}
.pride {
    color: white;
    font-family: 'Libre Baskerville', serif;
    font-size: 75px;
    position: absolute;
    top: 0;
    left: 26rem;
    opacity: 0;
    animation-name: fadeInAndOut;
    animation-timing-function: ease;
    animation-duration: 5s;
    animation-fill-mode: forwards;
    animation-delay: 8s;
    text-shadow: 1px 3px 20px black;
}

.ISP {
    color: white;
    font-family: 'Libre Baskerville', serif;
    font-size: 40px;
    position:relative;
    top:-1rem;
    opacity: 0;
    animation-name: fadeIn;
    animation-timing-function: ease;
    animation-duration: 5s;
    animation-fill-mode: forwards;
    animation-delay: 12s;
    text-shadow: 0px 3px 10px black;
}

#grantFormCard{
    padding: 0;
}

.directorsPhoto{
    height: 10rem;
    width: 6.667rem;
}

.directorsName{
    padding-top:8rem;
    margin-bottom:0;
}





/****************************Carousel Sizing***************************/
/*#carouselSizing {
    height: 24rem;
}*/
/****************************Mobile Sizing***************************/
/* Mobile Landscape Size to Tablet Portrait (devices and browsers) */
@media only screen and (max-width: 850px) {
    /*#carouselSizing {
        height: 12rem;
    }*/
    #bannerContainer{
        background-position:center;
    }
    .integrity {
        font-size: 50px;
        left: 0;
    }

    .service {
        font-size: 50px;
        left: 2rem;
    }

    .pride {
        font-size: 50px;
        left: 4rem;
    }

    .directorsPhoto {
        height: 8rem;
        width: 5.33rem;
    }

    .directorsName {
        padding-top: 6rem;
        margin-bottom: 0;
    }

}

/* Mobile Portrait Size to Mobile Landscape Size (devices and browsers) */
@media only screen and (max-width: 479px) {

    .youtubevideo iframe {
        width: 100%;
    }

    #facebook {
        height: 30px;
        width: 30px;
    }

    #twitter {
        height: 35px;
        width: 35px;
    }

    #youTube {
        height: 25px;
        width: 31px;
    }
    .directorsName {
        padding-top: 0.5rem;
        margin-bottom: 0;
    }

    .directorsPhoto {
        height: 8rem;
        width: 5.33rem;
    }
    
}

@media only screen and (min-width: 992px) {
    #mediaCard {
        max-width: 30%;
    }
}



.foidAssist{
    font-size: small;
}

/* Makes the animation pause on hover */
.moving-text:hover {
    animation-play-state: paused;
}

/* The animation */
@keyframes marquee {
    0% {
        transform: translateX(100%);
    }

    100% {
        transform: translateX(-100%);
    }
}

/* media query to enable animation for only those who want it */
@media (prefers-reduced-motion: no-preference) {
    .moving-text {
        animation: marquee 35s linear infinite;
    }
}
