body {
    background: #d7e4c2;
} 

body {margin:0;}

.topnav {
  overflow: hidden;
  background-color: #41393d;
}

.topnav a {
  float: right;
  color: #d7e4c2;
  text-align: center;
  padding: 14px 16px;
  text-decoration: none;
  font-size: 17px;
}

.topnav a:hover {
  background-color: #ef4e22;
  color: #41393d;
}

.topnav a.active {
  float: left;
  background-color: #be1e2d;
  color: #d7e4c2;
}

span {margin: 0px;
      padding: 0px;
      border: 0px;
      outline: 0px;
      font-family: Georgia;
      font-size: 30px;
}

img {
    display: block;
    margin-left: auto;
    margin-right: auto;
    width: 40%;
} 

a { 
    color:#be1e2d;
    text-decoration:none;
}  
h1 {text-align:center;
    float: left;
    color:#ef4e22;
    margin: 200px 200px 10px;
    padding: 0px;
    direction: ltr;
    line-height: 20px;
    letter-spacing: 0.1em;
    width: 350px;
} 
h2 {text-align:center; 
    color:#be1e2d;
    float: right;
    margin: 150px 150px 10px;
    padding: 0px;
    direction: ltr;
    line-height: 20px;
    letter-spacing: 0.1em;
    width: 350px;
    font-size: 20pt;
} 
p1 { text-align:center;
    float:right;
    color:#41393d;
    display: block;
    margin-top: 2em;
    margin-bottom: 3em;
    margin-left: 20em;
    margin-right: 7em;
    margin: 40px 100px 10px;
    padding: 0px;
    direction: ltr;
    font-family: 'Adobe Caslon Pro', 'Hoefler Text', Georgia, Garamond, Times, serif;
    font-weight: normal;
    font-size: 14pt;
    line-height: 20px;
    letter-spacing: 0.1em;
    width: 450px;
    text-transform: lowercase;
    font-variant: small-caps;
}
p2 { text-align:center;
    color:#41393d;
    display: block;
    margin-top: 2em;
    margin-bottom: 3em;
    margin-left: 7em;
    margin-right: 7em;
    margin: 100px 350px 50px;
    padding: 0px;
    direction: ltr;
    font-family: 'Adobe Caslon Pro', 'Hoefler Text', Georgia, Garamond, Times, serif;
    font-weight: normal;
    font-size: 12pt;
    line-height: 16px;
    letter-spacing: 0.1em;
    width: 650px;
    text-transform: lowercase;
    font-variant: small-caps;
}
p3 { text-align:center;
    color:#ef4e22;
    display: block;
    margin-top: 2em;
    margin-bottom: 3em;
    margin-left: 7em;
    margin-right: 7em;
    margin: 10px 350px 20px;
    padding: 0px;
    direction: ltr;
    font-family: 'Adobe Caslon Pro', 'Hoefler Text', Georgia, Garamond, Times, serif;
    font-weight: normal;
    font-size: 10pt;
    line-height: 16px;
    letter-spacing: 0.1em;
    width: 650px;
    text-transform: lowercase;
    font-variant: small-caps;
}

.image1 { float:left;
       padding: 0px;
       direction: ltr;
       margin: 0px -600px 0px;
       width: 100%;
}
.botnav{
    overflow: hidden;
    background-color: #41393d;
    text-decoration: none;
    list-style: none;
    text-align:center;
    position: fixed;
    bottom: 0;
    width: 100%;
}
.botnav li{
    display:inline;
}
.botnav a{
    overflow: hidden;
    text-decoration: none;
    display:inline-block;
    padding:14px 14px;
    color: #d7e4c2;
}

.botnav a:hover {
  background: #f1f1f1;
  color: black;
}
   
.main {
  padding: 16px;
  margin-bottom: 30px;
}
.fa {
  padding: 16px;
  font-size: 16px;
  width: 16px;
  text-align: center;
  text-decoration: none;
  margin: 5px 2px;
  border-radius: 50%;
}

.fa:hover {
    opacity: 0.7;
}

.fa-facebook {
  background: #be1e2d;
  color: white;
}

.fa-twitter {
  background: #be1e2d;
  color: white;
}
.fa-instagram {
  background: #be1e2d;
  color: white;
}

.fa-tumblr {
  background: #be1e2d;
  color: white;
}   

body, html {
    height: 1000px;
}

.parallax {
    /* The image used */
    background-image: url('images-folder/seattle.jpg');

    /* Full height */
    height: 1000px; 

    /* Create the parallax scrolling effect */
    min-height: 500px; 
    background-attachment: fixed;
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;

@media only screen and (max-device-width: 1024px) {
    .parallax {
        background-attachment: scroll;
    }
} 
