/*
Theme Name: Oasis Hotel Theme
Theme URI: https://example.com
Author: You
Author URI: https://example.com
Description: Custom WordPress theme for a boutique beach hotel
Version: 1.0
Tags: hotel, boutique, beach, minimal
*/

body {
  font-family: 'Helvetica Neue', sans-serif;
  margin: 0;
  padding: 0;
}

.hero {
  height: 100vh;
  background: url('images/hero.jpg') center center / cover no-repeat;
  display: flex;
  justify-content: center;
  align-items: center;
  color: white;
  text-align: center;
}

section {
  padding: 60px 20px;
  max-width: 1100px;
  margin: auto;
}

.room-card {
  display: inline-block;
  width: 30%;
  margin: 1%;
  vertical-align: top;
}

.footer {
  background: #333;
  color: #fff;
  text-align: center;
  padding: 30px;
}
