@charset "UTF-8";
/* Sist oppdatert: 24. Mars 2025 08:15 | Av: isakbh */
/* Sist oppdatert: 27. November 2024 | Av: isakbh */
.lightmode {
  background-color: #F0F8FF;
}
.lightmode button {
  background-color: #dddddd;
  color: #000;
}
.lightmode button:hover {
  background-color: #bebdbd;
}

.darkmode {
  background-color: #070b1d;
  color: #f8f8f8;
}
.darkmode button {
  background-color: #364c69;
  color: #f8f8f8;
}
.darkmode button:hover {
  background-color: #425d80;
}
.darkmode button:active {
  background-color: rgb(90.5660377358, 125.0188679245, 170.4339622642);
}
.darkmode #logg {
  background-color: #1a2432;
}
.darkmode .meny_topp {
  background-color: #29394f;
}
.darkmode #hjemknapp {
  background-color: #364c69;
  color: #f8f8f8;
}
.darkmode #hjemknapp:hover {
  background-color: #425d80;
}
.darkmode #hjemknapp:active {
  background-color: rgb(90.5660377358, 125.0188679245, 170.4339622642);
}
.darkmode #social {
  color: #f8f8f8;
}
.darkmode #social:hover {
  background-color: #425d80;
}
.darkmode #youtube {
  transition: 0.2s ease-out;
  aspect-ratio: 16/9;
  width: 90%;
  border-radius: 12px;
  margin-top: 5px 0 5px 0;
  filter: drop-shadow(0 0 20px white);
}
.darkmode #youtube:hover {
  transform: scale(1.025);
  filter: drop-shadow(0 0 50px white);
}
.darkmode .meny_topp_høyre {
  background-color: #364c69;
}
.darkmode .meny_topp_høyre button {
  background-color: #364c69;
  color: #f8f8f8;
}
.darkmode .meny_topp_høyre button:hover {
  background-color: #425d80;
}
.darkmode .meny_topp_høyre button:active {
  background-color: rgb(90.5660377358, 125.0188679245, 170.4339622642);
}

@media (prefers-color-scheme: light) {
  body {
    background-color: aliceblue;
    color: black;
  }
}
@media (prefers-color-scheme: dark) {
  body {
    background-color: #070b1d;
    color: #f8f8f8;
  }
  button {
    background-color: #333333;
    color: #f8f8f8;
  }
  button:hover {
    background-color: #555555;
  }
  #logg {
    background-color: #1a2432;
  }
  .meny_topp {
    background-color: #29394f;
  }
  #hjemknapp {
    background-color: #364c69;
    color: #f8f8f8;
  }
  #hjemknapp:hover {
    background-color: #425d80;
  }
  #social {
    color: #f8f8f8;
  }
  #social:hover {
    background-color: #425d80;
  }
  .meny_topp_høyre {
    background-color: #364c69;
  }
  .meny_topp_høyre button {
    background-color: #364c69;
    color: #f8f8f8;
  }
  .meny_topp_høyre button:hover {
    background-color: #425d80;
  }
  .meny_topp_høyre button:active {
    background-color: rgb(90.5660377358, 125.0188679245, 170.4339622642);
  }
}
/* Navigation bar */
.meny_topp {
  background-color: rgb(225, 237, 248);
  color: #111528 !important;
  text-align: center;
  padding: 10px;
  width: 100%;
  height: 2em;
}

#hjemknapp {
  position: absolute;
  top: 0;
  left: 0;
  background-color: #F0F8FF;
  color: #111528;
  border-radius: 50px;
  font-size: 1em;
}
#hjemknapp:hover {
  background-color: rgb(204, 212, 219);
}
#hjemknapp:active {
  background-color: rgb(138, 200.4, 255);
}

#social {
  color: black;
  padding: 10px;
  margin: auto 0;
  font-size: 2em;
  border-radius: 50px;
  height: 2em;
}
#social:hover {
  background-color: rgb(204, 212, 219);
  transition: 0.5s;
  padding: 0;
}

.meny_topp_høyre {
  position: absolute;
  top: 0;
  right: 0;
  border-radius: 50px;
  font-size: 1em;
  background-color: #F0F8FF;
}
.meny_topp_høyre button {
  background-color: #F0F8FF;
  border-radius: 20px;
  color: #111528;
}
.meny_topp_høyre button:hover {
  background-color: rgb(204, 212, 219);
}
.meny_topp_høyre button:active {
  background-color: rgb(138, 200.4, 255);
}

.dropbtn {
  background-color: #F0F8FF;
  color: #111528;
  border-radius: 50px;
  font-size: 1em;
  position: absolute;
  top: 0;
  left: 0;
}

.dropdown {
  position: absolute;
  top: 0;
  left: 0;
  display: inline-block;
  transition: 1s;
}

.dropdown-content {
  display: none;
  position: absolute;
  top: 0;
  left: 0;
  background-color: #f1f1f1;
  min-width: 160px;
  filter: drop-shadow(0px 0px 20px black);
  z-index: 1;
}
.dropdown-content a {
  color: black;
  padding: 12px 16px;
  text-decoration: none;
  display: block;
}

.dropdown-content a:hover {
  background-color: rgb(204, 212, 219);
}
.dropdown-content a:hover:active {
  background-color: rgb(138, 200.4, 255);
}

.dropdown:hover .dropdown-content {
  display: block;
}

.dropdown:hover .dropbtn {
  background-color: rgb(204, 212, 219);
}

@media screen and (max-width: 768px) {
  .meny_topp {
    flex-direction: column;
    padding: 15px;
    height: auto;
  }
  .dropdown-content {
    display: none;
  }
  .dropdown.active .dropdown-content {
    display: block;
  }
  #galleriknapp {
    display: none;
  }
}
/* Sist oppdatert: 6. Desember  2024 10:04 | Av: isakbh */
/* CSS Fade In Animation*/
@keyframes fadeIn {
  0% {
    opacity: 0;
  }
  100% {
    opacity: 1;
  }
}
@keyframes animate-glow {
  0% {
    opacity: 0;
    filter: brightness(2);
    transform: scale(0.8, 0.8);
  }
  100% {
    opacity: 1;
    filter: brightness(1);
    transform: scale(1, 1);
  }
}
button {
  padding: 15px 40px;
  border: none;
  outline: none;
  background-color: #dddddd;
  cursor: pointer;
  position: relative;
  border-radius: 12px;
  text-decoration: none;
  font-weight: bolder;
  color: #000;
  margin: 0 auto;
}
button:hover {
  border-radius: 10px;
  transition: 0.5s;
  background-color: #bebdbd;
  border-radius: 12px;
  transform: scale(1.1);
}
button:active {
  background-color: #009578;
  transition: 0.5s;
}

#maps {
  padding-top: 10px;
  padding-bottom: 20px;
}

/* animasjon når du kommer inn på siden */
@keyframes animate-glow {
  0% {
    opacity: 0;
    filter: brightness(2);
    transform: scale(0.8, 0.8);
  }
  100% {
    opacity: 1;
    filter: brightness(1);
    transform: scale(1, 1);
  }
}
/* Essentials */
* {
  font-family: HackFont, Helvetica, Arial, sans-serif;
  transition: 0.25s !important;
}

html {
  color: #f5f5f5;
  text-align: center;
  margin: 0;
  padding: 0;
  animation: animate-glow 1s;
  max-width: 100%;
  overflow-x: hidden;
}

body {
  background-color: #333;
  padding: 5;
  margin: 0;
}

/* Google Maps embed */
#maps {
  position: absolute;
  top: 0;
  left: 0;
  bottom: 0;
  right: 0;
  margin: 0 auto;
  width: 90%;
  height: 90%;
}

#embedwrapper {
  position: relative;
  width: 100%;
  padding-top: 56.25%;
}

@media only screen and (max-width: 768px) {
  #maps {
    width: 100%;
    height: 100%;
  }
}
p::moz-selection {
  background-color: #E1EDF8;
}

/* Side 2 biografi */
#biography {
  width: 35%;
  margin: 0 auto;
  text-align: center;
}
#biography p::selection {
  background-color: #E1EDF8;
}

#bio2 {
  text-align: start;
  font-size: 1.5em;
}
#bio2 p::selection {
  background-color: #E1EDF8;
}
#bio2 p::-moz-selection {
  background-color: #E1EDF8;
}

#isak {
  width: 35%;
  margin: 0 auto;
  text-align: left;
  font-size: 1.5em;
}
#isak p::selection, #isak a::selection {
  background-color: #E1EDF8;
}
#isak p::-moz-selection, #isak a::-moz-selection {
  background-color: #E1EDF8;
}

#isak2 {
  width: 35%;
  margin: 0 auto;
  text-align: left;
  font-size: 1.5em;
}

#kontakt {
  width: 50%;
  margin: 0 auto;
  text-align: left;
  font-size: 1.5em;
}

@media only screen and (max-width: 1200px) {
  #biography {
    width: 75%;
    margin: 0 auto;
    text-align: center;
  }
  #isak {
    width: 75%;
    margin: 0 auto;
    text-align: left;
    font-size: 1.5em;
  }
  #isak2 {
    width: 75%;
    margin: 0 auto;
    text-align: left;
    font-size: 1.5em;
  }
}
/* Automatisk sjekk av default color-themeen til nettleseren */
@media (prefers-color-scheme: light) {
  body {
    background-color: aliceblue;
    color: black;
  }
}
@media (prefers-color-scheme: dark) {
  body {
    background-color: #070b1d;
    color: #f8f8f8;
  }
  button {
    background-color: #333333;
    color: #f8f8f8;
  }
  button:hover {
    background-color: #555555;
  }
  #logg {
    background-color: #1a2432;
  }
  .meny_topp {
    background-color: #29394f;
  }
  #hjemknapp {
    background-color: #364c69;
    color: #f8f8f8;
  }
  #hjemknapp:hover {
    background-color: #425d80;
  }
  #social {
    color: #f8f8f8;
  }
  #social:hover {
    background-color: #425d80;
  }
  .meny_topp_høyre {
    background-color: #364c69;
  }
  .meny_topp_høyre button {
    background-color: #364c69;
    color: #f8f8f8;
  }
  .meny_topp_høyre button:hover {
    background-color: #425d80;
  }
  .meny_topp_høyre button:active {
    background-color: rgb(90.5660377358, 125.0188679245, 170.4339622642);
  }
}
@font-face {
  font-family: HackFont;
  src: url(Hack-v3.003-ttf/ttf/Hack-Regular.ttf);
}

/*# sourceMappingURL=styling2.css.map */
