
*{
	padding: 0;
	margin: 0;
	box-sizing: border-box;
}

body{
    background: url("img/bsr-travel-hero..jpg");
    background-size: auto;
    display: inline-block;
    background-repeat: no-repeat;
    box-sizing: border-box;
 
   
}

/* start of header */
.header{
	height: 90vh;
	padding: 0px;
	overflow: hidden;
	

}
.header h1{
	color: black;
	font-size: 40px;
	font-style: normal;
	text-align: center;
	margin-left: 150px;
}
.header h2{
	color: white;
	font-size: 30px;
	font-style: unset;
	text-align: revert-layer;
	margin-left: 150px;
}
.search-container {
    max-width: 600px; /* Adjust container width as needed */
    margin: 20px auto; /* Center the container */
    height: auto;
    padding: 20px;
    border: 1px solid #ccc;
    border-radius: 5px;
    display: block;
    position: revert-layer;
    margin-left: 20px auto;
}

h1 {
    text-align: center;
    color: white;
}

label {
    display: block;
    margin-bottom: 5px;
}

input[type="text"],
input[type="date"],
input[type="submit"] {
    width: 100%;
    padding: 10px;
    margin-bottom: 10px;
    border: 1px solid #ccc;
    border-radius: 5px;
}

input[type="submit"] {
    background-color: #007bff;
    color: #fff;
    cursor: pointer;
}

input[type="submit"]:hover {
    background-color: #0056b3;
}

/* end of header */


.navbar{
	
	color: white;
	padding: 0px;
	margin: 0px;
	display: flex;
	overflow: hidden;
	text-align: center;
}
.logo {
    width: 150px; /* Adjust width as needed */
    height: auto; /* Maintain aspect ratio */
    margin: 10px; /* Adjust margin as needed */
}

.logo img {
    display: block; /* Remove default inline display */
    max-width: 100%; /* Ensure image doesn't exceed container width */
    height: auto; /* Maintain aspect ratio */
}
.navbar ul{
	list-style-type: none;
}
.navbar ul li{
	display: inline-block;
	margin-left: 20px;
	text-align: center;
}

.navbar ul li a{
	color: #fff;
	text-decoration: none;
	font-size: 20px;
	font-style: italic;
	margin-left: 100px;
	color: black;
	overflow: hidden;
	text-align: center;
}
.navbar ul li a:hover{
	color: white;
}


.register a{
	text-decoration: none;
	width: 10%;
	color: black;
	padding: 10px 30px;
	font-size: 20px;
	background: red;
	border-radius: 10px;
	margin-left: 800px;
	position: absolute;
	font-style: italic;

}

/* end of navbar */

.footer{
	padding: 0px;
	
}
.footer p{
	color: #fff;
	text-align: center;
	font-size: 20px;
	font-family: monospace;
}
