
.fix {
    position: fixed;
    top: 0;
    left: 0;
    animation-name: nav_fix;
    animation-duration: 0.2s;
    animation-fill-mode: both;
    transition: all 0.2s;}


header nav, footer .body {
        background: #ffffff;}

header .free {
    height: 8px;
    width: 100%;
    background: #000000;}

    header {
        color: #000000;
        width: 100%;
        z-index: 800;
        box-shadow: 0 5px 5px -5px rgba(0,0,0,.6);
        transition: all 0.2s;}

        header nav .nav_sbtn {
            padding-left: 1px;
            padding-right: 1px;
            display: flex;
            height: 71px;
            line-height: 40px;
            flex-direction: row;
            flex-wrap: wrap;
            align-content: center;
            justify-content: space-between;

            
        }
        .headertext h1 {
            font-size: 34px;
            font-weight: 600;
            margin: 0;
            line-height: 60px;
            font-family: Cambria, Cochin, Georgia, Times, 'Times New Roman', serif;
        }

        .fa, .fab, .fad, .fal, .far, .fas {
            -moz-osx-font-smoothing: grayscale;
            -webkit-font-smoothing: antialiased;
            display: inline-block;
            font-style: normal;
            font-variant: normal;
            text-rendering: auto;
            line-height: 1;
            padding-left: -17px;
            align-items: right;
        }

        .backimg{
            padding-top: 50px;
        }


        /* ------ */

        .sidenav {
            height: 100%;
            width: 200px;
            position: fixed;
            z-index: 1;
            top: 0;
            left: 0;
            background-color: #111;
            overflow-x: hidden;
            padding-top: 20px;
          }
           
          /* Style the sidenav links and the dropdown button */
         .sidenav a, .dropdown-btn {
            padding: 6px 8px 6px 16px;
            text-decoration: none;
            font-family: Arial, Helvetica, sans-serif;
            font-size: 17px;
            color: #000000;
            display: block;
            border: none;
            background: none;
            width: 100%;
            text-align: left;
            cursor: pointer;
            outline: none;
          } 
          
          /* On mouse-over */
          .sidenav a:hover, .dropdown-btn:hover {
            color: #9b9276;
          }
          
          /* Main content */
         .main {
            margin-left: 200px; /* Same as the width of the sidenav */
            font-size: 20px; /* Increased text to enable scrolling */
            padding: 0px 10px;
          }
          
          /* Add an active class to the active dropdown button */
          .active {
            background-color: #B2BEB5;
            color: #000000;
          }
          
          /* Dropdown container (hidden by default). Optional: add a lighter background color and some left padding to change the design of the dropdown content */
          .dropdown-container {
            display: none;
            background-color: #E5E4E2;
            padding-right: 0px;
            font-size: 14px;
            color: #010f05;
            font-family: Arial, Helvetica, sans-serif;

          }
          
          /* Optional: Style the caret down icon */
          .fa-caret-down {
            float: right;
            padding-right: 8px;
          }

          .sub-dd-button{
            font-size: 14px;
            font-family: Arial, Helvetica, sans-serif;
            color: #000000;
          }
          
          /* Some media queries for responsiveness */
          @media screen and (max-height: 450px) {
            .sidenav {padding-top: 15px;}
            .sidenav a {font-size: 18px;}
          }

          /* --------- */



@media (max-width:768px){
    .headertext h1 {
        font-size: 18px;
    }}
            

