
body {
    background-image: url(../images/end_imac02.jpg);
    background-size: cover;
    background-repeat: no-repeat;
    background-position: 50% 50%;
}

	@media screen and (max-width: 766px) {
		body {
		    background-position: 50% 50%;
		}
	}



body,
h1,
h2,
p,
ul,
li {
    margin: 0;
    padding: 0;
    color: darkgray;
}


header a:link, header a:visited {
    color: #fff;
}
a:link, a:visited {
    color: #788d98;
}

.concept_box {
    position: absolute;
    right: 110px;
	text-shadow: 0 0 0 rgb(0,0,0,0);
}
	@media screen and (max-width: 766px) {
		.concept_box {
		    position: relative;
		    right: auto;
		    padding-top: 150px;
		}
	}


	@media screen and (max-width: 766px) {
		#icon {
		    margin-top: 80px;
		}
	}

	@media screen and (max-width: 766px) {
		.direct{
			padding-top: 120px;
		}
	}

