@import url('https://fonts.googleapis.com/css2?family=Roboto:wght@400;500;700&display=swap');

body {
    background-color: #333333;
    text-align: center;
	font-family: 'Roboto', sans-serif;	
}

#container {
    background-image: url(images/hzpagedown.jpg);
    background-repeat: repeat-y;
    width: 850px;
    margin: 10px auto 0 auto;
    border-style: outset;
    text-align: left;
}

#header {
    height: 150px;
    width: 850px;
    background-image: url(images/header.jpg);
}

#content {
    width: 650px;
    margin: 10px 100px 0 100px;
}

#content a {
    color: #666666;
    text-decoration: none;
}

#content ul {
    /* font-family: Georgia, "Times New Roman", Times, serif; */
    font-size: 16px;
    font-weight: normal;
    color: #000000;
    list-style-type: circle;
    list-style-position: outside;
}

#content li {
    padding: 0 35px 15px 35px;
}

/* TOP NAV */
   #topnav {
        background-color: #f8f8f8;
        border-bottom: 1px solid #ddd;
        padding: 10px 20px;
    }

    #navlist {
        list-style: none;
        margin: 0;
        padding: 0;
        display: flex;
        align-items: center;
        gap: 10px; /* Space between main items */
    }

    #navlist > li {
        position: relative; /* Necessary for dropdown positioning */
    }

    #navlist a {
        text-decoration: none;
        color: #333;
        font-size: 14px;
        font-weight: bold;
        padding: 5px 8px; /* Reduced padding for main items */
        border-radius: 4px;
        transition: background-color 0.3s;
    }

    #navlist a:hover {
        background-color: #eaeaea;
    }

    /* Dropdown styles */
    .dropdown-content {
        display: none; /* Hidden by default */
        position: absolute;
        top: 100%; /* Positioned below the parent item (top: 100%;) */
        left: 0;
        background-color: #ffffff;
        box-shadow: 0 2px 8px rgba(0, 0, 0, 0.15);
        border-radius: 4px;
        padding: 0; /* No padding for the dropdown container */
        margin: 0;
        z-index: 1;
    }

    .dropdown-content li {
        list-style: none;
		padding-left:5px;
    }

    .dropdown-content a {
        display: block;
        padding: 2px 5px; /* Padding for dropdown links */
        font-size: 14px;
        color: #333;
        white-space: nowrap; /* Prevent wrapping */
    }

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

    /* Show dropdown menu on hover */
    .dropdown:hover .dropdown-content {
        display: block; /* Show the dropdown when hovering over the parent */
    }
	
	/* Add arrow styling */
.arrow {
    display: inline-block;
    margin-left: 5px; /* Space between text and arrow */
	margin-bottom: 3px; /* Space between text and arrow */
    border: solid #333;
    border-width: 0 2px 2px 0;
    padding: 3px;
    transform: rotate(45deg); /* Right-facing arrow */
    transition: transform 0.3s ease;
}

/* Change direction on hover */
.dropdown:hover .arrow {
	margin-bottom: 1px; /* Space between text and arrow */
    transform: rotate(-135deg); /* Downward-facing arrow */
}

/* END TOP NAV */

/*
h1 {
    text-align: center;
    font-size: 15px;
    font-weight: bold;
    color: #000000;
    padding: 25px 35px 20px 35px;
    background-image: url(images/h1bg.jpg);
    background-repeat: no-repeat;
    background-position: center;
}
*/

 h1 {
 text-align: center;
 color: #2c3e50;
 margin-bottom: 20px;
font-size: 25px; 
}

h2 {
    font-family: Georgia, "Times New Roman", Times, serif;
    text-align: left;
    font-size: 13px;
    font-weight: bold;
    color: #000000;
    padding: 0 35px 10px 35px;
}

p {
    font-family: Georgia, "Times New Roman", Times, serif;
    font-size: 16px;
    line-height: 14px;
    font-weight: normal;
    color: #000000;
    padding: 0 35px 20px 35px;
}

.clear {
    clear: both;
    overflow: hidden;
    height: 1px;
}

#copyright {
    width: 850px;
    font-family: Arial, Helvetica, sans-serif;
    font-size: 10px;
    text-indent: 20px;
    padding: 10px 0;
    font-weight: normal;
    color: #666666;
    text-decoration: none;
    margin: 5px 0 0 0;
    background-color: #FFFFFF;
    background-repeat: no-repeat;
}

#copyright a:link {
    font-family: Arial, Helvetica, sans-serif;
    font-size: 10px;
    font-weight: bold;
    color: #666666;
    text-decoration: none;
}

#copyright a:visited {
    font-family: Arial, Helvetica, sans-serif;
    font-size: 10px;
    font-weight: bold;
    color: #666666;
    text-decoration: none;
}

#copyright a:hover {
    font-family: Arial, Helvetica, sans-serif;
    font-size: 10px;
    font-weight: bold;
    color: #333333;
    text-decoration: none;
}

#suggestions {
    text-align: center;
    padding-left: 32px;
}

#tr {
    padding-bottom: 10px;
}

#table {
    font-family: Georgia, "Times New Roman", Times, serif;
    font-size: 11px;
    font-weight: normal;
    color: #000000;
}

#td {
    vertical-align: top;
}
