
html, body {
	overflow: hidden;
	font-family: 'Lato', sans-serif;
	width: 100%;
	height: 100vh;
	
}

.jumbotron {
	margin-bottom: 0px;
    background-image: url('https://wallpapers.com/images/hd/ordered-food-in-kitchen-restaurant-usk5o0dxl2n4qn3k.jpg');
    background-position: 0% 25%;
    background-size: cover;
    background-repeat: no-repeat;
    color: white;
    height: 100vh;
}


.jumbotron .header-content-inner {
	font-weight: 700;
	text-transform: none;
	margin-bottom: 0;
/* 	margin: 200px; */
	font-family: 'Roboto', sans-serif;

}

.jumbotron h1 {
	font-size: 45px;
}

.jumbotron h3 {
	font-size: 25px;
}

@media only screen and (max-width: 864px) {
	.jumbotron .header-content-inner {
	text-transform: none;
	margin-bottom: 0;
	margin: 140px;
	font-family: 'Roboto', sans-serif;
}

.jumbotron h1 {
	font-size: 35px;
}

.jumbotron h3 {
	font-size: 20px;
}
}
@media only screen and (max-width: 638px) {
	.jumbotron .header-content-inner {
	text-transform: none;
	margin-bottom: 0;
	margin: 70px;
		font-family: 'Roboto', sans-serif;
	}

	.jumbotron h1 {
		font-size: 20px;
	}

	.jumbotron h3 {
		font-size: 17px;
	}
}
@media only screen and (max-width: 448px) {
	.jumbotron .header-content-inner {
	text-transform: none;
	margin-bottom: 0;
	margin: 45px;
		font-family: 'Roboto', sans-serif;
	}

	.jumbotron h1 {
		font-size: 22px;
	}

	.jumbotron h3 {
		font-size: 15px;
	}
}