﻿.dropbtn {
        background-color: #04AA6D;
    background: unset;
    color: #fc0339;
    padding: 8px;
    font-size: 16px;
    border: none;
    cursor: pointer;
  /*  margin-bottom: 5px;*/
    margin-left: 8px;
    text-decoration:underline;
}

   /* .dropbtn:hover, .dropbtn:focus {
        background-color: #3e8e41;
    }*/

#myInput {
    box-sizing: border-box;
    background-image: url('searchicon.png')!important;
    background-position: 14px 12px;
    background-repeat: no-repeat;
    /*font-size: 16px;*/
   /* padding: 14px 20px 12px 45px;*/
    border: none;
    border-bottom: 1px solid #ddd;
}

    #myInput:focus {
        outline: 3px solid #ddd;
    }

.dropdown {
    position: relative;
    display: inline-block;
}

.dropdown-content {
    display: none;
    position: absolute;
    background-color: #f6f6f6;
    min-width: 230px;
    overflow: auto;
    border: 1px solid #ddd;
    z-index: 1;
}

    .dropdown-content a {
        color: black;
        padding: 5px 5px;
        text-decoration: none;
        display: block;
        font-size: 15px !important;
    }

.dropdown a:hover {
    background-color: #ddd;
}

.show {
    display: block;
}
body {
    color: blue;
    font-family: Calibri !important;
}

.paragraph {
    border: 1px solid black !important;
    color: darkblue;
    background-color: white !important;
    border-radius: 10px !important;
    margin-left: 10px;
    font-size: 20px !important;
    background-color: azure !important;
    font-family:Arial;
    /* margin-right:10px;*/
}

.main {
    background-color: oldlace;
    color: black;
}

.heading {
    /*background-color: orange;*/
    color: white;
}

.litem a {
    color: black !important;
    text-align: left;
    text-shadow: inherit;
    text-decoration: none !important;
    font-weight: bold;
    font-size: 18px;
    /*border: solid;*/
}

    .litem a:hover {
        background-color: #1363df;
        color: white !important;
        padding: 14px;
        /*margin-bottom:10px;
                    margin-top:10px;*/
    }

.main-heading {
    font-size: 30px;
    font-weight: bold;
    /*background-attachment: fixed;*/
  /*  background-color: black;*/
  /*padding-left:50px;*/
  padding-left:10px;
  color:black;
  text-decoration:underline;
}

p {
    font-size: 20px;
    color: black;
    font-weight: bold;
    padding-top: 10px;
    font-family: 'Franklin Gothic Medium', 'Arial Narrow', Arial, sans-serif;
}

.video-link {
    padding-top: 15px;
}
.nav-path {
    color: #1363df;
    /* padding-right:10px;*/
    text-decoration: none;
    /* font-weight:bold;
    */
}
.breadcrumb{
    font-size:25px;
    margin-bottom:unset;
}
