/*
Author:Andrew Webster
Date: 09/18/2023
File Name: indexstyles.css
*/

/* CSS Reset */
body,
header,
nav,
main,
footer,
h1,
div,
img,
ul,
figure,
figcaption,
section,
article,
aside,
audio,
video {
    margin: 0;
    padding: 0;
    border: 0;
}

body.index {
    background-image: url('../images/index_background.jpg');
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
    height: 100vh;
    background-attachment: fixed;
}

.index {
    width: 80%;

    margin: auto;
    padding-top: 10%;
    text-align: center;

}

.linktree {
    justify-content: center;
}

.portrait {
    border-radius: 100%;
    max-width: 200px;
    max-height: 200px;
    border: 5px solid black;

}

.linktree h2 {
    color: white;
    font-size: 300%;
    font-family: 'Kaushan Script', cursive;
    line-height: 30px;
}

.linktree h3 {
    color: white;
    font-family: 'Bebas Neue', sans-serif;
}

.website a {
    display: inline-block;
    padding: 10px 20px;
    background-color: #251363;
    color: white;
    text-decoration: none;
    border-radius: 10px;
    font-size: 16px;
    border: 5px solid #0f0436;
    font-family: 'Asap', sans-serif;
    font-weight: bold;

}

.socials h3 {
    font-size: 200%;
}

.social-icons ul {
    list-style-type: none;
    width: 100%;
    display: flex;
    justify-content: center;
    align-items: center;
}

.social-icons ul li {
    margin-right: 8px;
}

.break-line {
    border: 1px solid black;
    margin: 20px 0;
}

/* Styling for the homepage in mobile viewpoint*/

body.homepage {
    background-image: url('../images/djbackground.jpg');
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
    height: 100vh;
    background-attachment: fixed;
    margin: 0;
    overflow-x: hidden;
}

.topnav p {
    text-align: center;
    font-size: 300%;
    line-height: 50px;
    font-family: 'Rubik Wet Paint', cursive;
    color: blue;
}

.topnav img {
    display: none;
}

.nav-links ul {
    list-style-type: none;
    width: 100%;
    display: flex;
    justify-content: center;
    padding-bottom: 40px;

}

.nav-links ul li {
    margin-right: 8px;
}

.nav-links ul a {
    text-shadow: 2px 2px black;
    color: #f2f2f2;
    text-align: center;
    padding: 14px 16px;
    text-decoration: none;
    font-size: 100%;
    font-family: 'Asap', sans-serif;
}


.nav-links ul a:hover {
    background-color: #ddd;
    color: black;
}

.nav-links ul a.active {
    background-color: #1796e6;
    color: white;
    border-radius: 50px;
}


.largetxt p {
    display: none;
}

.largetxt2 {
    display: none;
}

.largetxt3 {
    margin: auto;
    padding-top: 50px;
    padding: 10px;
    margin: auto;
    text-align: center;
    position: relative;
    border: 2px solid black;
    border-radius: 10px;
    backdrop-filter: blur(10px);
    background-color: rgba(255, 255, 255, .2);
    font-family: 'Black Ops One';
}

.largetxt3 h1 {
    text-align: center;
    padding: 4px;
    font-family: 'Asap', sans-serif;
}


.footer-container {
    width: 100%;
    background-color: rgba(23, 150, 230, .2);
    color: white;
    justify-content: center;
    display: flex;
    margin: 0;
    overflow: hidden;
    position: fixed;
    bottom: 0;
    left: 0;
    /* Add this to ensure items are centered horizontally */
    right: 0;
    padding-right: 5px;
}

.footer-container ul {
    width: 100%;
    display: flex;
    justify-content: space-around;
    align-items: center;
    flex-wrap: wrap;
}


.footer-container img:hover {
    transform: scale(1.4);
    transition: transform 0.2s ease-in-out;
}

.footer-social-media-list ul {
    list-style-type: none;
    padding: 10px;
}



/*Mobile Viewpoint for Music Page */

body.music {
    background-image: url('../images/musicbackground.jpg');
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
    height: 100vh;
    background-attachment: fixed;
    margin-bottom: 250px;
}


.topnav1 p {
    text-align: center;
    font-size: 50px;
    line-height: 70px;
    font-family: 'Rubik Wet Paint', cursive;
    color: blue;
    backdrop-filter: blur(10px);
    background-color: rgba(255, 255, 255, .2);
    border: 5px solid rgba(255, 255, 255, .2);
    border-radius: 25px;
}

.topnav1 img {
    display: none;
}

.column1 {
    flex: 70%;
    color: white;
    backdrop-filter: blur(10px);
    text-align: center;
    padding-bottom: 10px;
}


.column1 h1 {
    text-align: center;
    font-family: 'Bebas Neue', sans-serif;
    font-size: l60px;
    color: rgba(255, 130, 0, 0.8);
    text-shadow: 2px 2px black;
}

.column2 {
    padding-top: 30px;
    backdrop-filter: blur(10px);
}

.column2 ul {
    list-style-type: none;
    width: 100%;
    display: flex;
    justify-content: center;
    padding-bottom: 40px;

}

.column2 h1 {
    text-align: center;
    font-family: 'Bebas Neue', sans-serif;
    font-size: l60px;
    color: rgba(255, 130, 0, 0.8);
    text-shadow: 2px 2px black;
}

.playlist {
    display: none;
}

.footer-container1 {
    display: none;
}

.break-line1 {
    display: none;
}


/* Mobile Viewport for Booking */

body.booking {
    background-image: url('../images/party_background.jpg');
    /* The image used for background */
    background-position: center;
    /* Center the image */
    background-repeat: no-repeat;
    /* Do not repeat the image */
    background-size: cover;
    /* Resize the background image to cover the entire container */
    height: 100vh;
    background-attachment: fixed;
    margin-bottom: 250px;

}

main {
    flex-grow: 1;
    /* Allows the main content to grow and push the footer down */
}

body.booking .topnav {
    margin-bottom: 20px;
}

.topnav2 p {
    text-align: center;
    font-size: 50px;
    line-height: 70px;
    font-family: 'Rubik Wet Paint', cursive;
    color: blue;
    backdrop-filter: blur(10px);
    border-radius: 25px;
    text-shadow: 2px 2px white;
}


.topnav2 img {
    display: none;
}


.formsection {
    padding-top: 10px;
    background-color: rgba(72, 57, 125, 0.8);
    text-align: center;
    width: 90%;
    margin: auto;
    color: White;
    font-family: 'Black Ops One';
    border-radius: 20px;
}

.radio-container .contact-radio {
    display: flex;
    flex-direction: column;
}


.elem-group input[type="text"],
.elem-group input[type="email"],
.elem-group input[type="tel"],
.elem-group input[type="date"],
.elem-group textarea {
    border-radius: 5px;
    width: 40%;

}

.elem-group {
    margin-top: 10px;
}

body.booking .nav-links li {
    background-color: rgba(255, 255, 255, .8);
    border-radius: 10px;
    color: black;
}

button {
    height: 50px;
    background: orange;
    border: none;
    color: white;
    font-size: 1.25em;
    font-family: 'Nanum Gothic';
    border-radius: 4px;
    cursor: pointer;
}

.buttondiv {
    padding-bottom: 20px;
}




/*Tablet Viewport*/
@media screen and (min-width: 768px) {

    /* Homepage in tablet viewport */
    .topnavcontainer {
        display: flex;
        justify-content: space-between;
        align-items: center;
    }

    .topnav p {
        display: none;
    }

    .topnav {
        overflow: hidden;
        display: flex;
        justify-content: space-between;
        align-items: center;
    }

    .topnav img {
        display: inline-block;
        width: 150px;
        height: 150px;
    }

    .nav-links {
        padding-top: 30px;
    }

    .topnav .nav-links ul {
        list-style-type: none;
        padding: 0;
        margin: 0;
        display: flex;
        justify-content: space-around;
    }

    .topnav .nav-links li {
        margin: 0;
    }

    .topnav .nav-links a {
        text-decoration: none;
        color: blue;
        font-size: 17px;
    }

    .topnav .nav-links .active {
        font-weight: bold;
    }

    .largetxt2 {
        display: block;
        text-align: center;
        font-size: 90px;
        line-height: 10px;
        font-family: 'Rubik Wet Paint', cursive;
        color: blue;
    }

    .footer-social-media-list ul li {
        padding-right: 100px;
    }


    /* Music Page in Tablet Viewport */

    .topnav1 p {
        display: none;
    }

    .topnav1 img {
        display: block;
    }

    .nav-links {
        font-family: 'Kaushan Script', cursive;
    }

    .footer-container1 {
        width: 100%;
        background-color: rgba(23, 150, 230, .2);
        color: white;
        justify-content: center;
        display: flex;
        margin: 0;
        overflow: hidden;
        position: fixed;
        bottom: 0;
        left: 0;
        /* Add this to ensure items are centered horizontally */
        right: 0;
        padding-right: 5px;
    }

    .footer-container1 ul {
        width: 100%;
        display: flex;
        justify-content: space-around;
        align-items: center;
        flex-wrap: wrap;
    }


    .footer-container1 img:hover {
        transform: scale(1.4);
        transition: transform 0.2s ease-in-out;
    }

    .footer-social-media-list ul {
        list-style-type: none;
        padding: 10px;
    }

    /* Booking page in tablet viewport */
    .elem-group1 {
        display: flex;
        flex-direction: column;
        border-radius: 5px;
        border-width: 40%;
        align-items: center;
        padding-bottom: 10px;
    }

    .elem-group1 textarea {
        width: 80%;
        padding: 10px;
        box-sizing: border-box;
        text-align: center;
    }






}

/* Desktop Viewport */
@media screen and (min-width: 1024px) {

    /*Homepage Desktop*/

    .topnav .nav-links a:hover {
        background-color: #ddd;
        color: black;
    }

    /* Add a color to the active/current link */
    .topnav .nav-links a.active {
        background-color: #1796e6;
        color: white;
    }

    .topnav .nav-links .active {
        background-color: #1796e6;
        color: white;
    }

    .largetxt p {
        display: block;
        text-align: center;
        font-size: 80px;
        line-height: 20px;
        padding-top: 60px;
        font-family: 'Libre Barcode 39 Text', cursive;

    }

    .largetxt2 {
        display: block;
        text-align: center;
        font-size: 120px;
        line-height: 20px;
        font-family: 'Rubik Wet Paint', cursive;

        COLOR: BLUE;
    }

    .largetxt3 {
        display: none;
    }

    /* desktop viepoint for music page */

    .musicmain {
        display: flex;
        min-height: 100px;
        padding-left: 5%;
        padding-right: 5%;
        font-family: 'Bebas Neue', sans-serif;
    }

    .musicmain h1 {
        padding-top: 20px;
    }

    .column1 {
        flex: 70%;
        color: white;
        margin-right: 20px;
        border-radius: 30px;
        backdrop-filter: blur(10px);
        text-align: center;
        color: black;
        font-weight: bold;
        font-size: 30px;
    }

    .column2 {
        flex: 30%;
        padding: 10px;
        margin: auto;
        text-align: center;
        position: relative;
        /* Ensure proper positioning of the pseudo-element */
        border: 2px solid black;
        /* Add a black border */
        border-radius: 10px;
        /* Add rounded corners */
        backdrop-filter: blur(10px);
    }

    .musicul ul {
        list-style-type: none;
        padding: 0;
        /* Remove default padding */
    }

    .musicul li {
        display: block;
        /* Display list items as block elements */
        margin-bottom: 10px;
        /* Add spacing between list items as needed */
        text-align: center;
        /* Center the content horizontally */
    }

    .musicul a {
        padding-right: 20px;
    }

    .soundcloud1 {
        margin-top: 20px;
    }

    iframe {
        padding-top: 30px;
    }

    .playlist {
        width: 100%;
        margin: auto;
        display: flex;
    }

    .playlist a {
        padding-top: 30px;
        padding-left: 30px;
    }


    .break-line1 {
        display: block;
        border: 2px solid black;
        /* Set the line color and style */
        margin: 20px 0;
        /* Adjust margin to control spacing above and below the line */
    }

    .footer-container1 {
        justify-content: center;
        display: block;
        width: 100%;
        background-color: rgba(23, 150, 230, .2);
        color: white;
        text-align: center;
        padding: 10px;
    }

    /*Booking Desktop*/

    .formsection {
        width: 60%;
        padding-top: 20px;
        padding-bottom: 30px;
    }

    .elem-group {
        padding-top: 10px;
        padding-bottom: 10px;
    }

}