:root {
  --gold: #deab01;
  --dark: #1d1e1c;
}

body,
button,
input,
select,
optgroup,
textarea {
	color: var(--dark);
	font-family: 'Montserrat', serif;
	font-size: 16px;
	font-size: 1rem;
	line-height: 1.5;
}

b {
	font-weight: 700;
}

h1, h2 {
  font-style: normal;
  font-weight: 700;
  text-transform: uppercase;
  
}

h1 {
    text-align: left;
    font-size: 3.2em;
		margin-bottom: 10px;
    color: var(--gold);
    letter-spacing: 20px;
}

.columns {
    -webkit-column-count: 2;
    -moz-column-count: 2;
    column-count: 2;
    -webkit-column-gap: 40px;
    -moz-column-gap: 40px;
    column-gap: 40px;
}


.dark h2 {
   color: #fff;
}
.dark h3 {
   color: #fff;
}
.dark p {
	 color: #fff;
}

.split-content .dark h2 {
  color: var(--dark) !important;
}
.split-content .dark h3 {
  color: var(--dark) !important;
}
.split-content .dark p {
  color: var(--dark) !important;
}

h2 {
    line-height: normal;
		text-align: left;
		margin-bottom: 10px;
		font-size: 2.2em;
    letter-spacing: 10px;
	    
}

.swiper-slide h2 {
  text-transform:none;
  letter-spacing: 0px;
  font-size: 3em;
  font-weight: 400;
}

.swiper-slide p {

width: 50%;
margin: 0 auto;
}

h3 {
    font-weight: 400;
    font-size: 1.6em;
    text-transform:none;
    text-align: left;
    margin-bottom: 20px;   
    padding-top: 20px;
}
.flexible h2 {
      text-transform: none;
    letter-spacing: 0;
    font-weight: 400;
}

.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;
}

.heroimage h2 {
  text-align: center;
    text-transform: none;
    letter-spacing: 0px;
    font-weight: 400;
    font-size: 3em;
}

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: 1024px) {
.columns {
    -webkit-column-count: 1;
    -moz-column-count: 1;
    column-count: 1;
    -webkit-column-gap: 40px;
    -moz-column-gap: 40px;
    column-gap: 40px;
}
}

@media screen and (max-width: 520px) {

h1 {
	font-size: 2.2em;
   letter-spacing: 8px;
}

h2 {
	font-size: 1.4em;
  letter-spacing: 8px;
}

h3 {
	font-size: 1.0em;
}

p{
  font-size: 14px;
}


}
