body {
/*     background: rgb(206,100,84,);
    background: linear-gradient(0deg, rgba(252,176,69,1) 0%, rgba(206,100,84,1) 00%, rgba(144,46,89,1) 70%, rgba(83,29,92,1) 100%);
     */
    color: #ffb1b1;
    
    font-family: Arial, Helvetica, sans-serif;
    font-style: normal;
    font-weight: 500;
    font-size: medium;
    line-height: 1.5;
/*     text-align: justify; */
}

h2 {
    margin-top: 1em;
    margin-bottom: 0.5em;
}

a.title {
    color: #ffb1b1;
    text-decoration: none;
    font-family: Arial, Helvetica, sans-serif;
    line-height: 1.5;
    margin: 15px 0;

    font-style: normal;
    font-weight: 500;
    font-size: x-large;
}

a.title:hover {
    color: #e47900;
}

a.inline {
    color: #ffb1b1;
    text-decoration: none;
    font-style: bold;
    font-weight: 800;
}

a.inline:hover {
    color: #e47900;
}


div.intro {
    width: 100%;
    margin: 0 auto;
    font-size: large;
}

#bottom_nav_container {
    margin-top: 1em;
}

.content {
    margin: 7.5em auto;
    width: 500px;
}

 @media only screen and (max-width: 700px) {
    .content {
        margin: 10% auto; 
        width: 80%;
    }
     
     h1 { font-size: 3em;}
     a, p { font-size: 1em;}
}