@charset "utf-8";
/* CSS Document */

* {
            margin: 0;
            padding: 0;
            box-sizing: border-box;
        }

        body {
            font-family: Arial, sans-serif;
            background-color: white;
        }

        .header {
            position: fixed;
            top: 0;
            width: 100%;
            background-color: black;
            border-bottom: 3px solid #000000;
            display: flex;
            flex-direction: row;
            align-items: center;
            justify-content: space-between;
            padding: 10px 20px;
            height: 75px;
        }

        .logo {
            font-size: 2em;
            font-weight: bold;
            color: white;
        }

        .logo a {
            text-decoration: none;
            color: #F5F5F5;
        }

        .logo a:hover {
            text-decoration: none;
            color: #FFC300;
			border-bottom: 2px solid #FFC300;
        }

        .nav {
            display: flex;
            gap: 20px;
        }

        .nav a {
            text-decoration: none;
            color: #F5F5F5;
            font-size: 18px;
        }
        .nav a:hover {
            text-decoration: none;
            color: #FFC300;
            font-size: 18px;
	    border-bottom: 2px solid #FFC300;

        }

	.active-btn {
		color: yellow;
		border-bottom: 2px solid #FFFFFF;
 		text-decoration: underline;
	}

	.active-footer-link {
 		 font-weight: bold;
 		 text-decoration: underline;
		 border-bottom: 2px solid #000000;

	}

      	.content {
            margin-top: 90px;
            text-align: center;
            max-width: 800px;
            margin-left: auto;
            margin-right: auto;
            padding: 20px;
      	}
		
	.quote{
	   font-style: italic;
	   color: black;
	   font-weight: bold;
	   font-size: 1.2em;
	}

	.quote_ref {
  	   padding-top:10px;
	   font-style: italic;
	   color: black;
	   font-weight: normal;
	   font-size: 1em;
	}


	.quote_ref a{
	   color: black;
	   text-decoration: underline;
	}

	.quote_ref a:hover{
	   color: black;
	   text-decoration: none;
	}

	.continue{
            font-style: normal;
            color: black;
	    font-weight: normal;
	   font-size: .9em;
	}
		
		.caption {
			padding-bottom: 40px;
		}
		.caption_last {
			padding-bottom: 80px;
		}
	

		.image-box img {
			padding-bottom: 50px;
		}
	
		
		.photo-box img {
			padding-bottom: 10px;

		}

      		  .text-box {
			max-width: 600px;
			margin: 20px auto;
			font-size: 18px;
           		color: black;
			text-align: center;
			padding-right: 10px;
			padding-left: 10px;
			padding-bottom: 40px;
		}
        
		.text-box_left {
			max-width: 700px;
			margin: 20px auto;
			font-size: 15px;
           		color: black;
			text-align: left;
			padding: 10px;
		}

		h2{
			text-align: left;
			padding-bottom: 8px;
           		color: black;

		}

		h3{
			padding-bottom: 8px;
           		color: black;
		}

 		ul {
			list-style-type: disc;
			padding-left: 16px;
  		}

  		li {
   			padding-bottom: 10px;
  		}

		
		.footer a {
	    	color: black;
			text-decoration: none
		}
		.footer a:hover {
	    	text-decoration: underline;
		font-weight: bold;
		}

        .footer {
   position: fixed;
    bottom: 0;
    width: 100%;
    height: 80px;
    color: black;
    text-align: left;
    font-size: 14px;
    line-height: 40px;
    padding-left: 20px;
    background-color: transparent; /* remove bar */

        }

.highlight-text {
    background-color: white;
    display: inline;
    padding: 0 3px;
}

      .menu-toggle {
  display: none;
  font-size: 1.8em;
  color: white;
  cursor: pointer;
  padding-top: 5px;
} 

 @media screen and (max-width: 600px) {
            			
		.header {
             		flex-direction: column;
              		align-items: center;
                	height: auto;
                	padding: 15px;
           	 }


 		 .menu-toggle {
   			display: block;
  		}

  		.nav {
   			display: none;
   			flex-direction: column;
    			align-items: center;
    			width: 100%;
 		 }

  		.nav.nav-open {
  			display: flex;
 		 }
			
          	.logo {
                	font-size: 8vw;
          	}
			
           	.nav {
                	flex-direction: column:
			align-items: center;
			gap: 10px;
			margin-top: 10px;
            }
			
            	.content {
 			margin-top: 100px;
            }
		h2{
			text-align: center;
		}
			
		img {
           		max-width: 100%;
          		eight: auto;
       		}
			
			.image-box img {
				padding-left: 0px;
				padding-right: 0px;
				padding-top: 20px;
			}
			
	
			.image-box:last-of-type img {
				padding-left: 0px;
				padding-right: 0px;
				padding-bottom: 120px;

			}
							
			.photo-box img {
				padding-left: 0px;
				padding-right: 0px;
				padding-top: 20px;
			}
			
			.photo-box:last-of-type img {
				padding-left: 0px;
				padding-right: 0px;
				padding-bottom: 0px;

			}
			
					
		.caption_last {
				padding-bottom: 150px;
		}
			
			
			.text-box:last-of-type {
				padding-left: 5px;
				padding-right: 5px;
				padding-bottom: 150px;
				text-align: center;
			}
			
			.text-box {
               			 padding-left: 10px;
               			 padding-right: 10px;
				padding-top: 40px;
				text-align: center;
            }
			
			.text-box_left {
               			padding-left: 10px;
              			padding-right: 10px;
				padding-top: 10px;
				text-align: left;
            }	
			
			.text-box_left:last-of-type {
				padding-left: 5px;
				padding-right: 5px;
				padding-bottom: 150px;
				text-align: left;
			}
			
			.footer {
				position: fixed;
				bottom: 0;
				width: 100%;
				height: 80px;
				color: white;
				text-align: center;
				background-color: black;
				font-size: 14px;
				line-height: 40px;
       		 }
			.footer a {
	    			color: white;
				text-decoration: none
		}
			.footer a:hover {
	    			text-decoration: underline;
				font-weight: bold;
		}

  .highlight-text {
    background-color: transparent;
    padding: 0;
  }

			
        }