body {
  font-family: "Arial";
}

a {
  text-decoration: none;
}

header {
  min-height: 10vh;
  background: #1d71b8;
  /* padding: 1em; */
  color: #fff;
}
header a {
  color: inherit;
}

/* h1 {
  font-weight: bold;
  font-size: 1.5em;
  margin-bottom: 1em;
} */

button {
  position: absolute;
  right: 1em;
  top: 0.8em;
  padding: 8px;
  border: 2px solid #fff;
  border-radius: 5px;
  font-size: 1em;
  background: transparent;
  color: #fff;
  display: none;
}
button:focus, button:hover {
  background: #fff;
  color: #000;
}

nav {
  border-top: 0px solid rgba(255, 255, 255, 0.6);
  padding: 1em 1em 0;
}
nav li {
  padding-top: 0.5em;
  padding-bottom: 0.5em;
  border-bottom: 1px solid rgba(255, 255, 255, 0.6);
}
nav a {
  display: block;
}

.header ul {
  display: none;
}

.header button {
  display: block;
}

ul.is-active {
  display: block;
}

@media (min-width: 4000px) {
  .header ul {
    display: block;
  }

  .header button {
    display: none;
  }

  button {
    display: none;
  }

  nav {
    padding-left: 0;
  }
  nav li {
    display: inline-block;
    /* border-bottom: 10px solid rgba(255, 255, 255, 0.6); */
  }
}
#center {
  min-height: 90vh;
}

#map {
  min-height: 90vh;
  width: 40%;
  float: left;
}

#v360 {
  min-height: 90vh;
  width: 60%;
  margin-left: 40%;
  background-color: #7e7ea1;
  background: url("./img/v360_background.jpg");
}

#main {
  /* height: 70%; */
  min-height: 100vh;
  width: 100%;
}

#logo {
  padding: 15px;
}

.arrow-up {
  width: 0;
  height: 0;
  border-left: 20px solid transparent;
  border-right: 20px solid transparent;
  border-bottom: 20px solid #43a8d7;
}

.inputfile {
  width: 0.1px;
  height: 0.1px;
  opacity: 0;
  overflow: hidden;
  position: absolute;
  z-index: -1;
}

.inputfile + label {
  max-width: 80%;
  font-size: .9rem;
  /* 20px */
  font-weight: 200;
  text-overflow: ellipsis;
  white-space: nowrap;
  cursor: pointer;
  display: inline-block;
  overflow: hidden;
   padding: 0.625rem 1.25rem;
   border       : 1px solid #fff;
   border-radius: 5px;
  /* 10px 20px */
}

.inputfile:focus + label,
.inputfile.has-focus + label {
    outline: 1px dotted #000;
    outline: -webkit-focus-ring-color auto 5px;
}

.inputfile + label * {
    /* pointer-events: none; */
    /* in case of FastClick lib use */
}

.inputfile + label svg {
    width: 1em;
    height: 1em;
    vertical-align: middle;
    fill: currentColor;
}


.inputfile-1 + label {
    color: #fff;
}

.inputfile-1:focus + label,
.inputfile-1.has-focus + label,
.inputfile-1 + label:hover {
    background-color: #00004f;
}