    
    header, nav, footer, aside {
        font-family: "Roboto", serif;
        margin: 0 auto;
    }
    
    body {
        margin: 0;
    }

    main {
        max-width: 1300px;
        font-family: "Roboto", serif;
        margin: 0 auto;
    }
    
    main h1 {
        color: #14279B;
        text-shadow: 2px 2px gray;
        padding-left: 1.5rem;
    }

    h1 {
        font-family: 'Lora', serif;
        font-size: 30px;
        text-shadow: 2px 2px gray;
    }
    
    h2 {
        font-size: 20px;
        text-align: center;
        margin: 0;
        padding: .5rem 0;
    }

    header h2 {
        text-shadow: 2px 2px gray;
    }
    
    h3 {
        font-size: 15px;
        text-align: center;
        margin: 0;
        padding: .5rem 0;
    }

    h4 {
        font-size: 15px;
        text-align: center;
    }
    
    p {
        font-size: 10px;
    }
 
    aside {
        /* Permalink - use to edit and share this gradient: https://colorzilla.com/gradient-editor/#fcda32+0,e6e6e6+100 */
    background: #fcda32; /* Old browsers */
    background: -moz-linear-gradient(top,  #fcda32 0%, #e6e6e6 100%); /* FF3.6-15 */
    background: -webkit-linear-gradient(top,  #fcda32 0%,#e6e6e6 100%); /* Chrome10-25,Safari5.1-6 */
    background: linear-gradient(to bottom,  #fcda32 0%,#e6e6e6 100%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#fcda32', endColorstr='#e6e6e6',GradientType=0 ); /* IE6-9 */
    }

    

    .contentbox {
        background-color: #ccc;
        border: 1px dashed;
        margin: 10px 0;
        padding: 10px;
    }

    header img {
        width: 100px;
        height: 100px;
    }
    
    header {
        display: flex;
        justify-content: center;
    }
    
    .headings {
        text-align: center;
        align-self: center;
    }
    
    header, footer {
        background-color: #3D56B2;
        text-align: center;
        color: white;
    }
    
    nav {
        background-color: #14279B;
        display: block;
        /* padding: 8px 0; */
    }
    
    nav button {
        margin: .2rem 2%;
        background-color: transparent;
        border: none;
        font-size: 1.6rem;
        color: #fff;
    }

    nav ul.hide {
        display: none;
    }

    nav ul li {
        list-style-type: none;
        overflow: hidden;
    }
    
    nav ul li a {
        color: white;
        /* padding: 0.75rem 2%; */
        text-decoration: none;
        font-size: 1.2rem;
        display: block;
    }

    nav ul li:hover {
        background-color: #3D56B2;
        color: #e6e6e6;
        transition: 0.5s;
    }

    nav ul li a {
        display: block;
    }

    .active {
        background-color: #3D56B2;
        text-decoration: underline;
    }

    .active, a {
        color: #14279B;
    }
    
    footer a {
        color: white;
    }

    .clearfix:after {
        content: "";
        display: table;
        clear: both;
      }

    .hero_img {
        display: block;
        width: 100%;
        height: auto;
        box-shadow: 0 0 30px #333;
    }

    .forecast {
        margin-top: 1.5rem;
    }

    .summarySection {
        position: relative;
        width: 100%;
    }

    .weatherSummary {
        display: grid;
        grid-template-columns: 1fr 1fr;
        border: 1px solid #E6E6E6;
        background-color: #14279B;
        color: #E6E6E6;
        grid-gap: .5rem;
        box-shadow: 0 0 30px #333;
        background: radial-gradient(#5c7aea, #14279B);
    }

    .weatherSummary h3 {
        grid-column: 1/3;
        color: #E6E6E6;
        text-align: left;
        padding-left: 1rem;
        border-bottom: 2px solid #E6E6E6;
    }


    .leftData {
        grid-column: 1/2;
        justify-self: end;
        font-weight: bold;
        grid-row: 2/3;
        text-align: right;
    }

    .rightData {
        grid-column: 2/3;
        color: yellow;
        font-weight: bold;
        grid-row: 2/3;
        text-transform: capitalize;
    }

    .forecast {
        display: none;
    }

    .article {
        margin-top: 1.5rem;
    }

    .articleTitle {
        text-align: left;
        padding: 1rem;
    }

    .article_img {
        max-width: 100%;
    }

    .articleText {
        line-height: 1.1rem;
        padding: 0 1rem;
    }
/* ------- FOOTER ---------*/
    .contactInfo {
        background-color: #14279B;
        padding: 1rem;
    }

    .grid2 {
        text-align: left;
    }

    .icon {
        width: 20px;
        background-color: #E6E6E6;
        border-radius: 10px;
        margin-right: 1rem;
    }

    .social_icon {
        width: 20px;
    }

    .map_img {
        max-width: 90%;
    }

    .clearfix::after {
        content: "";
        clear: both;
        display: table;
      }

    .galleryGrid {
        max-width: 1300px;
        display: block;        
    }

    .galleryGrid figure img {
        max-width: 100%;
        border-radius: 10px 10px 0 0;
    }

    figcaption {
        background-color: #14279B;
        color: white;
        font-style: italic;
        padding: 1rem;
        margin-top: -.5rem;
        max-width: 100%;
        border-radius: 0 0 10px 10px;
    }

    /*----------- FORM ------------*/
    form fieldset {
        margin: 2rem 0;
        border: 1px solid #14279B;
        border-radius: 10px;
        padding: .5rem 2%;
    }
    
    form legend {
        color: #14279B;
        margin: 0 1rem;
        padding: 0 .5rem;
        font-size: 1.5rem;
    }

    form ::placeholder {
        color: #14279B;
    }
    
    form label.top, form div {
        display: block;
        padding-top: 1rem;
        color: #14279B;
        /* font-size: .8rem; */
    }
    
    form label.top input, form label.top select {
        /* -webkit-appearance: none; */
        display: block;
        font-size: 1rem;
        border: solid 1px #14279B;
        border-radius: 4px;
        padding: .75rem;
        color: #14279B;
        width: 100%;
        max-width: 20rem;
        background-color: rgba(0,0,0,0.1);
    }
    
    form label.sbs {
        display: block;
        padding: .75rem 0;
        color: #14279B;
    }
    
    form input.submitBtn {
        border: none;
        background-color: #14279B;
        color: white;
        border-radius: 1rem;
        padding: .75rem 1.5rem;
        margin: 0 0 2rem 2%;
        width: 96%;
        max-width: 20rem;
    }
    
    form label.top input:required {
        border-left: red solid 6px;
    }
    
    form label.top input:required:valid {
        border-left: green solid 6px;
    }

    .textArea {
        background-color: white;
    }

    /*---------HOME STORY-----------*/
    .homeStory {
        background-color: #e6e6e6;
        border: 1px solid #14279B;
        border-radius: .5rem;
        padding: 1rem;
    }

    .homeStory h1, .homeStory h2 {
        text-align: center;
        color: #14279B;
    }

    .homeStory p, ul {
        font-size: 1.2rem;
        color: #14279B;
    }

    .homeStory br {
        margin: 5rem 0;
    }

    .homeStoryImage {
        max-width: 80%;
        border-radius: .5rem;
        box-shadow: 0 4px 8px 0 rgba(0, 0, 0, 0.2), 0 6px 20px 0 rgba(0, 0, 0, 0.19);
    }

    .imageDiv {
        text-align: center;
    }

    /*----------- CARDS ------------*/

    .cards {
        display: grid;
        grid-template-columns: 1fr;
        grid-gap: .5rem;
        padding: .5rem 0;
    }
    
    .cards section {
        display: grid;
        padding: 1rem;
        max-width: 100%;
        border-radius: .5rem;
        justify-content: center;
        background-color: #e6e6e6;
        border: 1px solid #14279B;
    }
   
    .cards img {
        max-width: 100%;
        border-radius: .5rem;
        box-shadow: 0 4px 8px 0 rgba(0, 0, 0, 0.2), 0 6px 20px 0 rgba(0, 0, 0, 0.19);
    }

    .cards h2 {
        font-size: 3rem;
        color: #14279B;
    }

    .cards p {
        font-size: .9rem;
        margin: .3rem;
        text-align: center;
        color: #14279B;
        text-shadow: 0 0 15px #e6e6e6;
    }

    .cards .motto {
        font-size: 1.3rem;
        font-style: oblique;
    }