 /* Style the button that is used to open and close the collapsible content */
.collapsible {
  background-color: #42659A;   /* nicer background */
  color: white;
  cursor: pointer;
  padding: 12px 24px;
  width: auto;                /* shrink to fit text */
  border: none;
  border-radius: 12px;        /* rounded rectangle */
  text-align: center;
  outline: none;
  font-size: 16px;
  margin: 20px auto;          /* center horizontally */
  display: block;             /* needed for margin auto */
}

.active, .collapsible:hover {
  background-color: #213149;  /* darker on hover */
}

/* Style the collapsible content. Note: hidden by default */
.content {
  max-height: 0;
  overflow: hidden;
  transition: max-height 0.4s ease-out;
  padding: 0;  
  width: 100%;

}

.container {
  width: 90%;
  display: grid;
  grid-gap: 20px;
  grid-template-columns: repeat(3, 1fr); /* lock to 3 across */
  margin: 0 auto;
}
.
    .foot {
      float: bottom;
    font-weight: 100;
    }
  
    .menuARC, .menuARC2, .paint, .mosaic, .ceramics, .writing {
      column-span: 2;
    }

    .stretch {
      grid-column: 2/-1;

    }
    
    .stretchmore {
      grid-column: 2/4;

      
    }
	  
    .about {
      width: 500px;
      margin: 0 auto;
    
    }


/* * {  example shows both this and what I have in main.css, with this being first within the entire html section. 
  box-sizing: inherit;
}
*/

/*here because when I combined with the body on main.css it does not stay almond. */
body{
	background-color:#FEF9F3;
}
h5 {
 font-family: Georgia, "Times New Roman"; 
  color: rgb(150, 146, 148);
  text-align:left;
	font-size: 1em;
	padding-bottom: .25em;
	margin-left: 15%;
  margin-right: 15%;
}			

h4 {
  font-family: Georgia, "Times New Roman"; 
  color: hotpink;
  text-align:center;
  /* overflow:hidden; */
}	

h6 {
  font-family: Georgia, "Times New Roman"; 
  color: rgb(150, 146, 148);
  text-align:center;
	font-size: 1em;
	padding-bottom: .25em;
	margin-left: 15%;
  margin-right: 15%;
}	

a {
	color: black;
	text-decoration: none;
	line-height: inherit;
}
a:hover {
	text-decoration: underline;
      background: #e7e9e0;
      color: #AAAAAA;
  }
  

a:focus {
	color: #42659A;
	outline: none;
}

/* unvisited link */
a:link {
  color:#3E4243;
  /* font-weight: bold; */
}

/* visited link */
a:visited {
  color: #818380;
}

/* selected link */
a:active {
  color: purple;
}


#wrap { 
	width: 900px; 
	margin: 0 auto; 
}

/*  This section added for my bodyinsert top part w/logo  CHANGED from 70% 2025! fixed alignment. */
#wrapper {
  color: #42659A;
  width:100%;
	display: flex;
	justify-content: space-around;
}

#center{
    display: flex;

}
.cell{
    width:30%;
    height:40px;
    margin:5px;
	color:hotpink;
	vertical-align:center;
}


#left {
  flex: 0 0 45%;
}

#right {
  flex: 1;
}

.survey
{
  display: block;
  text-align: left;
}

.outer {
  width: 400px;
  margin: 0 auto;
  background-color: maroon;
}

.inner {
  margin-left: 10px;
  background-color: #36454F;
}
.rTable {
   text-align: center;
   display: table;
   width: 100%;
   background-color:lightpink;
}
.rTableTrans {
   text-align: center;
   display: table;
   width: 100%;
   border: none;
   
}
.rTableTransCell {
   display: table-cell;
   vertical-align:middle;
   font-size:20px;
   width: 30%;
}
.rTableRow {
   display: table-row;
}
.rTableHeading {
   display: table-header-group;
   background-color: #ddd;
}
.rTableCell, .rTableHead {
   display: table-cell;
   vertical-align:middle;
   padding: 3px 10px;
   border: 1px solid #999999;
}
.rTableHeading {
   display: table-header-group;
   background-color: #ddd;
   font-weight: bold;
}
.rTableFoot {
   display: table-footer-group;
   font-weight: bold;
   background-color: #ddd;
}
.rTableBody {
   display: table-row-group;
}


/* The grid: three equal columns that floats next to each other */
.column {
  float: left;
  width: 33%;
  padding: 5px;
  display: -webkit-box;
display: -webkit-flex;
display: -moz-box;
display: -ms-flexbox;
display: flex;
/*  
-webkit-flex-align: center;
-webkit-align-items: center;  
  */
-ms-flex-align: center;
align-items: center;
}

/* The grid: three equal columns that floats next to each other */
.column2 {
  float: left;
  width: 50%;
  padding: 5px;
  display: -webkit-box;
display: -webkit-flex;
display: -moz-box;
display: -ms-flexbox;
display: flex;

/*  
-webkit-flex-align: center;
-webkit-align-items: center;  
  */
-ms-flex-align: center;
align-items: center;
}

.column3 {
  float: left;
  width: 100%;
  padding: 5px;
  display: -webkit-box;
display: -webkit-flex;
display: -moz-box;
display: -ms-flexbox;
display: flex;
/*  
-webkit-flex-align: center;
-webkit-align-items: center;  
  */
-ms-flex-align: center;
align-items: center;
}

.img-wrap {
	width:80%;
}

.title img {
  background-color: black;
  text-align:center;
  
}

/* Style the images inside the grid */
.column img {
  opacity: 0.8; 
  cursor: pointer; 

}

.column img:hover {
  opacity: 1;
}

/* Clear floats after the columns */
.row:after {
  content: "";
  display: table;
  clear: both;
}

/* The expanding image container 
.container {
  position: relative;
  display: none;
}
*/

/* Expanding image text */
#imgtext {
  position: absolute;
  bottom: 15px;
  left: 15px;
  color: white;
  font-size: 20px;
}

/* Closable button inside the expanded image */
.closebtn {
  position: absolute;
  top: 10px;
  right: 15px;
  color: white;
  font-size: 35px;
  cursor: pointer;
}
/*------------------------------------------------------
for slideshow
-----------------------------------------------------*/

  #slideshow {
    width: 100%;
    max-width: 800px;
    margin: auto;
    position: relative;
    overflow: hidden;
  }

  #slideshow img {
    width: 100%;
    height: auto;
    display: none;
  }

  #slideshow img.active {
    display: block;
  }

  /*-----------------------------
  overlay
  -------------------*/
  /* Overlay container */
#image-overlay img {
  max-width: 100vw;
  max-height: 100vh;
  width: auto;
  height: auto;
  transition: transform 0.3s ease;
  cursor: zoom-in;
}

/* Image inside overlay */
#image-overlay img {
  max-width: 100vw;
  max-height: 100vh;
  width: auto;
  height: auto;
  transition: transform 0.3s ease;
  cursor: zoom-in;
}

/* Close button (using :before or you can use a real button) */
#image-overlay::before {
  content: '✕';
  position: absolute;
  top: 20px;
  right: 30px;
  font-size: 2em;
  color: white;
  cursor: pointer;
}

/* Dropdown container */
.dropdown {
  position: relative;
  display: inline-block;
}

/* Hide dropdown content by default */
.dropdown-content {
  display: none; /* hidden */
  position: absolute;
  background-color: #f9f9f9;
  min-width: 180px;
  box-shadow: 0px 8px 16px rgba(0,0,0,0.2);
  z-index: 1000;
  padding: 0;
}

/* Links inside dropdown */
.dropdown-content a {
  color: black;
  padding: 10px 14px;
  text-decoration: none;
  display: block;
  font-size: 1em;
}

/* Hover effects */
.dropdown-content a:hover {
  background-color: #ddd;
}

/* Show only when hovering the parent */
.dropdown:hover .dropdown-content {
  display: block;
}    
/* -------------------------------------------------- 
   Smaller screen styles
-----------------------------------------------------*/
@media only screen and (max-width: 720px) {
    
.container {
    grid-template-columns: 1fr; /* 1 column */
  }
 
.foot {
    grid-template-columns: 1fr; /* 1 column */
  }
    
.right, .left {
	float: none;
}
        
/* ------------------
    drop down menus 2025
    -------*/
/* Dropdown container */
.dropdown {
  position: relative;
  display: inline-block;
}

/* Hide dropdown content by default */
.dropdown-content {
  display: none; /* hidden */
  position: absolute;
  background-color: #f9f9f9;
  min-width: 180px;
  box-shadow: 0px 8px 16px rgba(0,0,0,0.2);
  z-index: 1000;
  padding: 0;
}

/* Links inside dropdown */
.dropdown-content a {
  color: black;
  padding: 10px 14px;
  text-decoration: none;
  display: block;
  font-size: 1em;
}

/* Hover effects */
.dropdown-content a:hover {
  background-color: #ddd;
}

/* Show only when hovering the parent */
.dropdown:hover .dropdown-content {
  display: block;
}    
/* -------------------------------------------------- 
   top navigation styles
-----------------------------------------------------*/
/* -------------------------------------------------- 
nav {
	background: none;
	margin-bottom: 1em;
}
nav li {
	background: #42659A;
	margin-bottom: .2em;
}
nav ul li a:not(.button) {
	max-width: 100%;
	width:100%;
	display: block;
	text-align: center;
	margin: 0;
	font-weight: 100;
	text-transform: uppercase;
	font-size: 1.6em;
}
nav li.search-form {
    background: none;
}
nav li.search-form input[type="search"] {
	width: 200px;
}
-----------------------------------------------------*/
.navbar {
    background-color: #333;
}

.nav-list {
    list-style-type: none;
    padding: 0;
}

.nav-item {
    position: relative;
    display: inline-block;
}

.nav-item a {
    color: white;
    padding: 14px 20px;
    text-decoration: none;
    display: block;
}
/*
.dropdown-content {
    display: none;
    position: absolute;
    background-color: #f9f9f9;
    min-width: 160px;
    z-index: 1;
}

.dropdown:hover .dropdown-content {
    display: block;
}

.dropdown-content a {
    color: black;
    padding: 12px 16px;
    text-decoration: none;
    display: block;
}

.dropdown-content a:hover {
    background-color: #ddd;
}
    */
/* -------------------------------------------------- 
  header styles
-----------------------------------------------------*/
header {
	margin-bottom: 2em;
  margin-top: 100px;
	min-height: 100px;
}
/*
header h1 {
	font-size: 36px;
	font-weight:bold;
    margin: 0;
	padding: 0;
}

header h2 {
	font-size: 15px;
	font-style: italic;
	font-weight: 500;
	color: navy;
}*/
/* -------------------------------------------------- 
 main content styles
-----------------------------------------------------*/
/*
.featured h2 {
	text-align: center;
	padding-top: 1em;
	border-top: 1px solid #999;
	color: navy;
}
*/
.featured h3 {
	font-size: 3em;
	text-align: center;
}
.featured p {
	font-size: 1em;
	line-height: 1.6;
}
/* -------------------------------------------------- 
   sidebar styles
-----------------------------------------------------*/
aside h3 {
	margin-top: 1em;
	margin-bottom: .4em;
}
.intro {
	border-top: 1px solid #999;
	padding-top: 1em;
}
ul.social {
	border: none;
	padding-top: 0;
	margin-top: 1em;
}

/* -------------------------------------------------- 
   spotlight styles
-----------------------------------------------------*/


.youtube{
	margin-right: 20px;
	margin-bottom: 1em;
	border: none;
  display: inline-block;
  overflow: auto;
}

.latest h3 {
	font-size: 1.6em;
	margin: .4em 0;
	padding-left: 1.2rem;	
}
.latest p {
	font-size: .9em;
	line-height: 1.6;
	padding: 0 1.2rem;
}
/* -------------------------------------------------- 
   footer styles
-----------------------------------------------------*/
footer {
	padding: 1em 2em;
}
footer p {
	font-size: .9em;
	line-height: 1.4;
	font-weight: 100;
}
    /* --- Social & icon visibility fixes --- */
.icon img {
  width: 28px;          /* visible on desktop */
  height: auto;
  border: 0;            /* remove global border/padding on tiny icons */
  padding: 0;
}

/* If you use <ul class="social"> with background-image icons */
ul.social li a {
  width: 40px;
  height: 40px;
  background-size: 40px 40px;   /* scale the sprite for HiDPI */
  background-position: center;
  image-rendering: -webkit-optimize-contrast;
}

/* Phone breakpoint */
@media (max-width: 720px) {
  .icon img {
    width: 32px !important;     /* override the 10px rule */
    height: auto;
  }
  ul.social li a {
    width: 44px;
    height: 44px;
    background-size: 44px 44px;
  }
}

}
