/*
 * Globals
 */


/* Custom default button */
.btn-secondary,
.btn-secondary:hover,
.btn-secondary:focus {
  color: #333;
  text-shadow: none; /* Prevent inheritance from `body` */
}


/*
 * Base structure

svart markering: 100E0D
bakgrunn svart: 181615
gull: f1c318
Blå: 6285bf
rød: d31e45
 */

body {
  background-color: #1E1C1B !important;
  font-family: 'Barlow Condensed';
  text-shadow: 0 .05rem .1rem rgba(0, 0, 0, .5);
  box-shadow: inset 0 0 5rem rgba(0, 0, 0, .5);
}

p {
  font-size: 1.5em;
}

.cover-container {
  max-width: 52em;
}


h1.intro {
  background-color: #100E0D;
  padding: 0.3em 1em;
  font-size: 4em;
  flex: 0 0 100%;
}

section.entry {
  padding: 2em 0;
}
section.entry div.content {
  margin-top: 100px;
  margin-bottom: 50px;
}

.content {
  border: 2px solid white;
  padding: 5px;
}

.image .text {
  position: relative;
  top: -100px;
  width: 50%;
  border: 1px solid #f1c318;
  background-color: #100E0D;
  padding: 10px;
}

.text-left {
  left: 0px;
}

.text-right {
  left: 400px
}

/*
 * Header
 */

.nav-masthead .nav-link {
  padding: .25rem 0;
  font-weight: 700;
  color: rgba(255, 255, 255, .5);
  background-color: transparent;
  border-bottom: .25rem solid transparent;
}

.nav-masthead .nav-link:hover,
.nav-masthead .nav-link:focus {
  border-bottom-color: rgba(255, 255, 255, .25);
}

.nav-masthead .nav-link + .nav-link {
  margin-left: 1rem;
}

.nav-masthead .active {
  color: #fff;
  border-bottom-color: #fff;
}
