/*
Theme Name: ETravel-WP
Description: Custom Wordpress theme designed and developed for Elevate Travel
Author: Infugia
Author URI: https://www.infugia.com/
Version: 1.0
*/

* {
	outline:none;
}

body {
	font-family: 'Open Sans', sans-serif;
  background-color: #eee;
}

.h1, .h2, .h3, .h4, .h5, .h6, h1, h2, h3, h4, h5, h6 {
  margin-bottom: 1rem;
}

.h3, h3 {
  font-size:1.5rem;
}

img {
  max-width: 100%;
  height: auto;
}

.btn {
  font-size: 1.5rem;
}

section.section_default {
  padding: 3rem 0;
}

.temp-nav {
  display: flex;
  align-items: center;
  justify-content: center;
  padding-top:50px;
}

.temp-nav a {
  background-color:#fff;
  text-decoration: none;
  display: block;
  padding:8px 15px;
}

.temp-nav a:hover {
  background-color:#000;
  color:#fff;
}