/* index page mobile style */
@media only screen and (max-width:502px) {
.container {
	display:none;}
header {
	position: relative;
	margin-left:13%;
	}
#header_mobile h1 {
	font-size: 11vw;}
.description_mobile {
	margin-top: -8%;
	font-size: 3.8vw;
	
	margin-bottom: 20%;
	font-weight:400;}
.description_mobile span {
	font-weight:300;}
.background_normal_mobile,.background_mobile1, .background_mobile2, .background_mobile3, .background_mobile4, .background_mobile5, .background_mobile6, .background_mobile7{
	float: right;
    opacity: 0.25;
}
.main_mobile{
	margin-top: -8%;
	position: relative;
	width: 100%;}
.mob_background {
	width: 70vw;
    margin-left: -16%;
}
#menu_mobile ul{
	list-style: none;
	font-size: 4.3vw;
	font-weight: 400;
	text-align: center;}
#menu_mobile ul li{
	padding-top: 19%;}
#menu_mobile{
	margin-left: 9%;
	position: absolute;
	top: 1px;
	left: 16px;}
footer{
	
	margin-right: 0%;
	margin-top: 150%;
	font-size: 3.7vw;
	margin-left: 5%;}



.header_link {
	font-weight: bold;
}	
#menu_mobile a.color_mobile1:hover{ color: #2596be;}
#menu_mobile a.color_mobile2:hover{ color: #fab52a;}
#menu_mobile a.color_mobile3:hover{ color: #13ac9f;}
#menu_mobile a.color_mobile4:hover{ color: #ea4c63;}
#menu_mobile a.color_mobile5:hover{ color: #ce884b;}
#menu_mobile a.color_mobile6:hover{ color: #1c529f;}
#menu_mobile a.color_mobile7:hover{ color: #cf3717;}}





