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;
}
a { 
    color:#be1e2d;
    text-decoration:none;
} 
img {
    display: block;
    margin-left: auto;
    margin-right: auto;
    margin-top: -120px;
    width: 40%;
} 
h2 {text-align:center; 
    float:right;
    color:#be1e2d;
    float: right;
    margin: 100px 350px 0px;
    padding: 0px;
    direction: ltr;
    line-height: 20px;
    letter-spacing: 0.1em;
    width: 650px;
    font-size: 20pt;
} 
p1 { text-align:center;
    float:right;
    color:#41393d;
    display: block;
    margin-top: 2em;
    margin-bottom: 3em;
    margin-left: 7em;
    margin-right: 7em;
    margin: 50px 350px 50px;
    padding: 0px;
    direction: ltr;
    font-family: 'Adobe Caslon Pro', 'Hoefler Text', Georgia, Garamond, Times, serif;
    font-weight: normal;
    font-size: 14pt;
    line-height: 18px;
    letter-spacing: 0.1em;
    width: 650px;
    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 60px;
    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;
}
span {margin: 0px;
      padding: 0px;
      border: 0px;
      outline: 0px;
      font-family: Georgia;
      font-size: 30px;
}

    img { width: 100%
}
.botnav{
    overflow: hidden;
    z-index: 500;
    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;
}  
 
<!-- container style info -->
.container {
    position: relative;
    text-align: center;
    color: white;
}

.bottom-left {
    position: absolute;
    bottom: 8px;
    left: 16px;
}

.top-left {
    position: absolute;
    top: 8px;
    left: 16px;
}

.top-right {
    position: absolute;
    top: 8px;
    right: 16px;
}

.bottom-right {
    position: absolute;
    bottom: 8px;
    right: 16px;
}

.centered {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
}
   

body {font-family: 'Adobe Caslon Pro', 'Hoefler Text', Georgia, Garamond, Times, serif;}

input[type=text], select, textarea {
    width: 100%;
    padding: 12px;
    border: 1px solid #41393d;
    background-color: #d7e4c2;
    border-radius: 4px;
    box-sizing: border-box;
    margin-top: 6px;
    margin-bottom: 16px;
    resize: vertical;
}

input[type=submit] {
    background-color: #be1e2d;
    color: #d7e4c2;
    padding: 12px 20px;
    border: none;
    border-radius: 4px;
    cursor: pointer;
}

input[type=submit]:hover {
    background-color: #ef4e22;
}

.container {
    border-radius: 5px;
    background-color: #41393d;
    padding: 20px;
}

body, html {
    height: 1000px;
}

.parallax {
    /* The image used */
    background-image: url('images-folder/location.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;
    }
}
   