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;
}

body, html {
    height: 1000px;
}
img {
    display: block;
    margin-left: auto;
    margin-right: auto;
    width: 40%;
} 
    
.image1 { float: left; 
          margin: 100px 0px 15px 45px;
}
h1 { text-align:center;
    color:#be1e2d;
    margin: 30px 450px 10px;
    padding: 0px;
    direction: ltr;
    line-height: 20px;
    letter-spacing: 0.1em;
    width: 450px;
    font-size: 20pt;
    -webkit-column-span: all; /* Chrome, Safari, Opera */
    column-span: all;
} 
h2 { color: #ef4e22;
    text-align: center;
    display:block;
    margin: 0px 425px 30px;
    padding: 0px;
    direction: ltr;
    line-height: 20px;
    letter-spacing: 0.1em;
    width: 500px;
    font-size: 16pt;
    -webkit-column-span: all; /* Chrome, Safari, Opera */
    column-span: all;
}
h3 { color:#be1e2d;
    text-align: center;
    display:block;
    margin: 20px 425px 50px;
    padding: 0px;
    direction: ltr;
    line-height: 20px;
    letter-spacing: 0.1em;
    width: 500px;
    font-size: 10pt;
    -webkit-column-span: all; /* Chrome, Safari, Opera */
    column-span: all;
} 
p1 { text-align: center;
    display: block;
    color:#41393d;
    margin: 0px 20px 0px;
    padding: 0px;
    font-family: 'Adobe Caslon Pro', 'Hoefler Text', Georgia, Garamond, Times, serif;
    font-weight: normal;
    font-size: 12pt;
    line-height: 20px;
    letter-spacing: 0.1em;
    width: 350px;
    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: 0px 0px 0px;
    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: 0px 0px 0px;
    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;
}
span {margin: 0px;
      padding: 0px;
      border: 0px;
      outline: 0px;
      font-family: Georgia;
      font-size: 30px;
}

.parallax {
    /* The image used */
    background-image: url('images-folder/sushimi.jpg');

    /* Full height */
    height: 1000px; 

    /* Create the parallax scrolling effect */
    background-attachment: fixed;
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
}


.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;
}
.newspaper {
    -webkit-column-count: 3; /* Chrome, Safari, Opera */
    -moz-column-count: 3; /* Firefox */
    column-count: 3;
    -webkit-column-gap: 20px; /* Chrome, Safari, Opera */
    -moz-column-gap: 20px; /* Firefox */
    column-gap: 20px;
    -webkit-column-rule: 1px solid; color: #ef4e22; /* Chrome, Safari, Opera */
    -moz-column-rule: 1px solid; color: #ef4e22; /* Firefox */
    column-rule: 1px solid; color: #ef4e22;
}


<!-- Social media icons -->    

    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;
}   