* {
    margin: auto;
    padding: 0;
}

html {
    background-image: url(pictures/balloons.jpg);
    font-family: "comic-sans", helvetica, arial, sans-serif;
    width: 100%;
    height: auto;
}

body {
    margin-top: 30px;
    padding-top: 30px;
    width: 95%;
    height: auto;
    background: #000;
     color: #FFF;
    text-align: center;
}

ul.style_links {
    position: relative;
    margin-bottom: 20px;
    text-align: center;
    width: 100%;
}

ul.style_links li {
    display: inline;
    padding: 6px;
    font-size: 1.1em;
    font-weight: bold;
    margin-bottom: 15px;
    text-align: center;
}

ul.style_links li a {
    font-size: 1.2em;  
}

ul.style_links li a:hover, a:active, a:focus {
    color: orange;
}

a {
    color: white;
    font-size: 1.5em;
}


.main_logo img{
    position: relative;
    margin-top: 30px;
    width: 20%;
    height: auto;
}

.article img {
    width: 18%;
    margin-top: 30px;
    margin-left: 41%;
    margin-bottom: 30px;
}

ul.home_links {
    position: relative;
    margin-bottom: 40px;
    text-align: center;
    top: 30px;
    width: 100%;
}
ul.home_links li {
    display: inline;
    padding: 6px;
    font-size: 1.1em;
    font-weight: bold;
    margin-bottom: 15px;
    color: black;
    text-align: center;
}

ul.home_links li a:hover, a:active, a:focus {
    color: orange;
}

td img {
    width: 60%;
    height: auto;
}

.storynav ul {
    position: relative;
    width: 100%;
    display: inline;
}

.storynav li {
    float: left;
    width: 13%;
    list-style-type: none;
    margin-left: 3%;
    margin-top: 30px;
}

.storynav li a img{
    border: 4px Solid #fff;
}

.storynav li a:hover img, a:focus img a:active img{
    border: 4px Solid #FF7F00;
}

.storynav img {
    width: 100%;
}

.storypics ul {
    position: relative;
    width: 100%;
    display: inline;
}

.storypics li {
    float: left;
    width: 20%;
    list-style-type: none;
    margin-top: 30px;
}

.storypics img {
    width: 80%;
}

.article {
    position: relative;
    text-align: left;
    width: 94%;
    margin-top: 30px;
    padding-bottom: 40px;
}

.article ul {
    list-style-type: none;
}

.article ul li a{
    margin-left: 25%;
}

.article ul li a:active, a:hover, a:focus {
    color: #FF7F00;
}

.about {
    position: relative;
    text-align: center;
    width: 94%;
    margin-top: 30px;
    padding-bottom: 30px;
}

.regional_stories h1 {
    text-align: left;
    margin-left: 35%;
    margin-top: 50px;
}

.regional_stories img {
    position: relative;
    width: 15%;
    top: -90px;
    left: 5%;
}

.regional_stories li {
    list-style-type: none;
}

.story_page ul {
    margin: 10px;
    margin-bottom: 30px;
}

.text_link a {
    text-decoration: none;
    font-weight: bold;
    color: #FFFF00;
    padding: 4px;
    font-size: 1.7em;
    line-height: 2.5em;
}

.text_link a:hover, a:focus, a:active {
   color: #FF7F00;
}

.story_page li {
    list-style-type: none;
    display: inline;
    margin: 1%;
}

.story_page li img {
    border: 4px solid #000;
    width: 10%;
}

.story_page li  a:hover img, a:focus img, a:active img {
    border: 4px Solid #FF7F00;
}

h3.special {
    width: 94%;
    text-align: center;
    padding-top: 30px;
    padding-bottom: 30px;
    border-bottom: 2px Solid blue;
}

h3.poem {
    text-align: center;
}

.info img {
    margin-top: 20px;
    width: 450px;
}


.info {
    margin-top: 50px;
    margin-bottom: 50px;
}

h1.ending {
    text-align: center;
}


h1 {
    margin: 20px;
    text-align: center;
}

h2 {
    text-align: center;
    font-size: 1.2em;
    padding: 20px;
}

h2.contact {
    text-align: center;
    color: blue;
    font-size: 1.5em;
    width: 100%;
}

h4 {
    margin: 20px;
    font-size: 1.3em;
}

h3 {
    width: 100%;
    text-align: left;
    font-size: 1.4em;
}

h3 a {
    font-size: 1em;
}

h5 {
    text-align: center;
    font-size: 1.1em;
    padding-bottom: 40px;
}


form {
    text-align: center;
    width: 100%;
    margin-top: 40px;
    margin-bottom: 30px;
}

.bottom_navigation {
    width: 100%;
    margin-top: 20px;
    padding-bottom: 30px;
    text-align: center;
    font-weight: bold;
}

.bottom_navigation a {
    font-size: 1.4em;
    display: inline;
    margin-right: 20px;
    color: red;        
}

.bottom_navigation h3 {
    text-align: center;
}

.section1  {
font-family: "comic sans ms", "sans serif";
font-size: 24px;
color: red;
}   

.section2   {
font-family: "comic sans ms", "sans serif";
font-size: 24px;
color: #5959FF;
}   

embed {
    width: 65%;
    height: 100px;
    margin-left: 19%;
}

.page_extension {
    width: 100%;
    height: 280px;
}
