/* Button Styles */
button {
    color: #00b6e9;
    background-color: transparent;
    font-size: 19px;
    border: 1px solid #aaaaaa;
    border-radius: 50px;
    padding: 15px 50px;
    cursor: pointer;
    margin-top: 20px;
}

button:hover {
    color: #ffffff;
    background-color: #00b6e9;
}

/* General Styles */
body {
    font-family: Arial, Helvetica, sans-serif;
    font-size: medium;
    margin: 0px;
    /* background-color: #fff; */
    height: 100%
}

h1 {
    line-height: 45px;
}


p {
    line-height: 25px;
    text-align: justify;
    font-family: Arial, Helvetica, sans-serif;
    text-align: justify;
}

.Body {
    font-family: Arial, Helvetica, sans-serif;
    margin: 0;
}

.Footer {
    font-family: Arial, Helvetica, sans-serif;
    font-size: 12px;
    text-align: center;
}

.f-fp {
    margin-top: 0px;
}

.Header {
    text-decoration: none;
    text-align: center;
}

/* Heading Styles */
.Heading {
    position: relative;
    text-align: center;
    margin-bottom: 40px;
}

.image-container {
    height: 100px; /* Set the height of the container */
    overflow: hidden;
}

.header-image {
    width: 100%; /* Make the image fill the width */
    height: auto; /* Maintain aspect ratio */
    position: relative; /* Position relative for the image */
    top: -100%; /* Adjust this value to show the center portion of the image */
}

.header-text {
    position: absolute;
    top: 25%; /* Center vertically */
    left: 50%; /* Center horizontally */
    transform: translate(-50%, -50%); /* Adjust for the text size */
    color: white;
    font-size: 40px;
    text-shadow: 2px 2px 4px rgba(0, 0, 0, 0.7);
}




.HeadingCenter {
    font-family: Arial, Helvetica, sans-serif;
    font-weight: bold;
    text-decoration: none;
    font-size: 36px;
    text-align: center;
}

.MiniHeading {
    font-family: Arial, Helvetica, sans-serif;
    font-weight: bold;
    font-size: 24px;
}

.SubHeading {
    font-family: Arial, Helvetica, sans-serif;
    font-size: 20px;
}

/* Link Styles */
.BodyLinkCenter {
    color: #42a5f5;
    font-family: Arial, Helvetica, sans-serif;
    text-align: center;
}

.Link {
    color: #42a5f5;
}

/* Navigation Styles */
.fwNavContainer1 {
    float: right;
    position: relative;
    right: 50%;
}

#navigation {
    height: auto;
    overflow: visible;
    position: relative;
}

#fwNav1 {
    position: relative;
    display: block;
    left: 50%;
    padding: 0;
    margin: 0;
    list-style: none;
}

#fwNav1 .fwNavItem {
    width: auto;
    position: relative;
    float: left;
    margin: 0;
    padding: 0;
    border-right: 1px solid #CCCCCC;
}

#fwNav1 .fwNavItem a {
    display: block;
    /* color: #000000; */
    text-decoration: none;
    padding: 10px;
}

#fwNav1 .fwFirstChild {
    border-left: 0;
}

#fwNav1 .fwLastChild {
    border-right: 0;
}

#fwNav1 .fwNavItem a:hover,
#fwNav1 .fwNavItem span a:hover,
#fwNav1 .fwNavItem a:focus {
    color: #02BCE4;
    text-decoration: none;
}

#fwNav1 .fwNavItem a:active {
    color: #E0B600;
    text-decoration: none;
}

#fwNav1-toggle,
.fwNav1-toggle-label {
    display: none;
}

.fwNav1-toggle-label {
    width: 30px;
    height: 30px;
    overflow: hidden;
    background-image: url('/images/Menu%20Icon7.png');
    background-repeat: no-repeat;
    background-size: 100%;
    margin-left: auto;
    margin-right: auto;
}

#fwNav1 .fwNavItem a.fwCurrent,
#fwNav1 .fwNavItem a.fwCurrent:hover {
    display: block;
    color: #E0B600;
    font-weight: normal;
}

/* Page Layout Styles */
#PageDiv {
    position: relative;
    min-height: 100%;
}

#header.f-ms,
#footer.f-ms {
    width: 952px;
    z-index: 0;
    clear: both;
    padding: 2%;
    margin-left: auto;
    margin-right: auto;
}

#header.f-ms {
    margin-bottom: 20px;
}

#footer.f-ms {
    border-top: solid #333 1px;
}

#artinemotionLogo.f-ms {
    left: 325px;
    top: 30px;
    width: 302px;
    height: 45px;
    vertical-align: middle;
    overflow: hidden;
}

#body.f-ms {
    width: 952px;
    z-index: 0;
    clear: both;
    padding: 2%;
    margin-left: auto;
    margin-right: auto;
    margin-bottom: 40px;
}

/* Three Column Layout */
#threeWrapper {
    max-width: 100%;
    clear: both;
    display: flex; /* Use flexbox */
    justify-content: center; /* Center items horizontally */
    flex-wrap: wrap; /* Allow items to wrap to the next line */
}

#threeContent {
    width: 28.25%;
    margin-bottom: 40px; /* Add some margin for spacing between items */
    margin-left: 20px;
    margin-right: 20px;
    display: block;
}

#artist-list {
    max-width: 100%;
}

.gradient-overlay {
    position: absolute;
    top: 50%; /* Cover the top */
    left: 0; /* Cover the left */
    right: 0; /* Cover the right */
    bottom: 0; /* Cover the bottom */
    background: linear-gradient(to bottom, rgba(0, 0, 0, 0), rgba(0, 0, 0, 0.7)); /* Gradient */
    z-index: 1; /* Ensure the overlay is above the image */
}

.image-text {
    position: absolute; /* Position the text absolutely */
    bottom: 0%;
    color: white;
    z-index: 2;
    padding-bottom: 4px; /* Padding around the text */
    padding-left: 12px;
    font-weight: bold;
    font-size: 32px;
    text-align: left;
}


#left-column,
#left-column-with-line {
    width: 55%;
    z-index: 0;
    float: left;
}

#right-column,
#right-column-no-line {
    width: 40%;
    z-index: 0;
    float: right;
    padding-left: 2%;
    padding-right: 2%;
}

#right-column {
    border-left: solid #333 1px;
}

/* Content Styles */
#content {
    z-index: 0;
    padding: 10px;
}

/* Contact Form Styles */
#Name {
    box-sizing: border-box; /* Include padding and border in the element's total width */
    width: 100%;
    padding: 2% 0 2% 10px; /* Top, Bottom, Left, Right */
    margin-top: 20px;
    background-color: transparent;
    border-radius: 10px;
    border: solid #02bce4 2px;
    font-size: medium;
}


#Email {
    box-sizing: border-box; /* Include padding and border in the element's total width */
    width: 100%;
    padding: 2% 0 2% 10px; /* Top, Bottom, Left, Right */
    margin-top: 20px;
    background-color: transparent;
    border-radius: 10px;
    border: solid #acacac 2px;
    font-size: medium;
}

#Message {
    box-sizing: border-box; /* Include padding and border in the element's total width */
    width: 100%;
    height: 200px;
    padding: 2% 0 2% 10px; /* Top, Bottom, Left, Right */
    margin-top: 23px;
    background-color: transparent;
    border-radius: 10px;
    border: solid #e0b600 2px;
    font-size: medium;
    resize:vertical;
}

#captcha-answer {
    box-sizing: border-box; /* Include padding and border in the element's total width */
    width: 150px;
    padding: 2% 0 2% 10px; /* Top, Bottom, Left, Right */
    margin-top: 20px;
    margin-left: 10px;
    background-color: transparent;
    border-radius: 10px;
    border: solid gray 2px;
    font-size: medium;
}

#Send {
    padding: 8px 20px;
    background-color: #e9eaec;
}

/* Instagram Button Styles */

.instagram-container {
    display: flex;
    justify-content: center;
    margin-top: 40px;
}

.instagram-link {
    display: flex;
    align-items: center;
    justify-content: center;
    border: 1px solid #ccc;
    padding: 10px;
    border-radius: 15px;
    text-decoration: none;
    color: inherit;
    width: 300px;
}

.instagram-link img {
    width: 40px; /* You can also set height if needed */
}

.instagram-link span {
    margin-left: 10px;
}


/* Media Queries */
@media screen and (max-width: 1024px) {

    #header.f-ms,
    #body.f-ms,
    #footer.f-ms {
        width: auto;
    }
}

@media screen and (max-width: 768px) {
    #header.f-ms {
        width: auto;
    }

    #navigation.f-ms {
        width: auto;
        margin-top: -5px;
    }

    #body.f-ms {
        width: auto;
        padding: 4%;
    }

    #threeWrapper {
        max-width: auto;
    }

    #threeContent {
        width: 60%;
    }

    #left-column {
        width: auto;
        float: none;
        margin-left: auto;
        margin-right: auto;
    }

    #right-column {
        width: auto;
        float: none;
        padding-top: 20px;
        margin-top: 20px;
        border-left: none;
        border-top: solid #333 1px;
    }

    #footer.f-ms {
        width: 442px;
    }

    
}

@media screen and (max-width: 480px) {

    #header.f-ms,
    #body.f-ms,
    #footer.f-ms {
        width: auto;
    }

    #threeWrapper {
        max-width: auto;
    }

    #threeContent {
        width: 96%;
        margin-left: 20px;
    }

    #footer.f-ms {
        margin-left: 0px;
        margin-right: 0px;
    }

    
}

@media screen and (max-width: 320px) {
    #threeContent {
        width: auto;
    }

    .fwNavContainer1 {
        display: none;
        position: fixed;
        width: 100%;
        top: 0;
        right: 0;
        bottom: 100%;
        left: 0;
        margin-top: -100%;
        background-color: #E9EAEC;
        -webkit-overflow-scrolling: touch;
        overflow: auto;
        float: none;
        transition: .2s ease-out margin, .2s ease-out bottom;
    }

    #fwNav1 {
        width: 100%;
        right: 0;
        left: 0;
        margin-top: 0px;
    }

    #fwNav1 .fwNavItem {
        /* box-sizing: border-box; */
        float: none;
        overflow: hidden;
        width: 100%;
    }

    #fwNav1 .fwNavItem a {
        padding: 20px;
    }

    #fwNav1 .fwFirstChild {
        border-top: 0;
    }

    #fwNav1 .fwLastChild {
        border-bottom: 0;
    }

    .fwNav1-toggle-label {
        display: block;
        position: relative;
        cursor: pointer;
        -webkit-touch-callout: none;
        -webkit-user-select: none;
        user-select: none;
    }

    .fwNav1-toggle-close {
        background-image: url('/images/Close%20Icon7.png');
        margin: 75px auto 20px auto;
    }

    .fwNavContainer1.fwMenuOn {
        margin-top: 0;
        bottom: 0;
    }
}

/* Dark mode styles */
@media (prefers-color-scheme: dark) {
    body {
        background-color: black;
        color: lightgray;
    }

    h1, h2, h3 {
        color: lightgray;
    }

    a {
        color: lightcyan;
    }

    .fwNavContainer1 {
        background-color: black;
    }

    .fwNav1-toggle-label {
        background-image: url('/images/menuIconWhite.svg');
    }

    .fwNav1-toggle-close {
        background-image: url('/images/closeIconWhite.svg');
    }

    #Name {
        color: white;
    }
    
    #Email {
        color: white;
    }
    
    #Message {
        color: white;
    }

    #captcha-answer {
        color: white;
    }
    
}