/** Husk å importere eventuelle fonter her 
@import url('######');
**/

html,body {
	width: 100%;
	max-width: 740px;
	height: 100%;
	margin: 0;
	padding: 0;
	font-family: "proxima-nova", sans-serif;
	font-weight: 400;
	
}
#tinymce .btn {
    display: inline-block;
    font-weight: 400;
    text-align: center;
    vertical-align: middle;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    border: 1px solid;
    padding: .375rem .75rem;
    font-size: 1rem;
    line-height: 1.5;
    border-radius: .25rem;
	text-decoration: none;
}
.fw-light{ font-weight: 300 }
.fw-normal{ font-weight: 400 }
.fw-medium{ font-weight: 500 }
.fw-bold{ font-weight: 600 }
.fw-black{ font-weight: 700 }
.fw-extrabold{ font-weight: 900 }
.bg-primary-contrast{ background-color: #314133 }
.introtext {
	font-size: 1.2em;
}
table {
	font-size: .8em;
}
table thead td {
	font-weight: 700;
}
table td {
	padding: .5rem;
	border: 1px solid rgb(228,229,230);
}
table tbody tr:nth-child(even) td {
	background-color: rgb(228,229,230,.5);
}
table tfoot td {
	font-style: italic;
}
/** ################################################## MEDIA QUERIES ################################################## **/
html,body {	font-size: 16px; }

h2, .h2 {
    margin-bottom: 1.5rem;
}

h3, .h3 {
	font-size: 36px;
}

ul{
    padding-left:1.3rem;
}
h4{
    margin-top:2rem;
}

.small, .rte p {
	font-size: 1rem;
}
.pretitle, h1.pretitle {
	font-size: 14px;
	letter-spacing: 0px;
	font-family: "proxima-nova", sans-serif;
}
.pretitle-small {
	font-size: 14px;	
	letter-spacing: 0px;
}
.pretitle, .pretitle-small {
	text-transform: capitalize;
	font-weight: 200;
}
blockquote {
	font-weight: 300;
	font-family: "kepler-std", serif;
	line-height: 1.1;
}
.text-balance {
	text-wrap: balance;
}
.price-text {
	font-size: 1rem;
	font-weight: 700;
}
h5 {
	font-size: 24px;
}
.ff-proxima {
    font-family: "proxima-nova", sans-serif !important;
}
.ff-kepler {
    font-family: "kepler-std", serif !important;
}
@keyframes bounce {
  0%, 100% {
      transform: translateY(0);
  }
  50% {
      transform: translateY(4px);
  }
}

.fa-arrow-down {
  animation: bounce 1.6s infinite ease-in-out;
}
.text-child-white *:not(a) {
    color: #FFFFFF !important;
}
/** Small devices (landscape phones, 576px and up) **/
/** Bootstrap: -sm **/
@media (min-width: 576px) {
	html,body {	font-size: 15px; }
}

/** Medium devices (tablets, 768px and up) **/
/** Bootstrap: -md **/
@media (min-width: 768px) {
	html,body {	font-size: 16px; }
	h3, .h3 {
		font-size: 36px;
	}
	h4 {
		font-size: 28px;
	}
}

/** Large devices (desktops, 992px and up) **/
/** Bootstrap: -lg **/
@media (min-width: 992px) {
	html,body {	font-size: 17px; }
	h2 {
		font-size: 50px;
	}
	.small, .rte p {
		font-size: 0.9rem;
	}
	.pretitle {
		font-size: 16px;
	}
}

/** Extra large devices (large desktops, 1200px and up) **/
/** Bootstrap: -xl **/
@media (min-width: 1200px) {
	html,body {	font-size: 18px; }
	h1, h2.h1 {
		font-size: 84px;
	}		
	.price-text {
		font-size: 1.1rem;		
	}
}

/** HD devices (extra large desktops, 1540px and up) **/
@media (min-width: 1540px) {
}