

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

    .logo {
        line-height: 1.6em;
        letter-spacing:2px;
        font-weight:300;
        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-fit, minmax(300px, 1fr));
        grid-gap: 15px;
        max-width:95%;
        min-width:200px;
        background-color: white;
        justify-content: center;
    }
    
    @media all and (max-width: 500px) {
    .grid-container {
        margin:auto;
        display: grid;
        grid-template-columns: repeat(auto-fill, minmax(250px, 1fr));
        grid-gap: 15px;
        max-width:95%;
        min-width:200px;
        background-color: white;
        justify-content: center;
    }
        
    }

    /*projects page - thumbnail items*/
    .griditem-art {
        /*background-color: #edeff2;*/
        max-width:100%;
        justify-content: center;    
    }
    
    .griditem-text {
        background-color: #edeff2;
        padding: 7%;
        text-align: left;
    }
    
    .griditem-bio {
        background-color: #edeff2;
        padding: 7%;
        text-align: left;
    }
    
    /*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;
    }

    .text-title{
        font-size: 1em;
        font-family: helvetica, sans-serif;
        letter-spacing:2px;
        color: #202f47;
    }

    .text-body{
        font-size: .8em;
        font-family: helvetica, sans-serif;
        letter-spacing:1.5px;
        color: #202f47;
    }

    .insta{
        width:25px;
    }
    .insta:hover{
        opacity:0.5;
    }
        
    .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; }

  

/*



#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: 1fr; margin: 0; padding: 0 0 12px 0; }

#once { clear: left; }

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