
/* dette gjelder for hele siden */
body {
  font-size: small;
	font-family: 'Helvetica', 'Arial', sans-serif;
	background: #fff;
  margin: 0;
  letter-spacing: 0;
	padding: 0;
	color: #000;
}

/* dette er en paragraf
 * all tekst på siden som er inni en <p> slik </p>*/
p {
	margin-top: 0;
}

a img {
  border: none;
}

/* dette er en link */
a {
	text-decoration: none;
	color: #000;
}

.container-local {
	line-height: 15px;
	border-style: none;
  overflow-x: hidden;
  /* height: 100vh; */
  /* min-height:500px; */
	/* margin-top: 35px; */
	/* margin-left: 35px; */
	/* width: 250px; */
	/* min-width: 250px; */
	/* overflow-x: hidden; */
}

/* dette er en besøkt link */
a:visited {
	text-decoration: none;
}

.image-text-group {
  background: white;
}

.info {
  padding: 0;
}

/* dette er når du hoverer over en link */
a:hover, a:active, a:focus {
  font-style:italic;
  text-decoration: none;
}

/* dette er et navigasjons element */
.nav {
  float: left;
  display: inline-block;
  clear: both;
  cursor: default;
  padding-right: 0;
}

#menu {
  /* position: fixed; */
  padding: 35px;
}

.fixed-menu {
  position: fixed;
}

.row-nowrap {
  -webkit-flex-wrap: nowrap;
  flex-wrap: nowrap;
}

.nav:hover {
  font-weight: bold;
}

/* dette er side inholdet som dukker opp når du hoverer over en nav */
.content {
  display: none;
  /* position: absolute; */
  padding: 16px;
  border: none;
  max-width: 750px;
  /* top: 45px; */
  /* left: 300px; */
}

/* dette er bredden på bio siden
 * hadde annen bredde en resten av innhold*/
#div2 {
  /* width: 570px; */
}

/* dette er titelen til siden, "Erik Wester" */
.title {
  font-size: 150%;
  margin-top: 0px;
  font-weight: 400;
  padding-top: 10px;
  margin-bottom: 45px;
}

.title:hover {
  font-weight: bold;
}

/* dette er bånn av siden, copyright osv */
#footer {
  float: left;
  display: inline-block;
  clear: both;
  margin-top: 35px;
  padding-right: 0;
}

#nav-icon-container {
  /* visibility: hidden; */
  display: -webkit-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  height: 100%;
  -webkit-align-items: center;
  align-items: center;
  position: absolute;
  right: 16px;
}

#nav-icon {
  visibility: hidden;
  width: 52px;
  height: 52px;
  fill: #656565;
}

img {
  object-fit: contain;
  width: 100%;
  height: 100%;
}

.avatar {
  width: 80%;
}

.container-column {
  margin-top: 35px;
}

#click-left, #click-right {
  display: none;
}

@media only screen and (max-width: 754px) {
  #dot-nav-container {
    position: fixed;
    z-index: 99;
    display: -webkit-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    justify-content: flex-end;
    -webkit-transition: opacity .2s ease-out;
    transition: opacity .2s ease-out;
    padding: 8px;
    bottom: 0;
    background: white;
    opacity: 0;
    right: 0;
    left: 0;
    /* right: 16px; */
  }
  .content {
    padding: 0;
  }
  .nav-dot {
    border-radius: 50%;
    width: 6px;
    background: rgba(0, 0, 0, 0.2);
    margin-left: 5px;
    height: 6px;
  }
  .nav-dot-selected {
    background: #242424;

  }

  /* .text { */
  /*   display: none; */
  /* } */

  .hidden {
    display: inline;
  }

  .inline {
    display: -webkit-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    -webkit-align-items: center;
    align-items: center;
    -webkit-flex-wrap: nowrap;
    flex-wrap: nowrap;
    width: 100vw;
    height: 100%;
    -ms-transform: translate(calc(var(--index)*-100%));
    -webkit-transform: translate(calc(var(--index)*-100%));
    transform: translate(calc(var(--index)*-100%));
    -webkit-transition: -webkit-transform .2s ease-out;
    transition: transform .2s ease-out;
  }

  #artist-content {
    width: 100vw;
    box-sizing: border-box;
    padding: 16px;
    -ms-transform: translate(calc(var(--index)*-100%));
    -webkit-transform: translate(calc(var(--index)*-100%));
    transform: translate(calc(var(--index)*-100%));
    -webkit-transition: -webkit-transform .2s ease-out;
    transition: transform .2s ease-out;
  }

  img {
    width: 100vw;
  }
  .column {
    padding: 0;
  }
  .container-column {
    padding: 0;
    margin: 0;
  }

  .img-p {
    height: 100vh;
    /* background: white; */
  }

  #nav-icon {
  }

  #menu {
    display: -webkit-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    -webkit-flex-direction: column;
    flex-direction: column;
    -webkit-transition: opacity .2s ease-out;
    transition: opacity .2s ease-out;
    width: 100vw;
    height: 100vh;
    justify-content: center;
  }

  .fixed-menu {
    position: static;
  }

  .info {
    padding: 16px;
    /* display: none; */
  }

  .hidden {
    display: none;
  }

  .container-local {
    /* height: 100vh; */
  }

  #click-left, #click-right {
    position: fixed;
  }

  #click-left {
    /* background: rgba(22, 22, 22, 0.5); */
    left: 0;
    right: 50%;
    top: 0;
    bottom: 0;

  }

  #click-right {
    /* background: rgba(22, 22, 22, 0.5); */
    left: 50%;
    right: 0;
    top: 0;
    bottom: 0;
  }
}

.text-secondary {
  color: #A9A9A9;
}
