/* {
    border: 1px solid red !important;
}*/

*, *:before, *:after {
    box-sizing: border-box;
}


html, body {
    background-color: #19191f;
    background: -webkit-linear-gradient(90deg, #151515, #1f1b19);
    background-attachment: fixed;
    color: #f5f5f5;
    font-family: Arial, sans-serif;
    text-align: center;
    margin: 0;
    padding: 0;
    display: flex;
    flex-direction: column;
    height: 100%;
    
}

body {
    display: flex;
    flex-direction: column;
    min-height: 100wh;
    margin: 0;
}

#banner {
    background-color: #111; /* Even darker color for the title background */
    background: -webkit-linear-gradient(90deg, #111, #1c1c1c);
    width: 100%;
    /*max-height: 60px;
    min-height: 60px;*/
    padding: 25px;
    
    
}

#title-container{
    max-width: 1190px;
    padding: 0 20px;
    margin: 0 auto;
    
}
@font-face {
    font-family: "luckiestguy-webfont";
    src: url("./fonts/luckiestguy-webfont.woff") format("woff");
}

#title {
    font-family: "luckiestguy-webfont", Arial, sans-serif;  /* The generic font family is fallback */
    width: 100%;
    /*max-height: 60px;
    min-height: 60px;*/
    text-align: left;
    font-size: 3em;
    font-weight: bold;
    color: red;  /* Fallback color */
    background: -webkit-linear-gradient(90deg, red, yellow);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    
}

#extra-info {
    display: flex;
    justify-content: space-between;
}

.extra-info-item {
    flex-basis: 0;
    flex-grow: 1;
    text-align: left;
}

#extra-info-contact {
    text-align: right;
}


#main-content {
    background-color: #151515; /* Background color for the main content area */
    width: 90%;
   /* min-height: calc(100vh - 60px); 
    max-height: 100%;*/
    max-width: 1280px;
    margin: 0px auto 0 auto;
    padding: 0 20px; /* Add horizontal padding, no vertical padding at the bottom */
    box-sizing: border-box;
    border: 2px solid #111;
    border-width: 0px 4px;
    
    flex: 1;
}

#menu {
    margin: -15px auto 0 auto;
}

.tab .content {
    display: block;
    width: 100%;
    padding: 4px;
    margin: 0px;
    box-sizing: border-box;
    text-align: left;
    cursor: pointer;
    border: 1px none #111;
    border-width: 1px 1px 0 1px;
}
.tab {
    
    text-align: left;
    padding-left: 42px;
}

#main-content-button1, #main-content-button2 {
    display: inline-block;
    width: auto;
    /* Align to left */
    position: relative;
    z-index: 1;
    text-align: left;
    padding-bottom: 20px;
}

#main-content-button1 {
    border-radius: 10px 10px 0px 0px;
    background-color: orange;
    background: -webkit-linear-gradient(90deg, rgb(255, 138, 59),rgb(255, 196, 70));
    color: #111;
    border: 0px none orange;
    border-width: 1px 1px 0 1px;
    
}

#main-content-button2 {
    border-radius: 10px 10px 0px 0px;
    background-color: #222;
    background: -webkit-linear-gradient(-90deg, #111,#222);
    color: rgb(255, 196, 70);
    border: 1px solid #555;
    border-width: 1px 1px 0 1px;
    
}

#main-content-gallery1 {
    
    /*width: 90%;
    background-color: #1b1b1b;*/ 
    padding: 0px 20px;
    max-width: 1240px;  
    margin: -1px 20px;
    /*border: 2px solid #111;
    border-width: 2px 4px;
    margin: 20px auto;
    background-color: #1c1c1c*/      
}

#main-content-gallery2 {
    
    /*width: 90%;
    background-color: #1b1b1b;*/ 
    padding: 0px 20px;
    max-width: 1240px;  
    margin: -1px 20px;
    /*display: none;
    border: 2px solid #111;
    border-width: 2px 4px;
    margin: 20px auto;
    background-color: #1c1c1c*/      
}

#main-content-title {
    position: relative;
    z-index: 2;
    border-radius: 10px 10px 0px 0px;
    background-color: orange;
    background: -webkit-linear-gradient(90deg, rgb(255, 138, 59),rgb(255, 167, 65));
    margin: -20px 2px 0px 2px;
    padding: 4px;
    color: black;
    border: 0px none orange;

}
#main-content-title2 {
    position: relative;
    z-index: 2;
    border-radius: 10px 10px 0px 0px;
    background-color: orange;
    background: -webkit-linear-gradient(90deg, rgb(255, 138, 59),rgb(255, 167, 65));
    margin: 10px 2px 0px 2px;
    padding: 4px;
    color: black;
    border: 0px none orange;

}

#my_nanogallery2 {
    position: relative;
    z-index: 3;
    /*width: 90%;*/
    /*padding: 20px 0;  Add vertical padding */
    /*max-width: 1200px;  */
    /*margin: 20px auto;
    background-color: #1c1c1c*/
        
}
#my_videogallery {
    position: relative;
    z-index: 3;
    /*width: 90%;*/
    /*padding: 20px 0;  Add vertical padding */
    /*max-width: 1200px;  */
    /*margin: 20px auto;
    background-color: #1c1c1c*/
        
}

.nanogallery2_thumbnail img {
    /*border-radius: 10px;*/
}

.nanogallery2_thumbnail_label_title {
    color: #f5f5f5;
}

.nanogallery2_thumbnail_label_desc {
    color: #bbb;
}

a {
    color: #FF6F61; /* Change as needed */
    text-decoration: none;
}

a:hover {
    color: #FF9E80; /* Change as needed */
    text-decoration: underline;
}

a:visited {
    color: #BF5F51; /* Change as needed */
}

a:active {
    color: #FF3C33; /* Change as needed */
}

#footer {
    background-color: #111; /* Even darker color for the title background */
    background: -webkit-linear-gradient(-90deg, #111, #1c1c1c);
    width: 100%;
    /*max-height: 60px;
    min-height: 60px;*/
    padding: 30px;

}
#footer-container{
    max-width: 1200px;
    padding: 0 20px;
    display: flex;
    justify-content: space-between;
    margin: 0 auto;
}
#footer-left {
    flex-basis: 0;
    flex-grow: 1;
    text-align: left;
}
#footer-middle {
    flex-basis: 0;
    flex-grow: 1;
    text-align: center;
    letter-spacing: 3px;
}
#footer-right {
    flex-basis: 0;
    flex-grow: 1;
    text-align: right;
}