.hero-image {
    position: relative; 
    height: 60vh; 
    overflow: hidden; /* Hides overflow if the image goes out of bounds */
}

.hero-img {
    width: 100%; 
    height: 100%; 
    object-fit: cover; 
    background-color: rgba(0, 0, 0, 0.5); 

}

.hero-text {
    position: absolute; 
    top: 50%;
    left: 50%; 
    transform: translate(-50%, -50%); 
    color: white; 
    text-align: center; 
    background-color: rgba(0, 0, 0, 0.5); 
    padding: 20px; 
    border-radius: 10px; 
}

.hero-head{
    font-family: "Metal Mania", system-ui;
    font-size: 30px;
    line-height: 1.7em;
}

h4{
    font-family: "Metal Mania", system-ui;
    font-size: 60px;
}
body {
    line-height: 1.6;
    margin: 0;
    padding: 0;
    background-color: #f4f4f4;
}

#portion {
    padding: 20px;
    text-align: left;
    margin-bottom: 100px;
    color: #f4f4f4;
}

#portion2 {
    padding: 20px;
    text-align: left;
    margin-bottom: 100px;
    color: #f4f4f4;
    background-color: #70000C;
}

h1 {
    margin: 0;
    font-weight: bold;
    font-family: "IBM Plex Sans Condensed", sans-serif;
}

p {
    margin: 10px 0;
    font-family: "PT Sans Narrow", sans-serif;
    font-size: 22px;
}

main {
    padding: 20px;
}

.red{
    color:#70000C
}

.hero-image {
    background-size: cover;
    background-position: center;
    height: 100vh; 
    opacity: 1;
    transition: opacity 0.5s ease; 
}

.content {
    padding: 20px;
}


.image-caption{
    margin-bottom: 100px;
}

.theband {
    display: flex;
    flex-direction: column;
    align-items: center;
}

.circular-image {
    width: 150px;
    height: 150px; 
    border-radius: 50%;
    object-fit: cover; 
    border: 2px solid #ccc; 
}

.text-below {
    margin-top: 10px; 
    text-align: left; 
}


h3{
margin-top: 3px;
}

body{
    background-color: #13304E;
}

.banner {
    background-color: #f4f4f4; 
    padding: 20px; 
    text-align: center; 
}

.banner2 {
    background-color: #13304E; 
    padding: 20px; 
    text-align: center; 
}

.logo {
    max-width: 100%; 
    height: auto; 
    margin-bottom: 60px;
}

.opacity-0 {
    opacity: 0; 
    transition: opacity 0.5s;
}

.opacity-1 {
    opacity: 1; 
    transition: opacity 0.5s;
}

.tab {
    position: fixed; 
    bottom: 0;
    left: 0;
    width: 100%;
    z-index: 200;
    overflow-x: hidden;
    background-color: #A31222;
    display: flex; 
    justify-content: center; 
}

.tab button {
    background-color: inherit;
    border: none;
    outline: none;
    cursor: pointer;
    padding: 14px 16px;
    transition: 0.3s;
    font-size: 17px;
}

.tab button:hover {
    background-color: #d80d0d;
}

.tab button.active {
    background-color: #000000;
}

.tabcontent {
    display: none;
    border: 1px;
    border-top: 1px solid #ccc; 
}
  
  /* Fade in tabs */
  @-webkit-keyframes fadeEffect {
    from {opacity: 0;}
    to {opacity: 1;}
  }
  
  @keyframes fadeEffect {
    from {opacity: 0;}
    to {opacity: 1;}
  }

#cent{
    text-align: center;

}

/*Splash affect*/
.splash {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100vh;
    background-color: #DCDCDC;
    z-index: 200;
    color: white;
    text-align: center;
    line-height: 90vh;
    opacity: 1;
    transition: opacity 0.5s ease-in-out;
}

.splash.display-none {
    opacity: 0;
}

.splash.hidden {
    display: none;
}


.object{
    padding-left: 40px;
}

#base { 
    height: 40%; 
    z-index: 0;
    width: 100%;
}

html,
body {
    border: 0;
    margin: 0;
    height: 100%;
}

body {
    overflow-x: hidden; 
    margin: 0; 
}

#low{
    margin-bottom: 100px;
}

 /* Driving Directions Page */
#directions {
    z-index: 10000;
    margin: 20px auto;
    text-align: left;
    background-color: #ccc;
    width: calc(100% - 40px); 
    padding: 10px; 
    font-size: 16px;
    border: 1px solid #ccc;
    border-radius: 15px;
    transition: border-color 0.3s;
    box-sizing: border-box; 
    font-family: "PT Sans Narrow", sans-serif;
    padding-bottom: 50px;
}
   

#userimp {
    z-index: 10000;
    font-family: "IBM Plex Sans Condensed", sans-serif;
    margin: 20px auto;
    text-align: center;
    background-color: #ccc;
    width: calc(100% - 40px); 
    padding: 10px; 
    font-size: 16px;
    border: 1px solid #ccc;
    border-radius: 15px;
    transition: border-color 0.3s;
    box-sizing: border-box; 
}

/*My Button*/
.button {
    margin-top: 10px;
    margin-bottom: 10px;
    background-color: #ff4d4d;
    color: white; 
    padding: 5px 10px; 
    font-size: 16px; 
    border: none; 
    border-radius: 5px; 
    transition: background-color 0.3s, transform 0.1s; 
}

.button:hover {
    background-color: #e60000; 
}

.button:active {
    transform: scale(0.95); 
    background-color: #cc0000; 
}

/*Area User types*/
#origin {
    width: 100%; 
    padding: 10px; 
    font-size: 16px; 
    border: 1px solid #ccc; 
    border-radius: 5px; 
    transition: border-color 0.3s, box-shadow 0.3s; 
    box-sizing: border-box; 
}

#origin::placeholder {
    color: #aaa; 
    opacity: 1; 
}