/* CSS page for sandbox */





html { 
  height: 100%;          /* full height */
  margin: 0;
	font-size: 18px; /* Sets the base font size for the entire document */ 
	} 

body { 
  display: flex;
  flex-direction: column;
font-family: Arial, sans-serif; /* Sets the default font family */
background:#000;
}

h1 { font-size: 2.5em; } 
h2 { font-size: 2em;  } 
h3 { font-size: 1.75em;  } 
h4 { font-size: 1.5em;}

* {
    box-sizing: border-box;
}


.nomarg{
	margin-bottom:0;
}
.nomarg2{
	margin:0px auto;
}

.responsive {
  width: 100%;
  height: auto;
}

#container {
  flex: 1; /* fills vertical space */
  display: flex;
  flex-direction: column;
  width: 100%;        /* full width */
  max-width: 1200px;
  margin: 0 auto;
}

#gallery-content {
  display: block;
  width: 100%;
  height: auto;     /* expand with gallery */
  color:#fff;
}



.galNav-container {
	height:80px;
	width:100%;
    display: flex;
    flex-wrap: wrap;
	margin:0px auto;
	color:#fff;
}

.left-galNav {

  flex: 1 1 25%;
	border:0px solid red;
}

.right-galNav {

 flex: 1 1 75%;
  padding:10px;
margin:auto;
}

.right-galNav button {
	width:200px;
	border:1px solid #fff;
	background:#607d8b; 
	border-radius:12px;
	font-size:20px;
	color:#fff;
}
	
	
	
.flex-container {
	width:100%;
    display: flex;
    flex-wrap: wrap;
	margin:0px auto;
	background:#000;
}

.flex-nav {
    width: 100%;
    display: flex;
    flex-direction: column; /* Add this line */
    color: #fff;
    flex-wrap: wrap;
    margin: 0px auto;
    background: #000;
    text-align: center;
    justify-content: center;
    align-items: center;
    font-size: 1.2em;
}

.nav-list {
  list-style: none;       /* remove bullets */
  padding: 0;
  margin: 10px 0;
  display: flex;          /* inline style */
  justify-content: center;
  gap: 1em;               /* spacing between items */
}

.nav-list li {
	width:200px;
  padding: 2px ;
  border: 1px solid #fff;
  border-radius: 12px;    /* rounded borders */
  color: #fff;
  background: #607d8b;       /* optional background #90a4ae;  */
  cursor: pointer;
}

.nav-list li:hover{
	  background: #90a4ae;  
}

.nav-list li.phone-number {
  border: none;          /* no border */
  background: none;      /* no background */
  padding: 0;            /* no extra padding */
  color: #90a4ae;        /* your gray tone */
  cursor: default;       /* not clickable */
}


.flex-nav h3, .flex-nav p {
    margin: 0; /* Removes default margin */
    padding: 0; /* Removes default padding */
}

/* Optional: Add a custom margin to control spacing */
.flex-nav h3 {
    margin-bottom: 5px; /* Adjust the value as needed */
}

/* default: show nav, hide hamburger */
.hamburger {
  display: none;
  font-size: 1.8em;
  cursor: pointer;
  color: #fff;
}



/* Add margin to the span for separation */
.email-address {
    margin-left: 20px; /* Adjust the value as needed */
    color: #f0f0f0; /* Optional: Change email color for better visibility */
}


.left-div {
  flex: 1 1 25%;

	border:0px solid red;
}

.right-div {
 flex: 1 1 75%;
  padding:10px;
}

a {
	color:#ccc;
	/*text-decoration:none;*/
}

a:hover {
	color:maroon;
}

.responsive {
  width: 100%;
  height: auto;
}

    .button {
            padding: 5px 20px;
            background-color: #2E5370;
            color: white;
            border: 1px solid gray;
            border-radius: 5px;
            cursor: pointer;
            font-size: 18px;
        }
		
	 .button:hover {	
	 background-color: #33b5e5;
	 }
		
.hiddens{
	width:480px;
	margin:0 auto;
	  border: 1px solid gray;
            border-radius: 2em;
			padding:1em;
	
}

.close{
	cursor:pointer;
}

.close:hover{
	font-weight:bold;
}

.mailto{
	position:relative; 
	height:28px; 
	width:auto; 
	top:6px; 
	left:20px;
	cursor:pointer;
}

.mailto:hover{
	left:30px;
}


/******************************************/

.container {
    width: 100%;
    border: 0px solid green;
    margin: 0 auto;
    margin-bottom: .4em;
}

.container:after {
    content: "";
    display: table;
    clear: both; 
}

.intro_content {
    width: 100%;
    margin: 0 auto;
    color: #000;
    padding: 1em 1em;
    background: #fff;
    background-image: url("../images/bckgrd1.png") !IMPORTANT;
    border: 1px solid gray;
    border-radius: 2em;
}

.intro_box {
    display: flex;
    width: 100%;
    justify-content: space-between; /* Adds space between boxes */
    gap: 1em; /* Adds consistent gap between items */
    flex-wrap: wrap; /* Allow wrapping on small screens */
}

.intro_display {
    width: 48%;
    margin: .5em;
    border: 1px solid gray;
    border-radius: 1em;
    padding: 0.5em; /* Adds padding inside boxes */
    background-color: #f9f9f9; /* Light background color for better contrast */
}


.hidden {
    display: none; /* Hide the element by default */
}




#switchWrap {
  flex: 1 1 auto;   /* allow growth */
  display: block;   /* simpler than flex if only one child */
  min-height: auto; /* remove fixed 500px */
}

#switch {
  flex: 1 1 auto;
  display: block;
  height: auto;     /* let content define height */
}



.footer {
  flex: 0 0 auto;             /* footer stays at bottom */
  background: #222;
  color: #fff;
  text-align: center;
  padding: 10px;
  margin: 20px auto;
  display: flex;
  justify-content: center;
  align-items: center;
  flex-wrap: wrap;
  position: static !important;
  width:100%;
  max-width: 1200px;
}





.footer a {
  color: #fff;
  margin: 0 5px;
}

/* Edit Mode Grid */
#editGrid {
    display: grid;
    grid-template-columns: repeat(auto-fill, minmax(120px, 1fr));
    gap: 12px;
}

/* Each thumbnail wrapper */
.edit-thumb {
    background: #f5f5f5;
    padding: 6px;
    border-radius: 6px;
    text-align: center;
    position: relative;
}

/* Image container */
.edit-thumb img {
    width: 100%;
    height: 100px;
    object-fit: cover;
    border-radius: 4px;
}

.edit-thumb.dragging {
    opacity: 0.4;
}

.edit-drag {
    cursor: grab;
    font-size: 18px;
    user-select: none;
    padding: 2px 4px;
    position: absolute;
    top: 6px;
    left: 6px;
    background: rgba(255,255,255,0.8);
    border-radius: 3px;
}

/* Delete button inside thumbnail */
.delete-img {
    position: absolute;
    bottom: 6px;
    right: 6px;
    background: #b30000;
    color: white;
    border: none;
    padding: 3px 6px;
    font-size: 11px;
    cursor: pointer;
    border-radius: 3px;
}

/* Upload Panel Layout */
#uploadPanel {
  background: #fafafa;
  padding: 20px;
  border-radius: 8px;
  border: 1px solid #ddd;
  display: flex;
  flex-direction: column;
  gap: 15px;
}

/* Form labels */
#uploadPanel label {
  font-weight: bold;
  margin-bottom: 4px;
  display: block;
}

/* Select + file input spacing */
#uploadPanel select,
#uploadPanel input[type="file"] {
  width: 100%;
  padding: 8px;
  border: 1px solid #ccc;
  border-radius: 6px;
  background: white;
}

/* Upload button */
#uploadPanel button[type="submit"] {
  background: #0077cc;
  color: white;
  border: none;
  padding: 10px 14px;
  border-radius: 6px;
  cursor: pointer;
  font-size: 15px;
  margin-top: 10px;
}

#uploadPanel button[type="submit"]:hover {
  background: #005fa3;
}

/* Preview area spacing */
#previewArea {
  display: flex;
  flex-direction: column;
  gap: 10px;
  margin-top: 10px;
  padding: 10px;
  background: #f0f0f0;
  border-radius: 6px;
  border: 1px solid #ddd;
}

/* Edit Mode Grid */
#editGrid {
  display: grid;
  grid-template-columns: repeat(auto-fill, minmax(120px, 1fr));
  gap: 12px;
}


.preview-img {
  width: 120px;
  height: auto;
  border: 1px solid #ccc;
  padding: 2px;
  border-radius: 4px;
  object-fit: cover;
}

/* Media Query for Larger Screens */
@media (min-width: 769px) {
    .intro_box {
        flex-wrap: nowrap; /* Prevent wrapping on larger screens */
    }
}

/* Media Query for Smaller Devices */
@media (max-width: 768px) {
    .intro_display {
        width: 100%; /* Full width for small screens */
        margin: .5em 0; /* Adjust margin for better spacing */
    }
    #priv {
        display: block; /* Move it below the rest of the footer content */
        width: 100%;
        text-align: center;
        margin-top: 10px;
    }
	
	    #privacy-statement {
        position: fixed;
        bottom: 20px; /* Position relative to the bottom of the screen */
        left: 50%;
        transform: translate(-50%, 0); /* Center horizontally */
    }
	

  .nav-list {
    display: none;
    flex-direction: column;
    background: #000;
    padding: 10px;
    gap: 10px;              /* adds space between items */
  }
  .hamburger {
    display: block;
    font-size: 1.8em;
    cursor: pointer;
    color: #fff;
  }
  .nav-list li {
    margin: 10px 0;          /* vertical spacing between list items */
  }

  

}



@media screen and (max-width: 600px) {

.right-div, .left-div {
    flex: 60%;
  }
  
.left-div img{
	width:250px;
	  display: block;
  margin: 0 auto;

}
  
  h2{
	  font-size:1.5em;
  }

	.button {
		width:80%;
		margin:.5em;
	
	}
	

}




