body {
	font-family:LatoRegular, sans-serif;
	font-size:20px;
	margin:0;
}
:root {
	--menu: #22b14c;
	--box1: #50b030;
	--box2: #e0b118;
	--box3: #d45776;
	--box4: #666ade;
	--home1: #585080;
	--home2: #5e5b2d;
	--home3: #6ebf62;
	--homeicon: #22b14c;
	--hometext: white;
}
.bodymain {
	margin:64px 24px 0 24px;
}
.col-33 {
	width:100%;
}
h1,h2 {
	font-size:1.5rem;
}
/* HEADER FOOTER */
.menubar {
	position: fixed;
	top:0;
	left:0;
	width:100%;
	height:48px;
	background-color:var(--menu);
	z-index:1;
}
.logo {
	height:48px;
	float:left;
}
.menubutton {
	border:2px solid white;
	border-radius:5px;
	color:white;
	float: right;
    margin: 8px;
    padding: 2px;
}
.menubar div {
	display:none;
	margin-top: 48px;
    background-color: var(--menu);
	text-align:center;
}
.menubar a {
    text-decoration: none;
}
.menubar a:hover {
	text-decoration:underline;
}
.standardbutton {
    color: white;
    line-height: 40px;
    width: 100%;
	cursor:pointer;
}
.contactbutton {
	background-color: white;
	color: var(--menu);
	padding: 6px;
    margin: 6px;
    border-radius: 5px;
    line-height: 40px;
    width: 100%;
	cursor:pointer;
}
@keyframes setheight {
  from {height: 0px;}
  to {height: 220px;}
}
.menuitemsshow {
	display:block !important;
	animation-name: setheight;
	animation-duration: 0.5s;
	animation-fill-mode: forwards;
}
.footer {
	background-color:#eee;
	margin-top:18px;
	height: 96px;
	padding: 12px 24px;
}

/* HOME PAGE */
.homemain {
	display:flex;
	flex-flow:wrap;
}
.homeleft {
	position:relative;
	width:100%;
	padding-top:24px;
	overflow:hidden;
	height:300px;
}
.home1 {
    position: absolute;
	left: -6px;
    top: 40px;
	padding: 18px;
	text-align: center;
	background-color:var(--home1);
    transform: rotate(-8deg);
	box-shadow: 5px 5px 5px 5px #444;
}
.home2 {
    position: absolute;
	left: -6px;
    top: 132px;
	padding: 18px;
	text-align: center;
	background-color:var(--home2);
    transform: rotate(4deg);
	box-shadow: 5px 5px 5px 5px #444;
}
.home3 {
    position: absolute;
	left: -10px;
    top: 220px;
	padding: 18px;
	text-align: center;
	background-color:var(--home3);
    transform: rotate(-12deg);
	box-shadow: 5px 5px 5px 5px #444;
}
.home1:hover,
.home2:hover,
.home3:hover {
    transform: rotate(0);	
}
.home1 a,
.home2 a,
.home3 a {
	color:white;
	text-decoration:none;
}
.homeiconleft,
.homeiconright {
	height:83px;
	padding-top:14px;
	width:calc(50% - 6px);
	color:var(--hometext);
	background-color:var(--homeicon);
	margin-bottom:4px;
}
.homeiconleft {
	padding-right:4px;
	float:left;
}
.homeiconright {
	padding-left:4px;
	float:right;
}
.homeiconleft img ,
.homeiconright img {
	max-height:100%;
	padding-right:6px;
	float:left;
	width:33%;
	border-radius: 8px;
}
.rowpadsides {
	display:flex;
	flex-flow:wrap;
	padding:0 12px;
}
.homeleft img {
	width:100%;
	min-width:100%;
	min-height:100%;
}
.homeright {
	display:none;
}
.homeicon {
	height:70px;
	width:220px;
	color:var(--hometext);
	background-color:var(--homeicon);
	padding:10px;
	border-radius:10px;
}
.homeicon img {
	height:70px;
	float:left;
	margin-right:6px;
}
/* FADER */
#fader img {
	position: absolute;
	top:0;
	left:0;
	opacity:0;
}

/* CAROUSEL */

@keyframes carousel-offleft {
  from {left:0;}
  to {left:-100%;}
}
@keyframes carousel-onleft {
  from {left: 100%;}
  to {left: 0;}
}
#carousel img {
	position: absolute;
	top:0;
	left:100%;
}
#carousel initial {
	left:0;
}
.offleft {
	animation-name: carousel-offleft;
	animation-duration: 1.5s;
	animation-fill-mode: forwards;
}
.onleft {
	animation-name: carousel-onleft;
	animation-duration: 1.5s;
	animation-fill-mode: forwards;
}

/* DONATE FORM */
.donateform {
	margin:12px;
	padding:12px;
	border:3px solid wheat;
	border-radius:12px;
}

/* SELL / DONATE */
.row {
	display:flex;
	flex-flow:wrap;
}
.box1 {
	background-color:var(--box1);
}
.box2 {
	background-color:var(--box2);
}
.box3 {
	background-color:var(--box3);
}
.box4 {
	background-color:var(--box4);
}
.box {
	border-radius:16px;
	text-align:center;
}
.box img {
	padding-top:24px;
	width:50%;
}
.youritems {
	display:none;
}
/* CONTACT */
.contactmain {
	padding-top:48px;
}
.contactmain img {
	min-width:100%;
	min-height:calc(100% - 48px);
	position:fixed;
	top:48px;
	left:0;
}
.contactmain form {
	position:relative;
	background-color:rgba(34,128,128,0.8);
	color:white;
	margin:48px 48px 0;
	padding:24px;
}
.contactmain form a {
	color:cyan;
}
.contactspan {
	display:inline-block;
	width:80px;
}
.contactspanmore {
	display:inline-block;
	width:110px;
}
.col-100,
.col-50 {
	width:100%;
}
.contactinput {
	width: calc(100% - 120px);
	min-width:200px;
}
.contacttextarea {
	width:100%;
}
.contactend {
	position: relative;
    left: calc(50% - 100px);
}
.contactend input {
	font-size:large;
	width:200px;
	padding:8px 0;
}
.contactextra {
	position: relative;
	color:white;
	background-color: rgba(34,128,128,0.8);
    padding: 48px;
    margin: 0 48px 12px;
}
.contactextra a {
	color:yellow;
	text-decoration:none;
}
.contactextra a:hover {
	text-decoration:underline;
}
fieldset {
	margin-inline: 0;
    padding-block: 0;
    padding-inline: 0;
    border: none;
}
@media (min-width:760px) {
	/* MENU */
	.menubutton {
		display:none;
	}
	.menubar div {
		float:right;
		margin-top:5px;
		display:block;
		height:40px;
	}
	.menubar div br {
		display:none;
	}
	.standardbutton {
		padding-top: 12px;
		padding-right: 20px;
	}
	
	.homeleft {
		position:relative;
		width:calc(66% - 24px);
		padding-top:24px;
		overflow:hidden;
	}
	.homeright {
		display:block;
		width:calc(33% - 24px);
		padding-left:24px;
		padding-top:24px;
	}
	
	/* CONTACT */
	.smallonly {
		display:none;
	}
	.box {
		width:calc(25% - 24px);
		margin:12px;
	}
}
@media (min-width:321px) and (max-width:759px) {
	/* CONTACT */
	.box {
		width:calc(50% - 24px);
		margin:12px;
	}
}
@media (min-width:850px) {
	/* HOME PAGE */
	.col-33 {
		width:calc(33.33% - 24px);
		padding:12px;
	}
	.col-25 {
		width:50%;
	}
}
@media (min-width:580px) and (max-width:839px) {
	/* HOME PAGE */
	.col-33 {
		width:calc(50% - 24px);
		padding:12px;
	}
}
@media (max-width:579px) {
	/* HOME PAGE */
	.col-33 {
		margin-bottom:12px;
	}
}
