:root {
  --gold: #9c864f;
  --dark: #000000;
  --grey: #f2f2f2;
}

body,
button,
input,
select,
optgroup,
textarea {
	color: #000;
	font-family: 'Montserrat', serif;
	font-size: 16px;
	font-size: 1rem;
	line-height: 1.5;
}

b {
	font-weight: 700;
}

h1, h2 {
  font-family: "Libre Baskerville", serif;
  font-style: normal;
	color: var(--dark);
}

h1 {
    text-align: left;
    font-size: 3.2em;
		margin-bottom: 10px;
}

.dark h1 {
    color: #fff;
}

.dark h2 {
   color: #fff;
}
.dark h3 {
   color: #fff;
}
.dark p {
	 color: #fff;
}


h2 {
    line-height: normal;
		text-align: left;
		margin-bottom: 10px;
		font-size: 2.7em;
	    
}


h3 {
    font-weight: 700;
    font-size: 2.2em;
    text-transform:lowercase;
    text-align: left;
    margin-bottom: 20px;   
    padding-top: 20px;
}


.start-text h1 {
	margin-bottom: 20px;
	padding-bottom: 0px;
}
.start-text h2 {
	margin-bottom: 20px;
	padding-bottom: 0px;
}

.start-text h3 {
	padding-top: 0px;
	margin-bottom: 40px;
}

h4 {
    font-weight: 400;
    font-size: 16px;
		text-transform: uppercase;
}

h1.sections {
    text-align: center;
    display: block;
    font-size: 1.8em;
    line-height: 30px;
}

p {
	margin-bottom: 1.5em;
	font-weight: 400;
	text-align: left;
}


p.ingress {
	margin-bottom: 1.5em;
	font-size: 20px;
	text-align: left;
}
.fancy {
  line-height: 0.5;
  text-align: center;
	    padding-bottom: 20px;
}
.fancy span {
  display: inline-block;
  position: relative;  
}
.fancy span:before,
.fancy span:after {
    content: "";
    position: absolute;
    height: 20px;
    border-bottom: 2px solid #a49566;
    border-top: 0px solid #a49566;
    top: 0;
    width: 80px;
}
.fancy span:before {
  right: 100%;
  margin-right: 15px;
}
.fancy span:after {
  left: 100%;
  margin-left: 15px;
}

.centered h1 {
    text-align: left;
    font-size: 28px;
    width: 100%;
    text-align: center;
		 position: relative;
}





.introbox h3 {
    text-align: center;
    font-size: 18px;
    text-transform: uppercase;
    margin: 12px 0px;
    color: #a49566;
    letter-spacing: 2px;
}


.introbox p {
    text-align: center;
    font-size: 14px;
    margin: 10px 15px;
    color: #000;
}

.fakta h3 {
	text-transform: uppercase;
    color: #a49566;
    font-size: 20px;
}

.faktaruta p {
	margin-bottom: 18px;
}

.faktaruta h3 {
		text-transform: uppercase;
    color: #000;
    font-size: 16px;
		font-weight: 600;
}

.faktaruta h4 {
		color: #444;
    font-size: 16px;
    font-weight: 400;
    margin-bottom: 25px;
}
@media screen and (max-width: 991px) {

}

@media screen and (max-width: 520px) {

h1 {
	font-size: 2.2em;
}

h2 {
	font-size: 1.8em
}

h3 {
	font-size: 1.3em;
}


}
