@import url('https://fonts.googleapis.com/css?family=Yantramanav:100');
@import url('https://fonts.googleapis.com/css?family=Montserrat:400');

html, body{
	margin : 0;
	padding : 0;
	height : 100%;
	width : 100%;
	font-family: "Roboto",sans-serif;
	  
}
.intro{
	height: 100%;
	width : 100%;
	display : table;
	margin: auto;
	background: url(../image/eagle.jpg) no-repeat 50% 50%;
        
	background-size : cover;

}
.intro .inner{
	display:table-cell;
	vertical-align: middle;
	width:  100%;
	max-width: none;
	padding-bottom: 28%;
}
.content{
	max-width : 600px;
	margin: 0 auto;
	text-align: center;
	
}

.amenities{
	font-family: "Open Sans",sans-serif;
    font-size: 19px;
    font-weight: 800;
    line-height: 24px;
    margin: 0 0 10px;
    text-transform: uppercase;
	
}
 .jumbotron .amenities{
	font-family: "Open Sans",sans-serif;
    text-align: center;
    text-transform: uppercase;
    font-size: 14px;
    font-weight: 600;
}
.content h1{
	font-family: 'Yantramanav', sans-serif;
	font-size: 600%;
	font-weight: 600;
	color : olive;
	line-height: 70%;
	text-shadow: 2px 2px 2px black;
	padding-bottom: 10%;
}
.conv{
		background-color: black;
		color: white;
}
.abtn{
	font-family: 'Montserrat', sans-serif;
	font-size: 135%;
	font-weight: 400;
	color : #386168;
	text-transform: uppercase;
	text-decoration: none;
	border : solid 2px #386168;
	padding : 10px 20px;
	border-radius: 9px;
	transition : all 0.5s;
}
h2{
	color: #7c7c7c;
    font-family: "Roboto",sans-serif;
    font-size: 15px;
    line-height: 27px;
}
.abtn:hover{
	color: #CBDFD6;
	border : solid #CBDFD6 3px;
}
/*--- Media Queries --*/
@media screen and (max-width: 900px) {
 	.content{
 		padding-bottom : 30%;
 	}
 	.content .h1{
 		font-size : 450%;
 	}
 	.abtn{
 		font-size : 130%;
 		padding: 9px 17px;
 	}
}
@media screen and (max-width: 768px) {
 	.content{
 		padding-bottom : 40%;
 	}
 	.content .h1{
 		font-size : 300%;
 	}
 	.abtn{
 		font-size : 110%;
 		padding: 9px 17px;
 	}
}
@media screen and (max-width: 480px) {
	 	.content{
 		padding-bottom : 50%;
 	}
 	.content .h1{
 		font-size : 100%;
 	}
 	h2{
 		font-size : 100%;
 	}
 	.abtn{
 		font-size : 100%;
 		padding: 7px 15px;
 	}
}