html {
    height: 100%;
}

@viewport {
    width: device-width;
    zoom: 1.0;
}




/*logo*/
img {
    display: block;
    margin-left: auto;
    margin-right: auto;
}

header {
    position: fixed;
    left: 0;
    top: 10px;
    width: 100%;
    text-align: center;
    font-family: Arial, Helvetica, sans-serif;
    letter-spacing: 3px;
}

p1 {
    line-height: 8pt;
}

h3 {
    font-size: 10pt;
    text-align: center;
    letter-spacing: 2px;
}



h4 {
    letter-spacing: 0rem;
    color: rgb(160, 115, 78)
}

#grad {
    background-image: linear-gradient(white, #dddddd, #929292, #646464, #2d2d2d, black)
}

/* Navbar container */

body {
    margin: 0;
    font-family: Arial
}

.topnav {
    overflow: hidden;
    background-color: transparent;
    padding-left: 30%;
    padding-right: 20%;

}

/*nav text color on start*/
.topnav a {
    position: relative;
    float: left;
    display: block;
    color: #ffffff;
    text-align: center;
    padding: 10px 16px;
    text-decoration: none;
    font-size: 17px;
}

/*active color when page is displayed*/
.active {
    background-color: #9c9ace;
    color: #771212;
}

.topnav .icon {
    display: none;
}

.dropdown {
    float: left;
    overflow: hidden;

}

/*text color for dpdn*/
.dropdown .dropbtn {
    font-size: 15px;
    border: none;
    outline: none;
    color: #ffffff;
    padding: 10px 16px;
    background-color: inherit;
    font-family: inherit;
    margin: 0;
    color: #931234;
    font-weight: bold;
}

/*drpdn box*/
.dropdown-content {
    display: none;
    position: absolute;
    background-color: #636363;
    min-width: 160px;
    box-shadow: 0px 8px 16px 0px rgba(0, 0, 0, 0.);
    z-index: 6;
}

.dropdown-content a {
    float: none;
    color: rgb(255, 255, 255);
    padding: 12px 16px;
    text-decoration: none;
    display: block;
    text-align: left;
}

/*hover text change and color*/
.topnav a:hover,
.dropdown:hover .dropbtn {
    background-color: #958572;
    color: #000000;
}

.dropdown-content a:hover {
    background-color: #b9b9b9;
    color: #ffffff;
}

.dropdown:hover .dropdown-content {
    display: block;
}

/*nested dropdn*/


@media screen and (max-width: 600px) {

    .topnav a:not(:first-child),
    .dropdown .dropbtn {
        display: none;
    }

    .topnav a.icon {
        float: left;
        display: block;
    }
}

@media screen and (max-width: 600px) {
    .topnav.responsive {
        position: relative;
    }

    .topnav.responsive .icon {
        position: absolute;
        right: 0;
        top: 0;
    }

    .topnav.responsive a {
        float: none;
        display: block;
        text-align: left;
    }

    .topnav.responsive .dropdown {
        float: none;
    }

    .topnav.responsive .dropdown-content {
        position: relative;
    }

    .topnav.responsive .dropdown .dropbtn {
        display: block;
        width: 50%;
        text-align: left;
    }
}

/*text div*/
.container {
    position: relative;
    margin: 10%;
    line-height: 15pt;
    letter-spacing: 1pt;
    font-family: Verdana;
    top: -20px;
    color: #ffffff;
    text-align: left;
    display: flex;
    margin-top: 50px;
}

a {
    text-decoration: line;
    color: #ffffff;

}

@media print {
    .no-print {
        display: none;
    }
}



/*footer*/

.footer,
h6 {
    position: fixed;
    left: 0;
    bottom: 0;
    width: 100%;
    height: 0px;
    background-color: black;
    color: white;
    text-align: center;
    z-index: -3;
}