body {
    margin: 0px;
    
    background-image: url('https://hangardoor.com/wp-content/uploads/2017/03/metal_repeat.png'), url('/images/boxing_bg.jpg');
    
    background-repeat: repeat;
    background-position: -100px;
    
    background-size: 1500px;
    color: #ffffff;
    background-color: rgb(113, 113, 113);
    
    min-height: 100vh;
    padding: 0;
    font-family:'Segoe UI', Tahoma, Geneva, Verdana, sans-serif;
}

/* Menu navbar */
.navContainer {
    
    position: fixed;
    top: 0;

    left: 0;
    right: 0;
    margin: 0 auto;
    
    width: 65%;
    z-index: 100;
    background: linear-gradient(to bottom, #d4492a, rgb(156, 25, 25));
    display: flex;
    flex-direction: row;
    justify-content: center;
    box-shadow: 0px 5px 5px rgba(0, 0, 0, 0.5);
   
}

.topMenu {
    margin-left: auto;
    font-size: 1.3em;
    /* Increase the font size */
}

.menuList {
    margin: 0;
    padding: 0;
    list-style: none;
    display: flex;
    justify-content: center;
    /* Center-align the menu items horizontally */
}

.menuList a {
    text-decoration: none;
    
    color: #fff;
    padding: 20px 15px;
    font-family: 'Bebas Neue', sans-serif;
}

.menuList a:hover {
    background: linear-gradient(to bottom, #ee522f, rgba(196, 32, 32, 1));
}



.logo_image { 
    height: 50px;
    margin: auto 10px auto 10px;
}

.logo-text {
    margin: auto 10px auto 10px;
    font-size: 2.2em;
    font-family: 'Bebas Neue', sans-serif;
}

/* Not flexbox? :> */
/* Start: Flex stuff */
.flexBox {
    padding-top: 80px;
    /*display: flex;*/
    flex-direction: column;
    align-items: center;
    justify-content: center;
    
    /*
    background-image: url('/images/paper1.jpg');
    background-repeat: repeat;
    */

    background-size: 100px;

    background-color: #ffffff;

    width: 100%;
    margin-left: auto;
    margin-right: auto;
    box-shadow: 20px 0px 20px rgba(0, 0, 0, 0.5),
    -20px 0px 20px rgba(0, 0, 0, 0.5);

    

    min-height: 100vh;
    
}

.flexChild {
    margin: 15px;
    padding: 0px;
    font-size: larger;
    width: 10%;
}

.flexItem {
    display: flex;
    margin: 15px;
    padding: 10px;
    width: 50%;
}

.flexChild h1 {
    margin: 0 0 10px;
}

.flexChild p {
    margin-top: 15px;
}

.flexItem > div {
    flex: 1;
}

/* End: Flex stuff */

.content {
   min-height: 100vh;
}


/*
        NEW STYLES
*/


/* footer */
#footer-line {
    margin-bottom: 10px;
}

#footer-text {
    text-align: center;
    font-size: 1em;
    font-weight: bold;
    padding-bottom: 35px;
    margin: 0;
    color: #858585;
}



.learnMoreButton {
    display: inline-block;
    color: #fff;
    transition: transform 0.3s ease-in-out;
    text-decoration: none;
    font-weight: bold;

}

.learnMoreButton:hover {
    transform: scale(1.2);
    color: #ee522f;
}





.box {
    margin-left: auto;
    margin-right: auto;
    background-color: #1e1e1e;
    width: 65%;
    box-shadow: 0px 0px 30px 30px rgba(0, 0, 0, 0.5);
}

.tagline {
    margin-top: 50px;
    margin-bottom: 20px;
    text-align: center;
    font-size: 2em;
    font-style: italic;
}

#schedule-text {
    font-style: normal;
}


#classes-box-lower-1 {
    margin-right: 80px;
}

#classes-box-lower-2 {
    margin-left: 80px;
}


.horizontal-line {
    border-width: 1px;
    color: #858585;
    width: 50%;
}

.horizontal-box {
    margin-left: auto;
    margin-right: auto;
    width: 95%;
    display: flex;
    justify-content: space-between;
}



.horizontal-box-item {
    margin: auto;
    width: 35%;
}

.horizontal-box img {
    display:block;
    margin:auto;
    width: 100%;
    text-align: center;
}

#horizontal-image-text {
    font-family:'Segoe UI', Tahoma, Geneva, Verdana, sans-serif;

    font-size: 1.7em;
    font-weight: 500;
    margin-top: 15px;
    color: #ee522f;
}

#normal-text {
    font-family:'Segoe UI', Tahoma, Geneva, Verdana, sans-serif;
    margin-top: 5px;
    font-weight: 400;
    font-size: 1.1em;
}


/* Contact Form */
.contact-box {
    display: flex;
    flex-direction: row;
    margin-left: auto;
    margin-right: auto;
    width: 70%;
    padding-top: 10px;
    padding-bottom: 70vh;
}

#contact-image {
    display: block;
    padding-top: 10px;
    width: 70%;
    margin-left: auto;
    margin-right: auto;
}

#address {
    margin-left: 120px;
}

/* Classes */
.classes-box {
    display: flex;
    flex-direction: row;
    margin-left: auto;
    margin-right: auto;
    margin-top: 25px;
    width: 90%;
    padding-bottom: 40px;
}

#classes-box {
    margin-top: 70px;
}

#home-classes-box-top {
    margin-top: 45px;
}

#home-classes-box-bottom {
    margin-top: 70px;
}

#classes-header {
    padding-top: 25px;
}

#classes-image {
    width: 40%;
    margin-left: 25px;
    margin-right: 25px;
}

#classes-text {
    text-align: left;
    margin-left: 25px;
    margin-right: 25px;
}


.dropbtn {
    background: linear-gradient(to bottom, #d4492a, rgb(156, 25, 25));
    color: white;
    padding: 16px;
    font-size: 16px;
    border: none;
    cursor: pointer;
  }

  .dropdown {
    position: relative;
    display: inline-block;
    display: none;
    font-family: 'Bebas Neue', sans-serif;
  }
  
  .dropdown-content {
    display: none;
    position: absolute;
    right: 0;
    background: linear-gradient(to bottom, #d4492a, rgb(156, 25, 25));
    min-width: 160px;
    box-shadow: 0px 8px 16px 0px rgba(0,0,0,0.2);
    z-index: 1;
  }
  
  .dropdown-content a {
    color: rgb(255, 255, 255);
    padding: 12px 16px;
    text-decoration: none;
    display: block;
  }
  
  .dropdown-content a:hover { background: linear-gradient(to bottom, #ee522f, rgba(196, 32, 32, 1));}
  
  .dropdown:hover .dropdown-content {
    display: block;
  }
  
  .dropdown:hover .dropbtn {
    background: linear-gradient(to bottom, #ee522f, rgba(196, 32, 32, 1));
  }

@media (max-width: 1370px) {
    .dropdown {
        display: block;
        margin-left: auto;
    }

    .topMenu {
        display: none;
    }
}

@media (max-width: 1360px) {

    .dropdown {
        display: block;
        margin-left: auto;
    }

    /* Menu navbar */
    .navContainer {
        
        position: fixed;
        top: 0;

        left: 0;
        right: 0;
        margin: 0 auto;
        
        width: 100%;
        z-index: 100;
        background: linear-gradient(to bottom, #d4492a, rgb(156, 25, 25));
        display: flex;
        flex-direction: row;
        justify-content: center;
        box-shadow: 0px 5px 5px rgba(0, 0, 0, 0.5);     
    }

    .topMenu {
        margin-left: auto;
        font-size: 17px;
        display: none;
        /* Increase the font size */
    }

    .menuItem a {
        padding: 15px 15px;
    }

    .logo_image { 
        height: 45px;
        margin: auto 0px auto 10px;
    }

    .logo-text {
        margin: auto 10px auto 10px;
        font-size: 1.3em;
        font-family: 'Bebas Neue', sans-serif;
    }

    #home-classes-box-bottom {
        margin-top: 0px;
    }

    .horizontal-box {
        margin-left: auto;
        margin-right: auto;
        width: 95%;
        display: flex;
        flex-direction: column;
        justify-content: space-between;
    }

    .box {
        width: 100%;
    }

    .horizontal-box-item {
        margin: auto;
        margin-bottom: 40px;
        width: 75%;
    }

    #classes-box-lower-1 {
        margin-left: auto;
        margin-right: auto;
    }

    #classes-box-lower-2 {
        margin-left: auto;
        margin-right: auto;
    }

    #schedule-text {
        margin: 0;
        font-size: 20px;
    }

    #classes-image {
        width: 0%;
    }
    
    #classes-text {

    }

    #classes-class-box {
        flex-direction: column;
    }

    #contact-image {
        padding-top: 10px;
    }

    .contact-box{
        margin-left: 0px;
    }

    #address {
        margin-left: 50px;
    }
   
}


#checkout-button {
    background-color: #ad1616; /* Primary color */
    color: white;
    padding: 12px 24px;
    font-size: 16px;
    border: none;
    border-radius: 5px;
    cursor: pointer;
    transition: background-color 0.3s ease, transform 0.3s ease;
    box-shadow: 0 4px 6px rgba(0, 0, 0, 0.1);
}

#checkout-button:hover {
    background-color: #d61616; /* Darker shade on hover */
    transform: translateY(-2px); /* Slight lift on hover */
}

#checkout-button:focus {
    outline: none;
    box-shadow: 0 0 0 3px rgba(0, 123, 255, 0.5); /* Focus ring */
}

#checkout-button:active {
    background-color: #ff1515; /* Even darker shade on click */
    transform: translateY(0); /* Remove lift on click */
}

#cost-text {
    font-family:'Segoe UI', Tahoma, Geneva, Verdana, sans-serif;
    margin-top: 5px;
    font-weight: 600;
    font-size: 1.1em;
}
