*, *:before, *:after {
    box-sizing: border-box;
}
html {
    font-family: "Open Sans", "Laila", "Abel", "Lato", "Palatino Linotype", Helvetica, sans-serif;
    font-size: 100%;
    font-weight: normal;
    letter-spacing: 1px;
    overflow-y: scroll;
}
body {
    margin:0 0 0 0;
    padding: 0;
	background: white;
	color: black;
}
a:link, a:visited, a:active {
	color: #6666FF;
    color:rgb(244,126,36);
	text-decoration: none;
}
img {
    max-width: 100%;
    height: auto;
}
pre {
    font-family: monospace;
    font-size: 12px;
}
h3, h5, hr {
	color: rgb(5,140,73);
}
hr {
    margin-top: 5em;
}
ul {
    text-align: left;
}
ul.ulnobullet {
    list-style-type:none;
    margin: 0px;
    padding: 0px;
}
a.color {
    background: linear-gradient(330deg, rgb(5,140,73) 0%, rgb(244,126,36) 33%, rgb(36,195,128) 66%, rgb(5,140,73) 100%);
    background: -webkit-linear-gradient(330deg, rgb(5,140,73) 0%, rgb(244,126,36) 33%, rgb(36,195,128) 66%, rgb(5,140,73) 100%);
    background: -o-linear-gradient(330deg, rgb(5,140,73) 0%, rgb(244,126,36) 33%, rgb(36,195,128) 66%, rgb(5,140,73) 100%);
    background: -moz-linear-gradient(330deg, rgb(5,140,73) 0%, rgb(244,126,36) 33%, rgb(36,195,128) 66%, rgb(5,140,73) 100%);
	-webkit-background-clip: text;
	-o-background-clip: text;
	-moz-background-clip: text;
	background-clip: text;
	color: transparent;
	-webkit-text-fill-color: transparent;
}
a.anchor:before {
    display: block;
    content: " ";
    margin-top: -3em;
    height: 3em;
    visibility: hidden; 
}
#top {
    margin-top: -2.5em;
    padding-top: 2.5em;
}
div.menuicon {
    width: 1.5em;
    height: 0.25em;
    background-color: rgb(5,140,73);
    margin: 0.25em 0;
}
span.nowrap {
    white-space: nowrap;
}

/* Slideshow divs */
div.slideimg {
    border-radius: 8px;
    box-shadow: 0 4px 8px 0 rgba(0, 0, 0, 0.2), 0 6px 20px 0 rgba(0, 0, 0, 0.19);
    overflow: hidden;
}
div.rightmiddle {
    position: absolute;
    top: 50%;
    right: 5px;
    transform: translate(-50%, -50%);
    text-align: right;
    color: black;
    text-shadow: 2px 2px red;
}
div.bannerbox {
    position: relative;
    cursor: default;
}
div.bannerbox ul {
    list-style: none;
    padding: 0;
}
div.bannerbox strong {
    position: absolute;
    color: red;
    top: 50%;
    right: 5%;
    transform: translate(-0%, -50%);
    text-align: right;
    color: white;
    font-size: 1.5em;
    font-family: "Comic Sans MS", cursive, sans-serif;
    text-shadow: 1px 1px 2px rgba(0,0,0,0.5);
}
div.bannerbox img {
    border-radius: 8px;
    box-shadow: 0 4px 8px 0 rgba(0, 0, 0, 0.2), 0 6px 20px 0 rgba(0, 0, 0, 0.19);
}
li.slide {
    position: absolute;
    top: 0px;
    left: 0px;
    opacity: 0;
    z-index: 1;
    width:100%;

    -webkit-transition: opacity 3s;
    -moz-transition: opacity 3s;
    -o-transition: opacity 3s;
    transition: opacity 3s;
}
li.showing {
    opacity: 1;
    z-index: 2;
}


/* Header menu */
div.header {
    z-index: 1000;
    background-color: white;
    padding: 0px;
	/*margin-top: 5px;*/
	border-radius: 0.1em;
    border-top-width: 1px;
	border-top-style: solid; /* none | dotted | dashed | solid | double | groove | ridge | inset | outset */
	border-top-color: rgb(5,140,73);
    border-bottom-width: 1px;
	border-bottom-style: solid; /* none | dotted | dashed | solid | double | groove | ridge | inset | outset */
	border-bottom-color: rgb(5,140,73);
	box-shadow: 0 1px 2px 0 rgba(0, 0, 0, 0.2), 0 1.5px 5px 0 rgba(0, 0, 0, 0.19);
    position: fixed;
    top: 0px;
    width:100%;
    max-width: 60em;
}
div.header a {
    font-size: 1.2em;
    display: block;
    padding: 7px 15px 7px 15px;
    text-decoration: none;
    color: black;
	color: rgb(5,140,73);
    float: left;
}

div.header a:hover {
    background-color: #fafafa;
}

div.header a.myicon {
    display: none;
    float: right;
}

/* the grid */
div.container {
    max-width: 60em;
    margin: auto;
    padding: 0px;
}

div.content {
    margin-top: 2.2em;
    padding: 10px;
    position: relative;
    text-align:justify;
}

div.product_row {
    width: 100%;
    display: flex; // keep column divs the same heigth
    
}
div.product_row::after {
    clear: both;
}

div.product_col {
	background-color: #fefefe;
	border-radius: 0.2em;
	box-shadow: 0 1px 2px 0 rgba(0, 0, 0, 0.2), 0 1.5px 5px 0 rgba(0, 0, 0, 0.19);
    width: 33.33%;
    float: left;
    padding: 15px;
    text-align: normal;
}
div.product_col:not(:last-child) {
    margin-right: 15px;
}

div.itemcard {
	background-color: #fefefe;
	border-radius: 0.2em;
	box-shadow: 0 1px 2px 0 rgba(0, 0, 0, 0.2), 0 1.5px 5px 0 rgba(0, 0, 0, 0.19);
	float: left;
	margin: 0.5em;
	padding: 14px 16px;
	display: inline-block;
	column-break-inside: avoid;
}
/* footer divs */
div.footer {
	background-color: transparent;
	margin: auto;
	margin-top: 5px;
    width: 100%;
    clear: both;
    float: none;
    padding: 0px;
    border-top-width: 1px;
	border-top-style: solid; /* none | dotted | dashed | solid | double | groove | ridge | inset | outset */
	border-top-color: rgb(5,140,73);
	font-size: 0.7em;
	text-align: center;
}

/* Resizing */
@media screen and (max-width: 500px){
    div.header a:not(:first-child) {
        display: none;
        font-size: 1em;
    }
    div.header a.myicon {
        font-size: 0.9em;
        display: block;
        position: absolute;
        right: 0px;
        top:0px;
    }
    div.header.responsive {
        position relative;
    }
    div.header.responsive a {
        display: block;
        float: none;
        text-align: left;
    }
    div.content {
        max-width: 100%;
    }
    div.product_row {
        display: block;
        margin-bottom: 3em;
    }
    div.product_col {
        width: 100%;
        float: left;
        margin: 0;
        padding: 0;
    }
    div.product_col:not(:last-child) {
        margin-right: 0px;
        margin-bottom: 1em;
    }
    div.bannerbox strong {
        font-size: 0.8em;
    }
}