<!DOCTYPE html>
<html>
<title>W3.CSS Template</title>
<meta charset="UTF-8">
<meta name="viewport" content="width=device-width, initial-scale=1">
<link rel="stylesheet" href="4/w3.css">
<link rel="stylesheet" href="https://fonts.googleapis.com/css?family=Raleway">
<link rel="stylesheet" href="../../cdnjs.cloudflare.com/ajax/libs/font-awesome/4.7.0/css/font-awesome.min.css">
<style>
body,h1,h2,h3,h4,h5,h6 {font-family: "Raleway", Arial, Helvetica, sans-serif}
</style>
<body class="w3-light-grey">
<div class="w3-bar w3-white w3-large">
<a href="#" class="w3-bar-item w3-button w3-red w3-mobile"><i class="fa fa-bed w3-margin-right"></i>Logo</a>
<a href="#rooms" class="w3-bar-item w3-button w3-mobile">Rooms</a>
<a href="#about" class="w3-bar-item w3-button w3-mobile">About</a>
<a href="#contact" class="w3-bar-item w3-button w3-mobile">Contact</a>
<a href="#contact" class="w3-bar-item w3-button w3-right w3-light-grey w3-mobile">Book Now</a>
</div>
<header class="w3-display-container w3-content" style="max-width:1500px;">
<img class="w3-image" src="../w3images/hotel.jpg" alt="The Hotel" style="min-width:1000px" width="1500" height="800">
<div class="w3-display-left w3-padding w3-col l6 m8">
<div class="w3-container w3-red">
<h2><i class="fa fa-bed w3-margin-right"></i>Hotel Name</h2>
</div>