body, html {
    height: 100%;
}

.container {
    width: 960px;
    margin: 0 auto;
    line-height: 1.5;
}

header {
    border-bottom: 1px solid sienna;
    font-family: 'Open Sans Condensed', sans-serif;
    
}

h1 {
    font-size: 50px;
    font-weight: 700;
}

nav {
    margin-bottom: 2.5%;
    
}

nav a {
    padding: 10px;
    border: 1px solid sienna;
    text-decoration: none;
    font-family: 'Open Sans Condensed', sans-serif;
    font-size: 1.1em;
    font-weight: 600;
    color: black;

}

nav a:hover {
    color: rgb(206,103,206);
}

/* nav a:visited {
    color: black;
} */

#social-media {
    float: right;
    margin-right: 10px;

}



.noteimg{
    width: 960px;
    height: 540px;
    display:block;
    position: relative;
    margin-left: auto;
    margin-right: auto;
    border-style: solid;
    border-color: black;
    border-width: 1px;
    margin-top: 10px;


}

.hero-text {
    text-align: center;
    position: absolute;
    top: 30%;
    left: 41%;
    font-family: 'Open Sans Condensed',sans-serif;
    
}

#hero-1 {
    font-size: 4.5em;
    font-weight: 800;
    background-color: rgba(240, 248, 255, 0.7);
}

#hero-2 {
    font-size: 1.4em;
    font-weight: bold;
    background-color: aliceblue;
}


h3 {
    font-family: 'Lobster';
    font-size: 1.5em;
}

.text-body-home {
    text-align: justify;
    font-family: 'Open Sans Condensed';
    font-size: 1.2em;
    margin-left: 10px;
    margin-right: 10px;
    margin-bottom: 30px;
}

form {
    width: 530px;
    margin-left: -15px;
    margin-top: 10px;
}

legend {
    font-weight: bold;
}

fieldset {
    border: hidden;
}

.text-field {
    height: 2em;
    width: 200px;
}


button {
    background-color: rgb(226, 87, 23);
    color: white;
    font-weight: bold;
    padding: 10px;
    margin-top: 15px;
    margin-left: 2%;
    
}

#reset-button {
    background-color: darkblue;
}

button:hover {
    background-color: rgb(95, 47, 81);
}

#reset-button:hover {
    background-color: rgb(236, 217, 169);
    color: black;
}


footer {
    text-align: center;
    border-top: 1px solid sienna;
    font-family: 'Open Sans Condensed';
    font-size: 1.2em;
}

/* popup styling*/

#popup {
    position: fixed;
    /* border: 1px solid sienna; */
    width: 40%;
    text-align: center;
    /* display: none; */
    /* visibility: hidden; */
    top: 5%;
    left: 30%; 
}

#popup .header {
    text-align: right;
}

#popup img {
    width: 95%;
    height: auto;
}



#popup p {
    text-align: center;
    font-family: 'Open Sans Condensed', sans-serif;
}

#close {
    text-decoration: none;
    color: black;
    font-family: Arial, Helvetica, sans-serif;
    font-weight: 900;
    font-size: 1.5em;
    margin-right:2%;

}