﻿/*style sheet form the main Homepage.*/

/*body {
    height: 100%;
    width: 100%;
}*/

/*#divider {
    height: 2px;
    width: 50%;
    margin: auto;
    background: rgb(84,139,200);
    background: radial-gradient(circle, rgba(84,139,200,1) 28%, rgba(13,99,165,1) 61%, rgba(13,99,165,1) 92%);
}*/

.wrapper {
    min-height: 100vh;
}

.mySlides {
    display: none;
}

.slideImg {
    vertical-align: middle;
    object-fit: fill;
    /*max-height: 1000px;
    width: 100%;*/

}

/*img {
            vertical-align: middle;
            
        }*/


.eWarrants {
    padding: 10px;
    list-style-image: none;
    list-style-type: none;
    list-style: none;
    /*border: #548bc8 solid 3px;
    background-color: #548bc8;
    box-shadow: 3px 3px 3px #001f3f;*/
}

.eWarrants li { background-color: transparent;
    list-style-image: none;
    list-style-type: none;
    list-style: none;
}


.slideshow-container {
    width: 100%;
    position: relative;
    margin: auto;
    background-repeat: no-repeat;
    background-size: cover;
    /*background-color: #083358;*/
    /*background-color: #001F3F;*/
    /*background: linear-gradient(0deg, rgba(0,0,0,0) 0%, rgba(0,31,63,1) 50%);*/
}


.buttonnice {
    border-radius: 4px;
    background-color: #f4511e;
    border: none;
    color: #FFFFFF;
    text-align: center;
    font-size: 12px;
    padding: 4px;
    width: 100px;
    transition: all 0.5s;
    cursor: pointer;
    margin: 5px;
}

    .buttonnice span {
        cursor: pointer;
        display: inline-block;
        position: relative;
        transition: 0.5s;
    }

        .buttonnice span:after {
            content: '\00bb';
            position: absolute;
            opacity: 0;
            top: 0;
            right: -10px;
            transition: 0.5s;
        }

    .buttonnice:hover span {
        padding-right: 20px;
    }

        .buttonnice:hover span:after {
            opacity: 2;
            right: 0;
        }

    .buttonnice a {
        color: #FFFFFF;
    }


h1 {
    margin-top: 10px;
}

.moreForms {
    padding-left: 15px;
}

.forms a.withLogo {
    background-color: white;
    color: black;
}

.jamesRooney a, .covid-19 a {
    font-size: 16px;
}



.services, .offices, .information {
    display: none;
    /*background: linear-gradient(180deg, rgba(0,0,0,0) 0%, rgba(13,99,160,1) 8%);
    padding-bottom: 25px;
    padding-left: 25px;
    padding-right: 25px;*/
    /*margin: 100px;*/
    /*box-shadow: 5px 5px 5px #C1CDD6;*/
}

.information {
    background-color: #A1BBDF;
}


    .service a, .offices a, .information a {
        /*background-color: white;*/
        /*background-color: #92B1DE*/
        margin: 0;
        padding: 0;
        text-decoration: none;
        z-index: 5;
    }

    .services h1, .offices h1, .information h1 {
        color: black;
        max-width: 75%;
        float: left;
        padding: 10px;
        z-index: 5;
        font-size: 50px;
        /*margin-top: 50px;*/
        /*padding-right: 25px;
        padding-left: 25px;*/
        /*background-color: #001F3F;*/
        /*border-top-left-radius: 15px;
        border-top-right-radius: 15px;
        border-bottom-left-radius: 15px;
        border-bottom-right-radius: 15px;*/
        /*box-shadow: 3px 3px 3px black;*/
    }

    .services a, .offices a, .information a {
        /*background-color: #0D63A5;*/
        /*background-color: transparent;*/
        color: black;
        text-align: center;
        padding: 10px;
        font-size: 25px;
        z-index: 5;
    }

    .service li a, .offices li a, .information li a {
        font-size: 30px;
        /*background-color: #0D63A5;*/
        /*background-color: transparent;*/
        color: black;
        z-index: 5;
    }

.offices li, .services li {
    /*background-color: transparent;*/
    /*background-color: #92B1DE*/
    /*background-color: #0D63A5;*/
    font-size: 30px;
    color: black;
    z-index: 5;
}

.verticalMenuInformation, .verticalMenuOffices, .verticalMenuServices {
    grid-column-start: 8;
    font-size: 18px;
}

.testlink {
    text-decoration: none;
}



ul.verticalMenu {
    max-width: fit-content;
    font-size: 18px;
    z-index: 5;
}

.officeHours > .noMargin, .halfWhitespaceAbove {
    font-size: 20px;
    text-indent: 10px;
}


.tileGroup {
    display: block;
    /*top: 160px;*/
    /*background-color: #001F3F;*/
    background-color: #F9F9F9;
}



#pageTop.page {
    height: 100vh;
    width: 100%
}

.explore a, .officeHours a {
    color: white;
}

.noticeToPublic a, .newsAndNotices a, .forms a {
    color: white;
}


    .forms a.withLogo:hover {
        color: #92B1DE;
    }

    .explore a:hover, .officeHours a:hover,
    .noticeToPublic a:hover, .newsAndNotices a:hover {
        /*color: #FFD717;*/
        color: #92B1DE;
    }

    .forms a:hover {
        color: #92B1DE;
    }


.alert {
    margin-top: 5%;
    margin-left:10%;
    padding: 20px;
    background:whitesmoke;
    border-radius: 15px;
    color: black;
    position: absolute;
    box-shadow: 5px 5px 5px  black;
}

.closebtn {
    margin-left: 15px;
    color: black;
    font-weight: bold;
    float: right;
    font-size: 22px;
    line-height: 20px;
    cursor: pointer;
    transition: 0.3s;
}






.noticeToPublic {
    /*color: black;
    background-color: #FAFAFA;
    border: .2em solid #f4511e;
    margin: 0;*/

    display: none;

    /*padding: 20px;
    background-color: whitesmoke;
    color: black;*/ 
}

/*.closebtn {
    margin-left: 15px;
    color: black;
    font-weight: bold;
    float: right;
    font-size: 22px;
    line-height: 20px;
    cursor: pointer;
    transition: 0.3s;
}*/

.newsAndNotices {
    display: none;
    
    /*color: black;
    font-size: 25px;
    padding-top: 20px;
    padding-left: 15px;
    padding-right: 15px;
    padding-bottom: 10px;
    background: transparent;
    margin: 5px;
    height: auto;
    width: auto;*/
}

.noticeToPublic a, .newsAndNotices a {
    color: black;
}

.forms, .information, .offices, .services {
    display: none;
}

.forms a.withLogo {
    font-size: 20px;
    padding: 5px;
}

.officeHours, .addresses, .explore {
    color: #B5C6D8;
    font-size: 25px;
    padding: 20px 15px 10px 30px;
    /*background: #001F3F;*/
    margin: 10px;
    height: auto;
    width: auto;
    float: left;
    display: block;
    text-align: left;
}



.background-img {
    opacity: .2;
    z-index: -1;
    object-fit: none;
    object-position: center bottom;
    min-height: 15%;
    min-width: 15%;
}

.my-icon {
    width: 45px;
    height: 45px;
}


.custom {
    text-decoration: none;
    background-color: #548bc8;
}

    .custom:hover {
        text-decoration: none;
    }





.slideshow-container, .jumbotron {
    grid-column: span 13;
    grid-row-start: 1;
    grid-row: span 4;
}

.slideshow-contianer, .noticeToPublic, .newsAndNotices,
.forms, .officeHours, .explore,
.addresses, .information, .offices, .services {
    margin: 0;
}





.officeHours, .addresses {
    grid-column: span 4;
    grid-row: span 1;
}

.explore {
    grid-column: span 5;
}

.sealImg {
    display: block;
    grid-column-start: 1;
    grid-column-end: 2;
}




h2 {
    font-size: 24px;
    text-transform: uppercase;
    color: #303030;
    font-weight: 600;
    margin-bottom: 30px;
}

h4 {
    font-size: 19px;
    line-height: 1.375em;
    color: #303030;
    font-weight: 400;
    margin-bottom: 30px;
}

.jumbotron {
    max-width: 100vw;
}

.slideshow-container {
    width: 100%;
    position: relative;
    margin: auto;
    background-repeat: no-repeat;
    background-size: cover;
    /*background-color: #083358;*/
    /*background-color: #001F3F;*/
    /*background: linear-gradient(0deg, rgba(0, 0, 0, 0) 0%, rgba(0, 31, 63, 1) 50%);*/
}





/***********************MEDIEA SCREEN******************************/

@media screen and (max-width: 390px) {

    /*.information, .offices, .services, .con {
        background: linear-gradient(180deg, rgba(0,0,0,0) 0%, rgba(13,99,160,1) 8%);
        margin: 10px;
    }*/
}

@media screen and (max-width:799px) {
    .tileGroup {
        display: none;
    }
}


@media screen and (min-width: 800px) {
    /*.noticeToPublic {
        margin: 2%;
    }*/
}

@media screen and (max-width: 800px) {
    .pageHeader .siteHeader {
        font-size: large;
    }

    .pageHeader .siteName .coma {
        font-size: large;
    }

    .pageHeader .siteName .countyName {
        font-size: large;
    }

    .pageHeader .siteName .courtName {
        font-size: large;
    }

    .slideshow-container, .background-img {
        display: none;
    }

    .service li a, .offices li a, .information li a {
        font-size: 20px;
    }

    .services h1, .offices h1, .information h1 {
        font-size: 30px;
    }

    .noticeToPublic {
        /*width: 100%;*/

        /*color: black;
        font-size: 20px;
        padding-top: 20px;
        padding-left: 15px;
        padding-right: 15px;
        padding-bottom: 10px;
        margin: 5px;
        height: auto;
        width: inherit;*/
    }

    .newsAndNotices{
        display: none;

        /*color: black;
        font-size: 20px;
        padding-top: 20px;
        padding-left: 15px;
        padding-right: 15px;
        padding-bottom: 10px;
        background: transparent;
        margin: 5px;
        height: auto;
        width: auto;*/
        
    }

    .forms a.withLogo {
        font-size: 15px;
        padding: 5px;
    }

        .noticeToPublic h1, .newsAndNotices h1, .forms h1 {
            font-size: 25px;
        }

    .information h1, .offices h1, .services h1, .tileGroup, .services li a {
        font-size: 25px;
    }
}



@media screen and (max-width: 900px) {
    /*.pageHeader .siteHeader {
        font-size: x-large;
    }*/



    .pageHeader .siteName .coma {
        font-size: x-large;
    }

    .pageHeader .siteName .countyName {
        font-size: x-large;
    }

    .pageHeader .siteName .courtName {
        font-size: x-large;
    }
}

@media screen and (max-width: 900px) {
    .officeHours, .addresses, .explore {
        color: #B5C6D8;
        font-size: 18px;
        padding: 20px 15px 10px 30px;
        /*background: #001F3F;*/
        margin: 15px;
        height: auto;
        width: 50%;
        /*float: left;*/
        display: inline-block;
        text-align: left;
    }
}

@media screen and (min-width: 900px) {
    .tileGroup {
        display: grid;
        grid-template-columns: repeat(12, 1fr);
        /*grid-template-rows: repeat(6, 1fr);*/
        grid-template-rows: auto;
        background-color: #F9F9F9;
    }
    

    #slideShow {
        grid-column: span 12;
        grid-row: span 3;
    }

    .slideshow-container {
        grid-column: span 12;
        grid-row: span 3;
        
    }

    .newsAndNotices {
        grid-column-start: 2;
        grid-column-end: 8;
        grid-row-start: 4;
        grid-row-end: 5;
    }
    /*.noticeToPublic {
        grid-row-start: 1;
        grid-column-start: 1;
        grid-column-end: 13;
    }*/

}

@media screen and (max-width: 1000px) {
    .slideImg {
        /*margin-left: 25%;
        margin-right: 25%;*/                                      
        /*height: 50%;
        width: 50%;*/
        /*height: 50%;
        max-width: 50%;*/
        object-fit: fill;
    }
}




@media screen and (min-width: 1001px) {
    .slideImg {
        /*margin-left: 25%;
        margin-right: 25%;                                      
        height: 50%;
        width: 50%;*/
        object-fit: fill;
    
    }
}

@media screen and (min-width: 1100px) {
    .slideImg {
        height: 50%;
    }
}  

@media screen and (min-width: 1900px) {
    .navItem {
        font-size: 40px; }

}

@media screen and (min-height: 2000px) {
    .pageHeader .sealImg {
        padding: 0;
        margin: 0;
    }
}




@keyframes slide {
    0% {
        opacity: 0;
        transform: translateY(70%);
    }

    100% {
        opacity: 1;
        transform: translateY(0%);
    }
}

@-webkit-keyframes slide {
    0% {
        opacity: 0;
        -webkit-transform: translateY(70%);
    }

    100% {
        opacity: 1;
        -webkit-transform: translateY(0%);
    }
}

@media screen and (max-width: 768px) {
    .col-sm-4 {
        text-align: center;
        margin: 25px 0;
    }

    .btn-lg {
        width: 100%;
        margin-bottom: 35px;
    }
}

@media screen and (max-width: 480px) {
    .logo {
        font-size: 150px;
    }
}
