/* Reset styles */
.body {
    margin: 0;
}
.p1{
    font-family: cursive;
}
/* Navbar styles */
.navbar {
    background-color: black;
    padding: 10px;
    display: flex;
    justify-content: space-between;
    align-items: center;
}

.navbar ul {
    list-style-type: none;
    margin: 0;
    padding: 0;
    display: flex;
}
a:hover {
    background-color: #292929;
    cursor: pointer;
}
.navbar li {
    margin-left: 100px; /* Pushes all items to the right */
}

.infoknap {
    padding-right: 15px;
}

.navbar a {
    
    cursor: pointer;
    text-decoration: none;
    color: white;
    font-size: xx-large;
    font-family: Impact, Haettenschweiler, 'Arial Narrow Bold', sans-serif;
}

.logo {
    display: flex;
    align-items: center;
    padding: 10px;
    max-height: 50px;
    height: 50px;
    
}

.logo img {
    max-height: 100%;
}

/* Specific styles for Document 1 */
.coverphoto {
    width: 100%;
    height: 1200px;
    object-fit: cover;
    object-position: 25% 45%;
}

/* ------Specific styles for Document 2------- */
.article-containervejledning {
    text-align: center;
    background-color: rgb(255, 255, 255);
}

.coverfotoboxvejledning, 
.coverfotonormal {
    margin: 0;
}

.h1vejledning{
    font-family: Impact, Haettenschweiler, 'Arial Narrow Bold', sans-serif;
    position: absolute;
    color: rgba(0, 0, 0, 0.776);
    top: 200px;
    left: 200px;
}
.cover-tekst-vejlednings-coverbillede {
    font-family: Impact, Haettenschweiler, 'Arial Narrow Bold', sans-serif;
    position: absolute;
    color: rgba(0, 0, 0, 0.776);
    top: 250px;
    left: 130px;
    
}

.coverfotovejledning {
    width: 100%;
    height: 450px;
    object-fit: cover;
    object-position: 25% 45%;
}

.imgquestionmarkcontainer,
.img-kend-dit-kameracontainer,
.img-oevelse.goer-mester-container {
    position: relative;
    padding-right: 8%;
}
.imgsize2 {
    margin: 50px 50px 50px 50px;
    width: 445px;
    height: 500px;
    object-fit: cover;
    object-position: 30% 30%;
}
.imgsize {
    margin: 50px 50px 50px 50px;
    width: 445px;
    height: 400px;
    object-fit: cover;
    object-position: 45% 50%;
}

.h2-vejledning {
    margin: auto;
    font-family: Impact, Haettenschweiler, 'Arial Narrow Bold', sans-serif;
    font-weight: lighter;
    position: relative;
}

.centertext {
    align-items: center;
    position: relative;
    display: flex;
    padding: 50px
    
}

.h2center {
    left: 50px;
    position: relative;
}
.section7 p{
    margin-left: 120px;
}

/* Specific styles for Document 3 inspiration */


.coverfotoinspiration{ 
    width: 100%;
    height: 450px;
    object-fit: cover;
    object-position: 25% 75%;
    margin: 0;}

.h1inspiration 
{
margin: 25px 50px 50px 50px;
display: flex;
justify-content: center;
font-size: 30px;
flex-direction: column;
align-items: center;
}
.h1big
.textcontainercenter{
    margin: 50px 80px 50px 50px;
    line-height: 40px;
    display: flex;
    justify-content: center;
    flex-direction: column;
}
.sectioncenter{
    display: inline-block;
    justify-content: center;
    flex-direction: column;
}
.sectioncenter p{
    margin: auto;
    font-weight: lighter;   
    position: relative;
}
.h2-inspiration{
    margin: auto;
    font-family: Impact, Haettenschweiler, 'Arial Narrow Bold', sans-serif;
    font-weight: lighter;
    position: relative;
}

.centerp {
    position: relative;
    
}

/* Specific styles for Document 4 inspiration */
.section1meetup
{
display: flex;
padding: 0px;
flex-direction: column;
justify-content: center;
align-items: center;
position: relative;
}
.section1meetup img{
    width: 1500px;
    height: auto;
    max-width: 100%;
    max-height: 400px;
    object-fit: cover;
    object-position: 25% 25%;
    margin: 0;
}
.section1meetup figure{
    margin: 0 0 0 0;
}
.section-padding-meetup{
    padding: 35px 25px 35px 25px ;
}
.sectionrow {
    display: flex;
    flex-direction: row;
}




/* ---------Specific section styles--------- */
.textcontainer{
    margin: 50px 80px 50px 50px;
}
.textcontainer p{
    line-height: 4;
}

.section-hvor-skal-jeg-starte {
    background-color: rgba(255, 255, 255);
}
.section2 {
    display: flex;
    justify-content: space-between;
}
.section2inspiration{
        display: flex;
        flex-direction: column;
        justify-content: center;
        align-items: center;
}
.section3 {
    background-color: rgba(0, 119, 255, 0.5);
    display: flex;
    justify-content: space-between;
}

.section4 {
    background-color: rgb(255, 255, 255);
    display: flex;
    justify-content: space-between;
}

.section5 {
    background-color: rgba(0, 255, 255, 0.312);
    display: flex;
    justify-content: space-between;
}
.section6 {
    background-color: rgb(255, 255, 255);
    display: flex;
    justify-content: space-between;
}

.section7 {
    background-color: rgba(247, 158, 33, 0.764);
    display: flex;
    justify-content: space-between;
    
}
.textpadding-bottom{ 
    padding-bottom: 50px;
}
.section7 article{
    display: flex;
    flex-direction: column;
}

/* -----------Footer section -------------*/
footer {
    background-color: #f2f2f2;
    padding: 20px 0;
    text-align: center;
}

.footer-container {
    display: flex;
     }