*{
box-sizing: border-box; 
 margin: 0px;
 padding: 10px;
}


body{
	font-family: helvetica, sans-serif;
}

.navigation{
	background-color: white;
	text-align: center;
	height: 25px;
	padding-bottom: 40px;

}

#hero{
	background-image: url('../img/croatia0.jpg');
	background-size: cover;
	background-position: center;
	height: 500px;
	width: 100%;
	align-content: center;
	text-align: center;

}

#hero-heading{
	color: white;
	font-size: 60px;

}

#hero-subtext{
	color: white;
	font-size: 20px;
	margin-bottom: 30px;

}


.hero-cta{
	margin: 10px;
	background-color: snow; 
	color: black;
	position: relative;
    width: 150px;
}


.page1-images{
	height: 600px;
	text-align: center;
	align-content: center;
	width: 100%;
	margin-top: 2%;
	margin-bottom: 10%;
	


}

#page1-images-heading{

}

.image-box{
	height: 90%;
	width: 10%;
	float: left; width: 33.33%;
	text-align: center;
	align-content: center;
	
}

#page1-image1{
	background-image: url('../img/croatia0.jpg');
	height: 75%;
	background-size: cover;
	background-repeat: no-repeat;
	background-position: left center;
	margin-top: 8%;
	margin-left: 8%;
	margin-right: 8%;
}

#page1-image2{
	background-image: url('../img/croatia2.jpg');
	height: 75%;
	background-size: cover;
	background-repeat: no-repeat;
	background-position: left center;
	margin-top: 8%;
	margin-left: 8%;
	margin-right: 8%;


}


#page1-image3{
	background-image: url('../img/croatia1.jpg');
	height: 75%;
	background-size: cover;
	background-repeat: no-repeat;
	background-position: left center;
	margin-top: 8%;
	margin-left: 8%;
	margin-right: 8%;
}


#page1-images-subtext{
	border: 2px solid purple;
}



.button-cta{
	background-color: lightgrey;
}


.page1-image-paragraph{
	height: 90%;
	align-content: center;
}

#page1-image4{
	float: left; width: 60%;
	background-image: url('../img/croatia1.jpg');
	background-size: cover;
	padding: 20%;
	margin-left: 5%;
	margin-bottom: 2%;
	margin-right: 2%;
	margin-top: 2%;
}
	
.page1-image-paragraph{
	height: 90%;
}

#page1-image4{
	float: left; width: 60%;
	background-image: url('../img/croatia1.jpg');
	background-size: cover;
	padding: 20%;
	margin-left: 5%;
	margin-bottom: 2%;
	margin-right: 2%;
	margin-top: 2%;
}
	

.paragraph-button-box {
	position: relative;
	margin-left: 2%;
	margin-top: 12%;
	margin-bottom: 12%;
	float: left; width: 30%;
}

#page1-paragraph{
	font-size: 15px;
	margin-bottom: 5%;
}

.page2-heading-buttons-box{
	height: 300px;
	margin-bottom: 8%;
	align-content: center;
	text-align: center;

}

#page2-image1{
    background-image: url('../img/croatia0.jpg');
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
	float: left; height: 100%; width: 45%;
    margin-left: 10%;
    margin-top: 5%;
    margin-bottom: 5%;



}

.page2-paragraph-button-box{
	float: left; width: 32%;
	margin-left: 2%;
    margin-top: 10%;
    margin-bottom: 5%;


}



.page2-gallery{
	height: 970px;
	align-content: center;
	text-align: center;
	margin-bottom: 8%;

}


.gallery-row1{
	float: top; height: 33%;
	align-content: center;
	text-align: center;

}

#row1-img1{
	float: left; height: 100%; width: 32%;
	background-image: url('../img/croatia0.jpg');
	background-size: cover;	font-size: 15px;
	margin: 0.6%;
	background-position: center;

}

#row1-img2{
	float: left; height: 100%; width: 32%;
	background-image: url('../img/croatia1.jpg');
	background-size: cover;	font-size: 15px;
	margin: 0.6%;
	background-position: bottom;


}

#row1-img3{
	float: left; height: 100%; width: 32%;
	background-image: url('../img/croatia2.jpg');
	background-size: cover;	font-size: 15px;
	margin: 0.6%;
	background-position: center;

	
}


.gallery-row2{
	float: top; height: 33%;
	align-content: center;
	text-align: center;

}

#row2-img1{
	float: left; height: 100%; width: 48.5%;
	background-image: url('../img/croatia3.jpg');
	background-size: cover;	font-size: 15px;
	margin: 0.6%;
	background-position: center;

}

#row2-img2{
	float: left; height: 100%; width: 48.5%;
	background-image: url('../img/croatia4.jpg');
	background-size: cover;	font-size: 15px;
	margin: 0.6%;
	background-position: bottom;
}


.gallery-row3{
	float: top; height: 33%;
	align-content: center;
	text-align: center;
	margin-bottom: 2%;

}

#row3-img1{
	float: left; height: 100%; width: 23.7%;
	background-image: url('../img/croatia5.jpg');
	background-size: cover;	font-size: 15px;
	margin: 0.6%;
	background-position: bottom;
}
	
#row3-img2{
	float: left; height: 100%; width: 23.7%;
	background-image: url('../img/croatia0.jpg');
	background-size: cover;	font-size: 15px;
	margin: 0.6%;
	background-position: bottom;
}

#row3-img3{
	float: left; height: 100%; width: 23.7%;
	background-image: url('../img/croatia2.jpg');
	background-size: cover;	font-size: 15px;
	margin: 0.6%;
	background-position: bottom;
}

#row3-img4{
	float: left; height: 100%; width: 23.7%;
	background-image: url('../img/croatia4.jpg');
	background-size: cover;	font-size: 15px;
	margin: 0.6%;
	background-position: bottom;
}


.footer{
	text-align: center;
}

