body {
	font-size: 1em;
	background-image: url("../img/mobile1.png");
	 background-repeat: no-repeat;
	 background-position:50% 0%;
	 background-size: 740px 760px;
	 background-color: lightgrey;
}

.shut {
	background-color: black;
	margin: 0 auto;
	width: 371px;
	height: 542px;
	display: none;
}

.start {
	cursor: pointer;
	position : absolute;
	top: 660px;
	left:49%;
}

.power {
	color: #f44336;
}

.poweron {
	color: #00c853;
	display: none;
}

.green {
	color: #00c853;
}

.default {
	position: fixed;
	top: 585px;
	left: 49.12%;
	cursor: pointer;
}

.container {
	opacity: 1;
	display: block;
	margin-top: 100px;
}

h1 {
	text-align: center;
	font-size: 1.4em;
}

h2 {
	text-align: center;
	font-size: 1.25em;
}

.welcome {
	background-image: url("../img/back.jpg");
	color: #fff;
	margin: 0 auto;
	width: 371px;
	height: 542px;
}

.welcome p {
	text-align: center;
}

.welcome ul {
	padding: 0;
	display: flex;
	justify-content: space-around;
	flex-wrap: wrap;
	margin-top: 30px;
}

.welcome ul li {
	list-style: none;
	cursor: pointer;
	width: 23%;
    text-align: center;
	padding: 10px;
	border: 2px solid grey;
	margin-bottom: 10px;
}

.welcome ul li:hover {
	background-color: #fff;
	color: black;
	transition-property: all;
	transition-duration: 0.7s;
}

#code {
	text-align: center;
	background-color: white;
	width: 20%;
	height: 25px;
	margin: 0 auto;
	padding: 5px;
	color: black;
	font-size: 1.2em;
	letter-spacing: 2px;
}

#ok, #clear {
	cursor: pointer;
}

#ok {
	color: #f44336;
}

#unlockbuttons {
	display: flex;
	justify-content: space-around;
	font-size: 2.4em;
}

.content  {
	background-image: url("../img/back.jpg");
	color: #fff;
	margin: 0 auto;
	width: 371px;
	height: 542px;
	display: none;
}

h3 {
	text-align: center;
}

#date, #hour {
	text-align: center;
	font-size: 1.6em;
	font-weight: 600;
	padding-top: 0;
	margin-top: 10px;
}

#hour {
	margin-bottom: 40px;
}

.content ul {
	display: flex;
	justify-content: space-around;
	padding: 0;
	flex-wrap: wrap;
}

.content ul li {
	list-style: none;
	cursor: pointer;
	display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
}

.content ul li p {
	margin: 0;
}

#settings {
	margin-right: -10px;
}

#secondline {
	justify-content: space-around;
	margin-top: 16px;
	margin-left: 23px;
}

#custom {
	margin-right: 5px;
}

#portfolio {
	margin-right: 10px;
}

.svg-inline--fa {
    margin-bottom: 5px;
}

.home {
	background-color: orange;
	position: absolute;
	width: 375px;
	height: 523px;
	top: 8.95%;
	left: 42.7%;
	display: none;
}

.settings {
	background-color: lightgrey;
	margin: 0 auto;
	width: 371px;
	height: 542px;
	display: none;
	display: none;
}

.settings p {
	text-align: center;
	font-weight: 600;
}

.settings ul {
	padding: 0;
	display: flex;
	justify-content: space-around;
	align-items: center;
	margin-top: 30px;
}

.settings ul li {
	list-style: none;
}

#lessbr, #plusbr, #lesspo, #pluspo, #defaultparam {
	cursor: pointer;
}

#type1, #type2, #type3, #type4 {
	border: 2px solid black;
    padding: 15px;
    margin-right: 12px;
    cursor: pointer;
}

#type1 {
	background-color: #2DA0FF;
}

#type2 {
	background-color: orange;
}

#type3 {
	background-color: #ec407a;
}

#type4 {
	background-color: #4db6ac;
}

object {
	width: 100%;
	height: 100%;
}

.portfolio, .todo {
	background-color: #fff;
	margin: 0 auto;
	width: 371px;
	height: 542px;
	display: none;
}

.quizz, .custom, .contacts, .xbox, .search {
	margin: 0 auto;
	width: 371px;
	height: 542px;
	display: none;
}

@media screen and (max-width: 390px) {
	body {
	 background-image: none;
	}

	.container {
		margin: 0;
	}

	.start {
		display: none;
	}

	.default {
		top: 500px;
	}
}