﻿.button-nav {
    color: white;
    font-size: 20px;
    font-weight: 600;
    font-family: Candara;
    margin-right: 25px;
}
.button-nav:hover{
    transition:all 0.5s;
    color:black;
}

    .button-nav:after {
        content: "";
        width: 2px;
        margin-left: 20px;
        margin-top: 4px;
        position: absolute;
        height: 25px;
        background-color: #e1e1e1;
    }

.button-nav1 {
    color: white;
    font-size: 20px;
    font-weight: 600;
    font-family: Candara;
    margin-right: 25px;
}

    .button-nav1:hover {
        transition: all 0.5s;
        color: black;
    }

.text-box-container {
    background-color: #fff;
    margin-bottom: 20px;
    padding-bottom: 20px;
    border-radius: 0px 0px 20px 20px;
    box-shadow: 0 0 10px #b8b6b6;
}


.PD-Title{
    color:white;
    font-weight:700;
    font-size:26px;
    margin-top:20px;
}

.PD-STitle {
    font-size: 16px;
    color: white;
    margin-bottom: 8px;
    margin-left: 20px;
    font-weight: 600;
}

.PD-Divider {
    border-bottom: 1px solid white;
    margin-bottom:20px;
    margin-top:20px;
}

.PD-DSTitle {
    font-size: 16px;
    line-height: 22px;
    color: white;
    margin-left: 20px;
    font-weight: 600;
}

.PD-btnTitle {
    color: white;
    font-weight: 700;
    font-size: 20px;
    margin-top: 20px;
}
.PD-btnSTitle {
    color: #999999;
    font-weight: 700;
    font-size: 16px;
}
.PD-btnSTitle:hover {
    color: white;
}

.button-nav:focus {
    color: white;
}

.navbar-toggler-icon {
    background-image: url("data:image/svg+xml,<svg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 30 30'><path stroke='white' stroke-linecap='round' stroke-miterlimit='10' stroke-width='2' d='M4 7h22M4 15h22M4 23h22'/></svg>")
}

    .navbar-toggler-icon:focus {
        outline: none;
        border: none;
    }

.navbar-toggler:focus {
    outline: none !important;
    box-shadow: none;
}

.GIS-fb{
    color:white;
    font-weight:700;
    margin-left:100px
}
.GIS-fbs {
    color: white;
    font-weight: 700;
    margin-left: 20px
}

.GIS-fb:hover {
    color: white;
}

.GIS-fbs:hover{
    color: white;
}

@media screen and (max-width:991px){
    .button-nav {
        margin-right: 0px;
        border-bottom: 1px solid #e1e1e1;
    }
        .button-nav:after{
            display:none;
        }

    .button-nav1 {
        margin-right: 0px;
    }

    .GIS-fb {
        color: white;
        font-weight: 700;
        margin-left: 30px
    }

    .GIS-fbs {
        color: white;
        font-weight: 700;
        margin-left: 20px
    }
}

body{
    overflow-x:hidden;
}

.dropdown-content {
    color:white;
    display: none;
    position: absolute;
    background-color: white;
    width: 250px;
    box-shadow: 0px 8px 16px 0px rgba(0,0,0,0.2);
    z-index: 1;
}

    .dropdown-content a {
        color: black;
        padding: 12px 16px;
        text-decoration: none;
        display: block;
        font-size: 15px;
        font-weight: 600;
        font-family: Candara;
    }

.dropdown-content a:hover {background-color: #ddd;}

.dropdown:hover .dropdown-content {display: block;}
