@import url('https://fonts.googleapis.com/css2?family=Bungee&family=Montserrat:ital,wght@0,300;0,700;1,300&display=swap');

@font-face {
    font-family: '1942_report1942_report';
    src: url('fonts/1942-webfont.woff');
    src: url('fonts/1942-webfont.eot?#iefix') format('embedded-opentype'),
         url('fonts/1942-webfont.woff2') format('woff2'),
         url('fonts/1942-webfont.woff') format('woff'),
         url('fonts/1942-webfont.ttf') format('truetype'),
         url('fonts/1942-webfont.svg#1942_report1942_report') format('svg');
    font-weight: normal;
    font-style: normal;

}

body {
    background-color: rgb(235, 235, 198);
    background-image: url(images/leaves.png);
    color: hsl(113, 100%, 4%);
    font-family: 'Montserrat', Verdana, Geneva, Tahoma, sans-serif;
    font-weight: 300;
    text-align: left;
    margin: 1px;
    padding: 1px;
}

.container {
    background-color: rgb(235, 235, 198);
    width: 1020px;
    margin: auto;
}

h1, h3 {
    font-family: 'Bungee', Verdana, Geneva, Tahoma, sans-serif;
    /* font-family: 'Montserrat', Verdana, Geneva, Tahoma, sans-serif; */
    font-weight: 700;
}

h1 {
    font-weight: 900;
    text-transform: uppercase;
    text-align: center;
    background-color: darkred;
    color: azure;
    margin: 1px;
    padding: 1px;
}

h2 {
    font-family: '1942_report1942_report', 'Times New Roman';
    font-weight: 700;
    margin: 1px;
    padding: 1px;
}

h3, h4 {
    margin: 1px;
    padding: 1px;
    border-top: 1px;
}

section img {
    border: 5px solid rgb(125, 58, 27);
}

.light-green-bg {
    background-color: rgb(169, 242, 169);
    color: darkgreen;
    overflow: hidden;
}

section.light-green-bg {
    border: 5px solid darkgreen;
}

.drop-cap::first-letter {
    font-size: 24px;
}

.faq-list {
    list-style-image: url('images/leaf.png');
}

.faq-img1 {
    position: relative;
    right: 30px;
}

ul li p em {
    font-size: 24px;
    color: rgb(0, 100, 0);
}

main {
    padding: 0 15px;
}

main a:link, main a:visited {
    color: hsl(120, 100%, 25%);
    text-decoration: solid 5px underline;
}

main a:hover, main a:focus {
    color: #a52a2a;
}

main p {
    line-height: 1.4;
}

.main-banner{
    width: 1020px;
    margin: auto;
}

nav ul li{
    display: inline;
    list-style-type: none;
    margin-right: 15px;
}

nav ul li:last-child{
    margin-right: 0px;
}

nav {
    background-color: darkgreen;
}

nav a:link, nav a:visited {
    color: lightgreen;
    text-decoration: none;
}

nav a:hover, nav a:focus {
    color: brown;
}

footer {
    background-color: #e58a2e;
    margin-top: 10px;
    padding: 1px;
    color: black;
}

img, video {
    max-width: 100%;
    border: 5px solid rgb(125, 58, 27);
}

section {
    margin: 20px;
    padding: 20px;
    color: darkgreen;
}

header {
    margin: 1px;
    padding: 1px;
    color: black;
}

article {
    margin: 1px;
    padding: 1px;
    color: black;
}

.shadow {
    box-shadow: 3px 3px 5px 0px hsla(0, 0%, 0%, .7);
}

.floatright {
    float: right;
    overflow: visible;
}

.floatleft {
    float: left;
    overflow: visible;
}

.homesection3 {
    overflow: auto;
    width: 90%;
}

.overflow {
    overflow: hidden;
}

.photo_gallery {
    display: flex;
    flex-wrap: wrap;
    flex-direction: row;
    justify-content: space-evenly;
}

.contact_field {
    color: lightgreen;
}

.adopt_field {
    color: lightgreen;
}

form {
    background-color: darkgreen;
    width: 800px;
    margin: 10px auto;
    padding: 20px;
    border: 2px solid black;
    border-radius: 15px;
}

legend {
    width: 100%;
    border-bottom: 1px dotted purple;
    padding-bottom: 5px;
    margin-bottom: 15px;
    font-size: 1.3em;
}

fieldset {
    width: 25em;
    margin: 20px;
    border: hidden;
}

fieldset div {
    margin: 5px 0;
}

fieldset div label {
    width: 130px;
    display: inline-block;
}

.last_label {
    width: auto;
}

@media only screen and (max-width: 1019px){
    .container {
        width: 100%;
        height: auto;
    }

    .main-banner {
        width: 100%;
        height: auto;
    }
}