* {
    margin: 0;
    padding: 0;
}


/* CSS HEX */
/*
--desert-sand: #E7BCA8ff;
--silver: #B6B6AEff;
--white: #FFFFFFff;
--alabaster: #EFE9DCff;
--ecru: #C5A971ff;
--black: #000000ff;
--dun: #D0C9ADff;
--sage: #9D9F85ff;
*/


.nav-bar {
    display: flex;
    text-decoration: none;
    margin-top: 40px;
    list-style-type: none;
    color: rgba(75, 145, 75);
    align-items: center;
}


.nav-bar li a {
    text-decoration: none;
    color: rgb(115, 136, 110) ;
    padding: 5px 0; 
    position: relative; 
    margin-left: 20px;
    font-size: 20px;
}

.nav-bar li a:after {
    content: "";
    position: absolute;
    left: 0;
    bottom: 0;
    width: 0; 
    height: 2px; 
    background-color:rgb(115, 136, 110) ; 
    transition: width 0.3s ease;
}

.nav-bar li a:hover::after {
    width: 100%; 
}

.RM-nav p {
    margin-bottom: 20px;
}

#picture
{
    flex: auto;
}

.flowers
{
    width: 200px;
    height: 220px;
    margin-top: 20px;
}


.RM-nav{
    text-align: center;
    margin-top: 100px;
    margin-bottom: 40px;
}


#rm-index
{
    width: 200px;
    height: 250px;
}

#picture
{
    text-align: center;
}

#rebeca-martin-pic{
    height: 400px;
    width: 320px;
    border-radius: 10px;
    margin-bottom: 10px;
}


.QA
{
    margin-bottom: 30px;
}

h1, h2, h3, h4, h5, p
{
    color:rgb(115, 136, 110) ;
}

.cursive
{
        font-family: "Monsieur La Doulaise" ;
        font-weight: 400;
        font-style: normal;
        font-size: 45px;
        margin: 10px;
}


.semi-cursive
{
    font-family: "Georgia", serif;
    font-size: 25px;
}


#logo
{
    width: 300px;
    height: 300px;
}

.bottum-flowers img{
    width: 100%; /* Fyll hela skärmens bredd */
    height: 300px; /* Gör höjden till 50% av skärmhöjden */
    margin: 0;
}

html, body {
    overflow-x: hidden;
}

.map
{
    text-align: center;
    justify-items: center;
    align-items: center;
    place-items: center;
    justify-content: center;
    line-height: 2em;
    margin-bottom: 20px;
}

#map-title{
    margin-bottom: 10px;
}


footer{
    place-items: center;
    padding-top: 20px;
    padding-bottom: 20px;
    background-color: rgb(115, 136, 110) ;
    line-height: 1.7em; 
    margin: 0;
}

footer li {
    text-decoration: none;
    list-style-type: none; 
    text-align: center;
}

footer li a{
    color: white;
    text-decoration: none;
    list-style-type: none; 
    text-align: center;
}

footer li:hover a  {
    color: rgb(38, 68, 43);
}

footer a {
    text-decoration: none;
}