html {
	scroll-behavior: smooth;
}

body {
  margin: 0;
  padding: 0;
  font-family: Arial, sans-serif;
}

#main-container {
  background: url('../img/gallery/PHOTO-2021-05-12-21-51-13 (3).jpg') no-repeat center center fixed; 
  -webkit-background-size: cover;
  -moz-background-size: cover;
  -o-background-size: cover;
  background-size: cover;
}

#header {
  min-height:70vw;
  text-align:center;
  background:rgb(0,0,0,.15)
}

#header svg {
  padding:3vw 0 1vw 0;
}

#header svg text {
  font-weight: bold;
  fill: none;
  stroke: black;
  stroke-width:0.5px;
}

#header nav ul {
  text-align: center;
  margin: 0 auto;
  padding:0;
  display:grid;
  grid-template-columns: repeat(auto-fit, minmax(200px, 1fr));
  list-style: none;
  width:100%;
  max-width:800px;
}

#header nav li {
  background-color: rgba(255, 255, 255, 0.5);
}

#header nav a {
  color:black;
  text-decoration: none;
  font-size:18pt;
  white-space: nowrap;
}

#header p {
  padding:10vw 0 4vw 0;
  font-size:22pt;
  margin:auto 20%;
  color:white;
}


#gallery2 {
  background:white;
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(20vw, 40vw));
  grid-gap: 0.5rem;
  justify-items: center;
  margin: 0;
  padding: 0;
}


#gallery2 img {
  max-width: 100%;
  max-height:50vw;
  height: auto;
  object-fit: cover;
}


#gallery {
  background: white;
  padding: 1vw;
}

#gallery img { 
  margin:1vw;
  max-width:44vw;
  max-height:30vw;
  width: auto;
  height: auto;
}

#gallery img.portrait {
  max-width:22vw;
}

.badges {
  max-width: 70%;
  margin:0 auto;
  font-size:16pt;
}

.badges ul {
  text-align: center;
  padding: 50px 0 0 0;
  display:grid;
  grid-template-columns: repeat(auto-fit, minmax(200px, 1fr));
  list-style: none;
  width:100%;
}

.badges li {
  padding:10px 0;
  min-height:80px;
}

.badges a {
  color: white;
  text-decoration: none;
  padding: 15px 25px;
  border-radius: 5px;
  font-size: 0.6em;
  white-space:nowrap;
}

.badges a img {
  width:20px;
  padding-right:5px;
  position:relative;
  top:2px;
}

.badges a span {
  padding-right:10px;
}

.badges .facebook {
  background: rgb(48,89,160)
}

.badges .airbnb {
  background: rgb(255,80,89);
}

.badges .email {
  background: rgb(127, 195, 97);
}

.badges .email span {
  font-size:1.6em;
  position:relative;
  top:4px;
}

.badges .phone span {
  font-size:1.2em;
}

.badges .phone {
  background: rgb(127, 0, 127);
}


.maxwidth {
  max-width: 1200px;
  margin:0 auto;
}

#facilities ul {
  display:grid;
  grid-template-columns: repeat(auto-fit, minmax(300px, 1fr));
  list-style: none;
  width:100%;
  padding:0;
}

#facilities img {
  max-width:5vw;
}

#facilities li {
  padding: 4vw 0;
  text-align:center;
  border:1px solid #f5f5f5;
}

#facilities span {
  white-space:nowrap;
}

#location {
  display:grid;
  grid-template-columns: repeat(auto-fit, minmax(300px, 1fr));
  padding:80px 0;
}

#location img {
  width:100%;
}
#location div {
  padding: 0 20px;
}
