@import url('https://fonts.googleapis.com/css2?family=Source+Code+Pro&display=swap');

a:link {
color: antiquewhite;
text-decoration:none;
}

body {
font-family: 'Source Code Pro';
margin: 0;
background-size: 100px;
background-image: url(ASPHALT3-ezgif.com-effects.jpg);
  cursor: url(https://cur.cursors-4u.net/others/oth-9/oth831.cur), auto !important;
} 

div.img {
  border: 2px solid #000000;
}

div.img:hover {
  border: 3px solid black;
cursor: url(https://cur.cursors-4u.net/others/oth-9/oth830.cur), auto !important;
}


div.img img {
  width: 100%;
  height: auto;
}


div.desc {
  padding: 10px;
  text-align: center;
font-size: 25px;
}

* {
  box-sizing: border-box;
}


.responsive {
  padding: 20 25;
  float: left;
  width: 25%;
height: 50%;
}


.modal {
  display: none; 
  position: fixed; 
  z-index: 1; 
  padding-top: 10px; 
  left: 0;
  top: 0;
  width: 100%; 
  height: 100%; 
  overflow: auto;
  background-color: rgb(0,0,0); 
  background-color: rgba(0,0,0,0.9); 
}


.modal-content {
  margin: auto;
  display: block;
  width: 80%;
  max-width: 700px;
}


#caption {
font-size: 40px;
  margin: auto;
  display: block;
  width: 80%;
  max-width: 700px;
  text-align: center;
color: antiquewhite;
  padding: 20px 0;
  height: 150px;
}


.modal-content, #caption {  
  -webkit-animation-name: zoom;
  -webkit-animation-duration: 0.6s;
  animation-name: zoom;
  animation-duration: 0.6s;
}

@-webkit-keyframes zoom {
  from {transform:scale(0)} 
  to {transform:scale(1)}
}

@keyframes zoom {
  from {transform:scale(0.1)} 
  to {transform:scale(1)}
}


.close {
  position: absolute;
  top: 15px;
  right: 35px;
  color: dimgrey;
  font-size: 40px;
  font-weight: bold;
  transition: 0.3s;
}

.close:hover,
.close:focus {
  color: antiquewhite;
  text-decoration: none;
cursor: url(https://cur.cursors-4u.net/others/oth-9/oth830.cur), auto !important;
}


@media only screen and (max-width: 700px){
  .responsive {
    width: 49.99999%;
    margin: 6px 0;
  }
  .modal-content {
    width: 100%;
  }
}

@media only screen and (max-width: 500px){
  .responsive {
    width: 100%;
  }
}


.clearfix:after {
  content: "";
  display: table;
  clear: both;
}
#container {
max-width: 800px;
margin: 0 auto;
background-color: black;

}

#container a {
color: #000000;
font-weight: bold;
}



#topBar {
width: 100%;
height: 30px;
padding: 10px;
font-size: smaller;
background-color: #000000;
}

hr{
height: 2px;
background-color: #000000;
border: none;
}


.center {
  display: block;
  margin-left: auto;
  margin-right: auto;
}



h1,
h2,
h3,
h4,
h5 {
color: #000000;
}


a:link {
  color: #ff0000;
  background-color: transparent;
  text-decoration: underline;
}

a:visited {
  color: #ff0000;
  background-color: transparent;
  text-decoration: none;
}

a:hover {
  background-color: transparent;
  text-decoration: 
}

a:active {
  color: #ff0000;
  background-color: transparent;
  text-decoration: underline;
}


aside {
background-color: #000000;
border: 1px solid #000000;
width: 200px;
padding: 20px;
font-size: smaller;
}


main {
max-width: 1600px;
border: 4px solid #000;
background-image: url(PINEFLOR2.jpg);

flex: 1;
padding: 120px;
order: 2;

}

#leftSidebar {
order: 1;
}

#rightSidebar {
order: 3;
}

.image-container {
  position: relative;
  display: inline-block;
}

.image-container img {
  display: block;
  width: 50%;
  height: auto;
}

.overlay-text {
  position: absolute;
  top: 50%; 
  left: 50%; 
  transform: translate(-50%, -50%); 
  background-color: #000000; 
  color: #D40303; 
  padding: 10px 20px; 
  font-size: 15px; 
  text-align: center;
}



.sidenav {
  height: 100%; 
  width: 250px; 
  position: fixed; 
  z-index: 1; 
  top: 0; 
  left: 0;
  background-image: url(PINEFLOR2.jpg); 
  overflow-x: hidden; 
  padding-top: 20px;
}


.sidenav a {
  padding: 3px 8px 6px 20px;
  text-decoration: none;
  font-size: 23px;
  color: antiquewhite;
  display: block;
cursor: url(https://cur.cursors-4u.net/others/oth-9/oth830.cur), auto !important;}

}

details[open] p {
  animation: animateDown 0.2s linear forwards;
}

@keyframes animateDown {
  0% {
    opacity: 0;
    transform: translatey(-15px);
  }
  100% {
    opacity: 1;
    transform: translatey(0);
  }
} 


.sidenav a:hover {
  color: antiquewhite;
	font-style: italic;

}


.main {
  margin-left: 250px; 
  padding: 40px;
}


@media screen and (max-height: 450px) {
  .sidenav {padding-top: 15px;}
  .sidenav a {font-size: 18px;}
}



u{color: antiquewhite;}

h1 {text-align: center; color: antiquewhite;}
h2 {text-align: center; color: antiquewhite;}
h4 {text-align: center; color: antiquewhite;}
h3 {text-align: center; color: antiquewhite;}


</style>
