@import url('https://fonts.googleapis.com/css2?family=Quicksand:wght@300;400;500;600;700&display=swap');
:root {
    --mainGreen: #97c004;
    --mainPink: #d90540;
    --mainYellow: #f3cc02;
    --mainOrange: #f4a105;
    --mainRed: #f43002;
}

* {
    font-family: 'Quicksand', sans-serif;
}
body {
    margin:0;
}
a {
    text-decoration: none;
}
nav {
    display:flex;
    justify-content: center;
}
nav > div > a {
    transition: 0.3s;
    font-size: 12px;
    text-decoration: none;
    font-weight: 800;
    padding: 14px;
    display: inline-block;
}
.notSelected:hover {
    transition: 0.3s;
    background-color: #EBE06A;
    color: white;
}
.selected {
    background-color: #97c004;
    color:white;
}
.top {
    background-image: url("../img/bg-image.jpg");
    background-repeat:no-repeat;
    padding-top: 200px;
    min-height: 600px;
}
.logo {
    background-color: #d90540;
    max-height: 10%;
    max-width: 10%;
    padding: 18px;
    display:block;
    margin:auto;
}
.mainTekst{
    color:white;
    margin-top: 0;
    background-color: #d90540;
    margin:auto;
    text-align: center;
}
.flip1 {
    font-size: 92px;
    max-width: 30%;
}
.flip2 {
    font-size: 42px;
    max-width: 20%;
}
.guests{
    margin: 0, 0, 0, 0;
    background-color: lightgray;
    min-height: 800px;
}
.guests > h2 {
    text-align: center;
    display:block;
    padding: 12px;
    font-size: 68px;
    font-weight: 300;
    margin-top: 0;
    padding-top: 40px;
}
.guestList {
    margin:auto;
    display:flex;
    justify-content: center;
    flex-wrap:wrap;
    max-width: 1000px;
}

.guest {
    background-color: white;
    margin: 20px;
    height: 250px;
    width: 200px;
}
.dag {
    padding: 6px 0 6px 8px;
    color: white;
    font-weight: 600;
    margin-bottom:1px;
}
.greenB { background-color: var(--mainGreen);} 
.pinkB { background-color: var(--mainPink);} 
.yellowB { background-color: var(--mainYellow);} 
.orangeB { background-color: var(--mainOrange);} 
.redB { background-color: var(--mainRed);}

.guest .personImg img {
    display:block;
    width:100%;
    margin-bottom:0;
    overflow:hidden;
    transition: 0.3s;
}
.guest .personImg img:hover {
    transform: scale(1.2);
}
.personImg {
    overflow:hidden;
}
.guest > .guestInfo > h5 {
    margin: 15px 0 0 15px;
    font-size: 16px;
    font-weight: 800;
}
.guest > .guestInfo > p {
    margin: 0 0 0 15px;
    font-size: 16px;
}
.programmet > h2 {
    text-align: center;
    font-size: 60px;
    font-weight: 300;
}
.programBox {
    display:flex;
    justify-content: center;
    height: 900px;
    gap: 30px;
}
.pIndhold {
    height:100px;
    width: 540px;
    display:flex;
    gap: 10px;
    align-items: center;
    margin-bottom: 25px;
}
.dagsProgram > h3 {
    font-size: 30px;
    font-weight: 400;
}
.pTekst {
    width: 490px;
}
.pTekst > a {
    font-size: 28px;
    font-weight: 500;
    color: black;
}
.pTekst > p {
    margin: 0;
    font-weight: 400;
    font-size: 18px;
}
.pTekst > a:hover {
    text-decoration: underline;
}
.pTid {
    height: 100px;
    width: 100px;
    border-radius: 50%;
    color:white;
    display:flex;
    justify-content: center;
    align-items: center;
    font-size: 24px;
    flex-shrink: 0;
}
.dagsProgram div:nth-of-type(5n+1) .pTid { background-color: var(--mainGreen); }
.dagsProgram div:nth-of-type(5n+2) .pTid { background-color: var(--mainPink); }
.dagsProgram div:nth-of-type(5n+3) .pTid { background-color: var(--mainYellow); }
.dagsProgram div:nth-of-type(5n+4) .pTid { background-color: var(--mainOrange); }
.dagsProgram div:nth-of-type(5n+5) .pTid { background-color: var(--mainRed); }
.info {
    color: white;
    background-color: #97c004;
    width:100%;
    height: 600px;
}
.info > h1 {
    text-align: center;
    padding-top: 40px;
    margin-bottom: 10px;
    font-size: 80px;
}
.kontaktbillet {
    display:flex;
    justify-content: center;
    gap: 40px;
}
.kontaktbillet > article {
    width: 500px;
}
.kontaktbillet > article > h3 {
    font-size: 32px;
}
.kontakt > address {
    font-size: 20px;
}
.billet > p {
    font-size: 20px;
    margin-bottom: 0;
    margin-top: 2px;
}
.billet > p > a {
    color: white;
    font-weight: bold;
}
.info > a {
    margin:auto;
    margin-top: 50px;
    width: 200px;
    height: 60px;
    border-radius: 40px;
    background-color: #799a03;
    align-items: center;
    color:white;
    font-size: 28px;
    display:flex;
    justify-content: center;
}
.sponsorer {
    height: 300px;
    color: #97c004;
    background-color: #333333;
}
.sponsorer > h1 {
    text-align: center;
    font-size: 60px;
    margin-top: 0;
    padding: 20px;
    
}
.sponsorlogos {
    display:flex;
    justify-content: center;
    align-items: center;
    gap: 40px;
    margin-top: 70px;
}
.sponsorlogos img {
    height: 60px;    
    background-color: white;
}
.sponsorlogos > a > .urtekram {
    border: 5px solid white;
    height: 80px;
}
.sponsorlogos .arla {
    background-color: transparent;
}
.sponsorlogos .giveborder {
    border: 10px solid white;
    height: 60px;
}