* {
    margin: 0;
    padding: 0;
}
html {
    background-image: url("images/BenPingelPhotography_Yellowstone-6.jpg");
    background-attachment: fixed;
    background-repeat: no-repeat;
    background-size: 100%;
}
h1 {
    font-family: 'Lora', serif;
    font-size: 40px;
    font-weight: normal;
    background-color: #ebc86b;
    text-align: center;
    color: white;
    margin-bottom: 0px;
}
h2 {
    font-family: 'Lora', serif;
    color: #3b2518;
    margin-top: 0px;
}
h3 {
    font-family: 'Lora', serif;
    color: white;
    background-color: #503423;
    padding-top: 20px;
    padding-bottom: 20px;
    padding-left: 20px;
}
li {
    font-family:'Roboto Condensed', sans-serif;
    color: #444;
}
body {
    width: 1200px;
    margin: 20px auto;
    padding: 20px;
    background:rgba(255,2555,255, 0.80);
}
p {
    font-family:'Roboto Condensed', sans-serif;
    color: #444;
}
header {
    display: block;
    width: 100%;
    height: 100%;
    text-align: center;
}
header h1{
    padding: 10px;
}
.nav {
    clear: both;
    width: 100%;
    overflow: auto;
    text-align: center;
}
.nav ul {
  list-style: none;
  background-color: #444;
  text-align: center;
  padding: 0;
  margin: 0;
}
.nav li {
  font-family: 'Roboto Condensed', sans-serif;
  font-size: 1rem;
  line-height: 18px;
  height: 18px;
  display: inline-block;
    padding-top: 10px;
    padding-bottom: 10px;
    border-width: 10px;
}
.nav a {
    text-decoration: none;
    color: #fff;
    padding: 10px;
    padding-top: 10px;
    padding-bottom: 10px;
    padding-left: 40px;
    padding-right: 40px;
    border-width: 0px;
    width: 33.3%;
}
.nav a:hover {
    background-color: #ebc86b;
    transition: .4s background-color;
}
#marvel1 {
    margin-left: 25px;
    margin-bottom: 25px;
}
#marvel2 {
    margin-left: 25px;
    margin-bottom: 25px;
}
#marvel3 {
    margin-left: 25px;
    margin-bottom: 25px;
}
#planvisit {
    margin-top: 25px;
}
#app_download {
    background-color: #ebc86b;
    text-align: center;
    margin: 25px;
    padding-top: 15px;
    padding-bottom: 15px;
    padding-left: 25px;
    padding-right: 25px;
    display: inline-block;
}
#app_download a:link {
    color: white;
    text-decoration: none;
}
#app_download a:visited {
    color: white;
}
footer {
    text-decoration: none;
    background-color: black;
    text-align: center;
    padding-top: 10px;
    padding-bottom: 30px;
}
footer p {
    color: white;
}
.footerlink a:link {
    text-decoration: underline;
    color: white;
}
.wonders {
    margin: 15px;
}
#wonderpics1 {
    float: left;
    margin-right: 15px;
}
#wonderpics2 {
    float: left;
    margin-right: 15px;
}
#wonderpics3 {
    float: left;
    margin-right: 15px;
}
#wondernames1 {
    margin-left: 15px;
    padding-bottom: 100px;
}
#wondernames2 {
    margin-left: 15px;
    padding-bottom: 140px;
}
#wondernames3 {
    margin-left: 15px;
}
.geology {
    padding-bottom: 25px;
}
.geologywildlife {
    margin: 25px;
}
#geologypic {
    margin-right: 25px;
    margin-bottom: 20px;
    float: left;
}
#wildlifepic {
    margin-right: 25px;
    margin-bottom: 20px;
    float: left;
}
.wildlife {
    margin: 25px;
}
.wintervideo {
    background-color: #444;
    text-align: center;
    padding-top: 15px;
    padding-bottom: 15px;
    width: 100%;

}
iframe {
    border-width: 1px;
}