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;
}
h1 {
	text-align: center;
	float: none;
	color: #ef4e22;
	padding: 10px;
	direction: ltr;
	line-height: 20px;
	letter-spacing: 0.1em;
	width: 450px;
	background-position: center center;
	white-space: normal;
	display: block;
	left: auto;
	top: auto;
	right: auto;
	bottom: auto;
	font-family: Cambria, "Hoefler Text", "Liberation Serif", Times, "Times New Roman", serif;
	font-size: 30px;
	margin-top: 250px;
	margin-right: 10px;
	margin-bottom: 0px;
	margin-left: 10px;
} 
p1 {
	text-align: center;
	float: left;
	color: #41393d;
	display: block;
	padding: 10px;
	direction: ltr;
	font-family: 'Adobe Caslon Pro', 'Hoefler Text', Georgia, Garamond, Times, serif;
	font-weight: normal;
	font-size: 13pt;
	line-height: 20px;
	letter-spacing: 0.1em;
	width: 410px;
	text-transform: lowercase;
	font-variant: small-caps;
	background-position: center center;
	white-space: normal;
	left: auto;
	top: auto;
	right: auto;
	bottom: auto;
	margin-top: 30px;
	margin-right: 200px;
	margin-bottom: auto;
	margin-left: 30px;
}
p2 {
	text-align: center;
	float: right;
	color: #41393d;
	display: block;
	padding: 10px;
	direction: ltr;
	font-family: 'Adobe Caslon Pro', 'Hoefler Text', Georgia, Garamond, Times, serif;
	font-weight: normal;
	font-size: 13pt;
	line-height: 20px;
	letter-spacing: 0.1em;
	width: 450px;
	text-transform: lowercase;
	font-variant: small-caps;
	background-position: center center;
	white-space: normal;
	vertical-align: middle;
	left: auto;
	top: auto;
	right: auto;
	bottom: auto;
	margin-top: 50px;
	margin-right: 50px;
	margin-bottom: 50px;
	margin-left: 50px;
}
<!-- container style info -->
<style>
.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%);
}
  
div.center1{
    color: #006;
    width: 100%;
}
.image1 { float:right;
       padding: 10px;
       direction: rtl;
       margin: -290px 16px;
}
.image2 { float:left;
       padding: 10px;
       direction: rtl;
       margin: -160px 16px;
}
.image3 { float: left;
       padding: 10px;
       direction: rtl;
       vertical-align: middle;
	   left: auto;
	   top: auto;
	   right: auto;
	   bottom: auto;
	   margin-top: 30px;
	   margin-bottom: 30px;
	   margin-left: 400px;
       margin-right: auto;
}
span {margin: 0px;
      padding: 0px;
      border: 0px;
      outline: 0px;
      font-family: Georgia;
      font-size: 30px;
}
body, html {
    height: 1000px;
}

.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;
}
<!-- Social media icons -->    
<style>
    img { width: 100%
}
.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;
}   

.parallax {
    /* The image used */
    background-image: url('images-folder/drinks-2140700_960_720.jpg');
    

    /* Full height */
    height: 800px; 

    /* 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;
    }
}

