/* Body */

body {
    margin:0;
    padding:0;
    background-color:rgb(228, 210, 185);
    font-family:'Gill Sans', 'Gill Sans MT', Calibri, 'Trebuchet MS', sans-serif;
    font-weight:300;
}

h1, h2, h3 {
font-family:Georgia, 'Times New Roman', Times, serif;
}


/* Navigation */

nav ul {
    background-color:darkolivegreen;
    margin:0px;
    height:80px;
    font-family:'Franklin Gothic Medium', 'Arial Narrow', Arial, sans-serif;
    letter-spacing:3.5px;
    text-transform:uppercase;
    font-size:25px;
    color:whitesmoke;
    display:flex;
    list-style:none;
    gap:50px;
    justify-content:center;
    align-items:center;
    width:97.4%;
}

Nav a{
    text-decoration:none;
}

nav a:link, nav a:visited {
    color:white;
}

nav a:hover, nav a:active {
    color:rgb(200, 143, 102);
}


/* Intro section */

section div{
    text-align:center;
    margin:50px 0px 115px 0px;
}

section div p{
    margin:5px 0px 40px 0px;
    font-size:17px;
    font-weight:400;
}

h1 {
    margin-bottom:10px;
    font-size:50px;
}

section div img {
    margin:0px 60px 0px 60px;
} 


/* Sections */

section {
    margin:0px 35px 0px 35px;
}

section img {
    margin:10px 15px 0px 18px;
}

section p {
    margin-top:5px;
}

figure {
    margin-left:-15px;
}

figure img{
    margin:20px 20px 5px 35px;
}

figcaption {
    margin-left:35px;
    font-family:'Lucida Sans', 'Lucida Sans Regular', 'Lucida Grande', 'Lucida Sans Unicode', Geneva, Verdana, sans-serif;
    font-size:10px;
}

h2 {
    margin:25px 0px 10px 0px;
}

h3 {
    margin:15px 0px 10px 0px;
}

p strong {
    color:rgb(166, 68, 68);
    margin-top:2px;
}

p em strong {
    color:darkolivegreen;
}

ol, ul {
    margin-top:5px;
}


/* Section Music Links */

section ul li a:link, section ul li a:visited {
    color:rgb(75, 96, 40);
    text-decoration:none;
}

section ul li a:hover, section ul li a:active {
    color:rgb(175, 115, 72);
}


/* Footer */

footer {
    background-color:darkolivegreen;
    margin:40px 0px 0px 0px;
    height:10px;
    align-items:center;
    text-align:center;
    font-family:'Franklin Gothic Medium', 'Arial Narrow', Arial, sans-serif;
    letter-spacing:1.5px;
    padding:45px 80px 80px 80px;
}

footer p {
    font-size:13px;
    color:whitesmoke;
}

footer a {
    display:inline-block;
    margin:0 10px;
    text-decoration:none;
    list-style:none;
    justify-content:center;
    align-items:center;
    font-size:18px;
}

footer a:link, footer a:visited {
    color:white;
}

footer a:hover, footer a:active {
    color:rgb(200, 143, 102);
}