*{
    box-sizing: border-box;
}

main{
    margin: 0px;
    background-color: #dcd9cc;
    background-size: cover;
    z-index: 2;
}

body{
    margin:0px;
    background-color: #dcd9cc;
    max-width: 100%;
}

nav{
    display: flex;
    justify-content: center;
    flex-wrap: wrap;
    gap: 15px;
}

header{
    background-color: #dcd9cc;
    padding: 10px;
    position:sticky;
    top:0px;
    margin-bottom:0px;
    z-index: 1;
}

footer{
    background-color: #dcd9cc;
    margin: 10px;
    z-index: 3;
    bottom:0;
    font-size: 15px;
    color:#4b4a46;
}

img{
   max-width: 100%;
   height:auto;
   display:block;
}

h1, h2, p{
    margin:10px;
    display: block;
}

h1{
    text-align: center;
}

p{
    font-size: 13px;
}

.menu-item{
    color: #4b4a46;
    font-size: 15px;
    text-decoration: none;
}

.section-title{
    font-size: 35px;
}


#homepage-bg{
    background-image: url('../img/homepage-bg.gif');
    background-repeat: no-repeat;
    background-size: cover;
    background-attachment: fixed;
    color:white;
    font-size:37px;
    max-width: 100%;
    height:auto;
    margin: 0px;
}

#teots-cover{
    max-width: 50%;
    height:auto;
    margin:10px 50px;
}

.homepage-text{
    color:#dcd9cc;
    background-color: #827767;
    margin:10px 0px;
}



#seychelles-bg{
    background-color: #cebfbc;
    background-size: cover;
    background-attachment: fixed;
    padding:10px;
    max-width: 100%;
}

.seychelles-section{
    color: #605654
}

#seychelles-img{
    margin: 10px 10px 10px 10px;
    max-width:95%;
    height: auto
}

#bahamas-map{
    max-width:100%;
    height:auto;
}

#foraminifera{
    max-width: 50%;
    height:auto;
    margin: 0 auto;
}

.bahamas-section{
    background-image: url('../img/pink-sands-bg.jpg');
    background-repeat: no-repeat;
    background-size: cover;
    background-attachment: fixed;
    padding:10px;
    color:#4b4a46;
}

.iceland-section{
    background-image: url('../img/iceland-bg.jpg');
    background-repeat: no-repeat;
    background-size: cover;
    background-attachment: fixed;
    color: white;
    padding:10px;
}

.australia-section{
    background-color: #90bfbf;
    color: #f8f5f6;
    background-size:cover;
    background-attachment:fixed;
    margin-top: 0px;
    padding:10px;
}

#australia-img{
    margin: 0px 10px 0px 10px;
    max-width: 95%;
}

#reynisfjara{
    max-width:100%;
    height:auto;
}





@media screen and (min-width:1080px){
    nav{
        justify-content: flex-start;
    }

    main{
        display:flex;
        flex-direction: column;
        justify-content: space-evenly;
    }

    .menu-item{
        font-size: 20px;
        margin: 45px;
    }

    .homepage-title{
    color:white;
    font-size:55px;
    }

    .section-title{
    font-size: 40px;
    }

    #teots-cover{
    max-width: 25%;
    height:auto;
    margin:10px;
    }

    #seychelles-img{
    margin: 10px 10px 10px 10px;
    max-width:98%;
    }

    #australia-img{
    margin: 0px 10px 0px 10px;
    max-width: 98%;
    }

    p{
    font-size: 15px;
    }

    #bahamas-map{
    max-width:50%;
    height:auto;
    margin: 0 auto;
    }

    #foraminifera{
    max-width: 25%;
    height:auto;
    }

    #reynisfjara{
    max-width:50%;
    height:auto;
    margin: 0 auto;
    }

    #iceland-p{
        text-align: center;
        margin: 50px 300px 50px 300px
    }
}