body {
    height: 100%;
    margin: 25px;
    min-height: 100vh; 
    display: flex;
    flex-direction: column;
}

.sidebar {
    color: white;
    width: 30%;
    float: right;
    border: 4px solid black;
    padding: 16px;
    box-shadow: -5 5 8 gray;
    background-color: #CD5819;
    border-image:url(filmstrip.png);
}


a:hover {
    color: #CD5819; 
}

#abovefold {
    display: inline-block;
}

#belowfold {
    display: inline-block;
}

#definition {
    width: 50%;
    border-left: 3in;
    padding-left: 1in;
    float: left;
}

#definition h2 {
    font-weight: bold;
    font-size: 24px;
    font-family: Courier, sans-serif;
    text-align: center;
    border-bottom-width: 0.25in;
    border-bottom-style:  ridge;
    border-bottom-color: #41B0F6;
}




#discussion {
    display: inline-block;
}


.flex-container {
    flex-direction: column;
}

#finalthoughts {
    width: 40%;
    font-size: 16px;
    font-family: Tahoma, Arial, serif; 
    float:right;
    border-right: 3px;
    padding-right: 1in;
}

#footer {
    clear:both;
    width: 100%;
    float: none;
    margin-top: auto;
    padding-top: 20px;
    border-top-width: 0.25in;
    border-top-style:  ridge;
    border-top-color: #41B0F6;
}

h1 {
    text-align: center;
    font-weight: bold; 
    font-size: 64pt; 
    font-family: Courier, sans-serif;
    text-transform: capitalize;
    background-color: #C8B6AD;
}

h2 {
    font-weight: bold;
    font-size: 24px;
    font-family: Courier, sans-serif;
    text-align: center;
    border-bottom-width: 0.25in;
    border-bottom-style:  ridge;
    border-bottom-color: #41B0F6;
}

h3 {
    font-weight: bold;
    font-size: 24pt;
    font-family: "Times New Roman", serif;
    text-align: center;
}

header {
    background-color: #C8B6AD;
}

#heroimage img {
    width: 100%;
}


#image2 img {
    width: 40%;
    display: flex;
    float: right;
}

#image3 img {
    width: 30%;
    float:left;
    padding: 1in;
}


#intro {
    width: 100%;
}

#intro p {
    font-size: 16px; 
    font-family: Tahoma, Arial, sans-serif;
    border-left: 3in;
    border-right: 3in;
    padding-left: 1in;
    padding-right: 1in;
}



#nav a {
    text-decoration: none;
}

#navlogo {
    width: 100px;
}

nav ul {
    list-style: none;
}

nav li {
    text-decoration: none;
    font-size: 24pt;
    font-family: Courier, sans-serif;
    display: inline-block;
    padding: 16px;
}

p {
    font-family: Tahoma, Arial, sans-serif;
    border-left-width: 3in;
    border-right-width: 3in;    
}

.firstgraph::first-letter {
    font-size: 24pt;
    color: #C8B6AD;
    text-shadow: -1px 0 black, 0 1px black, 1px 0 black, 0 -1px black;
}

#style {
    width: 50%;
    float: left;
    border-left: 3in;
    border-right: 3in;
    padding-left: 1in;
    padding-right: 1in;
}
