/* Container for the whole menu */
/* nav{
	background-color: #AEBDB0;
	position: absolute;
	justify-items: center;
} */

nav{
    display: grid;
    grid-template-columns: repeat(4,1fr);
    position: absolute;
    justify-items: center;
    margin-left: 43vw;
	margin-top: 1.5vw;
    column-gap: 1vw;
}

.logo{
    width: 6vw;
    margin: 20px;
    /*position: absolute;
    margin-top: 2vw;
    margin-left: 3vw;*/
}

nav img{
    margin-right: 0.5vw;
    margin-top: 0.5vw;
    width: 1vw;
}

.page-header{
    position: relative;
    display: flex;
    align-items: center;
    padding: auto;
    margin-bottom: 20px;
}

.page-header h1{
    position:absolute;
    left: 50%;
    transform: translateX(-50%);
    /*margin-left: 30vw;
    margin-top: 4vw;
    /*position: absolute;*/
}

.center-image{
    display: flex;
    justify-content: center;
}

.center-image img{
    width: 800px;
}

h3{
    display: flex;
    justify-content: center;
}

p{
    margin: 3vw;
}

footer{
    position: relative;
    padding: auto;
    display: flex;
    justify-content: center;
}

footer .contact-details
{
    margin: 20px;
}

footer img{
    padding: 0px 5px;
    width: 2vw;
}
