html,
body {
    height: 100%;
    width: 100%;
    font-family: 'Open Sans', sans-serif;
    font-weight:400;
    background-color: #ffffff;
}

h1 {
	font-size: 36px;
	font-family: 'Open Sans', sans-serif;
}

h2 {
	font-size: 30px;
	font-family: 'Open Sans', sans-serif;
}

h3 {
	font-size: 24px;
	font-family: 'Open Sans', sans-serif;
}

h4 {
	font-size: 18px;
	font-family: 'Open Sans', sans-serif;
	font-weight:500;
}
p {
	font-family: 'Open Sans', sans-serif;
}
ul {
	list-style-type: square;
}

.container{
    width:1140px;
    max-width:1200px;
    font-family: 'Open Sans', sans-serif;
    font-weight:400;
    background-color: white;
}

.hdr {
	display:block;
	background-color: #b37ab4;
}
.hdrlgo{
	display: block;
	/*margin-top: 50px; */
}
.hdr-btm {
	display:block;
	height: 200px;
	background-image: url("../images/wave.png");
	background-repeat: repeat-x;
}
main > .container {
    padding: 70px 15px 20px;
}

.footer {
    background-color: #f5f5f5;
    font-size: .9em;
    height: 60px;
}

.footer > .container {
    padding-right: 15px;
    padding-left: 15px;
}

.not-set {
    color: #c55;
    font-style: italic;
}

/* add sorting icons to gridview sort links */
a.asc:after, a.desc:after {
    content: '';
    left: 3px;
    display: inline-block;
    width: 0;
    height: 0;
    border: solid 5px transparent;
    margin: 4px 4px 2px 4px;
    background: transparent;
}

a.asc:after {
    border-bottom: solid 7px #212529;
    border-top-width: 0;
}

a.desc:after {
    border-top: solid 7px #212529;
    border-bottom-width: 0;
}

.grid-view th,
.grid-view td:last-child {
    white-space: nowrap;
}

.grid-view .filters input,
.grid-view .filters select {
    min-width: 50px;
}

.hint-block {
    display: block;
    margin-top: 5px;
    color: #999;
}

.error-summary {
    color: #a94442;
    background: #fdf7f7;
    border-left: 3px solid #eed3d7;
    padding: 10px 20px;
    margin: 0 0 15px 0;
}

/* align the logout "link" (button in form) of the navbar */
.nav li > form > button.logout {
    padding-top: 7px;
    color: rgba(255, 255, 255, 0.5);
}
 
.text-responsive {
		display:inline; 
		text-align:center; 
		font-weight:500;
	}
	
.footer-responsive {
	display:block;
}

@media(min-width:769px) {
    /*.grid-container {
        display: grid;
        grid-template-columns: 300px 300px 300px;
        grid-row-gap: 20px;
        justify-content: space-evenly;
    }

    .nested-grid {
        display: grid;
       
        text-align:center;
       
        font-size:16px;
    }*/

    .image-display{
        display: grid;        
        /*justify-items: left;*/
		justify-items: center;
        justify-content: center;
        /*grid-template-rows: 160px;*/
        grid-template-rows: 120px;
        max-width: 100%;
        padding-top: 20px;
       /* filter: grayscale(100%);*/
    }
	
	.image-responsive img {
		/*max-width:50%;*/
	}
	
	.text-responsive {
		display:inline; 
		text-align:center; 
		font-weight:500;
	}
	
	
/*
    .product-grid{
        display: grid;
        
        align-items: start;
        justify-items: center;
        
        font-size:1.4em;
        
    }
	*/

}
 

@media(max-width:768px) {
    .grid-container {
        display: grid;
        grid-template-columns: 300px 300px 300px;
        grid-row-gap: 20px;
        justify-content: space-evenly;
    }

    .nested-grid {
        display: grid;
        /*padding-top:20px;	*/
        text-align:center;
        /*border: 4px solid #f47422;*/
        font-size:16px;
    }

    .image-display{
        display: grid;
        /*justify-items: left;*/
		justify-items: center;
        justify-content: center;
        /*grid-template-rows: 160px;*/
        grid-template-rows: 120px;
        max-width: 100%;
        padding-top: 20px;
       /* filter: grayscale(100%);*/
    }

    .product-grid{
        display: grid;
        /*align-items: center;*/
        align-items: start;
        justify-items: center;
        /* grid-template-rows: 120px; */
        font-size:1.4em;
        /*font-weight:600;*/
    }
	
	.image-responsive img { 
		max-width:40%;
		position:absolute; 
	}
	
	.text-responsive {
		position:absolute; 
	}

}

@media(max-width:767px) {
    .nav li > form > button.logout {
        display:block;
        text-align: left;
        width: 100%;
        padding: 10px 0;
    }
	
	.image-responsive img { 
		max-width:40%;
		position:absolute; 
	}
	
	.text-responsive {
		position:absolute; 
	}
	
	.footer-responsive {
		display:none;
	}
}

.nav > li > form > button.logout:focus,
.nav > li > form > button.logout:hover {
    text-decoration: none;
    color: rgba(255, 255, 255, 0.75);
}

.nav > li > form > button.logout:focus {
    outline: none;
}

.site-footer {
    font-size: 14px;
    line-height: 20px;
    letter-spacing: 0px;
    background: #b37ab4;
    color: #FFFFFF;
}
.has-top-divider {
    position: relative;
}
.footer-brand, .footer-links, .footer-social-links, .footer-copyright {
    flex: none;
    width: 100%;
    display: inline-flex;
    /*justify-content: center;*/
}
.site-footer-inner {
    position: relative;
    display: flex;
    flex-wrap: wrap;
    padding-top: 48px;
    padding-bottom: 48px;
}
@media (min-width: 641px) {
   

    .footer-links {
        order: 1;
        margin-bottom: 0;
    }


    .footer-links, .footer-social-links {
        justify-content: flex-end;
    }


    .footer-brand, .footer-links, .footer-social-links, .footer-copyright {
        flex: 50%;
    }
	
}




@media (max-width: 400px) {
	
	.image-responsive { 
		position:absolute; 
	}
	
	.image-responsive img { 
		max-width:40%;
		position:absolute; 
	}
	
	.text-responsive {
		position:absolute; 
	}
	
	.footer-responsive {
		display:none;
	}

}












.footer-brand, .footer-links, .footer-social-links {
    margin-bottom: 24px;
}

.list-reset {
    list-style: none;
    padding: 0;
}
ul {
    list-style: disc;
}
ul, ol {
    margin-top: 0;
    margin-bottom: 24px;
    padding-left: 24px;
}

