

    body {
        background-color: white;
        font-family: helvetica, sans-serif;
        color: #708090;
        font-size: 100%;
        /*background-image:url('project-images/mainpage.jpg');*/
        background-repeat:no-repeat;
        background-attachment:fixed;
        background-position: left;
            margin: 0px;
            padding: 0px;
    }
    

    .logo {
        line-height: 1.6em;
        letter-spacing:2px;
        font-weight:bold;
        font-size:1.5em;
        font-size:5vw;
        text-decoration: none; 
        color: #778899;
    }
    
    @media all and (min-width: 500px) {
        a.logo{
            font-size: 25px;
        }
    }
    
    
    .projects-menu-container {
        margin:auto;
        text-align:center;
        width:95%;
    }
     
    .projects-menu {
        text-align:center;
        letter-spacing:1.5px;
        list-style-type:none;
        padding: 0;
        margin-top:10px;
        margin-bottom:8px;
    }
    
    .projects-menu-li {
 
        display:inline-block;
        margin-left:10px;
        margin-right:10px;
        
    }
    

    
    /*projects page - container for thumbnail items*/
    .grid-container {
        margin:auto;
        display: grid;
        grid-template-columns: repeat(auto-fill, minmax(200px, 1fr));
        /*grid-auto-rows: 100%;*/
        grid-gap: 15px;
        max-width:840px;
        background-color: white;
        justify-content: center;
    }

    @media screen and (max-width: 840px) {
        .grid-container{
            max-width:97%;
        }
    }

    /*projects page - thumbnail items*/
    .griditem {
        
        background-color: orange;
        min-width: 200px;
        text-align: center;
        font-size:20px;
        justify-content: center;    
            background-repeat: no-repeat;
            background-size: 100%;
    }
    
    .griditem2 {
            display:grid;
            grid-template-columns:100%;
            grid-auto-rows:100%;
            grid-template-areas: 'overlayMe';
	        justify-items: center;
	        /*max-width: 100%;
	        max-height: 100%;
	        margin: auto;*/
        background-color: #edeff2;
        min-width: 200px;
        text-align: center;
        font-size:20px;
        justify-content: center;    
            background-repeat: no-repeat;
            background-size: 100%;
    }
    

    
    .overlay2 {
        position:relative; 
        top:-50; 
        bottom:0; 
        left:0; 
        right:0;
        z-index:100;
        text-align: center;
    }
    
    /*text overlay of thumbnail*/
    .overlay {
        display: flex;
        height: 100%;
        width:100%;
        justify-content: center;
        align-items: center;
        font-size: 1em;
        text-decoration: none; 
        color: black;
    }

        
    .projects-menulinks:link { text-decoration: none; color: #778899;}
    .projects-menulinks:active { text-decoration: none; color: #778899; }
    .projects-menulinks:visited { text-decoration: none; color: #778899; }
    .projects-menulinks:hover { text-decoration: none; color: #5CADFF; }

 
 /* .inner-proj-div {
	display: grid;
	grid-template-areas: 'dodo';
	justify-items: center;
	max-width: 100%;
	height: 100%;
	margin: auto;
}*/

.proj-img {
	grid-area: overlayMe;
	display: block;
	z-index:3;
}

.proj-text {
	grid-area: overlayMe;
	align-self: center;
	max-width: 170px;
	padding: .5rem;
	font-size: 1.5rem;
	color: #fff;
	text-align: center;
	display:block;
	z-index:6;
    pointer-events: none;
}

.proj-link{
    grid-area: overlayMe;
    display:block;
    width:100%;
    height:100%;
    z-index:5;
}

.proj-link:hover{
    background: black;
    opacity:0.5;
}

@media screen and (max-width: 640px) {
    .proj-link{
        background: black;
        opacity:0.15;
        z-index:5;
    }
}


/*



#txtmayor-main h1 {
max-width: 78%;
margin-left:auto;
margin-right:auto;
text-align:center;
font-size: 15px;

}

#txtmayor-main h2 {
text-align:center;
font-size: 10px;

}

#may-message {
padding-left: 1.5em;
text-indent:-1.5em;
font-size: 10px;
margin-bottom:5px;
}

#txtmayor-main {
padding: 10px 10px 10px 10px;
margin-left:auto;
margin-right:auto;
max-width:500px;
background-color:#ececec;
margin-top:15px;

}

*/

#stcontent {
/*height: 100%;*/
width: 600px;
/*margin: 0 0 0 180px;*/
position: absolute;
left: 180px;
float: left;
top: 0;
}
#content {
/*height: 100%;*/ /*comment*/
/*margin: 0 0 0 180px;*/
position:absolute;
left: 180px;
float: left;
top: 0;
}



#content p { width: 500px; margin-bottom: 9px; }
#mpcontent p { width: 400px; margin-bottom: 9px; }
#stcontent p { width: 600px; margin-bottom: 9px; }

p {
margin: 3 3 9px 3;
}

h1 { font-size: 32px; }
h2 { font-size: 24px; }
h3 { font-size: 14px; }
h4 { font-size: 12px; color: DimGray; }

#img-container	{ margin: 0; padding: 0; z-index:-1; }
#img-container p { width: 400px; margin: 0; padding: 0 0 12px 0; }

#once { clear: left; }

#rainbows { display: table; margin: 0 auto; padding: 0;}
