body{
  background-image:url('images/screenshots/car components.jpg');
  background-size: 100% 100%;
}

@font-face {
  font-family: myFont; /* set name */
  src: url("fonts/ManyWeatz.ttf"); /* url of the font */
}
a:link {
  color: black;
  background-color: transparent;
  text-decoration: none;
}

a:visited {
  color: black;
  background-color: transparent;
  text-decoration: none;
}

a:hover {
  color: white;
  background-color: transparent;
  text-decoration: underline;
}

a:active {
  color: black;
  background-color: transparent;
  text-decoration: underline;
}
.sidenav a:link {
  color: black;
  background-color: transparent;
  text-decoration: none;
}

a:visited {
  color: black;
  background-color: transparent;
  text-decoration: none;
}

a:hover {
  color: white;
  background-color: transparent;
  text-decoration: underline;
}

a:active {
  color: black;
  background-color: transparent;
  text-decoration: underline;
}

.sidenav {
  height: fit-content;
  width: 0;
  position: absolute;
  z-index: 1;
  top: 0;
  left: 0;
  background-color: #111;
  overflow-x: hidden;
  transition: 0.5s;
  padding-top: 60px;
  background-image:url('images/gallery/22.jpg');
  flex-wrap:nowrap;
 

 
}

.sidenav a {
  padding: 8px 8px 8px 32px;
  text-decoration: none;
  font-size: 25px;
  color: black;
  display: block;
  transition: 0.3s;
   font-family: "Lucida Handwriting", Cursive;
    text-align:left;
}

.sidenav a:hover {
  color: #f1f1f1;
   
}

.sidenav .closebtn {
  position: absolute;
  top: 0;
  right: 5px;
  font-size: 15px;
  margin-left: 50px;
  flex-wrap:nowrap;
  text-align:right;
  
}

@media screen and (max-height: 200px) {
  .sidenav {padding-top: 200px;}
  .sidenav a {font-size: 18px;}
}
h1 {
 
  color:black;
 
     font-family: "myFont";
}

  

.p1{ 

font-size: 15px;
background-image:url('images/background/background1.png');
color: black;
     text-align: center;
      background-repeat: no-repeat;
  background-attachment: fixed; 
  background-size: 100% 100%;
  font-family: "Lucida Handwriting", Cursive;
 filter:invert(100%);
}

.row {
  display: flex;
  flex-wrap: wrap;
  padding: 0 0px;
 
  background-size: 100% 100%;
}
.rowheader{ text-align:center;
text-shadow:
    4px 9px 4px white,
    0 0 1em black,
    0 0 0.2em white;
    font-family: "2ndfont";
    font-size:25px;
    padding:0px;
}
/* Create four equal columns that sits next to each other */
.column {
  flex: 25%;
  max-width: 25%;
  padding: 0 0px;
}

.column img {
  margin-top: 8px;
  vertical-align: middle;
  width: 100%;
}

/* Responsive layout - makes a two column-layout instead of four columns */
@media screen and (max-width: 800px) {
  .column {
    flex: 50%;
    max-width: 50%;
  }
}

/* Responsive layout - makes the two columns stack on top of each other instead of next to each other */
@media screen and (max-width: 600px) {
  .column {
    flex: 100%;
    max-width: 100%;
  }
}
.dropbtn {
  background-color: white;
  color: white;
  padding: 16px;
  font-size: 16px;
  border: none;
  cursor: pointer;
}

/* Dropdown button on hover & focus */
.dropbtn:hover, .dropbtn:focus {
  background-color: #2980B9;
}

/* The container <div> - needed to position the dropdown content */
.dropdown {
  position: relative;
  display: inline-block;
}

/* Dropdown Content (Hidden by Default) */
.dropdown-content {
  display: none;
  position: absolute;
  background-color: #f1f1f1;
  min-width: 160px;
  box-shadow: 0px 8px 16px 0px rgba(0,0,0,0.2);
  z-index: 1;
}

/* Links inside the dropdown */
.dropdown-content a {
  color: black;
  padding: 12px 16px;
  text-decoration: none;
  display: block;
}

/* Change color of dropdown links on hover */
.dropdown-content a:hover {background-color: #ddd;}

/* Show the dropdown menu (use JS to add this class to the .dropdown-content container when the user clicks on the dropdown button) */
.show {display:block;}

.scroll-container {
   background-image: url("https://ia600804.us.archive.org/12/items/20260822-200025/Real%20life/20260822_195524.jpg");
  overflow: auto;
  white-space: nowrap;
  padding: 10px;
}

.scroll-container img {
  padding: 10px;
}
