
   
    .container {
      width: 90%;
        display: grid;
        grid-gap: 20px;
        grid-template-columns: repeat(auto-fit, minmax(250px, 1fr)); 
        
      }
  
	  
    .foot {
      float: bottom;
    }
  
    .menuARC, .menuARC2, .paint, .mosaic, .ceramics, .writing {
      column-span: 2;
    }

    .stretchL {
      grid-column: 1/3;

    }
    
	.stretchR {
      grid-column: 3/-1;

    }
	
    .stretch {
      grid-column: 2/-1;

    }
    
    .stretchmore {
      grid-column: 2/4;

      
    }
	



    .about {
      width: 500px;
      margin: 0 auto;
    }


/* * {
  box-sizing: border-box;
}
*/
html, body {
  font-family: Georgia, "Times New Roman"; 
  color: hotpink;
    text-align:center;
}
body{
	margin: 0 auto;
	overflow:scroll;
	background-color:black;
}

h1, h3, h5 {
  font-family: Georgia, "Times New Roman"; 
  color: #0096FF;
  text-align:center;
  //overflow:hidden;
}			

h2, h4, h6 {
  font-family: Georgia, "Times New Roman"; 
  color: hotpink;
  text-align:center;
  //overflow:hidden;
}	
/* unvisited link */
a:link {
  color: hotpink;
}

/* visited link */
a:visited {
  color: #FF00CC;
}

/* mouse over link */
a:hover {
  color: red;
}

/* selected link */
a:active {
  color: blue;
}

body {
  margin: 0;
  background-color: black;
  text-align:center;
  
}

/*
h1{
	overflow:hidden;
	text-align:center;

}

h2{
	overflow:hidden;
	text-align:center;
	color:hotpink; 
}
*/
#wrap { 
	width: 900px; 
	margin: 0 auto; 
}

// This section added for my bodyinsert top part w/logo
#wrapper {
  width:70%;
	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;
-ms-flex-align: center;
-webkit-align-items: 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;
-ms-flex-align: center;
-webkit-align-items: 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;
-ms-flex-align: center;
-webkit-align-items: center;
align-items: center;
}

.img-wrap {
	width:80%;
}
/* 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;
}

/* -------------------------------------------------- 
   Smaller screen styles
-----------------------------------------------------*/
@media only screen and (max-width: 720px) {

.right, .left {
	float: none;
}
/* -------------------------------------------------- 
   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;
}
/* -------------------------------------------------- 
  header styles
-----------------------------------------------------*/
header {
	margin-bottom: 2em;
	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: 400;
	color: hotpink;
}
/* -------------------------------------------------- 
 main content styles
-----------------------------------------------------*/
.featured h2 {
	text-align: center;
	padding-top: 1em;
	border-top: 1px solid #999;
	color: hotpink;
}
.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
-----------------------------------------------------*/
.latest {
	margin-right: 0;
	margin-bottom: 1em;
	border: none;

}

.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;
}
}


@media only screen and (max-width: 720px) {
  /* Override grid layout on small screens */
  .container {
    display: block;
    width: 100vw;
    padding: 0;
    margin: 0;
  }

  /* Mobile-specific image stack */
  .mobile-photo-stack {
    width: 100vw;
    height: 100vh;
    object-fit: cover;
    display: block;
  }

  body {
    margin: 0;
    padding: 0;
    overflow-x: hidden;
    background-color: black;
  }
}
