.sidenav {
    height: 100%;
    width: 0;
    position: fixed;
    z-index: 1;
    top: 0;
    left: 0;
    background-color: #111;
    overflow-x: hidden;
    transition: 0.5s;
    padding-top: 60px;
}

.openbtn
{
	font-size:30px;
	cursor:pointer;
}
.sidenav a {
    padding: 8px 8px 8px 32px;
    text-decoration: none;
    font-size: 18px;
    color: #818181;
    display: block;
    transition: 0.3s;
}

.sidenav a:hover {
    color: #f1f1f1;
}

.closebtn {
    position: absolute;
    top: 0;
    right: 25px;
    font-size: 36px;
    margin-left: 50px;
}

#main {
    transition: margin-left .5s;
    padding: 16px;
}

@media screen and (max-height: 450px) {
  .sidenav {padding-top: 15px;}
  .sidenav a {font-size: 18px;}

}

.image {
  opacity: 0.4;
  transition: .5s ease;
}
  .image:hover 
{
	opacity: 1;
}

div.image {
  opacity: 0.6;
  transition: .5s ease;
}
div.image:hover 
{
	opacity: 1;
}

.footer a:link, .links a:link, .links a, .footer a {
    text-decoration: none;
    color: white;
    transition: 0.3s;
}

.links a:hover , .links a {
    color: #273140;
}

.footer a:hover {
	color: #c3c3c3;
} 


.storyLink a:link {
    color: blue;
    transition: 0.3s;
}

.storyLink a:visited {
    color: blue;
    transition: 0.3s;
}

.storyLink a:hover {
    color: #336600;
	text-decoration: underline;
}

body
{
	background-color:#f2f4f6;
}


.custom-container {
    max-width: 500px;
    margin: 100px auto;
    text-align: center;
    padding: 30px;
    background-color: #222;
    border-radius: 10px;
    box-shadow: 0 0 15px rgba(0, 0, 0, 0.5);
}

.custom-container h1 {
    font-size: 2.5em;
    margin-bottom: 20px;
    color: #ff9900;
}

.custom-container p {
    font-size: 1.2em;
    margin-bottom: 30px;
}

.btn {
    padding: 15px 30px;
    font-size: 1.1em;
    margin: 10px;
    cursor: pointer;
    border: none;
    border-radius: 5px;
    transition: background-color 0.3s ease;
}

.yes-btn {
    background-color: #ff9900;
    color: #fff;
}

.yes-btn:hover {
    background-color: #e68a00;
}

.no-btn {
    background-color: #333;
    color: #fff;
}

.no-btn:hover {
    background-color: #555;
}

footer a {
	color: #ffffff;
	text-decoration: none;
	transition: color 0.3s ease-in-out;
}


footer a:hover {	
	color: #ffc107; 
	text-decoration: underline;
}


