@import url(https://fonts.googleapis.com/css?family=Nunito);
* {
  box-sizing: border-box;
}

body .vue {
  background-image: url("/img/wheel.png");
  background-position: 6.5vw 17.5vw;
  background-repeat: no-repeat;
  background-size: 31vw;
  display: grid;
  font-family: "SanDiego", Helvetica, Arial, sans-serif;
  grid-template-areas: ". masthead ." "nav content sidebar" ". footer .";
  grid-template-columns: 1fr 2fr 1fr;
  grid-template-rows: auto 8.5fr 1fr;
  margin: auto;
  width: 100%;
}

.masthead {
  background-image: url("/img/logo.png");
  background-position: top center;
  background-repeat: no-repeat;
  background-size: 100%;
  font-size: 19vw;
  grid-area: masthead;
  text-indent: -9999px;
}

.content {
  grid-area: content;
}
.content img {
  width: 100%;
}

.nav {
  grid-area: nav;
  list-style-type: none;
  margin-right: 1vw;
  margin-top: 0.8vw;
  /* width: 13vw; */
  /* justify-self: end; */
  text-align: right;
}

.nav a {
  color: black;
  display: inline-block;
  font-size: 7.5vw;
  height: 2.5vw;
  line-height: 6vw;
  overflow: hidden;
  text-align: right;
  text-decoration: none;
}
.nav a:hover {
  background-image: url("/img/bullet.svg");
  background-position: left;
  background-repeat: no-repeat;
  background-size: 3.6vw;
  padding-left: 4.2vw;
}
.nav a.selected {
  color: #933e20;
  /* background-image: url('/img/bullet-selected.svg');
  background-size: 3.6vw;
  background-repeat: no-repeat;
  background-position: left;
     padding-left: 4.2vw; */
}

#map > div > div > * {
  /* margin: 20px !important; */
}

[title="Toggle fullscreen view"],
.gm-fullscreen-control {
  right: 20px !important;
  top: 20px !important;
}

#map > div > div > div:nth-of-type(9) {
  left: 20px !important;
  top: 20px !important;
}

#map > div > div > div:nth-of-type(4) {
  right: 112px !important;
}

#map > div > div > div:nth-of-type(6) {
  right: 40px !important;
}

#map > div > div > div:nth-of-type(8) {
  bottom: 180px !important;
  right: 60px !important;
}

img[src="https://maps.gstatic.com/mapfiles/api-3/images/google_white5_hdpi.png"] {
  left: 20px !important;
  top: -10px !important;
}

#ui-datepicker-div.ui-datepicker,
#demo {
  font-family: helvetica;
  font-size: 12pt;
}

.blog p::first-letter {
  font-family: SanDiego-Medium;
  font-size: 4.4vw;
  /* vertical-align: top; */
}

@font-face {
  font-family: SanDiego;
  src: url("/fonts/SanDiego-Small.otf") format("opentype");
}
/* temp */
/* .capt */
/* iPhone X */
/* @media only screen
and (device-width : 375px)
and (device-height : 812px)
and (-webkit-device-pixel-ratio : 3) {
  .content img {
	width: 100%;//not needed anymore? Added to web, too?
} */
.sidebar {
  grid-area: sidebar;
  height: 100%;
  margin-left: 1vw;
  width: 12vw;
}
.sidebar * {
  -webkit-margin-after: 0;
          margin-block-end: 0;
  -webkit-margin-before: 0;
          margin-block-start: 0;
}
.sidebar .posts {
  font-size: 20px;
}
.sidebar .posts ul {
  font-size: 3.8vw;
  list-style-type: none;
  padding: 0;
  text-align: center;
}
.sidebar .posts li {
  display: inline-block;
}
.sidebar .posts .paginate-list {
  margin: 0 auto;
  text-align: left;
}
.sidebar .posts .paginate-list li {
  display: block;
}
.sidebar .posts .paginate-list li:before {
  color: slategray;
  font-weight: bold;
}

.sidebox {
  background: linear-gradient(to bottom, #dfd1b0 0%, #dfd1b0 1.8vw, #f5f1e6 1.8vw);
  background-color: #f5f1e6;
  border-radius: 1.2vw;
  font-size: 3.8vw;
  font-weight: normal;
  line-height: 1.5vw;
  margin-bottom: 20px;
  padding-top: 0.7vw;
}
.sidebox dl * {
  display: inline-block;
  -webkit-margin-start: 0;
          margin-inline-start: 0;
}
.sidebox dd {
  color: #a5b173;
}
.sidebox h3 {
  font-weight: normal;
  margin: 0.5vw 0 0;
  text-align: center;
}
.sidebox h4 {
  font-weight: normal;
  margin: 0 0;
  text-align: center;
}
.sidebox p,
.sidebox dl {
  padding: 0.5vw;
}
.sidebox time {
  color: #b7b7b7;
  cursor: pointer;
  display: block;
  font-size: smaller;
  position: relative;
  text-align: center;
  top: 10px;
}
.sidebox time i.fab {
  display: inline;
  font-size: 1vw;
  margin-left: -10px;
  margin-right: 8px;
  position: relative;
  top: -33px;
}
.sidebox time i.fas {
  display: inline;
  font-size: 0.9vw;
  position: relative;
  right: -0.5vw;
  top: -34px;
}
.sidebox p.count {
  font-family: "Helvetica Neue";
  font-size: small;
}
.sidebox.blog .follow {
  background-color: grey;
  display: flex;
  font-size: 1.4vw;
  height: 1.8vw;
  justify-content: space-evenly;
  position: relative;
  top: -1vw;
}
.sidebox.blog .follow i {
  color: white;
  cursor: pointer;
  margin: 4px;
}
