body, html{
	height:100%;
}

*{
	margin:0;
	box-sizing: border-box;
	text-align : center;
}

.wrap{
	background-image: url("ara.jpg");
	height: 100%;
	width: 100%;

	background-position: center;
	background-repeat: no-repeat;
	background-size: cover;
	position : relative;
}

#top{
	position : absolute;
	
	top:0%; height:15%;
	width:100%;
}

#bottom{
	position : absolute;
	
	top:80%; height:20%;
	width:100%;
}

#main{
	position: absolute;
	
	top:15%; height:65%;
	width:100%;
}


.summit{
	width : 100%;
	height : 100%;
}

.summit .text1{
	font-size : 48pt;
	color : #6195FF;
	
	padding-bottom : 4vh;
}

.summit .text2{
	font-size : 34pt;
	color : skyblue;
	
	padding-bottom : 16vh;
}

.summit .text3{
	font-size:22pt;
	color : #8cea28 !important;
	
	padding-bottom : 5vh;
}

.summit button{
    background-color: #4CAF50;
    color: white;
    padding: 16px 20px;
    border: none;
    cursor: pointer;
    width: 20%;
    opacity: 0.8;

	border-radius : 7px;
	font-size:14pt;
}
