h2 {
    /*font-size: 72px;*/
    background: linear-gradient(to right, #B1273D, #B1273D);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
}
.MainNav{
    /*background: #fff;*/
    background: url(../img/background-3.jpg);
    background-repeat: no-repeat;
    background-size: cover;
    background-position: bottom;
    border-top: 3px solid #D8A50E;
}
.nav-link{
    color: white;
    font-weight: 600;
    font-size: 1.05em;
    /*    border-bottom: 0px solid white;*/
    padding: 12px 15px !important;
    transition-duration: .3s;
    border-bottom: 3px solid #07A9AE;
}
.nav-link:hover{
    color: #1D1E28;
    opacity: 0.9;
    border-bottom: 3px solid #1D1E28;
}
.navbar{
    padding: 0em !important;
    background: #07A9AE;
}
.activen{
    color: #1D1E28;
    border-bottom: 3px solid #1D1E28;
    font-weight: 700;
}
.LeftSide h5{
    background: linear-gradient(to right, #C73135, #EB531C);
    color: white;
    opacity: 0.9;
}
.LeftSide a{
    color: #1D1E28;
    font-weight: 400;
}
.MySearch{
    width: 15rem;
}
a{
    text-decoration: none;
    color: black;
}
p,li{
    text-align: justify !important;
}
.Footer p,li{
    text-align: left !important;
}
.dropdown-menu{
    background: #F5BA42;
}
.dropdown-menu .dropdown-item{
    color: #1D1E28;
    font-size: 1.1em;
}
.dropdown-menu .dropdown-item:hover{
    color: #fff;
    opacity: 0.9;
    background: #07A9AE;
    font-weight: 600;
/*    border-bottom: 3px solid #03084C;*/
}
.dropdown-menu{
    display: none;
    border: none;
    border-radius: 2px;
}
.dropdown:hover .dropdown-menu {
    display: block;
    background: #EEEEEE;
    box-shadow: 5px 5px 10px gray;
}
.Footer h4{
    color: white;
}
.Footer p{
    color: white;
}
.Footer a{
    color: white;
}
.SocialLinks a{
    padding: .6em .8em;
    background: #07A9AE;
    color: white;
}
td{
    border: 1px solid silver;
    padding: 3px 5px;
}
.fa-angle-double-right{
    color: #07A9AE;
}
::marker{
    color: #d8a50e;
}
.Issue button{
    border-radius: 2px;
}
.Issue p{
    margin-bottom: 1px;
    color: gray;
    text-align: left;
}
.Issue h4{
    color: #7D7D7D;
    font-size: 1.3em;
}
.Issue .even{
    background: #3693BF;
}
.Issue .even h4{
    color: #EEEEEE !important;
}
.Issue .even p{
    color: #EEEEEE !important;
}
.Issue .even button{
    background: white;
    color: gray;
}
.Issue .odd{
    background: #F3F3F3;
}
.board-img{
    height: 10em;
}
.BoardDetails{
    padding: 0;
}
.BoardDetails span{
    font-size: .8em;
}
@media only screen and (max-width: 600px) {
    /*For Mobile Screen*/
    .navbar{
        background: #1D1E28 !important;
    }
    .nav-link{
        border-bottom: 1px solid #F5BA42;
    }
    .activen{
        color: #F2A900;
    }
    .navbar .fa{
        color: #D8A50E;
    }
    .nav-link:hover{
        color: #F2A900;
        opacity: 0.9;
        border-bottom: 3px solid #F2A900;
    }
    .board-img{
        height: 18em;
    }
    .BoardDetails{
        padding: 1em;
    }

}