*{ box-sizing: border-box; }

nav{ 
  position: fixed;
  width: 100%;
  left:0;
  top:0;
  color: #ffff;
  text-align:center; 
  padding:0; 
  z-index:300;
  line-height: 2em;
  background-color: rgba(147, 109, 109, 0.8);
  box-shadow: 0px 5px 5px rgba( 0, 0, 0, 0.3);
  overflow-y:visible;
  margin: 0 auto;
  background-position: center;
  }

nav a { color: antiquewhite; text-decoration: none;   ;
}

p{
  font-family: 'Barlow Condensed', sans-serif;
  line-height: 1.5em;
  font-size: 1.5;
}
h4{
  font-weight: 400;
  font-style: italic;
  font-size: 2em;
}

section{ 
  min-height: 100vh;
  min-width: 120px;
  margin: 0 auto;
  padding: 15em 10px 10px 10px;
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center;
  position: relative;
  top: 150px;
}

.header{
padding: 0px 0px 0px 0px;
  min-height: 100vh;
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center;
  background-image: url("Hannibanner.gif");
  margin: 0 auto;
  position: relative;
  
}

#bannername{
  text-align: center;
  font-size: 6vw;
  line-height: 10em;
  z-index: 7;
  position: absolute;
  left: 25%;
  top:15%;
  color: rgb(69, 0, 2);
  
}

h1{
font-size;17em;
}





#end {
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center;
  background-color: antiquewhite;
  text-align:center;
  color:rgba(147, 109, 109, 0.8);
  box-shadow: 0px 5px 5px rgba( 0, 0, 0, 0.3);
   }

body{
  background-image: url(meats.png);
  background-repeat: repeat;
  background-attachment: fixed;
  margin:0;
}


  
.text-block {
  position: relative;
  background-color:  rgba(147, 109, 109, 0.8);
  margin-bottom: auto;
  float: bottom;
  margin: auto;
  padding: 15px;
  border-radius: 25px;
  color: antiquewhite;
  box-shadow: 0px 5px 5px rgba( 0, 0, 0, 0.3);
  max-width: 1200px;
}

blockquote{
  font-style:italic;
  color: darkred;
}



 
#one{
  background-image: url("lecter-wall.png");
  margin-top: 6px;
  width: 100%;
  height: auto;
  overflow-y: scroll;
  background-position: -680px;
}
@media (min-width: 600px){
  #one{ background-position: -400px; }
}

@media (min-width: 700px){
  #one{ background-position: center; }
}
    

#two{
  background-image: url("31958-hannibal-hannibal.jpg");
  margin-top: 60px;
  width: 100%;
  height: auto;
  overflow-y: scroll;
  background-position: -700px;
  margin-bottom: 50px;
  
  }
@media (min-width: 600px){
  #two{ background-position: -500px; }
}

@media (min-width: 700px){
  #two{ background-position: center; }
}  

#three{
  background-image: url("mask.jpg");
  padding-top: 40vh;
  width: 100%;
  height: auto;
  /*overflow-y: scroll;*/
}
@media (min-width: 600px){
  #three{ background-position: center; }
}

#four{
  background-image: url("smaller%20toast.jpg");
  margin-top: 60px;
  width: 100%;
  height: auto;
  overflow-y: scroll;
  }


@media (min-width: 600px){
  p{ column-count: 2; column-gap: 30px; }
}
@media (min-width: 800px){
  p{ column-count: 3; column-gap: 20px; }
}

