#reformer {
    background-image: url('reformer.avif');
    height: 200px;
    background-size: 100% 100%;
    background-repeat: no-repeat;
    background-position: bottom;
    background-size: cover;
}

#pilates {
    background-image: url('pilates.JPG');
    height: 450px;
    width: 450px;
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;

    float: right;
    margin-left: 20px;
    margin-bottom: 15px;    
}

.wrap::after {
    display: block;
    clear: both;
}

header {
    background-color: lightblue;
}

header a {
    color: white;
    text-decoration: none;
}

h1 {
    font-family: Jazz LET, fantasy;   
    color: white;
    text-align: center; 
    font: bold;
    margin-bottom: 0;
}

/* Styles for the nav element */
nav {
    font-size: 1.2em; 
    text-align: center;
    background-color: pink; 
}

/* Remove underline from hyperlinks in nav */
nav a {
    text-decoration: none;
}

/* create styles for nav li */
nav li {
    padding-top: .5em;
    padding-bottom: .5em;
    padding-left: 1em;
    padding-right: 1em;
    width: 100%;
    border-bottom: 1px;
}

nav a:visited {
    color: #344873; /* Visited hyperlinks */
}

nav a:hover {
    color: black; /* Hover state */
}

/*unordered lists */
nav ul {
    list-style-type: none; /* No list markers */
    padding-left: 0; /* Set left padding to 0 */
    margin: 0;
    display: flex; 
    flex-direction: row;
    clear: both;
}


h2{
    text-align: left;
    color: black;
    font-family: 'Times New Roman', Times, serif;
    font-size: 30px;
}

p {
    text-align: left;
    font-size: 20px;
    line-height: 1.5;
}

h3 {
    font-size: 20px;
    clear: both;
    text-align: center;
    background-color: lightblue;
    padding: 10px;
    margin-bottom: 0;
}

.list {
    /* padding-left: 20px; */
    text-align: center;
    list-style-type: none; /* No list markers */
    padding-left: 0;
    font-size: 20px;
    margin-top: 0;
}


footer {
    padding: 10px;
    background-color: pink;
    color: white;
    text-align: left;
    font: bold;
    font-size: 15px;
}