/* General CSS */
body{
    font-family:'Karla', sans-serif;
}
.body-height{
    min-height:419px;
}
.coming-soon {
    padding-top: 98px;
    width: 100%;
    text-align: center;
}
.btn-block {
    width: 25%!important;
    background-color: rgba(3, 34, 133,0.8);
    border-color: rgba(3, 34, 133,0.8);
    color: white;
}

/* =============== */

/* Navbar CSS */
.navbar{
    position: absolute;
    width:100%;
    z-index:9;
    top:114px;
    padding:0 16px;
    background-color:rgba(3, 34, 133,0.8);
}

@media all and (-ms-high-contrast: none), (-ms-high-contrast: active) {
     /* IE10+ CSS styles go here */
     .navbar{
        top:115px;
     }
}


.position-nav{
    position: relative!important;
    top:0;
}

.top-nav a:hover{
    text-decoration:none;
}

.top-nav img, .top-nav h3{
    display:inline-block;
}
.top-nav h3{
    color:#032285;
    position: relative;
    top:19px;
    left:15px;
    font-size:29px;
    font-family:'Crete Round', serif;
    text-transform: uppercase;
}
.top-nav{
    background-color:rgba(255,255,255,0.8);
    position: absolute;
    width:100%;
    padding-top:0;
    padding-bottom:7px;
}
.navbar li a{
    color:#fff!important;
    text-align:center;
    text-transform: uppercase;
    font-size:20px;
    font-family:'Karla', sans-serif;
    transition:0.1s all ease-in;
    padding:15px 28px!important;
}

.navbar li a:hover{
    color:#5a6eb1!important;
    background-color:#fff!important;

}
.top-nav .btn{
    background-color:#032285;
    color:#fff;
    border:1px solid #032285;
    transition:0.2s all ease-in;
}

.top-nav .btn:hover{
    background-color:#fff;
    color:#032285;
    border:1px solid #032285;
}

.top-nav i{
    background-color:#032285;
    color:#fff;
    margin-right:15px;
    padding:10px;
}
.top-nav h5{
    color:#333;
    margin-top:22px;
}
.d-lg-none{
    display:none!important;
}
.d-lg-inline{
    display:inline!important;
}
.top-nav .col-lg-5{
    margin-top:35px;
}

.title-BG{
    background-color:#d3bd41;
    color:#fff;
    padding:20px;
    margin-bottom:30px;
}


/* =============== */

/* Page Wide Image CSS */
.parallax{
    background-image: url("images/page-wide.jpg");

    /* Set a specific height */
    height: 780px;
  
    /* Create the parallax scrolling effect */
    background-attachment: fixed;
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;

    border-bottom:10px solid #d3bd41;
}

/* =============== */


/* About Us CSS */
.about-us{
    padding:20px 0;
}

.about-us h1{
    color:#032285;
    font-family:'Crete Round', serif;
}
.about-us h4{
    font-family:'Crete Round', serif;
}

/* =============== */

/* Confidential email */
.bg-info {
    background-color: rgba(3, 34, 133,0.8)!important;
}
.btn-info {
    background-color: rgba(3, 34, 133,0.8)!important;
}
.text-info {
    color: rgba(3, 34, 133,0.8)!important;
}

/* =============== */

/* Login */


/* =============== */

/* Browse */

.browse-header, .card-header{
    background-color:#032285;
    padding:15px;
    color:#fff;
}
.browse-header a{
    color:#fff;
    text-decoration:underline;
}
.browse-table, .card-body{
    border:1px solid #5a6eb1;
    padding:10px 5px;
}


/* Footer CSS */

.top-footer{
    background-color:#2F2E38;
    color:#fff;
    padding:30px;
    margin-top: 30px;
}
.top-footer img, .top-footer h5{
    display:inline;
}

.top-footer a{
    color:#fff;
}

.top-footer ul li{
    list-style:none;
    margin-bottom:15px;
}
.top-footer ul{
    padding-left:0;
}


.top-footer .logo-container i{
    padding:5px;
    margin-right:10px;
    border:3px solid #fff;
}
.top-footer .fa-map-marker-alt{
    padding:7px;
}

.bottom-footer{
    background-color:#161925;
    color:#666;
    padding:10px;
}
.bottom-footer a{
    color:#666;
}

.logo-container img{
    margin-bottom:10px;
}
.top-footer hr{
    background-color:#fff;
}
.search-forms .keyword {
    height:200px;
    overflow-y:scroll;
    width:100%;
    border:1px solid rgb(175, 175, 175);
    margin-left:15px;
}

/* =============== */

@media(max-width:1024px){
    .navbar li a{
        font-size:16px;
        padding:10px 25px!important;
        text-align:center;
    }
    .navbar{
        top:14.9%;
    }
    .parallax{
        height:500px;
    }
    .top-nav .col-lg-5{
        margin-top:35px;
    }
    .attach-doc, .attach-doc input {
        padding-top: 10px;
    }
    .text-center .g-recaptcha {
        padding-top: 7px;
    }
    .party-opinion {
        margin-top: 5px;
    }
    .btn-block {
        width: 42%!important;
    }

}
/* kindle css */
@media(max-width:1280px){
    .attach-doc {
        padding-top: 5px;
        padding-bottom: 5px;
    }
}


@media(min-width:768px) and (max-width:1023px){
    .top-nav h3{
        font-size:20px;
    }
    .top-nav img{
        width:30%
    }
    .top-nav i{
        margin-right:0;
        font-size:14px;
    }
    .navbar{
        top:10.4% !important;
    }
    .navbar li a{
        font-size:13px;
        padding:10px 15px!important;
    }
    .parallax{
        background-attachment: initial
    }
    .top-nav .col-lg-5{
        margin-top:35px;
    }
    .date-opinion {
        padding:0px;
    }
}

@media(min-width:260px) and (max-width:414px){
    .navbar, .top-nav{
        position: unset;
    }
    .d-sm-none{
        display:none!important;
    }
    .parallax{
        background-attachment: unset;
        height:200px;
    }
    .navbar{
        padding:20px;
    }
    .navbar-toggler{
        background-color:#fff;
    }
    .icon-bar{
        color:#2F2E38;
    }
    .navbar-light .navbar-nav .nav-link{
        color:#fff;
    }
    .top-nav h3{
        font-size:19px;
    }
    .top-nav img{
        width:70px!important;
    }
    .d-sm-inline{
        display:inline!important;
    }
    .top-nav .col-xs-12{
        margin-top:20px;
    }
    .top-footer .logo-container{
        margin-bottom:25px;
    }
    .dropdown-menu li a{
        color:#032285!important;
    }
    .search-forms input{
        width:100%!important;
        margin-bottom:10px;
    }
    .btn-block {
        width: 79%!important;
    }
}
@media(min-width:976px) and (max-width:1010px) {
    nav.navbar-default {
        margin-top: 4.8%;
    }
}
@media(min-width:955px) and (max-width:975px) {
    nav.navbar-default {
        margin-top: 4.2%;
    }
}
@media(min-width:963px) and (max-width:975px) {
    nav.navbar-default {
        margin-top: 5%;
    }
}

@media(min-width:980px) and (max-width:1006px) {
    nav.navbar-default {
        margin-top: 10.9%;
    }
}

