
#ipad-cont {
	padding: 100px calc(50vw - 700px); width: 1400px;
}
#ipad {
	width: 1400px; height: 800px; border-radius: 50px;
	background-color: #bcbcbc;
}


#ipad {
	overflow-y: scroll; /* or auto, depending on desired default behavior */
	scrollbar-width: none; /* Firefox */
	-ms-overflow-style: none; /* IE 10+ */
}
#ipad::-webkit-scrollbar { /* WebKit */
	width: 0; height: 0;
}

#ipad section {
	width: calc(100% - 160px); margin: 25px 80px;
}

#ipad section h1 {
	margin: 0 0 15px;
}
#ipad section a {
	margin: 0 15px 10px 0; padding: 10px 40px; font-family: calibri;
	font-size: 16pt; text-align: center; background-color: lightblue;
	border-radius: 25px; transition: .3s; display: inline-block;
}
#ipad section a:nth-of-type(1) {
	background-color: #bcbcbc;
}
#ipad section a:hover {
	cursor: pointer; transform: scale(1.05);
}


#ipad section article {
	padding: 25px; background-color: whitesmoke;
	border-radius: 25px;
}


#ipad section article li {
	width: calc(33% - 50px); margin: 10px 5px; padding: 15px 20px; text-transform: uppercase;
	background-color: white; box-shadow: 2px 2px 3px rgba(150, 150, 150, .5);
	border-radius: 10px; display: inline-block;
}
#ipad section article h2 {
	font-family: gilc; color: rgb(0,156,255); position: relative;
}
#ipad section article h2 b {
	position: absolute; right: -10px; font-family: gilc;
}
#ipad section article i {
	margin: 0 10px 0 0; color: mediumseagreen;
	font-style: normal; font-weight: 600;
}
#ipad section article b span {
	float: right; color: mediumseagreen;
}


#ipad section article label {
	margin: 0 0 0 5px;padding: 8px 15px; border-radius: 5px;
	display: inline-block;
}     
#ipad section article label:hover {
	cursor: pointer; background-color: lightblue;
}
#ipad section article input[type="checkbox"] {
	width: 18px; height: 18px; border-radius: 4px;
	vertical-align: middle; cursor: pointer;
}


#new-itm div {
	width: 100%; float: left; z-index: 5;
}

#new-itm p {
	margin: 8px 15px; font-size: 16pt; font-weight: 600; float: left;
}
        
#new-itm input[type=text] {
	width: 250px; height: 50px; margin: 0 0 15px; padding: 0 10px;
	font-size: 16pt; border: none; border-radius: 5px; text-transform: uppercase;
	box-shadow: 1px 1px 3px rgba(150,150,150,.5); transition: .1s; float: left;
}
#new-itm input:focus {
	background-color: rgb(240, 240, 255); box-shadow: 3px 3px 5px rgb(150, 150, 150);
}


#new-itm input[type=text]:nth-of-type(2) {
	width: 50px;
}

#new-itm textarea {
	width: 350px; padding: 8px 10px; font-family: calibri; 
	font-size: 16pt; border: none; border-radius: 5px;
	transition: .1s; text-transform: uppercase; float: left;
}
#new-itm textarea:focus {
	background-color: rgb(240, 240, 255); box-shadow: 3px 3px 5px rgb(150, 150, 150);
}

#new-itm input[type=submit] {
	width: 215px; padding: 10px 40px; font-family: calibri; font-size: 16pt;
	text-align: center; background-color: whitesmoke; border-radius: 25px;
	border: none; position: relative; top: -5px; left: 85px; transition: transform .3s;
}
#new-itm input[type=submit]:hover {
	cursor: pointer; transform: scale(1.05);
}

#new-itm input[type=submit]:focus {
	background-color: seagreen;
}
#new-itm input[type=submit]:focus-visible {
	outline: none;
}


@media screen and (max-width:1440px){
	
#ipad {
	width: 100vw; margin: auto;
}

}
/* --------------------------- Mobile sized screens -------------------------- */

@media screen and (max-width:640px){
	
h1 {
	font-size: 18pt; text-align: center;
}
#ipad section {
	width: calc(100% - 16px); margin: 25px 8px 80px;
}

nav a {
	font-size: 12pt;
}

#ipad-cont, #ipad {
	width: 100vw; height: 100vh; padding: 0;
	border-radius: 0; overflow-x: hidden;
}

#ipad section article {
	padding: 5px 10px; text-align: center;
}
#ipad section article li {
	width: calc(100% - 50px); text-align: left; position: relative;
}



#ipad section article li section {
	width: calc(100% + 39px); height: 0; margin: 0; padding: 0;
	position: relative; right: 19px; top: 15px; background-color: lightblue;
	transition: 0.3s cubic-bezier(0.35, 0.88, 0.5, 0.93);
}
#ipad section article li section div {
	width: 100%; display: none;
}
#ipad section article li section div i {
	display: block; position: absolute; bottom: 10px; right: 10px;
	color: red; animation: unset; opacity: 1;
}
#ipad section article b {
	position: relative;
}


#ipad section article b div {
	width: 150px; height: 0; background: white; position: absolute;
	bottom: 35px; right: -10px; display: block; border-radius: 10px;
	transition: .3s; box-shadow: 2px 2px 3px rgba(150, 150, 150, .5);
}
#ipad section article b div p {
	display: none; margin: 5px 15px; color: black;
}
#ipad section article b div p:nth-of-type(2){
	color: rgb(0,156,255);
}
#ipad section article b div p:nth-of-type(3){
	color: red;
}


#ipad section article li input[type="checkbox"] {
	display: none;
}

#ipad section article li aside {
	content: ""; width: 140px; height: 100%; position: absolute;
	top: 0; left: calc(100% + 15px); background-color: unset;
	display: none;	opacity: 0; z-index: 3;
}
#ipad section article li aside div {
	content: ""; width: 50px; height: 50px; margin: -8px 8px 16px 0;
	background-color: white; border-radius: 15px; float: left;
	box-shadow: 2px 2px 3px rgba(150, 150, 150, .5); z-index: 3; position: relative;
}


#ipad section article li aside div::after {
	content: ""; margin: 11px; width: 30px; height: 30px; position: absolute;
	top: 0; display: block;
}
#ipad section article li aside div:nth-of-type(1)::after {
	background-color: red; mask: url(INCLUDES/RUBBISH-BIN.svg) no-repeat center / contain;
	-webkit-mask: url(INCLUDES/RUBBISH-BIN.svg) no-repeat center / contain;
/*	background-image: url(INCLUDES/rubbish-bin.svg); background-size: 40px 40px;
    background-repeat: no-repeat; background-position: center; */
}
#ipad section article li aside div:nth-of-type(2)::after {
	background-color: mediumseagreen; mask: url(INCLUDES/SUBMIT-ICO.svg) no-repeat center / contain;
	-webkit-mask: url(INCLUDES/SUBMIT-ICO.svg) no-repeat center / contain;
}
#ipad section article li aside div:nth-of-type(3)::after {
	height: 40px; width: 40px; margin: 6px; background-color: rgb(0,156,255);
	mask: url(INCLUDES/INFO-ICO.svg) no-repeat center / contain;
	-webkit-mask: url(INCLUDES/INFO-ICO.svg) no-repeat center / contain;
}


#ipad section a {
	width: 175px; height: 20px; margin: 0;
	padding: 10px 5px; font-size: 12pt;
}
#ipad section a span {
	display: none;
}




/* -------- new-itm -------- */

#new-itm p, #new-itm input[type=text], textarea {
	width: calc(100% - 80px); margin: 3px 30px;
	font-size: 14pt; float: left;
}
#new-itm p {
	text-align: left;
}
#new-itm input[type=submit] {
	top: -52px; left: 40px; 
}



#ipad section article a {
	display: none;
}


#opt-cont {
	height: calc(100vh - 80px);
}
#opts {
	margin: 50px 0;
}


#wrapper {
	width: 100vw; margin: 0;
}
#wrapper div {
	width: calc(33.33vw - 19px);
}

}