

/* -------- OPTS -------- */

#opts {
	width: 300%; text-align: center; position: relative;
	left: 0; transition: .4s cubic-bezier(.35,.88,.5,.93);
}

.slide {
	width: 33.33%; height: 100%; float: left;
}


/* -------- OPT-CONT -------- */

#opt-cont svg {
	width: 155px; position: relative; z-index: -3; display: inline-block;
}
#opt-cont a {
	width: 155px; height: 150px; padding: 50px; margin: 15px; font-family: calibri;
	font-size: 16pt; color: black; border-radius: 15px; display: inline-block;
	background-color: gainsboro; transition: .3s; z-index: 5;
}
#opt-cont a {
	user-drag: none;
    -webkit-user-drag: none;
    user-select: none;
    -moz-user-select: none;
    -webkit-user-select: none;
    -ms-user-select: none;
}

#opt-cont a:hover {
	transform: scale(1.1); cursor: pointer;
}















@media screen and (max-width:1440px){
	
#ipad {
	width: 100vw; margin: auto;
}

}
/* --------------------------- Mobile sized screens -------------------------- */

@media screen and (max-width:640px){

nav a {
	font-size: 12pt;
}

#ipad-cont, #ipad {
	width: 100vw; height: 100vh; padding: 0;
	border-radius: 0;
}

#header {
	width: 100vw; height: 80px; margin: 0;
}
#header img {
	height: 80px;
}


#ipad a {
	width: 160px; height: 90px; margin: 10px 5px; padding: 10px 5px;
	font-size: 12pt;
}
#ipad svg {
	width: 90px;
}


#opt-cont {
	height: calc(100vh - 80px);
}
#opts {
	margin: 50px 0;
}


#wrapper {
	width: 100vw; margin: 0;
}
#wrapper div {
	width: calc(33.33vw - 19px);
}

}