@font-face {
    font-family: aspiraRegular;
    src: url(Aspira-Regular.otf);
}

@font-face {
    font-family: aspiraBold;
    src: url(Aspira-Bold.otf);
    font-weight: bold;
}

@font-face {
    font-family: saffranBold;
    src: url(Saffran-bold.otf);
    font-weight: bold;
}

::-webkit-scrollbar {
    width: 18px;
}
 
::-webkit-scrollbar-track {
    background-color: #333333;
}
 
::-webkit-scrollbar-thumb {
    background-color: rgba(255,255,255,0.5); ;  
}

*.unselectable {
    touch-action: pan-y;
    -moz-user-select: none;
    -khtml-user-select: none;
    -webkit-user-select: none;
    -webkit-font-smoothing: antialiased;
    user-select: none;
}

hr {
    margin-top: 50px; 
    margin-bottom: 50px; 
    margin-right: 50px;
    display: block;
    height: 1px;
    border: 0;
    border-top: 1px solid #333333;
}


body {
    background-color: black; 
    margin: 0px;
    overflow-y:hidden;
    overflow-x:hidden;
}

.mainHeadContainer {
    width: 1920;
    height: 512px;
    top: 0px; 
    left: 0px; 
}

#mainHead {
    font-family: aspiraBold;
    font-size: 104;
    color: white;
    position: absolute;
    width: 1920px;
    top: 325px; 
    left: 0px;
    text-align: center;
}

#mainLurer {
    position: absolute;
    left: 33px;
    top: 27px;
    z-index: -1;
}

.colorBlue{
    color: #74C9E3;
}

.colorGreen{
    color: #007E83;
}

.colorYellow{
    color: #f0f0b2;
}

.colorWhite{
    color: #fff;
}

.underline{
    text-decoration: underline; 
}

.bold{
    font-weight: bold;
}

.bgColorBlue{
    background:#74C9E3;
}

.bgColorGreen{
    background:#007E83;
}

.bgColorYellow{
    background:#f0f0b2;
}


/* MAIN MENU */


a.mainMenuLink:link {
    text-decoration: none;
}

a.mainMenuLink:visited {
    text-decoration: none;
}

a.mainMenuLink:hover {
    text-decoration: none;
}

a.mainMenuLink:active {
    text-decoration: none;
}


.mainMenuGroup {
    display:grid; 
    grid-gap: 0px;
	grid-template-columns: 4;
    width: 2000px;
    height: 508px; 
    top: 562px; 
    left: 100px;
}

.mainMenuGroupFirst {
    float: left;
    width: 5%;
    height: 508px;     
}

.mainMenuGroupItem {
    float: left;
    width: 606px;
    height: 508px; 
}

.mainMenuHead {
    font-family: saffranBold;
    font-size: 47;
    width: 560px;
    height: 72px;
    text-align: left;
}

.mainMenuMore {
    font-family: aspiraBold;
    font-size:20;
    color: #ffffff;
    width: 500px;
    height: 60px;
    margin-bottom: 0px; 
    margin-top: 0px; 
    text-align: left;
}


.mainMenuDivider {
    width:410px;
    height:10px;    
}

.mainMenuBulletWrapper {
    display:grid; 
    grid-template-columns: 310px  310px;
    grid-template-areas: "col1 col2";
    font-family: aspiraRegular;
    margin-top: 15px;
    width: 620px;
}

.mainMenuBulletWrapperOneColumn {
    font-family: aspiraRegular;
    margin-top: 15px;
    width: 620px;
    height: 150px;
}

.mainMenuLink {
    white-space: nowrap;
    line-height: 140%;
    font-size: 20;
    color: #fff;
}

.mainMenuBulletWrapperItem1 {
    grid-area: col1;
    width: 303px; 
}
.mainMenuBulletWrapperItem2 {
    grid-area: col2;
    width: 303px;
    line-height: 140%;
}

ul {
    
    list-style: none;
    margin-left: 0;
    font-family: aspiraRegular;
    font-size:18;
    color: #ffffff;
    padding-left: 1.2em;
    text-indent: -1.2em;
}


/* UNDERSIDER */

.subHeadContainer {
    width: 1920;
    height: 200px;
    top: 0px; 
    left: 0px; 
}

#subLurer {
    position: absolute;
    left: 25px;
    top: 25px;
    height: auto; 
    width: auto; 
    max-width: 370px; 
    max-height: 200px;
    z-index: -1;
}

.subContentContainer{
    display: grid;
    grid-gap: 10px;
    grid-template-columns: 700px  680px;
    grid-template-areas:
                       "header header"
                       "ingress bilde"
                       "content content";
    position: absolute;
    width: 1400px;
    height: 720px; 
    margin-right: 20px;
    top: 260px;
    left: 81px; 
    overflow-y: auto;
    overflow-x: hidden;
}

.subContentHead{
    grid-area: header;
    font-family: aspiraBold;
    font-size:76;
}

.subContentIngress{
    grid-area: ingress;
    font-family: aspiraRegular;
    font-size:42;
    width: 700px;
    height: 550px; 
    overflow: hidden;
    color: #ffffff;
}

.subContentImageWrapper {
    grid-area: bilde;
}

.subContentIngressImage {
    
    height: auto; 
    width: auto; 
    max-width: 600px; 
    max-height: 500px;
}
.subContentIngressImageText {
    font-family: aspiraRegular;
    font-size:16;
    width: 708px;
    margin-top: 10px;  
    text-align: justify;
    color: #ffffff;    
}

.subContentWrapper{
    grid-area: content;
    color: #ffffff;
    margin-top: 100px; 
}

.subContentSubHead {
    font-family: aspiraBold;
    font-size:35;
}

.subContentSubHead2 {
    font-family: aspiraBold;
    font-size:26;
    margin-bottom: 0;
    margin-top: 40px;
    padding-bottom: 0px;
}
.subContentSubHead3 {
    font-family: aspiraBold;
    font-size:22;
    margin-bottom: 0;
    margin-top: 40px;
    padding-bottom: 0px;
}

.subContentSubContent {
    font-family: aspiraRegular;
    font-size:20;
    margin-bottom: 20px; 
    margin-right: 200px; 
    line-height: 140%;
}
.subContentSubContentWide {
    font-family: aspiraRegular;
    font-size:20;
    margin-bottom: 20px; 
    line-height: 140%;
}

.subContentLink {
    font-family: aspiraRegular;
    font-size:20;
    margin-bottom: 0px; 
    margin-top: 0px; 
    line-height: 140%;
}

.subContentImage {
    height: auto; 
    width: auto; 
    max-width: 300px; 
    max-height: 300px;
    margin-left: 40px; 
}

.subSideMenu {
    position: fixed;
    left: 1550px;
    top: 270px;
}

.subContentEndSpacer200{
    width: 10; 
    height: 200;
}

.subContentEndSpacer500{
    width: 10; 
    height: 500;
}

.subContentEndSpacer{
    width: 10; 
    height: 400;
}


/* SIDEMENY */

#sidePaw {
    /*position: absolute;*/
    left: 25px;
    top: 25px;
    height: auto; 
    width: auto; 
    max-width: 61px; 
    max-height: 61px;
    z-index: -1;
}

.sideMenuHead {
    font-family: saffranBold;
    font-size: 27;
    width: 350px;
    height: 40px;
    text-align: left;
}

.sideMenuMore {
    font-family: aspiraBold;
    font-size:13;
    color: #ffffff;
    width: 350px;
    height: 30px;
    margin-bottom: 0px; 
    margin-top: 0px; 
    text-align: left;
}

.sideMenuDivider {
    width:260px;
    height:10px; 
    margin-bottom: 20px;    
    margin-top: 20px;
}

.sideMenuItems {
    font-family: aspiraRegular;
    font-size: 16;
    line-height: 140%;
    width: 350px;
    height: 400px;
    color: #ffffff;
    text-align: left;
    text-decoration: none;
}

.sideMenuItem {
    font-size:14;
    color: #ffffff;
    text-decoration: none;
}
