/* External Stylesheet */
/* tags and elements below */
    body {max-width:1000px; margin:auto; background-image: url(images/bg.png); background-repeat: no-repeat; background-position: center;background-color:rgb(1, 13, 37)}
    header {padding-top:25%; background-image:url(images/banner.png); background-repeat: no-repeat; background-size: cover; background-position: center; position:relative}
    h1 {color:#cf911c; text-align: center; font-family: 'Times New Roman', Times, serif}
    p {text-align: Center; font-size:14px; color: #cf911c; font-family: 'Times New Roman', Times, serif}
    h2 {color: #cf911c; text-align: center; font-family: 'Times New Roman', Times, serif}
    rect {fill:#039; stroke: aliceblue; stroke-width: 3; opacity: 0.5}
    footer {color:#cf911c; font-family: 'Times New Roman', Times, serif; background-color:goldenrod; opacity: 85%}
    img {max-width: 100%; height: auto}
    span {color: black}
    ul {list-style:circle; color:#cf911c; text-align: left; font-family: 'Times New Roman', Times, serif}
    ol {list-style-type:georgian; color:#cf911c; text-align: left; font-family: 'Times New Roman', Times, serif}
    dl { color:#cf911c; text-align: left; font-family: 'Times New Roman', Times, serif}
    address {color:#cf911c; text-align: center; font-family: 'Times New Roman', Times, serif}
    /* Nav */
    nav {text-align:center; padding:12px; color:black; font-family: 'Times New Roman', Times, serif; background-color: goldenrod; opacity: 80%}
    nav a{color:aliceblue; background-color:#191970; text-decoration: none;}
    nav a:hover {color:#cf911c; background-color:#191970}
    nav li {display:inline; padding:0px 14px; list-style: none;}
     @media only screen and (min-width:640px) {
        nav a {display:inline}
        nav li {display: inline; padding: 0 18px}
    } 
    /* ID tags */
    #wrapper {border: 3px #039 dotted}
    #up {border:0px; width:20px; height:20px; overflow: hidden; border-radius: 50%}
    #bunny {height: 150px; width:150px; border-radius: 50%; position: fixed}
    /*classes */
    .highlight {background-color: #191970; opacity: 85%}
    .title {font-style: oblique;}
    
   