/* Navbar */
.navbar {
    max-height: 100px;
    padding-left: 7%;
    padding-right: 4%;
    margin-left: inherit;
    border-style: solid;
    border-width: 2px;
    color: rgb(28, 142, 162);
}

.navbar-brand{
    padding-left: 0.5%;
    max-height: 100px;
    padding-left: 7%;
    padding-right: 4%;
    margin-left: inherit;
    border-style: solid;
    border-width: 0.5px;
    color: darkcyan
}

#navbar .navbar-brand{
    font-weight: bolder;
    font-size: 40px;
    font-family: 'Trebuchet MS', 'Lucida Sans Unicode', 'Lucida Grande', 'Lucida Sans', Arial, sans-serif;
    background-color: rgb(227, 240, 236);
    border: rgb(128, 185, 206);
    border-width: 2px;
    border-style: solid;
    color:  rgb(109, 167, 147);
    padding-left: 10px;
    padding-right: 10px;
}

.navbar-brand:hover{
    color: darkcyan !important;
}

.active, .dropdown-menu .dropdown-item:active a:hover{
    background-color: darkcyan;
}

#navbarSupportedContent .nav-link {
    color: rgb(109, 167, 147);
    font-weight: bold;
    font-size: 25px;
}

.nav-link:hover{
    background-color: rgb(209, 233, 229);
    border-radius: 10px;
}


.dropdown .dropdown-menu .dropdown-item:active, .dropdown .dropdown-menu .dropdown-item:hover{
    background-color: darkcyan;
    border-radius: 10px;
}

.box{
    margin-top: 60px;
    margin-left: 30px; 
    padding-right: 30px;
    padding-left: 30px;
    color:black;
    border-width: 2px;
    background-color: rgb(255,255,255,0.5);
    background-origin: padding-box;
    border-style: solid;
    border-color: rgb(128, 185, 206);
    border-radius: 10px;
}


body{
    /* background-color: rgb(227, 240, 236); */
    background-image: linear-gradient(rgba(255,255,255,0), rgba(255,255,255,0)), 
    url(https://i.pinimg.com/564x/51/90/5d/51905d42c57b998fbfc28d1a3bec054d.jpg);
    background-repeat: no-repeat;
    background-position: center;
    background-size: cover;
    opacity: 0.70
    backface-visibility: visible;
    image-resolution: 800pi;
}

hr{
    border-color: rgb(216, 87, 167);
    border-width: 2px;
    line-height: inherit;
}

.Title{
    padding-top: 30px;
    padding-bottom: 10px;
    font-weight: bolder;
    font-size: 30px;
    color: rgb(109, 167, 147);
    text-align: center
}





/* image */
img {
    width: 100% !important;
    height: 100% !important;
    float: left;
    border-radius: 20px;
}

img #parpic{
    width: 200px;
    height: 300px;

}


a .panel:hover{
    border-color: darkcyan;
    border-style: solid;
}

a{
    color: darkcyan;
    font-size: 15px;
}

/* Paragraph */

p {
    font-size: 20px;
}

footer{
    background-color: rgb(109, 167, 147);
    padding-top: 15px;
    text-align: center;
    border-top: cadetblue;
    bottom: 0;
    position: fixed;
    text-align: center;
    min-height: 55px;
    width: 100%;
}
table{
    overflow-y: scroll;
    height: 100px;
    font-size: 15px;
    border-top-color: white!important;
}
/* Media Queries*/

@media(max-width: 992px){
    .navbar-expand-lg{
        background-color: rgb(227, 238, 247)!important;
    }

    .navbar {
        max-height: none;
        padding: inherit;
        color: rgb(227, 238, 247);
    }

    .navbar div{
        margin: inherit;
        background-color: lightblue;
    }
    .navbar-brand{
        padding: 10px !important;
    }
    button{
        margin-right: 30px;
    }
    button:focus{
        outline: 1px dotted;
        outline: auto 5px ;
    }
}