* {
    margin: 0;
    padding: 0;
    box-sizing: border-box;
    font-family: Arial, sans-serif;
}
body{
    background-color: #28665d;
    background-size: 100%;
}
#bodyHome {
    background-image: url("./tare1.png");
    background-repeat: no-repeat;
}

/* NAVBAR */
.navbar {
    background-color: #222;
    color: white;
    height: 200px;
    padding: 0 40px;
    position: fixed;
    top: 0;
    width: 100%;
    z-index: 1000;

    display: flex;
    justify-content: space-between;
    align-items: flex-end; /* align menus to bottom */

    transition: height 0.3s ease, box-shadow 0.3s ease;
}

/* SHRUNK NAVBAR */
.navbar.shrink {
    height: 100px;
    box-shadow: 0px 20px 30px rgba(0, 0, 0, 0.35);
}

/* MENU BUTTONS */
.nav-menu {
    display: flex;
    gap: 50px;
    padding-bottom: 28px; /* spacing from bottom */
}

.nav-menu a {
    color: white;
    text-decoration: none;
    font-size: 1em;
    padding: 8px 12px;
}

.nav-menu a:hover {
    background-color: #444;
    border-radius: 4px;
}

/* CENTER LOGO */
.nav-center {
    position: absolute;
    left: 50%;
    top: 50%;
    transform: translate(-50%, -50%);
    text-align: center;
    transition: all 0.3s ease;
}

.nav-center img {
    height: 120px;
    transition: height 0.3s ease;
}

.company-name {
    font-size: 2.4em;
    letter-spacing: 0.05em;
    margin-top: 5px;
    transition: font-size 0.3s ease;
}

/* LOGO SHRINK */
.navbar.shrink .nav-center img {
    height: 50px;
}

.navbar.shrink .company-name {
    font-size: 1em;
}


/* ******VARIABLE******* */
.content {
    padding-top: 280px; /* offset fixed navbar */
    padding-left: 15%;
    padding-right: 15%;
    text-align: left;
}

a{
    text-decoration: none;
    color: inherit;
}

h1{
    font-size: 3em;
    color: white;
    letter-spacing: 0.12em;
}

h2{
    font-size: 2.4em;
    color: white;
    padding-top: 30px;
}

h5{
    font-size: 1.5em;
    color: white;
    padding-top: 20px;
}

hr{
    width: 10%;
    background-color: white;
    height: 10px;
    margin-bottom: 30px;
}
.content p{
    color: white;
    padding-top: 0.75em;
    text-align: left;
}

.socialM{
    width: 40px;
    padding-top: 30px;
}


#cr{
    color: white;
    font-size: 0.5em;
    position: absolute;
    bottom: 0;
    right: 0;
    padding: 0.5%;
}
#crA{
    color: white;
    font-size: 0.5em;
    padding: 0.5%;
    text-align: right;
}


.hvem{
    margin-top: 50px;
    margin-left: 20px;
    margin-right: 20px;
    margin-bottom: 50px;
    padding: 15px;
    width: 244px;
    height: auto;
    background-color: #004444;
    border-radius: 15px;
    display: inline-block;
    color: white;
}
.hvemA{
    margin-bottom: 50px;
    padding: 15px;
    width: 420px;
    height: auto;
    background-color: #004444;
    border-radius: 15px;
    display: inline-block;
    color: white;
}


.hvem img{
    width: 50%;
    margin-left: 25%;
}
#l {
    margin-left: 20px;
}
#r {
    margin-right: 20px;
}

#grafFisk{
    width: 500px;
    padding-top: 15px;
    padding-bottom: 10px;
}
p{
    font-size: 1em;
}

li{
    list-style-type: none;
    padding-left: 30px;
    color: white;
}
.pointB li{
    list-style-type: disc;
    padding-left: 0;
}
#pp{
    margin-top: 30px;
}
.hvem p{
    font-size: 0.8em;
}
#Al{
    margin-left: 175px;
    margin-right: 100px;
}
#Ar{
    margin-right: 175px;
    margin-left: 120px;
}

#pulver{
    height: 240px;
    margin-top: 30px;
    border-radius: 20px;
}

#contentHome{
    padding-top: 300px; /* offset fixed navbar */
    text-align: center;
}
#h1Home{
    font-size: 7.5em;
    color: white;
    letter-spacing: 0.12em;
}

#h2Home{
    font-size: 2.4em;
    color: white;
    font-style: italic;
}

#pulverB{
    background-color: #004444;
    width: 400px;
    height: 100px;
    display: inline-block;
    position: absolute;
    margin-top: 30px;
    margin-left: 30px;
    border-radius: 20px;
}

#pris{
    font-size: 2em;
    padding-left: 20px;
    padding-top: 30px;
}

.pulverBr{
    position: absolute;
    left: 47%;
    top: 76%;
    width: 30%;
}