/* reset browser styles */

html, body, div, span, object, iframe, h1, h2, h3, h4, h5, h6, p, blockquote, pre, a, abbr, acronym, address, big, cite, code, del, dfn, em, img, ins, kbd, q, s, samp,small, strike, strong, sub, sup, tt, var, b, u, i, center, dl, dt, dd, ol, ul, li, fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td, article, aside, canvas, details, embed, 
figure, figcaption, footer, header, hgroup, menu, nav, output, ruby, section, summary,
time, mark, audio, video {
	margin: 0;
	padding: 0;
	border: 0;
	font-size: 100%;
	vertical-align: baseline;
}
article, aside, details, figcaption, figure, footer, header, hgroup, menu, nav, section {
	display: block;
}
body {
	line-height: 1.2;
}
ol { 
	padding-left: 1.4em;
	list-style: decimal;
}
ul {
	padding-left: 1.4em;
	list-style: square;
}
table {
	border-collapse: collapse;
	border-spacing: 0;
} 

* { 
  box-sizing: border-box;
  }

/* RESET */

html, body {
    margin: 0px;
    padding: 0px;
	height:  100%; /*elimates double vertical scroll bar */
	overflow-x: hidden;
	background-color: #fffefd;
}


/*Start NavBar*/
nav {
  height: 10vh;
  background: #fffefd; 
  position: relative;
}

.nav-links {
  display: flex;
  list-style: none;
  width: 55%;
  height: 100%;
  justify-content: space-around;
  align-items: center;
  margin-left: auto;
}

.nav-links li a {
  color: #0B9CB3;
  text-decoration: none;
  font-size: 24px;
  font-family: 'Raleway', sans-serif;
  letter-spacing: 1px;
}

.logo {
	display: block;
	width: 100px;
	height: 80px;
	position: absolute;
	top: -7%;
	}
h2 {
	font-family: 'Homemade Apple', cursive;
	font-size: 30px;
	text-decoration: none;
	letter-spacing: 1.3px;
	margin-left: 5%;
	position: absolute;
	top: 30%;
	color: black;
	}

.nav-links a:hover {
  text-shadow: 2px 2px 15px #74BFF4;
}

/* End Header: NavBar and Logo */


.mainphoto {
	display: block;
	width: 100vw;
	height: auto;
	margin-left: auto;
	margin-right:auto;
	margin-bottom: 8%;
	
}

h3 {
	font-weight: 380;
	font-size: 48px;
	font-family: 'Homemade Apple', cursive;
	margin-bottom: 10%;
	text-align: center;	
}

span {
	font-family: 'Raleway', sans-serif;
}
.Amalfi {
	background-color: #E88088;
	height: 160vh;
	transition: 0.3s;
	display: flex;
}

.amalfiText {
	display: flex;
	flex-direction: column;
	width: 50%;
}

h4  {
	position: absolute;
	font-family: 'Raleway', sans-serif;
	font-size: 30px;
	white-space: nowrap;
    left: 60%;
    top: 60%;
	text-shadow: 2px 2px 5px rgba(56,56,56,0.44);
}



.relativeAmalfih4 {
	position: relative;
	width: 230px;
	height: 180px;
	margin-left: 15%;
    margin-top: 10%;

}

.pinksquare {
	width: 201px;
	height: 165px;
}

.amalfiText > p {
	font-family: 'Raleway', sans-serif;
	font-size: 26px;
	width: 60%;
	line-height: 1.3;
    letter-spacing: 1px;
    margin-left: 15%;
    margin-top: 5%;
}

.AmalfiPicandTitle {
	display: flex;
	flex-direction: column;
}

.candles {
	display: block;
	margin-top: 25%;
	margin-left: 5%;
	width: 565px;
	height: 352px;
	box-shadow: 0 4px 8px 0 rgba(0, 0, 0, 0.1), 0 6px 20px 0 rgba(0, 0, 0, 0.1);

}

.AmalfiHeadline {
	color: white;
	font-family: roboto, sans-serif;
	font-weight: 700;
	font-style: normal;
	font-size: 150px;
	margin-top: 50%;
	margin-left: 25%;
    letter-spacing: 3px;
}



.Positano {
	height: 500vh;
	background-color: rgba(254,223,124,0.50);
	
}

.relative {
	width: 100%;
	height: 700px;
	position: relative;
}

.umbrellas {
	position: absolute;
	width: 60%;
	z-index: 100;
	height: auto;
	top: -20%;
	left: 20%;
}


h5 {
	color: #FE6D5E;
	font-family: roboto, sans-serif;
	font-weight: 700;
	font-style: normal;
	font-size: 150px;
    letter-spacing: 3px;
	text-align: center;
	margin-bottom: 10%;
}


.positanoText > p {
	width: 55%;
	margin-left: auto;
	margin-right: auto;
	margin-top 10%;
	font-family: 'Raleway', sans-serif;
	font-size: 26px;
	line-height: 1.5;
    letter-spacing: 1px;
}
.PositanoTrail {
	display: flex;
	margin-top: 15%;
}
.hike {
	display: flex;
	flex-direction: column;
	width: 50%;
	margin-left: 10%;
}

.pathGods {
	position: relative;
	width: 230px;
	height: 180px;
	margin-left: 10%;
    margin-top: 10%;
}

.trailcontainer {
	width: 50%;
	margin-top: 2%;
	margin-left:5%;
}

.hikingtrail {
	display: block;
	width: 500px;
	height:auto;
}

.godsText {
	font-family: 'Raleway', sans-serif;
	font-size: 26px;
	width: 74%;
	line-height: 1.3;
    letter-spacing: 1px;
    margin-left: 8%;
    margin-top: 10%;
}

.PositanoGrottos {
	margin-top: 20%;
	display: flex;
}

.boatscontainer {
	width: 40%;
	margin-top: 10%;
	margin-left: 8%;
}

.grottoboats {
	display: block;
	width: 500px;
	height:auto;
}

.Grottos {
	display: flex;
	flex-direction: column;
	width: 60%;
	margin-left: 20%;
	margin-bottom: 20%;
}

.TealGrottos {
	position: relative;
	width: 230px;
	height: 180px;
	margin-left: 35%;
    margin-top: 10%;
	margin-bottom: %;
}

.tealsquare {
	width: 201px;
	height: 165px;
}


.GrottoHeadline {
	position: absolute;
	top: 60%;
    right: 56%;
	font-family: 'Raleway', sans-serif;
	font-size: 30px;
	white-space: nowrap;
	text-shadow: 2px 2px 5px rgba(56,56,56,0.44);
}

.grottoText {
	font-family: 'Raleway', sans-serif;
	font-size: 26px;
	width: 85%;
	line-height: 1.3;
    letter-spacing: 1px;
    margin-top: 10%;
	margin-left: -15%;
}

.grottoText > p {
	margin-bottom: 10%;
}

.Sorrento {
	background-color: #D3F8DF;
	height: 200vh;
	display: flex;
	margin-top: 0;
}

.gelatocontainer {
	width: 100%;
	margin-top: 10%;
	margin-left: 8%;
}

.gelatopic {
	display: block;
	width: 500px;
	height: auto;
}

.paleSorrento {
	position: relative;
	width: 230px;
	height: 180px;
	margin-left: 60%;
    margin-top: 10%;
	margin-bottom: 10%;
}

.gelatoHeadline {
	position: absolute;
	font-family: 'Raleway', sans-serif;
	font-size: 30px;
	white-space: nowrap;
	top: 50%;
    right: 64%;
	
}

.sorrentoText {
    font-family: 'Raleway', sans-serif;
    font-size: 26px;
    width: 70%;
    line-height: 1.3;
    letter-spacing: 1px;
    margin-top: 10%;
    margin-left: 10%;
}

.SorrentoHeadline {
	color: black;
	font-family: roboto, sans-serif;
	font-weight: 700;
	font-style: normal;
	font-size: 150px;
	margin-top: 38%;
	margin-left: 25%;
    letter-spacing: 3px;
}


footer {
	display: flex;
	position: relative;
	justify-content: space-between;
	border-top: double #DAD4EF;
	background-color: rgba(74,204,204,.5);
	background: linear-gradient(to bottom, rgba(255,233,162,.2) 40%,
	rgba(74,204,204,.3));
	font-family: 'Raleway', sans-serif;
	list-style: none;
	width: 100%;
	height: 300px;
	margin-top: 0;
	padding-top:5%;
	}



footer li a {
	color: #0B9CB3;
	text-decoration: none;
	font-size: 20px;
	letter-spacing: 1px;
	line-height: 1.5;
}

footer a:hover {
   text-shadow: 2px 2px 15px #056C7C;
}

.footerlist {
	list-style: none;
	
}

.fab {
	color: #056C7C;
}

.socialList{
	margin-right:10%;
	list-style: none;
}
.footerlogo {
	position: absolute;
	width: 120px;
	height: 120px;
	bottom: 0px;
}



@media screen and (max-width: 768px) {

  .line {
    width: 30px;
    height: 3px;
    background: black;
    margin: 5px;
  }
	
  nav {
    position: relative;
  }

  .hamburger {
    position: absolute;
    cursor: pointer;
    right: 5%;
    top: 50%;
    transform: translate(-5%, -50%);
	z-index: 1005;
   }

  .nav-links {
    position: fixed;
    background: #FEDF7C;
    height: 100vh;
    width: 100%;
    flex-direction: column;
    clip-path: circle(100px at 90% -30%);
    -webkit-clip-path: circle(100px at 90% -30%);
    transition: all 1s ease-out;
    pointer-events: none;
	overflow-y: hidden;
  }
	
  .nav-links.open {
	z-index: 100;
    clip-path: circle(1400px at 90% -30%);
    -webkit-clip-path: circle(1400px at 90% -30%);
    pointer-events: all;
  }
	
  .landing {
    flex-direction: column;
	
  }
	
  .nav-links li {
    opacity: 0;
  }
	
  .nav-links li a {
    font-size: 25px;
  }
	
  .nav-links li:nth-child(1) {
    transition: all 0.5s ease 0.2s;
  }
	
  .nav-links li:nth-child(2) {
    transition: all 0.5s ease 0.4s;
  }
	
  .nav-links li:nth-child(3) {
    transition: all 0.5s ease 0.6s;
  }
	
  li.fade {
    opacity: 1;
  }
	
	
	
	
	
	
}


@media (min-width: 1025px) and (max-width:1201px) { 
	h2 {
		margin-left: 8%;
	}
	.logo {
		width: 85px;
		height: 70px;
	}
	.Amalfi {
		height: 180vh;
	}
	
	.amalfiText > p {
		width: 65%;
		margin-top: 10%;
		
	}
	.candles {
		margin-left: 0;
		margin-top: 30%;
	}
	
	.AmalfiHeadline {
		margin-left: 20%;
		margin-top: 40%;
	}
	
	.Positano {
		height: 600vh;
	}
	
	.positanoText > p {
		width: 60%;
	}
	.trailcontainer {
		margin-right: 5%;
	}
	.hike {
		margin-left: 5%;
	}
	.godsText {
		width: 80%;
	}
	.boatscontainer {
		margin-top: 20%;
	}

	.sorrentoText {
		width: 80%;
		line-height: 1.3;
		letter-spacing: 1px;
		margin-top: 10%;
		margin-left: 20%;
	}
	
	
	.SorrentoHeadline {
		margin-top: 60%;
		margin-left: 0%;
	}
}


@media (min-width: 769px) and (max-width:1024px) { 
	body {
		overflow-x: hidden;
	}
	.logo {
		width: 150px;
		height:153px;
	}
		
	h2 {
		margin-left: 7%;
		margin-top: 2%;
				
	}
	
	.Amalfi {
		height: 100vh;
	}
	h4 {
		left: 30
	}
	
	.amalfiText > p {
		width: 75%;
		margin-top: 15%;
	}
	.AmalfiPicandTitle {
		margin-right: 5%;
    	margin-top: 17%;
	}
	.candles {
		width: 470px;
	}
	.AmalfiHeadline {
		margin-left: 10%;
	}
	
	.Positano {
		height: 300vh;
	}
	.relative {
		height: 500px;
	}
	
	.PositanoTrail {
		margin-top: 28%;
	}
	.trailcontainer {
		margin-right: 3%;
	}
	.hike {
		margin-left: 3%;
	}
	
	.godsText {
		width: 85%;
	}
	
	.PositanoGrottos {
		margin-top: 23%;
	}
	.boatscontainer {
		margin-left: 3%;
		margin-top: 30%;
	}
	
	.grottoText {
	   margin-top: 15%;
	   margin-left: -10%;
	}
	
	.grottoText > p {
		margin-bottom: 15%;
	}
	
	.Sorrento {
		height: 120vh;
	}
	
	.gelatocontainer {
		margin-left: 3%;
		margin-top: 15%;
	}
	
	.paleSorrento {
		margin-left: 40%;
		margin-top: 15%;
	}
	.sorrentoText {
	   margin-top: 20%;
	   width: 63%;
	}
	.SorrentoHeadline {
		 margin-top: 42%;
   		 margin-left: -25%;

	}
}




@media (min-width: 541px) and (max-width:768px) { 
	
	nav {
		height: 10vh
	}
	
	.logo {
		width: 110px;
		height:115px;
	}
	
	h2 {
		margin-left: 11%;
		margin-top: 2%;
	}
	.Amalfi {
		flex-wrap: wrap;
	}
	.amalfiText {
		width: 80%;
    	margin-right: auto;
    	margin-left: auto;
		margin-bottom: -10%;
	}
	.amalfiText > p {
		margin-left: auto;
   		margin-right: auto;
    	margin-top: 15%;
		width: 80%;
	}
	
	.AmalfiPicandTitle {
    	display: flex;
    	flex-wrap: wrap;
		flex-direction: row;
	}
	.candles {
		margin-left: auto;
		margin-right: auto;
		margin-top: 0;
	}
	.AmalfiHeadline {
		margin-top: 0;
		margin-right: auto;
		margin-left: auto;
	}
	
	.relative {
		height: 500px;
	}
	
	.umbrellas {
		width: 70%;
		left: 15%;
	}
	
	.positanoText > p {
    	width: 65%;
	}
	
	.PositanoTrail {
		flex-wrap: wrap;
	}
	
	.hike {
		flex-wrap: wrap;
		flex-direction: row;
		margin-left: auto;
    	margin-right: auto;
		width: 100%;
	}
	
	.godsText {
		margin-left: auto;
       	margin-right: auto;
		margin-top: 15%;
		margin-bottom: 20%;
	}
	
	.trailcontainer {
		width: 100%;		
		margin-left: auto;
		margin-right: auto;
	}
	
	.hikingtrail {
		margin-right: auto;
		margin-left: auto; 
	}
	
	.PositanoGrottos {
		flex-wrap:wrap-reverse;
		margin-bottom: 20%;
	}
	.Grottos {
		width: 100%;
		margin-bottom: 10%;
	}
	.grottoText {
		width: 100%;
	}
	
	.grottoText > ul {
		margin-top: 15%;
		margin-left: 10%;
	}
	.boatscontainer {
		width: 100%;
		margin-left:auto;
		margin-right: auto;
	}
	.grottoboats {
		margin-left: auto;
		margin-right: auto;
	}
	
	.Sorrento {
		flex-wrap: wrap-reverse;
	}
	
	.paleSorrento {
		width: 100%;
		margin-left: 8%;
		margin-bottom: 20%;
	}
	.sorrentoText {
		margin-left: auto;
    	margin-right: auto;
	}
	
	.SorrentoHeadline {
		margin-top: 20%;
		margin-left: 10%;
	}
	
	.gelatocontainer {
		width: 100%;
		margin-left: auto;
   		margin-right: auto;
	}
	
	.gelatoHeadline {
		left: 15%;
	}
	.gelatopic {
		margin-left:auto;
		margin-right: auto;
		margin-bottom: 15%;
	}
	
}



@media (min-width: 481px) and (max-width:540px) { 
	nav {
		height: 10vh
	}
	
	.logo {
		width: 90px;
		height:80px;
	}
	
	h2 {
		margin-left: 13%;
		margin-top: 2%;
		font-size: 20px;
	}
	
	.Amalfi {
		flex-wrap: wrap;
		height: 220vh;
	}
	
	.relativeAmalfih4 {
		width: 200px;
		margin-left: 1%;
	}
	.amalfiText {
		width: 80%;
    	margin-right: auto;
    	margin-left: auto;
	}
	.amalfiText > p {
		margin-left: auto;
   		margin-right: auto;
    	margin-top: 20%;
		width: 80%;
		font-size: 24px;
	}
	
	.AmalfiPicandTitle {
    	display: flex;
    	flex-wrap: wrap;
		flex-direction: row;
	}
	
	.candles {
		width: 465px;
		margin-left: auto;
		margin-right: auto;
		margin-top: 0;
	}
	.AmalfiHeadline {
		margin-bottom: 10%;
		margin-top: 0;
		font-size: 140px;
		margin-left: 10%;

	}
	.Positano {
		height: 700vh;
	}
	.Positano > p {
		line-height: 1.5;
   		letter-spacing: 1px;
	}
	
	.relative {
		height: 400px;
	}
	

	.umbrellas {
	    width: 90%;
    	left: 5%;
	}
	
	.positanoText > p {
   		width: 75%;
    	font-size: 24px;
	
	}
	
	h5 {
		font-size: 120px;
		margin-bottom: 15%;
	}
	
	.PositanoTrail {
		flex-wrap: wrap;
	}
	
	.hike {
		flex-wrap: wrap;
		flex-direction: row;
		margin-left: auto;
    	margin-right: auto;
		width: 100%;
	}
	
	.godsText {
		font-size: 24px;
		margin-left: auto;
       	margin-right: auto;
		margin-top: 15%;
		margin-bottom: 20%;
	}
	
	.trailcontainer {
		width: 100%;		
		margin-left: auto;
		margin-right: auto;
	}
	
	.hikingtrail {
		width: 400px;
		margin-right: auto;
		margin-left: auto; 
		margin-bottom: 15%;
	}
	
	.PositanoGrottos {
		flex-wrap:wrap-reverse;
		margin-bottom: 20%;
	}
	.Grottos {
		width: 100%;
		margin-bottom: 10%;
	}
	.grottoText {
		font-size: 24px;
		width: 100%;
	}
	.grottoText > p {
		margin-top: 10%;

	}
	.grottoText > ul {
		margin-top: 15%;
		margin-left: 10%;
	}
	.boatscontainer {
		width: 100%;
		margin-left:auto;
		margin-right: auto;
	}
	.grottoboats {
		margin-left: auto;
		margin-right: auto;
		margin-bottom: 5%;
	}
	
	.Sorrento {
		flex-wrap: wrap-reverse;
		height: 300vh;
	}
	
	.paleSorrento {
		width: 100%;
		margin-left: 8%;
		margin-bottom: 20%;
	}
	

	.sorrentoText {
		margin-left: auto;
   		margin-right: auto;
		font-size: 24px;
	}

	.SorrentoHeadline {
		margin-top: 20%;
		font-size: 120px;
		margin-left: 5%;
	}
	
	.gelatocontainer {
		width: 100%;
		margin-left: auto;
   		margin-right: auto;
		margin-top: 0;
	}
	.gelatoHeadline {
		right: 30%;
	}
	.gelatopic {
		margin-left:auto;
		margin-right: auto;
		margin-bottom: 15%;
	}
}



@media (min-width: 414px) and (max-width:481px) { 
	.logo {
		display: none;
	}
	
	h2 {
		font-size: 24px;
	}
	
	.Amalfi {
		flex-wrap: wrap;
		height: 220vh;
	}
	.pinksquare {
		width: 175px;
	}
	
	h4 {
   		left: 40%;
		font-size: 28px;
	}
	.relativeAmalfih4 {
		width: 200px;
		margin-left: -5%;
	}
	
	.amalfiText {
		width: 80%;
    		margin-right: auto;
    		margin-left: auto;
	}
	
	.amalfiText > p {
		margin-left: auto;
   		margin-right: auto;
    		margin-top: 20%;
		width: 90%;
		font-size: 24px;
	}
	
	.AmalfiPicandTitle {
    		display: flex;
    		flex-wrap: wrap;
		flex-direction: row;
	}
	
	.candles {
		width: 450px;
		margin-left: auto;
		margin-right: auto;
		margin-top: 0;
		margin-bottom: 10%;
	}
	
	.AmalfiHeadline {
		margin-bottom: 20%;
		margin-top: 0;
		font-size: 115px;
		margin-left: 6%;
	}
	

	.Positano {
		height: 700vh;
	}
	
	.Positano > p {
		line-height: 1.5;
   		letter-spacing: 1px;
	}
	.pinksquare {
		width: 175px;
	}
	
	.relative {
    		height: 350px;
	}
	
	.umbrellas {
		width: 95%;
		left: 2.5%;
	}
	
	.positanoText > p {
   		width: 80%;
    		font-size: 24px;
		margin-bottom: 25%;
	}
	
	h5 {
		font-size: 90px;
		margin-bottom: 15%;
	}
	
	.PositanoTrail {
		flex-wrap: wrap;
	}
	
	.hike {
		flex-wrap: wrap;
		flex-direction: row;
		margin-left: auto;
    		margin-right: auto;
		width: 100%;
	}
	
	.godsText {
		width: 80%;
		font-size: 24px;
		margin-left: auto;
      	 	margin-right: auto;
		margin-top: 30%;
  		margin-bottom: 30%;
		line-height: 1.5;
   		letter-spacing: 1px;
	}
	
	.trailcontainer {
		width: 100%;		
		margin-left: auto;
		margin-right: auto;
	}
	
	.hikingtrail {
		width: 400px;
		margin-right: auto;
		margin-left: auto; 
		margin-bottom: 15%;
	}
	.pathHeadline {
	    left: 50%;

	}
	.TealGrottos {
		margin-left: 40%;
	}
	.tealsquare {
  		width: 175px;
	}
	.GrottoHeadline  { 
		right: 60%;
    		font-size: 28px;
	}

	.PositanoGrottos {
		flex-wrap:wrap-reverse;
		margin-bottom: 20%;
	}
	
	.Grottos {
		width: 100%;
		margin-bottom: 10%;
	}
	
	.grottoText {
		font-size: 24px;
		width: 100%;
	}
	
	.grottoText > p {
		margin-top: 10%;

	}
	
	.grottoText > ul {
		margin-top: 15%;
		margin-left: 10%;
	}
	
	.boatscontainer {
		width: 100%;
		margin-left:auto;
		margin-right: auto;
		margin-top: 20%;
	}
	
	.grottoboats {
		width: 400px;
		margin-left: auto;
		margin-right: auto;
		margin-bottom: 5%;
	}
	
	.Sorrento {
		flex-wrap: wrap-reverse;
		height: 270vh;
	}
	
	.paleSorrento {
		width: 100%;
		margin-left: 5%;
		margin-bottom: 20%;
		
	}
	
	.gelatoHeadline {
		right: 30%;
		font-size: 28px;
	}

	.sorrentoText {
		font-size: 24px;
	}

	.SorrentoHeadline {
		margin-top: 30%;
		font-size: 90px;
		margin-left: 5%;
	}
	
	.gelatocontainer {
		width: 100%;
		margin-left: auto;
   		margin-right: auto;
		margin-top: 0;
	}
	
	.gelatopic {
		margin-left:auto;
		margin-right: auto;
		margin-bottom: 15%;
		width: 400px;
	}
}

@media (min-width: 375px) and (max-width:413px) { 
	.logo {
		display: none;
	}
	
	h2 {
		font-size: 24px;
	}
	
	.Amalfi {
		flex-wrap: wrap;
		height: 220vh;
	}
	.pinksquare {
		width: 175px;
	}
	
	h4 {
   		left: 25%;
		font-size: 26px;
	}
	
	.relativeAmalfih4 {
		width: 200px;
		margin-left: -5%;
	}
	
	.amalfiText {
		width: 80%;
    		margin-right: auto;
    		margin-left: auto;
	}
	
	.amalfiText > p {
		margin-left: auto;
   		margin-right: auto;
    	margin-top: 20%;
		width: 100%;
		font-size: 24px;
	}
	
	.AmalfiPicandTitle {
    		display: flex;
    		flex-wrap: wrap;
		flex-direction: row;
	}
	
	.candles {
		width: 450px;
		margin-left: auto;
		margin-right: auto;
		margin-top: 0;
		margin-bottom: 10%;
	}
	
	.AmalfiHeadline {
		margin-bottom: 20%;
		margin-top: 0;
		font-size: 110px;
		margin-left: 4%;
	}
	

	.Positano {
		height: 700vh;
	}
	
	.Positano > p {
		line-height: 1.5;
   		letter-spacing: 1px;
	}
	.pinksquare {
		width: 175px;
	}
	
	.relative {
    	height: 350px;
	}
	
	.umbrellas {
		width: 95%;
		left: 2.5%;
	}
	
	.positanoText > p {
   		width: 80%;
    	font-size: 24px;
		margin-bottom: 25%;
	}
	
	h5 {
		font-size: 90px;
		margin-bottom: 15%;
	}
	
	.PositanoTrail {
		flex-wrap: wrap;
	}
	
	.hike {
		flex-wrap: wrap;
		flex-direction: row;
		margin-left: auto;
    	margin-right: auto;
		width: 100%;
	}
	
	.godsText {
		width: 80%;
		font-size: 24px;
		margin-left: auto;
       		margin-right: auto;
		margin-top: 30%;
  		margin-bottom: 30%;
		line-height: 1.5;
   		letter-spacing: 1px;
	}
	
	.trailcontainer {
		width: 100%;		
		margin-left: auto;
		margin-right: auto;
	}
	
	.hikingtrail {
		width: 400px;
		margin-right: auto;
		margin-left: auto; 
		margin-bottom: 15%;
	}
	.pathGods {
		margin-left: 8%;
	}
	.pathHeadline {
	   	 left: 40%;

	}
	.TealGrottos {
		margin-left: 40%;
	}
	.tealsquare {
  		width: 175px;
	}
	.GrottoHeadline { 
		right: 50%;
    		font-size: 26px;
	}

	.PositanoGrottos {
		flex-wrap:wrap-reverse;
		margin-bottom: 20%;
	}
	
	.Grottos {
		width: 100%;
		margin-bottom: 10%;
	}
	
	.grottoText {
		font-size: 24px;
		width: 100%;
	}
	
	.grottoText > p {
		margin-top: 10%;

	}
	
	.grottoText > ul {
		margin-top: 15%;
		margin-left: 10%;
	}
	
	.boatscontainer {
		width: 100%;
		margin-left:auto;
		margin-right: auto;
		margin-top: 20%;
	}
	
	.grottoboats {
		width: 400px;
		margin-left: auto;
		margin-right: auto;
		margin-bottom: 15%;
	}
	
	.Sorrento {
		flex-wrap: wrap-reverse;
		height: 270vh;
	}
	
	.paleSorrento {
		width: 100%;
		margin-left: 5%;
		margin-bottom: 20%;
		
	}
	
	.gelatoHeadline {
		right: 10%;
		font-size: 28px;
	}

	.sorrentoText {
		font-size: 24px;
		width: 77%;
		margin-top: 10%;
   		margin-left: 12%;
	}

	.SorrentoHeadline {
		margin-top: 30%;
		font-size: 90px;
		margin-left: 0%;
	}
	
	.gelatocontainer {
		width: 100%;
		margin-left: auto;
   		margin-right: auto;
		margin-top: 0;
	}
	
	.gelatopic {
		margin-left:auto;
		margin-right: auto;
		margin-bottom: 15%;
		width: 370px;
	}

	
}

@media (min-width: 280px) and (max-width: 374px) {
	.logo {
		display: none;
	}
	
	h2 {
		font-size: 18px;
	}
	
	h3 {
		margin-top: 20%;
		margin-bottom: 20%;
		font-size: 24px;
	}
	.Amalfi {
		flex-wrap: wrap;
		height: 220vh;
	}
	.pinksquare {
		width: 150px;
		height: 150px;
	}
	
	h4 {  
		left: 15%;
    	font-size: 22px;
	}

	.relativeAmalfih4 {
		width: 200px;
		margin-left: -5%;
	}
	
	.amalfiText {
		width: 80%;
    	margin-right: auto;
    	margin-left: auto;
	}
	
	.amalfiText > p {
		margin-left: auto;
   		margin-right: auto;
    	margin-top: 20%;
		width: 100%;
		font-size: 20px;
	}
	
	.AmalfiPicandTitle {
    		display: flex;
    		flex-wrap: wrap;
		flex-direction: row;
	}
	
	.candles {
		max-width: 300px;
   		height: auto;
    		margin-right: auto;
    		margin-left: auto;
		margin-bottom: 10%;
	}
	
	.AmalfiHeadline {
   		 margin-bottom: 30%;
    		 margin-top: 25%;
    	 	font-size: 80px;
		 margin-left: 4%;
	}
	

	.Positano {
		height: 700vh;
	}
	
	.Positano > p {
		line-height: 1.5;
   		letter-spacing: 1px;
	}

	.relative {
    		height: 300px;
	}
	
	.umbrellas {
		width: 95%;
		left: 2.5%;
	}
	
	.positanoText > p {
   		width: 80%;
    		font-size: 20px;
		margin-bottom: 25%;
	}
	
	h5 {
		font-size: 65px;
		margin-bottom: 15%;
	}
	
	.PositanoTrail {
		flex-wrap: wrap;
	}
	
	.hike {
		flex-wrap: wrap;
		flex-direction: row;
		margin-left: auto;
    		margin-right: auto;
		width: 100%;
	}
	
	.godsText {
		width: 80%;
		font-size: 20px;
		margin-left: auto;
       		margin-right: auto;
		margin-top: 30%;
  		margin-bottom: 30%;
		line-height: 1.5;
   		letter-spacing: 1px;
	}
	
	.trailcontainer {
		width: 100%;		
		margin-left: auto;
		margin-right: auto;
	}
	
	.hikingtrail {
		width: 300px;
		margin-right: auto;
		margin-left: auto; 
		margin-bottom: 15%;
	}
	.pathGods {
		margin-left: 3%;
	}
	.pathHeadline {
	    left: 40%;

	}
	.TealGrottos {
		margin-left: 30%;
	}
	.tealsquare {
  		width: 150px;
		height: 150px;
	}
	.GrottoHeadline { 
		right: 50%;
    		font-size: 24px;
	}

	.PositanoGrottos {
		flex-wrap:wrap-reverse;
		margin-bottom: 20%;
	}
	
	.Grottos {
		width: 100%;
		margin-bottom: 10%;
	}
	
	.grottoText {
		font-size: 20px;
		width: 100%;
	}
	
	.grottoText > p {
		margin-top: 10%;

	}
	
	.grottoText > ul {
		margin-top: 15%;
		margin-left: 10%;
	}
	
	.boatscontainer {
		width: 100%;
		margin-left:auto;
		margin-right: auto;
		margin-top: 20%;
	}
	
	.grottoboats {
		width: 300px;
		margin-left: auto;
		margin-right: auto;
		margin-bottom: 25%;
	}
	
	.Sorrento {
		flex-wrap: wrap-reverse;
		height: 270vh;
	}
	
	.paleSorrento {
		width: 100%;
		margin-left: 5%;
		margin-bottom: 20%;
		margin-top: 20%;
		
	}
	
	.gelatoHeadline {
		right: 10%;
		font-size: 24px;
	}

	.sorrentoText {
		font-size: 20px;
		margin-top: 10%;
   		width: 80%;
		margin-top: 10%;
		margin-left: auto;
		margin-right: auto;
	}

	.SorrentoHeadline {
		margin-top: 30%;
		font-size: 65px;
		margin-left: 0%;
	}
	
	.gelatocontainer {
		width: 100%;
		margin-left: auto;
   		margin-right: auto;
		margin-top: 0;
	}
	
	.gelatopic {
		margin-left:auto;
		margin-right: auto;
		margin-bottom: 15%;
		width: 370px;
	}
}
	
