body{
	font-family: 'Open Sans', sans-serif;
}
html{
	background: url("../img/booking-bg.jpg") no-repeat #000;
	background-size: cover;
	-webkit-background-size: cover;
 	-moz-background-size: cover;
	-o-background-size: cover;
}
.info{
	text-align: center;
	color: white;
	padding: 130px 0;
	z-index: 9999;
	position: relative;
}
h1{
	font-size: 130px;
	padding: 25px 0;
	margin: 0;
}
ul{
	font-size: 16px;
	padding: 15px 0;
	list-style: none;
}
li{
	display: inline-block;
	padding: 0 10px;
}
.mail{
	border-right: 1px solid white;
}
i{
	padding-right: 15px;
}
a{
	color: white;
	text-decoration: none;
}
a:hover, a:focus, a:visited{
	color: white;
}
button{
	min-width: 160px;
    width: auto;
    line-height: 40px;
    background-color: rgb(78, 122, 199);
    font-size: 15px;
    font-weight: bold;
    text-align: center;
    display: inline-block;
    text-transform: uppercase;
    cursor: pointer;
    color: rgb(248, 248, 248);
    height: 40px;
    padding: 0px 20px;
    outline: none 0px;
    border-width: 0px;
    margin: 15px 0;
}
button:hover{
	background-color: rgb(53, 71, 140);
	color: #f8f8f8;
}
@media(min-width: 1440px){
	.info{
		padding: 315px 0;
	}
	h1 {
	    font-size: 139px;
	    padding: 48px 0;
	}
	ul{
		font-size: 18px;
	}
	button{
		min-width: 200px;
		height: 50px;
		font-size: 21px;
	}
}
@media(max-width: 1024px){
	h1{
		font-size: 108px;
	}
}
@media(max-width: 991px){
	h1{
		font-size: 90px;
		padding-bottom: 30px;
		line-height: 1
	}
	ul{
		font-size: 15px;
	}
}
@media(max-width: 454px){
	h1{
		font-size: 66px;
	}
	li{
		padding: 11px;
	}
	.mail{
		border-right: none;
	}
}