* {
    padding: 0;
    margin: 0;
}

/*! Generated by Font Squirrel (https://www.fontsquirrel.com) on March 20, 2024 */



@font-face {
    font-family: 'euphoria_scriptregular';
    src: url('../fonts/euphoriascript-regular-webfont.woff') format('woff'),
         url('../fonts/euphoriascript-regular-webfont.woff2') format('woff2');
    font-weight: normal;
    font-style: normal;

}


body {
    background: white;
    font-family: Georgia, 'Times New Roman', Times, serif;
    background-image: url(../images/background.jpg);
    background-size: cover;
}



div#wrapper {
    width:940px;
    margin: 20px auto;
    background: rgb(61, 104, 29);
    height: auto;
    padding: 20px;
}


header {
height: 150px;
background-color: rgb(231, 246, 230);
text-align: center;
}

#logo {
    display:inline;
    margin-bottom: 16px;
    margin: 0 auto;
    text-align: center;
    }

nav {
height: 50px;
background: rgb(65, 116, 80);
line-height: 50px;
font-family: 'euphoria_scriptregular';
font-size: 30px;

}


nav li {
    list-style: none;
    float: left;
    text-align: center;
    width: 25%;
}

nav a {
text-decoration: none;
color: azure;
display: block;
}

nav a:hover {
    background: rgb(139, 193, 98);

}


#primary a:hover {
    background: rgb(171, 224, 127);

}


.home #primary li:nth-child(1) a,
.contact #primary li:nth-child(1) a,
.accomplishments #primary li:nth-child(1) a,
.inspiration #primary li:nth-child(1) a
{
    background: blue;
    color: white;
}

img {
    max-width:100%;
    display: block;
}


img.left {
    float: left;
    margin-left: 20px; 
    margin-bottom: 20px;
    margin-right: 20px;
}

main {
    width: 580px;
    float: left;
    margin-top: 24px;
    margin-left: 5px;
}



aside {
    width: 340px;
    background: rgb(65, 108, 117);
    float: right;
    margin-top: 20px;

}

aside img { 
    margin: 0 auto;
    margin-top: 15px;
    margin-bottom: 5px;
  }
  
  aside p {
    text-align: left;
     margin-top: 10px;
     padding: 6px;
 }


 .row {
    clear:both;
    margin-bottom: 50px;
    overflow: hidden;
}

 .third {
    width: 200px;
    height: 150px;
    float: left;
    margin-right: 20px;
    border-radius: 5px;
    border: 5px solid rgb(5, 45, 5);
 }


 .third:last-of-type {
    margin-right: 0;
 }

footer {
    clear: both;
    padding: 20px 0;
    text-align: center;
    background-color: #114939;
    width: 100%;
    margin: 0 auto;
}

footer ul {
  list-style-type: none;
  padding: 0;
}
  footer li {
    list-style-type: none;

  }

  footer ul li {
    display: inline-block;
    margin-right: 30px;
    color: #fff;
    font-weight: bold;
  }


footer a {
  color: #fff;
}


h1, h2, h3 {
    margin-bottom: 10px;
    font-family: Georgia, 'Times New Roman', Times, serif;
    color:black;
    margin-top: 20px;
    text-align: left;
    margin-left: 20px;
}
p {
    margin-bottom: 20px;
    line-height: 1.4;
    margin-left: 20px;
    margin-right: 20px;
    text-align: left;
  }

  .accomplishments nav {
    height: 50px;
    background: rgb(65, 116, 80);
    line-height: 50px;
    font-family: 'euphoria_scriptregular';
    font-size: 30px;
}

.accomplishments nav li {
    list-style: none;
    float: left;
    text-align: center;
    width: 25%;
}
    
   .accomplishments nav li {
        list-style: none;
        float: left;
        text-align: center;
        width: 25%;
    }
    
   .accomplishments nav a {
    text-decoration: none;
    color: azure;
    display: block;
    }
    
   .accomplishments nav a:hover {
        background: rgb(139, 193, 98);
    
    }
    
    
    .accomplishments #primary a:hover {
        background: rgb(171, 224, 127);
    
    }
    
    
    .accomplishments .home #primary li:nth-child(1) a,
    .contact #primary li:nth-child(1) a,
    .accomplishments #primary li:nth-child(1) a,
    .inspiration #primary li:nth-child(1) a
    {
        background: blue;
        color: white;
    }
    .accomplishments main {
        width: 580px;
        float: left;
        margin-top: 24px;
        margin-left: 15px;
        margin-bottom: 50px;
    }

    legend {
        font-size: 1.3em;
        font-style: italic;
        padding: 0 5px;
    }
    form {
        max-width: 580px;
        margin-bottom: 20px;
        }
        
        fieldset {
            padding: 10px;
        }
        
        label {
            display: block;
            margin-bottom: 5px;
            font-weight: bold;
            font-size: 1.1em;
        }
        
        
        input {
            margin-bottom:  10px;
            height: 30px;
            width: 100%;
        }
        
        input[type=submit]{
        width: auto;
        }
        
        textarea {
        width: 100%;
        height: 110px;
        margin-bottom: 10px;
        }
        
        fieldset {
            padding: 10px;
            border-radius: 5px;
            border: 5px dotted rgb(0, 97, 136);
        }


    form li {
        list-style-type: none;
    }
    
    
    form ul {
        margin-left: 15px;
        margin-bottom: 10px;
    }
    
    select {
    margin-bottom: 10px;
    }







    input[type="submit"] {
        width: auto;
    }
    
    select {
        margin-bottom: 10px;
    }
    


    
 