/*Global=====================================================================================================================*/
    :root {
      --primary-accent: #C66B3D;     /* Desert Clay */
      --secondary-accent: #F4A259;   /* Sonoran Sunset Orange */
      --background-light: #FFF7ED;   /* Creamy Sandstone */
      --highlight: #88A096;          /* Sagebrush Green */
      --menu-bg: #FBEBDD;            /* Soft sandstone clay */
      --photo-bg: #EAD2C6;           /* Warm neutral behind images */
      --text-main: #2E1B0E;          /* Western Coffee */
      --link-hover: #5F7161;         /* Muted cactus */
	  
	    /* ADD THIS LINE to override Bootstrap's default heading color */
  --bs-heading-color: var(--primary-accent);
    }
	
	/* Containers */
.section {
  background: white;
  padding: 2em;
  margin: 0 auto;
  max-width: 1100px;
  border-radius: 8px;
  box-shadow: 0 4px 10px rgba(0,0,0,0.05);
}
	/* Dividers */
.divider {
  border-top: 2px solid var(--highlight);
  margin: 2em 0;
}

/* Background for the banner section */
.banner-section {
  background-color: #9D3E12; /* Matches the color from your color scheme */
}

	
		/* This is the new navagation "Nav" "dropdown" */
	
/* Ensure the navbar container is within 1200px width */
/* Ensure the navbar container is within 1200px width */
.navbar {
  width: 100%;
  max-width: 1200px; /* Constrain the width to 1200px */
  margin: 0 auto; /* Center it horizontally */
  padding: 0; /* Remove any default padding */
}

/* Style for navbar items, adjusting for two rows */
.navbar-nav {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  gap: 3px; /* Reduced space between items */
  margin-top: 0; /* Remove extra top margin */
  margin-bottom: 0; /* Remove bottom margin */
  padding: 0; /* Remove padding to make it more compact */
}

.nav-item {
  margin-bottom: 5px; /* Reduced space between items */
  text-align: center;
  flex: 1 1 auto; /* Allow each item to grow/shrink */
}

.nav-item a {
  display: block;
  text-decoration: none;
  color: #333;
  padding: 6px 10px; /* Smaller padding for more compact spacing */
  font-size: 14px;
  text-align: center;
  white-space: nowrap; /* Prevent text from wrapping */
}

/* Adjust nav-link size and spacing */
.nav-link i {
  font-size: 20px; /* Smaller icon size */
  color: #f39c12; /* Set the icon color */
}

/* Remove the gap at the top */
.navbar-light .navbar-nav {
  padding-top: 0; /* Remove top padding from navbar */
}

.navbar-nav .dropdown-menu {
  width: auto;
  min-width: 160px;
  position: absolute;
  z-index: 1000; /* Ensure dropdown appears on top */
  display: none; /* Hidden by default */
}

.navbar-nav .dropdown:hover .dropdown-menu {
  display: block; /* Show dropdown on hover */
}

.navbar-nav .dropdown-menu a {
  padding: 6px 12px; /* Reduced padding for dropdown items */
  font-size: 13px; /* Smaller font size for dropdown items */
  text-decoration: none;
  color: #333;
}

/* Make sure the navbar behaves properly in mobile view */
@media (max-width: 767px) {
  .navbar-nav {
    justify-content: flex-start;
  }

  .nav-item {
    flex: 1;
    text-align: left;
    margin-bottom: 0;
  }

  .nav-link {
    font-size: 16px;
  }
}

/* Styling for the container to ensure it's centered */
.container-fluid {
  max-width: 1200px;
  width: 100%;
  margin: 0 auto;
}

/* Optional: Styling for the hover effect */
.nav-item:hover .nav-link {
  color: #f39c12;
  background-color: #f1f1f1;
}

.navbar-light .navbar-nav .nav-link.active {
  background-color: #f39c12;
  color: white;
}

/* Prevent text from wrapping in navbar items */
.nav-link {
  white-space: nowrap;
}
	
body {
      background-color: var(--background-light);
      color: var(--text-main);
      font-family: 'Merriweather', serif;
	  line-height: 1.6;
      margin: 0;
      padding: 0; 10px;
    }
	  
header {
      background-color: white;
      padding: 0.5em 0 0; /* Reduce bottom padding */
	  text-align: center; /* <== Add this line */
    }   

/*Style for headers*/

    header h1 {
      font-family: 'Cinzel Decorative', serif;
      color: var(--primary-accent);
	  text-align: center;
      margin: 0 0 0.2em; /* Remove top margin, keep small bottom */
      font-size: 2.0em;
	  vertical-align: Top;
    }

	header .tagline {
  font-size: 1.4em;
  font-family: 'Roboto', sans-serif;
  color: var(--cta-color);
  margin-top: -0.3em;
  text-align: center;
}
    header p {
      font-size: 1.2em;
      color: var(--cta-color);
      margin-top: -0.4em;
    }

/* === Headings (within <main> or <body>) === */

main h2,
body h2 {
  font-family: 'Cinzel Decorative', serif;
  color: var(--primary-accent); /* Desert Clay */
  font-size: 1.8em;
  font-weight: 600;
  margin: 0.5em 0 0.2em; /* Reduced top and bottom margins */
  padding-bottom: 0.3em;
  letter-spacing: 0.03em;
}
main h3,
body h3 {
  font-family: 'Cinzel Decorative', serif;
  color: var(--secondary-accent); /* Sonoran Sunset Orange */
  font-size: 1.5em;
  font-weight: 500;
  margin-top: 1.2em;
  margin-bottom: 0.5em;
  letter-spacing: 0.02em;
}

main h4,
body h4 {
  font-family: 'Cinzel Decorative', serif;
  color: var(--highlight); /* Sagebrush Green */
  font-size: 1.2em;
  font-weight: 500;
  margin-top: 1em;
  margin-bottom: 0.5em;
  letter-spacing: 0.01em;
}

main h5,
body h5 {
  font-family: 'Cinzel Decorative', serif;
  color: var(--text-main); /* Western Coffee */
  font-size: 1em;
  font-weight: 500;
  margin-top: 0.8em;
  margin-bottom: 0.4em;
  text-transform: uppercase;
  letter-spacing: 0.01em;
}

main h6,
body h6 {
  font-family: 'Cinzel Decorative', serif;
  color: var(--text-main);
  font-size: 0.9em;
  font-weight: 400;
  margin-top: 0.6em;
  margin-bottom: 0.4em;
  font-style: italic;
  opacity: 0.85;
}

/* global-grid for 3 Accross to replace normal table */

.global-grid {
  display: grid;
  /*  grid-template-columns: repeat(auto-fit, minmax(280px, 1fr)); - will expland to fill across" */
  grid-template-columns: repeat(3, 1fr);

  gap: 1.5rem;
  padding: 1rem 0;
  background-color: #fefaf4;
}

.global-card {
  background-color: #fffdf7;
  border: 1px solid #d8b977;
  border-radius: 10px;
  padding: 1rem;
  box-shadow: 2px 2px 6px rgba(0, 0, 0, 0.06);
  transition: background-color 0.2s ease;
  text-align: center;
}

.global-card:hover {
  background-color: #fdf2d6;
}

.global-label {
  color: #5b3a29;
  font-size: 1rem;
  font-weight: bold;
  margin-bottom: 0.5rem;
}

.global-card a.internal {
  color: #805c3c;
  text-decoration: underline;
  font-size: 1rem;
}

.global-card a.internal:hover {
  color: #a0632b;
}

/* --------------------------------------- */

/* Photo-section should be for the top header menu */
    .photo-section {
      background-color: var(--photo-bg);
      padding: 2em;
      text-align: center;
    }

/*     .photo-section img {
      max-width: 95%;
      height: auto;
      border-radius: 12px;
      box-shadow: 0 4px 10px rgba(0,0,0,0.1);
      margin: 0.5em;
    }
*/

/* This is the Beginning of the Margin type Styling */

/* === MG LEFT MARGIN PANEL STYLES === */

/* Full sidebar container */
.sidebar-wrapper {
  width: 175px;
  background-color: #F9F3EB;
  padding-top: 0px;
  padding-right: 0px;
  padding-bottom: 0px;
  padding-left: 0px;
  font-family: Arial, Helvetica, sans-serif;
  font-size: 13px;
  color: #000000;
  line-height: 1.4;
  text-align: left;
  vertical-align: top;
}

/* Header box (e.g., QUICK LINKS) */
.sidebar-header {
  font-family: 'Cinzel Decorative', serif;
  font-size: 15px;
  color: #800000;
  font-weight: bold;
  background-color: #F5DEB3;
  text-align: center;
  padding-top: 6px;
  padding-right: 0px;
  padding-bottom: 6px;
  padding-left: 0px;
  margin-top: 0px;
  margin-bottom: 10px;
  border: none;
}

 





/* Standard section headers (like h3s inside the margin) */
.sidebar-wrapper h3 {
    display: block;
  font-size: 1.17em;
  font-weight: bold;
  color: #800000;
  margin-top: 10px;
  margin-right: 0px;
  margin-bottom: 4px;
  margin-left: 0px;
  padding: 0px;
  font-family: Arial, Helvetica, sans-serif;
}

/* General links inside the margin panel */
.sidebar-wrapper a {
  font-size: 13px;
  color: #800000;
  font-weight: normal;
  text-decoration: none;
}

.sidebar-wrapper a:hover {
  text-decoration: underline;
}

/* Forms inside sidebar */
.sidebar-wrapper select {
  width: 90%;
  font-size: 13px;
  margin-top: 6px;
  margin-right: 0px;
  margin-bottom: 6px;
  margin-left: 0px;
  padding: 2px;
  font-family: Arial, Helvetica, sans-serif;
}

/* HR style inside margin */
.sidebar-wrapper hr {
  height: 1px;
  background-color: #CCCCCC;
  border: none;
  margin-top: 12px;
  margin-bottom: 12px;
}

/* Buttons or images inside center-aligned divs */
.sidebar-wrapper div[align="center"] img {
  margin-top: 6px;
  margin-bottom: 6px;
  display: inline-block;
}
/* This is the End of the Margin type Styling */





/* TOC Header Style for Narrow Sidebar  
.MgM-toc-header {
  font-family: 'Cinzel Decorative', serif;
  font-size: 0.95em;
  color: var(--primary-accent);
  margin: 1em 0 0.4em;
  padding-bottom: 0.2em;
  line-height: 1.2;
}*/

/* TOC Link Style for Narrow Sidebar 
.MgM-toc-link {               */

/*Margin Titles (Maroon Color, Bold, no padding or width)*/
/*
.a_MgMtitles{ 
  font-style: normal;
  font-size: 250%;
  font-family: Times, arial, helvetica;
  color: #800000;
  font-weight: Strong;
  margin-left: 1px;

} */

/*Content Page Titles (without gray border, no padding or width)*/

.a_Ptitle{  
      font-family: 'Cinzel Decorative', serif;
      color: var(--primary-accent);
	  text-align: center;
      margin: 0.2em 0;
      font-size: 2.5em;
	  vertical-align: Top;
}

/*Content Paragraph Headers old-use H2 instead*/
/*
.a_Para-headers{  
  font-style: normal;
  font-size: 150%;
  font-family: Times, arial, helvetica;
  color: var(--primary-accent);
  font-weight: Bold;
  margin-left: 1px;

} 
*/

/*This is Temporary the same as h2*/
.a_Para-headers {  
  font-family: 'Cinzel Decorative', serif;
  color: var(--primary-accent); /* Desert Clay */
  font-size: 1.8em;
  font-weight: 600;
  margin: 1.5em 0 0.5em;
  padding-bottom: 0.3em;
  letter-spacing: 0.03em;
}


/*Content Table Headers, normal size, bolded old use H3 instead*/

.a_Tab-head{  
  font-style: italic;
  font-size: 115%;
  font-family: Times, arial, helvetica;
  color: #008040;
  font-weight: bold;
  margin-left: 1px;

}

/*Content color normal (This is new)*/

.a_content {
  font-family: 'Merriweather', serif; /* Part of your new typography */
  font-weight: normal;
  font-size: 1em;
  color: var(--text-main); /* Uses --text-main: #2E1B0E from your palette */
  padding-left: 1em;
  margin-left: 0.5em;
  margin-top: 0;
  line-height: 1.4; /* optionally reduce line spacing */
}

/*Content black color normal (This is old)*/
/* .a_content{
  font-family: Times, arial, helvetica;
  font-weight: normal;
  font-size: 100%;
  color: #000000;
  padding-left: 12px;
  margin-left: 1px;
} */


/*Content Callout, Bold (this is new) with NO box or NO Line*/
.a_content_callout {

  color: var(--highlight);   /* Sagebrush Green */
  font-weight: 700;          /* Bold */
  letter-spacing: 0.02em;    /* Tiny spacing for emphasis */
}

/*Content Callout, Bold (this is new) with a smaller box but NO Line*/
.a_content_callout_box_sm {
  color: var(--highlight);     /* Sagebrush Green */
  font-weight: 600;            /* Semi-bold for emphasis */
  background-color: rgba(136, 160, 150, 0.15); /* subtle tint */
  padding: 0.1em 0.3em;
  border-radius: 0.25em;
}

/*Content Callout, Bold (this is new) with a box and verticle line*/

.a_content_callout_box {
  font-family: 'Merriweather', serif;
  font-weight: bold;
  font-size: 1.05em;
  color: var(--highlight); /* Sagebrush Green: #88A096 */
  background-color: #F5F0EB; /* A soft contrasting background */
  border-left: 4px solid var(--highlight);
  padding: 0.8em 1em;
  margin: 1em 0;
  line-height: 1.5;
  border-radius: 6px;
}


/*Content Pine Green, Bold (this is old)*/

/* .a_content_callout{
  font-family: Times, arial, helvetica;
  font-weight: bold;
  font-size: 16px;
  color: #008040;
} */

/*Content Red Color this is new*/
.a_content_alert {
  font-family: 'Merriweather', serif;
  font-weight: bold;
  font-size: 1.05em;
  color: var(--cta-color); /* Burnt Rust: #9D3E12 */
  background-color: #FFF0E8; /* Light warm background for contrast */
  border-left: 4px solid var(--cta-color);
  padding: 0.8em 1em;
  margin: 1em 0;
  line-height: 1.5;
  border-radius: 6px;
}



/*Content Red Color this is old*/

.a_content_red{
  font-family: Times, arial, helvetica;
  font-weight: Strong;
  font-size: 16px;
  color: #FF0000;
  margin-left: 1px;
}

/*Content black color normal (without gray border, no padding or width)*/

.a_content_sub{
  font-family: Times, arial, helvetica;
  font-weight: normal;
  font-size: 12;
  color: #008040;
  padding-left: 12px;
  margin-left: 1px;
}

.acknowledgment {
    font-family: 'Open Sans', sans-serif; /* or 'Georgia', serif */
    font-size: 14px;
    color: #555; /* A muted gray */
    font-style: italic;
    margin: 20px 0; /* Adjust as needed */
    text-align: left; /* or left */
}



/*Content Table Headers, normal size, bolded (without gray border, no padding or width)*/

.a_fpads_margin{  
  font-style: italic;
  font-size: 120%;
  font-family: Times, arial, helvetica;
  color: #008040;
  font-weight: bold;
  margin-left: 1px;

}


/*Content (with gray border and specified width)*/

.a_content_border{
  font-family: Times, arial, helvetica;
  width: 470px;
  font-weight: normal;
  font-size: 12px;
  padding-left: 12px;
  margin-left: 1px;
  border-left: 5px solid #D8D4C6;

}

/*Content (without gray border 350 length)*/

.a_subcontent_main{

  font-family: Times, arial, helvetica;
  width: 350px;
  font-weight: normal;
  font-size: 12px;
  padding-left: 12px;
  margin-left: 1px;
}

/*Content (without gray border 350 length)*/

.a_subcontent_main_bold{

  font-family: Times, arial, helvetica;
  width: 350px;
  font-weight: strong;
  font-size: 12px;
  padding-left: 12px;
  margin-left: 1px;
}



.groupon {
	
	border-radius: 25px;
	border: 1px solid black;
	color: #800000;
  	outline-style: dotted;
	outline-offset: 15px;
	height: 68px;
	width: 670px; 
	align: center;
	
  }


  .stitched {
   padding: 10px;
   background-image: url(/images/main/seabed.jpg);
   margin: 10px;
   color: #fff;
   font-size: 21px;
   font-weight: bold;
   line-height: 1.3em;
   border: 2px dashed maroon;
   border-radius: 25px;

}

/*Sponsorship Page Titles (without gray border, no padding or width)*/

.a_Ptitle-sponsorship{  
  font-style: normal;
  font-size: 300%;
  font-family: Times, arial, helvetica;
  color: ffffff;
  font-weight: Strong;
  margin-left: 1px;

}

/*Sponsorship Section Titles (without gray border, no padding or width)*/

.a_Sectiontitle-sponsorship{  
  font-style: normal;
  font-size: 150%;
  font-family: Times, arial, helvetica;
  color: dd274b;
  font-weight: Strong;
  margin-left: 1px;

}


/*Sponsorship Content black color normal (without gray border, no padding or width)*/

.a_content_general_sponsorship{
  font-family: Times, arial, helvetica;
  font-weight: normal;
  font-size: 18px;
  color: #000000;
  margin-left: 1px;

}

/*Sponsorship Content call out bold (without gray border, no padding or width)*/

.a_content_callout_sponsorship{
  font-family: Times, arial, helvetica;
  font-weight: heavy;
  font-style: italic;
  font-size: 18px;
  color: #b52435;
  margin-left: 1px;
}
/*Event - Headings See Tab-head*/ 

/*Event - Data*/ 

.event_data{

  font-family: Times, arial, helvetica;;

  font-weight: bold;
  
  color: #800000;

  font-size: 14px;

  padding-left: 10px;

  margin-left: 1px;
}

/*Event - Group List*/ 

.event_group{

  font-family: Times, arial, helvetica;

  font-weight: bold;
  
  color: #800000;

  font-size: 16px;

  margin-left: 1px;
}

/*Cusines Menu - Dark Green*/

.cusines_menu{

  font-family: Times, arial, helvetica;

  font-weight: strong;
  
  color: #006400;

  font-size: 14px;

  padding-left: 12px;

  margin-left: 1px;
}


/*Cusines - Menu Headings*/

.cusines_menu_headings{

  font-family: Times, arial, helvetica;

  font-weight: bold;
  
  color: #800000;

  font-size: 26px;

  padding-left: 17px;

  margin-left: 1px;
}

/*cuisines Menu Subheadings - Dark Green* for Address Columns*/

.cuisines_menu_subheadings{

  font-family: Times, arial, helvetica;

  font-weight: normal;
  
  height: 30px;

  color: #006400;
  
  font-size: 12px;

  padding-left: 12px;

  margin-left: 1px;
}

/*Cusines Menu Items List - Maroon (Name of Restaurant)*/

.a_cusines_menu_items{

  font-family: Times, arial, helvetica;

  font-weight: strong;
  
  height: 30px;

  color: #800000;
  
  font-size: 18px;

  padding-left: 12px;

  margin-left: 1px;
}

/*Cusines Menu Items second column  - Black (Phone)*/

.a_cusines_menu_col2{
  font-family: Times, arial, helvetica;
  font-style: italic;
  font-weight: strong;
  height: 22px;
  color: #000000;  
  font-size: 20px;

}

/*Cusines Menu Items List - Black, Address, etc*/

.a_cusines_menu_sub_items{

  font-family: Times, arial, helvetica;

  font-weight: normal;
  
  height: 16px;

  color: #000000;
  
  font-size: 16px;

  padding-left: 0px;

  margin-left: 0px;
}


/*Cusines Menu Items List - Maroon, Cusines, etc*/

.a_cusines_type_header{

  font-family: Times, arial, helvetica;

  font-weight: normal;
  
  height: 20px;

  color: #800000;
  
  font-size: 14px;

  padding-left: 50px;

  margin-left: 1px;
}

/*Cusines Menu Items List - Black, Type of Cusines, etc*/

.a_cusines_menu_type{

  font-family: Times, arial, helvetica;

  font-weight: normal;
  
  height: 20px;

  color: #000000;
  
  font-size: 14px;

  padding-left: 0px;

  margin-left: 0px;
}


/*Content Pine Green, Bold Full Page Ads, Address column Sub Headings */

.a_content_headers{

  font-family: Times, arial, helvetica;

  font-weight: Strong;

  font-size: 20px;

  color: #5FF475;

}

/*Full Page Ads Address column City Sub Headings */

.a_fpads_city{

  font-family: Verdana, Arial, Helvetica, sans-serif;

  font-weight: bold;

  font-style: italic;

  font-size: 27px;

  color: #003366;

}

/*Full Page Ads Address column Sub Headings */

.a_fpads_subheadings{

  font-family: Verdana, Arial, Helvetica, sans-serif;

  font-weight: bolder;

  font-style: normal;

  font-size: 14px;

  color: #003366;

}





.promo {

  background-color: #FFFFFF;

  background-image: url(images/promo_bg.gif);

  width: 157px;

  height: 206px;

  border: 2px #FFFFFF solid;

}

.promo H1{

  color: #9D3E12;

  font-family: Arial;

  font-size: 16px;

  padding-top: 10px;

  padding-bottom: 10px;

  margin: 0px;

  font-weight: bold;

  vertical-align: middle;

}

.promo_text{

  padding-left: 17px;

  padding-right: 10px;

  font-family: Arial;

  font-weight: normal;

  font-size: 11px;

}

.separator{

  width: 8px;

}

.custom_ul{

  list-style-image:url(images/bullet3.gif);

  padding-left: 17px;

  line-height: 17px;

  margin-left: 0px;

}

.promo_bottom{

  padding-left: 7px;

  vertical-align: bottom;

  padding-bottom: 0px;

  margin: 0px;

  padding-right: 0px;

}

.price1{

  color: #A84913;

  padding: 0px;

  font-family: Arial;

  font-size: 16px;

  font-weight: bold;

}

.price2{

  padding: 0px;

  color: #AAA791;

  font-family: Arial;

  font-size: 12px;

  font-weight: bold;

}

.copyright{

  padding-left: 13px;

  padding-top: 20px;

  padding-bottom: 20px;

  font-family: Arial;

  font-size: 11px;

}

.misc{

  color: #C15B19;

  padding-right: 15px;

  font-size: 11px;

  font-family: Arial;

}
    a {
      color: var(--primary-accent);
      text-decoration: none;
      transition: color 0.3s ease;
    }

    a:hover {
      color: var(--link-hover);
	  text-decoration: underline;
    }




.hmenu a {

  color: #CECECE;

  text-decoration: none;

  font-size: 11px;

  font-weight: bold;

  font-family: Arial;

}

.hmenu a:hover {

  color: #FFFFFF;

  text-decoration: none;

  font-weight: bold;

  font-size: 11px;

  font-family: Arial;

}

*Refuge Bottom News Box - Green etc*/

#btm_news{

  padding: 5px 0px 0px 5px;
  
  outline-style: solid;
  
  style="border:2px #006B3D";
  
  background color: #E6FFF4

}

.btm_header{

  text-align: center;
  
  text-transform: uppercase;
  
  font-size: 20px;

  font-style: normal;
  
  font-family: Times, arial, helvetica;

  color: #006B3D;

  font-weight: Bold;

  margin-left: 50px;
  
 }
 
.btm_data{

  color: #FF0000;  

  font-size: 14px;

  font-family: Times, arial, helvetica;
  
  text-align: left;
  
  text-transform: none;

}
</div>

.news{
  padding-right: 4px;
  padding-top: 4px;
  padding-bottom: 4px;
  padding-left: 14px;
  color: #000000;
  font-size: 11px;
  font-family: Arial;

}


.news_date{

  color: #8DE9FA;
  font-size: 10px;
  font-family: Arial;

}


.news_head{

  color: #FFFFFF;
  font-size: 12px;
  font-weight: bold;
  font-family: Arial;

}



/*Go To Section*/ 

.a_goto{

  font-family: Times;
  font-weight: bold;
  color: #800000;
  font-size: 16px;
  padding-left: 10px;
  margin-left: 1px;
}

    .cta-button {
      background-color: var(--primary-accent);
      color: white;
      padding: 0.6em 1.2em;
      border: none;
      font-size: 1em;
      border-radius: 6px;
      cursor: pointer;
      transition: background-color 0.3s ease;
      text-decoration: none;
    }

    .cta-button:hover {
      background-color: var(--secondary-accent);
    }



/*Create Green Button*/ 
button.button { /* <-- NEW Selector */
  display: inline-block;
  padding: 5px 15px;
  font-size: 13px;
  cursor: pointer;
  text-align: center;
  text-decoration: none;
  outline: none;
  color: #ffffff;
  background-color: #4CAF50;
  border: none;
  border-radius: 20px;
  box-shadow: 0 9px #999;
}

/* Targets the text (the content) inside the button that has the .button class */
button.button a {
    color: #ffffff; /* This rule is strong enough to override inherited link color */
    text-decoration: none; /* Optional, but usually desired on a button */
}

.button:hover {background-color: #3e8e41}

.button:active {
  background-color: #3e8e41;
  box-shadow: 0 5px #666;
  transform: translateY(4px);
  }
	
a.submenu{

  display: block;
  width: 231px;
  vertical-align: middle;
  height: 22px;
  line-height: 22px;
  font-size: 11px;
  font-family: Arial;
  color: #000000;
  font-weight: bold;
  text-decoration: none;
  background-color: #C5C2A8;

}

a.submenu:hover{

  vertical-align: middle;

  display: block;

  width: 231px;

  height: 22px;

  line-height: 22px;

  font-size: 11px;

  font-family: Arial;

  color: #CD671D;

  font-weight: bold;

  text-decoration: none;

  background-color: #CDCAAF;

}

.logo{

  font-family: Helvetica;

  font-size: 18px;

  font-weight: bold;

  color: #FFFFFF;

}

.slogan{

  font-family: Helvetica;

  font-size: 12px;

  font-weight: bold;

  color: #FFFFFF;

}

.framebg {
	background-image: url(../images/frame/Calibrate_page5_frame_bg.gif);
	background-repeat: repeat-x;
	font-weight: bold;
	color: #75754a;/*themecolour1%90;*/
	white-space: nowrap;
	padding-left: 6px;
}

.framebottom {
	background-image: url(../images/frame/Calibrate_page5_frame_bottom.gif);
	background-repeat: repeat-x;
}

.paneltext {
	border: 1px solid #333333;
	background-color: #FFFFFF;
	padding-right: 10px;
	padding-left: 10px;
	color: #333333;
	}

.textwrap {
	width: 500px;
	padding-left: 20px;
}	

.frameleft {
	background-image: url(../images/frame/Calibrate_page5_frame_left_bg.gif);
	background-repeat: repeat-y;
}

.frameright {
	background-image: url(../images/frame/Calibrate_page5_frame_right_bg.gif);
	background-repeat: repeat-y;
}

.frametext_large {

  color: #FFFFFF;

  font-family: Arial;

  font-size: 17px;

  font-weight: bold;

  padding-left: 10px;

  vertical-align: middle;

}

/*Style for External Links Med-Green, Red, Dark-Blueish*/
a.internal, a.internal:link {
  color: #0000FF;
  font-size: inherit !important;
  font-family: inherit !important;
  font-weight: normal;
  text-decoration: none;
}

a.internal:visited {
  color: #FF0000;
}

a.internal:hover {
  color: #A55858;
  text-decoration: underline;
  background-color: #ffffff;
}

a.internal:active {
  color: #3B5780;
}


a.external:link {color: #0000FF; font-size: 14pt; font-family: Times, arial, helvetica; font-weight: normal; }
a.external:visited {color: #FF0000; font-weight: normal; }
a.external:hover {color: #3B5780;text-decoration: underline; background-color: #ffffff; }
a.external:active {color: #3B5780; } 

/*Style for External Links Med-Green, Red, Dark-Blueish*/



a.mgref:link {color: #0000FF; font-size: 12px; font-weight: normal; !important;}
a.mgref:visited {color: #FF0000; font-size: 12px; font-weight: normal; !important;}
a.mgref:hover {color: #936663; font-size: 12px; text-decoration: underline; background-color: #ffffff; !important;}

/*Style for External Links Med-Green, Red, Dark-Blueish*/

a.maintained:link {color: #0000FF; font-size: 9pt; font-weight: normal; }
a.maintained:visited {color: #FF0000; font-weight: normal; }
a.maintained:hover {color: #A55858;text-decoration: underline; background-color: #ffffff; }
a.maintained:active {color: #3B5780; } 

.imagea1 {
  border-radius: 25px;
}

.rcorners {
border-radius: 25%;
  border: 1px solid #ffffff;
  padding: 20px;
  }
  
.offset
{
  margin: 16px 32px 16px 32px;
} 
.offset_line_item
{
  margin: 0px 32px 0px 32px;
} 

/*New Quicklinks Navagation*/

/* Dropdown Button */
.dropbtn {
  background-color: #3498DB;
  color: white;
  padding: 16px;
  font-size: 16px;
  border: none;
  cursor: pointer;
}

/* Dropdown button on hover & focus */
.dropbtn:hover, .dropbtn:focus {
  background-color: #2980B9;
}

/* The container <div> - needed to position the dropdown content */
.dropdown {
  position: relative;
  display: inline-block;
}

/* Dropdown Content (Hidden by Default) */
.dropdown-content {
  display: none;
  position: absolute;
  background-color: #f1f1f1;
  min-width: 160px;
  box-shadow: 0px 8px 16px 0px rgba(0,0,0,0.2);
  z-index: 1;
}

/* Links inside the dropdown */
.dropdown-content a {
  color: black;
  padding: 12px 16px;
  text-decoration: none;
  display: block;
}

/* Change color of dropdown links on hover */
.dropdown-content a:hover {background-color: #ddd}

/* Show the dropdown menu (use JS to add this class to the .dropdown-content container when the user clicks on the dropdown button) */
.show {display:block;}




/*This is for the picture in the upper paragraph*/
.bottomleft {
  position: absolute;
  bottom: 8px;
  left: 16px;
  font-size: 12px;
}

/* This is for the discount newsletter section */
.discount-newsletter {
  max-width: 800px;
  margin: 2rem auto;
  padding: 1rem 1.5rem;
  background-color: #fff5f0;
  border: 1px solid #e0d4c8;
  border-radius: 12px;
  font-family: Arial, sans-serif;
  color: #333;
}

.discount-intro p {
  font-size: 1rem;
  line-height: 1.6;
  margin-bottom: 1.5rem;
}

.discount-intro a {
  color: #9d3e12;
  text-decoration: underline;
  font-weight: bold;
}

.highlight {
  display: inline-block;
  margin-top: 0.5rem;
  color: #9d3e12;
  font-weight: bold;
}
/*
.discount-example h2 {
  margin-bottom: 1rem;
  font-size: 1.3rem;
  color: #9d3e12;
}
*/
.discount-example h2 {
  margin-bottom: 1rem;
  font-size: 1.3rem;
  color: var(--primary-accent)
}

.example-flex {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  gap: 1rem;
}

.example-box {
  flex: 1 1 30%;
  background-color: #ffffff;
  border: 1px solid #ccc;
  border-radius: 10px;
  padding: 1rem;
  text-align: center;
}

.example-box h3 {
  margin-bottom: 0.5rem;
  font-size: 1rem;
  color: #444;
  border-bottom: 1px solid #ddd;
  padding-bottom: 0.3rem;
}

.discount-register-btn {
  display: inline-block;
  margin-top: 0.5rem;
  background-color: #9d3e12;
  color: white;
  padding: 0.6rem 1.2rem;
  border-radius: 8px;
  text-decoration: none;
  font-weight: bold;
  transition: background-color 0.3s ease;
}

.discount-register-btn:hover {
  background-color: #b7511a;
}

@media (max-width: 700px) {
  .example-flex {
    flex-direction: column;
    align-items: stretch;
  }

  .example-box {
    flex: 1 1 100%;
  }
}