

.aboutText
{
    margin-bottom: 20px;
    max-width: 600px;
    margin: 0 auto; 
}

.aboutText p
{
    margin-bottom: 10px;
    margin-left: 30px;
    margin-right: 30px;
}

.aboutText h3{
    padding-bottom: 10px;
    padding-left: 30px;
    padding-right: 30px;
}


.pic-about-us
{
    height: 250px;
    width: 200px;
    margin-bottom: 30px;
    margin-right: 10px;
    margin-left: 10px;
}

#timeline-text
{
    margin-bottom: 20px;
    max-width: 600px;
    margin: 0 auto; 
    padding: 20px;
}

#first-about
{
    margin-top: 40px;
}

* {
    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;
}

.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: 50px;
}


.semi-cursive
{
    font-family: "Georgia", serif;
    font-size: 25px;
}


#logo
{
    width: 300px;
    height: 300px;
}

.bottum-flowers img{
    width: 100%; 
    height: 300px;
    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;
}


#timeline
{
    width: 300px;
    margin-bottom: 30px;
}