* {
  margin: 0;
  padding: 0;
  border: none;
  font-family: Montserrat, Arial, sans-serif;
}

body {
  color: #000000;
}

@media screen and (min-width: 1px) {
  body {
    font-size: 5vw;
  }
  .phone, .phone a {
     font-size: 8vw; 
     color: #000000;
     text-decoration: none;
  }
  }


@media screen and (min-width: 800px) {
  body {
     font-size: 1.5vw;
  }
  .phone, .phone a {
     font-size: 2vw;
     color: #000000;
     text-decoration: none;
  }
  }


a {
  color: #000000;
  text-decoration: none;
}



.logo {
  position: relative;
  padding-top: 20px;
  padding-bottom: 20px;
  margin: 20px auto 20px;
  max-width: 300px;
  height: 50px;
  position: relative;
  background: url("logo.png");
  background-position: auto auto 20px;
  background-size: contain;
  background-repeat: no-repeat;
}

.photos {
  position: relative;
  padding-top: 0px;
  padding-bottom: 20px;
  margin: 0px;
  position: relative;
  background: url("gallery.jpg");
  background-size: 100%;
  aspect-ratio:2500/758;
  background-repeat: no-repeat;
}
