﻿/*@import url('https://fonts.googleapis.com/css2?family=Roboto:ital,wght@0,100;0,300;1,100;1,300&display=swap');*/
@import url('https://fonts.googleapis.com/css2?family=Roboto:ital,wght@0,100;0,300;0,500;1,100;1,300&display=swap');
body {
}



.intro {
    /*border-radius: 10px;*/
    margin-top: 30px;
    /*margin-left: 10px;
    margin-right: 10px;*/
    /*margin-bottom: 30px;
    padding-top: 10px;*/
    /*padding-bottom: 10px;*/
    /*padding-left: 5px;
    padding-right: 5px;*/
    font-family: 'Roboto';
    font-size: large;
    /*background: rgba(76, 175, 80, 0.3)*/
}

.hometext {
    font-family: 'Roboto';
    font-size: medium;
    font-weight:300;
}
.hypertext {
    font-family: 'Roboto';
    font-size: medium;
}
.hometitle {
    font-family: 'Roboto';
    font-size: large;
    font-weight: 500;
}
.homesubtitle {
    font-family: 'Roboto';
    font-size: medium;
    font-weight: 300;
}

.imageBox {
   
    background-color: white;
    box-shadow: 0 4px 8px 0 rgba(0, 0, 0, 0.2), 0 6px 20px 0 rgba(0, 0, 0, 0.19);
   /*border-radius:10px;*/
   width:97%;
}
.imageBoxFakta {
    background-color: white;
    box-shadow: 0 4px 8px 0 rgba(0, 0, 0, 0.2), 0 6px 20px 0 rgba(0, 0, 0, 0.19);
    /*border-radius: 10px;*/
    width: 97%;
}

.otherInfo {
    margin-top: 20px;
    margin-bottom: 30px;
}

.firstdiv{
    visibility:visible;
}

/*Font styles*/



