/* color of website #e15b26 */

*, *::before, *::after {
    box-sizing: border-box;
}

.xmenulinks{
    color:#e15b26;
}

.banner-image {
    justify-self: center;
    max-width: 1020px;
}

.big-banner-text {
    text-align: center;
    font: 1.2em;
    margin: auto;
    margin-top: 0px;
    color: white;
}

body {
    font-family:Verdana, Geneva, Tahoma, sans-serif;
    background-color:#000000;
    color:white;
    margin: auto;
    max-width: 1020px;
    overflow-x: hidden;
}

.content {
    margin: 2em;
}

.centred-content {
    margin-top: 40px;
    margin-left: 22px;
    margin-right: 22px;
    text-align: center;
}

.old-desktop-banner {
    display: none;
}

.desktop-banner {
    display: none;
}

.desktop-header {
    display: none;
}

.desktop-promo-photo {
    width: 100%;
    height: auto;
    object-fit: contain;
    align-self: left;
}

#email {
    width:240px;
    height: 30px;

}

.godfather-logo {
    max-width: 25%;
    max-height: 25%;
    margin: 0 auto;
    padding: 0;
}

.godfather-logo-desktop {
    max-width: 45%;
    max-height: 45%;
    margin: 0 auto;
    padding: 0;
}

h1 {
    font-family:Verdana, Geneva, Tahoma, sans-serif;
    font-size: 30px;
    margin:0;
    color: turquoise;
    text-align: center;
}

h2 {
    font-family:Verdana, Geneva, Tahoma, sans-serif;
    margin: 0;
}

h3 {
    font-family: Verdana, Geneva, Tahoma, sans-serif;
    font-size: 18px;
    text-align: center;
    margin: auto;
}

h4 {
    font-family: Verdana, Geneva, Tahoma, sans-serif;
    font-size: 14px;
    text-align: center;
}

.iframe-container {
    width: 100%;
    height: 100%;
    padding-bottom: 56.25%; 
}

.iframe-container iframe {
    top:0;
    left: 0;
    width: 100%;
    height: 100%;
}

.insta-icon {
    max-width: 5%;
    max-height: 5%;
}

.insta-link {
text-decoration: none;
color: white;
font-size: 12px;
}

.mobile-banner {
    display: flex;
    flex-direction: column;
    margin: auto;
    max-width: 100%;
    max-height: 100%;
    text-align: center;
    border: turquoise solid 4px;
}

.mobile-banner-image {
    margin: auto;
    min-width: 100%;
}

.mobile-header {
    background-color: black;
    text-align: center;
    position: sticky;
    z-index: 999;
    width: 100%;
    top: 0;
    }

.mobile-logo {
    max-width: 70%;
    max-height: 70%;
}

.mobile-logo:hover {
    opacity: .8;
}

.mobile-nav {
    position: absolute;
    text-align: left;
    top: 100%;
    left: 0;
    background-color: rgba(225, 91, 38, .85);
    text-shadow: 2px 2px 2px rgba(0, 0, 0, 0.7);
    width: 100%;
    transform: scale(1,0);
    transform-origin: top;
    transition: transform 400ms ease-in-out;
}

.mobile-nav ul {
    margin: 0;
    padding: 0;
    list-style: none;
}

.mobile-nav li {
    margin-bottom: 1em;
    margin-left: 1em;
    list-style: none;
}

.mobile-nav a {
    color: white;
    text-decoration: none;
    font-size: 1.2rem;
    text-transform: uppercase;
    margin-bottom: 1em;
    margin-left: 1em;
    list-style: none;
    opacity: 0;
    transition: opacity 150ms ease-in-out;
}

.mobile-nav a:hover {
    color: black;
}

.mobile-nav-toggle {
    display: none;
}

.mobile-nav-toggle:checked ~ nav {
    transform: scale(1,1);
    
}

.mobile-nav-toggle:checked ~ nav a {
    opacity: 1;
    transition: opacity 250ms ease-in-out 250ms;
}

.mobile-nav-toggle-label {
    position: absolute;
    top: 0;
    left: 0;
    margin-left: 1em;
    height: 100%;
    display: flex;
    align-items: center;
}

.mobile-nav-toggle-label span,
.mobile-nav-toggle-label span::before,
.mobile-nav-toggle-label span::after {
    display: block;
    background: white;
    height: 2px;
    width: 2em;
    border-radius: 2px;
    position: relative;
}

.mobile-nav-toggle-label span::before,
.mobile-nav-toggle-label span::after {
    content: '';
    position: absolute;
}

.mobile-nav-toggle-label span::before {
    bottom: 7px;
}

.mobile-nav-toggle-label span::after {
    top: 7px;
}

.small-banner-text {
    text-align: center;
    font: 1.1em;
    margin: auto;
    padding: 0;
    color: white;
}

.song-list {
display: inline;
max-width: 100%;
list-style: none;
font-size: .9em;
}

.song-list li:hover {
    background-color: #e15b26;
}

p {
    color: rgb(236, 232, 226);
}

.submit-button {
    background-color: grey;
    color: black;
    padding: 10px 20px;
    border-radius: 5px;
    font-size: 16px;
    -webkit-text-size-adjust: 1.9em;
    text-transform: uppercase;
    display: block;
    margin: auto;
}

.venue-logo {
    max-width: 50%;
    margin: auto;
    margin-top: 3px;
    margin-bottom: 0px;
}

@media screen and (min-width: 700px) {

   .desktop-header {
    background-color: #e15b26;
    justify-content: center;
    position: sticky;
    display: inline-block;
    font-size: 18px;
    font-family: Verdana, Geneva, Tahoma, sans-serif;
    text-transform: uppercase;
    cursor: pointer;
    top: 0;
    z-index: 999;
    }

.desktop-banner {
    display: flex;
    justify-content: space-between;
    width: 100%;
    padding: 20px
}

.desktop-logo {
    min-width: 100%;
    max-width: 40%;
    display: flex;
    justify-content: space-between;
}

.desktop-logo:hover {
    opacity: .8;
}

.desktop-header ul {
    display: flex;
    flex-direction: row;
    justify-content: space-around;
    list-style-type: none;
    margin: 1px;

}

.desktop-header a {
    text-decoration: none;
    color: white;
}

.desktop-promo-photo {
    position: relative;
    left: 12px;
    min-width: 100%;
    min-height: 100%;
    /* move the image 50 pixels to the left */
    clip: rect(auto, 450px, auto, 1px);
    /* clip the left 50 pixels and display the next 450 pixels */
}

.godfather-logo {
    max-height: 34%;
    margin: 0 auto;
    padding: 0;
}

.left-side-banner,
.right-side-banner {
    flex: 1;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    max-height: 100%;
    overflow: hidden;
}

.left-side-banner {
    background-color: black;
    max-width: 33%;
    padding: 10px;
    /* Add some padding for better spacing */
    box-sizing: border-box;
}

.right-side-banner {
    max-width: 67%;
}

.mobile-banner {
    display: none;
}

.mobile-header {
    display: none;
}

.nav-span {
    border-bottom: thick solid turquoise;
}
}
