@charset "ISO-8859-1";

@viewport {
  width: device-width ;
  zoom: 1.0 ;
}

body {
	width: 100%;
	margin-left:0;
	margin-right:0;
	margin-top:0;
	font-family: 'Shadows Into Light Two', cursive;
}

header {
	font-weight: bold;
	font-size: 50px;
}

/* Home page */

/* Navigation bar and menu */
.mainheader {
	font-family: 'Shadows Into Light Two', cursive;
	font-size: 10px;
}

nav {
	display: flex;
	justify-content: space-around;
	width: 100%;
	position: fixed;
	align-items: center;
	height: 90px;
	background-color:rgba(0,0,0,0.5);
	font-family: 'Open Sans Condensed', sans-serif;
	transition: .5s;
}

.log {
	color: #e8ffff;
	text-transform: uppercase;
	letter-spacing: 3.5px;
	font-size: 20px;
	margin-left: 15px;
	text-decoration: none;
}

.menu {
	display: flex;
	width: 35%;
	justify-content: space-around;
	text-transform: uppercase;
	margin-right: 0;
	font-size: 14px;
}
.menu li{
	list-style: none;
}

.menu a{
	clear: right;
	color: #e8ffff;
	text-decoration: none;
	letter-spacing: 3px;
	font-weight: bold;
	padding: 5px 5px;
	transition: .5s;
}

.menu li a:hover{
	background:rgba(0,0,0,0.7);
	border-radius: 15px;
}

.mainheader .menu {
  transition: max-height .2s ease-out;
}

/* .mainheader .menu-icon {
	cursor: pointer;
	display: inline-block;
	float: right;
	padding: 28px 20px;
	position: relative;
	user-select: none;
}
.mainheader .menu-btn .navicon{
	background: #333;
	display: block;
	height: 2px;
	position: relative;
	transition: background .2s ease-out;
	width: 18px;
}

.mainheader .menu-icon .navicon:before,
.mainheader .menu-icon .navicon:after {
  background: rgba(0,0,0,0);
  content: '';
  display: block;
  height: 100%;
  position: absolute;
  transition: all .2s ease-out;
  width: 100%;
}

.mainheader .menu-icon .navicon:before {
  top: 5px;
}

.mainheader .menu-icon .navicon:after {
  top: -5px;
}

.mainheader .menu-btn {
  display: none;
}

.mainheader .menu-btn:checked ~ .menu {
  max-height: 240px;
}

.mainheader .menu-btn:checked ~ .menu-icon .navicon {
  background: transparent;
}

.mainheader .menu-btn:checked ~ .menu-icon .navicon:before {
  transform: rotate(-45deg);
}

.mainheader .menu-btn:checked ~ .menu-icon .navicon:after {
  transform: rotate(45deg);
}

.mainheader .menu-btn:checked ~ .menu-icon:not(.steps) .navicon:before,
.mainheader .menu-btn:checked ~ .menu-icon:not(.steps) .navicon:after {
  top: 0;
} */

.searchbox {
	float: right;
	padding: 5px;
	margin: 10px 10px;
	margin-left: 20px;
	width: 200px;
	border-radius: 2px;
	border-color: #e8ffff;
	font-family: 'Open Sans Condensed', sans-serif;
	font-size: 14px;
	color: #e8ffff;
	font-weight: bold;
	background: rgba(0,0,0,0.2);
	background-position: 5px 5px;
	background-repeat: no-repeat;
}

/* body of home page */
.section {
	width: 100%; 
	height: 152vh;
	background-image: url(../images/puertorico/arecibocave.jpg);
	margin:0;
	top:0;
	left:0;
	right:0;
 	background-color: #0080ff;
 	background-size: cover;
	background-position: center;
	background-repeat: no-repeat;
}

.b-text {
  text-align: center;
  position: absolute;
  top: 25%;
  left: 25%;
  right: 25%;
  color: white;
}

a.button {
	-webkit-appearance: button;
	-moz-appearance: button;
	appearance: button;
	text-decoration: none;
	border: none;
	outline: none;
	padding: 10px 20px;
	border-radius: 65px;
	color: #e8ffff;
	background: rgba(0,0,0,0.5);
	margin-bottom: 5%;
	margin-top: 3%;
	box-shadow: 0 3px 15px 0 #65739a;
	font-size: 15px;
}

a.button:hover {
	background: rgba(0,0,0,0.7);
}

#intro {
	width: 100%; 
	height: 90vh;
	margin:0;
	top:0;
	left:0;
	right:0;
 	background-color: #e8ffff;
 	background-size: cover;
	background-position: center;
}

#welcomeimage {
	float: right;
	width: 40%;
	margin-top: 65px;
	margin-bottom: 20px;
	margin-left: 40px;
	margin-right: 100px;
}

	#welcomeimage > img{
		width: 90%;
		background: url(../images/Ashley.jpg); width:"90%"; background-repeat: no-repeat;
		box-shadow: 10px 10px 5px #c0c0c0;
		-moz-box-shadow: 10px 10px 5px #c0c0c0;
		-webkit-box-shadow: 10px 10px 5px #c0c0c0;
		-khtml-box-shadow: 10px 10px 5px #c0c0c0;
	}

#welcometext {
	float: left;
	width: 30%;
	font-size: 20px;
	margin-top: 5%;
	margin-bottom: 5%;
	margin-left: 12%;
}

	#welcometext > header {
		color: #004080;
		font-size: 30px;
		font-weight: bold;
		margin-bottom: 5%;
		margin-top: 20%;
	}

.favorites {
	width: 100%; 
	height: 90vh;
	background-image: url(../images/placecollage.jpeg);
 	background-color: #0080ff;
 	background-size: cover;
	background-position: center;
	background-repeat: no-repeat;
	margin-top: 0px;
	margin-left: 0%;
	margin-right: 0%;
}

.menfamily {
	width: 100%; 
	height: 93vh;
	background-image: url("../images/meandfamily.jpeg");
 	background-color: #0080ff;
 	background-size: cover;
	background-position: center;
	background-repeat: no-repeat;
	margin-top: 0px;
	margin-left: 0;
	margin-right: 0;
}

.music {
	width: 100%; 
	height: 93vh;
	background-image: url("../images/violin.jpeg");
 	background-color: #0080ff;
 	background-size: cover;
	background-position: center;
	background-repeat: no-repeat;
	margin-top: 0px;
	margin-left: 0%;
	margin-right: 0%;
}

.food {
	width: 100%; 
	height: 100vh;
	background-image: url(../images/foodcollage.jpeg);
 	background-color: #0080ff;
 	background-size: cover;
	background-position: center;
	background-repeat: no-repeat;
	margin-top: 0px;
	margin-left: 0;
	margin-right: 0;
}

/* Explore & Polaroids */

#explo {
	width: 100%; 
	height: 155vh;
	margin:0;
	padding-top:0;
	top:0;
	left:0;
	right:0;
 	background-color: #e8ffff;
 	background-size: cover;
	background-position: center;
}

#exploretext {
	margin-top: 0px;
	margin-bottom: 20px;
	text-align: center;
}

	#exploretext > header{
		padding-top: 6%;
		padding-bottom: 1%;
		text-shadow: 4px 3px 3px #ccc;
	}

.gallery {
  border: 0px solid #fff;
}

.gallery:hover {
  border: 2px solid #fff;
}

.gallery img {
	width: 100%;
	height: auto;
	border: 15px solid #fff;
}

.desc {
	padding: 2%;
	text-align: center;
	margin-top: 2%;
	margin-bottom: 4%;
}

* {
  box-sizing: border-box;
}

.polaroid {
	padding: 0px;
	float: left;
	width: 21.5%;
	height: 30%;
	background-color: white;
	box-shadow: 0 4px 8px 0 rgba(0, 0, 0, 0.2), 0 6px 20px 0 rgba(0, 0, 0, 0.19);
	margin-bottom: 60px;
	margin-top: 20px;
	margin-left: 2.7%;
}



h1 {
	font-family: 'Shadows Into Light Two', cursive;
	font-size: 60px;
	margin-bottom: 0;
}	

h2 {
	font-family: 'Tangerine', cursive;
	font-size: 100px;
	text-shadow: 3px 3px 3px #b1ccd1;
}

h3 {
	font-family: 'Shadows Into Light Two', cursive;
	font-size: 45px;
	padding-top: 60px;
	margin-bottom: 20px;
	text-align: center;
	text-shadow: 3px 3px 3px #ccc;
}

h5 {
	font-family: 'Shadows Into Light Two', cursive;
	font-size: 35px;
	margin-top: 0px;
	margin-bottom: 20px;
	text-align: center;
	color: #000000;
	text-shadow: 3px 3px 3px #ccc;
}

h6 {
	font-family: 'Shadows Into Light Two', cursive;
	margin-bottom: 20px;
	font-size:80px;
	color: #3e7175;
	text-shadow: 4px 3px 3px #7b98a2;
}
	
footer {
	clear: both;
	text-align: center;
	width: 100%;
	background-color: #c0c0c0;
	-webkit-background-size: cover;
	-moz-background-size: cover;
	background-size: cover;
	color: #e8ffff;
	margin: 0px;
	padding: 10px;
	text-shadow: 2px 1px #431c12;
}	
	
/*  About Me  */

.mesection {
	width: 100%; 
	height: 110vh;
	background-image: url("../images/eastcoast/hill.jpg");
	margin:0;
	top:0;
	left:0;
	right:0;
	bottom:0;
	padding-bottom:0;
 	background-color: #cccccc;
 	background-size: cover;
	background-position: center;
	background-repeat: no-repeat;
}

/*  Puerto Rico 	 */
	
.prsection {
	width: 100%; 
	height: 110vh;
	background-image: url(../images/puertorico/rainforestview.JPG);
	margin:0;
	top:0;
	left:0;
	right:0;
 	background-color: #cccccc;
 	background-size: cover;
	background-position: center;
	background-repeat: no-repeat;
}

.pr-text {
  text-align: center;
  position: absolute;
  top: 5%;
  margin-left: 22.7%;
}
	
#prwelcometext {
	float: left;
	width: 30%;
	font-size: 20px;
	margin-top: 4%;
	margin-bottom: 0px;
	margin-left: 13%;
}

	#prwelcometext > header {
		color: #004080;
		font-size: 30px;
		font-weight: bold;
		margin-top: 10%;
	}	

#prhotell {
	margin-top: 5%;
	width: 100%;
	height: 60vh;
}
	
#prhotel {
	float: right;
	width: 40%;
	font-size: 20px;
	margin-right: 8%;
	margin-left: 1%;
	margin-top: 0px;
	margin-bottom: 3%;
}	
	#prhotel > header {
		margin-bottom: 3%;
	}
	
#prhotelimage {
	float: left;
	margin-left: 8%;
	margin-top: 1%;
	margin-bottom: 5%;
	margin-right: 2%;
	width: 40%;
}

	#prhotelimage > img{
		width: 90%;
		height: auto;
		float: left;
	}

.prdestinations {
}
	.prdestinations > img {
		width: 100%;
		height: auto;
	}

#culebra {
	width: 100%; 
	height: 117vh;
	padding-top: 5%;
	margin:0;
	top:0;
	left:0;
	right:0;
 	background-color: #e8ffff;
 	background-size: cover;
	background-position: center;
}

#culebrapics {
	float: left;
	width: 45%;
	margin-top: 1%;
	margin-bottom: 5px;
	margin-right: 0px;
	margin-left: 5%;
}

	#culebrapics > img{
		width: 90%;
	}	
	
#culebraisland {
	float: right;
	width: 44%;
	font-size: 20px;
	margin-top: 10px;
	margin-bottom: 20px;
	margin-right: 6%;
}

.sanjuan {
	width: 80%;
	margin-left: 10%;
	margin-bottom: 5%;
	font-size: 22px;
}
	.sanjuan > img {
		margin-top: 5%;
		width: 78%;
		margin-left: 11%;
		margin-bottom: 3%;
	}

.writing {
	width: 100%;
	padding-left: 10%;
	padding-right: 10%;
	padding-bottom: 5%;
	font-size: 22px;
	background-color: #e8ffff;
}


/* ipad */
@media screen and (max-width: 1024px) {
	.log {
	letter-spacing: 2.5px;
	}
	.menu{
		display: flex;
		justify-content: space-around;
		width: 95%;
		margin-left: 0px;
		margin-right: 30px;
	}
	.menu a{
	clear: right;
	color: #e8ffff;
	text-decoration: none;
	letter-spacing: 3px;
	font-weight: bold;
	padding: 3px 3px;
	transition: .5s;
	}
	.searchbox{
		display: none;
	}
	.section{
		height: 100vh;
		background-image: url(../images/eastcoast/sunsetbeach.JPG);
	}
	.b-text {
		top: 20%;
		left: 14%;
		right: 14%;
	}
	a.button{
		box-shadow: 0 3px 15px 0 #686868;
	}
	#intro{
		height: 70vh;
	}
	#welcometext{
		width: 76%;
		margin-top: 0;
		padding-top: 3%;
	}
		#welcometext > header {
			margin-top: 0;
			padding-top: 5%;
		}
	#welcomeimage{
		width:60%;
		margin-left: 0%;
		margin-right: 30%;
	}
		#welcomeimage > img{
			margin-left: 2%;
		}
	.favorites {
	height: 32vh;
	}
	.menfamily {
	height: 33vh;
	}
	.music {
	height: 33vh;
	}
	.food {
	height: 35vh;
	}
	#explo{
	height: 190vh;
	}
	.polaroid {
		width: 45%;
		margin-left: 3.4%;
		height: 19%;
	}
	h1{
	font-size: 70px;}
	h2{
	font-size: 120px;}
	
	/* Puerto Rico */
	.prsection {
		height: 100vh;
	}
	.pr-text {
		margin-left: 10%;
		margin-right: 10%;
		top: 10%;
	}
	#prwelcometext {
		float: left;
		width: 90%;
		font-size: 20px;
		margin-top: 4%;
		margin-bottom: 0px;
		margin-left: 5%;
	}
	#prhotel {
		width: 90%;
		font-size: 20px;
		margin-right: 5%;
		margin-left: 5%;
	}
	#prhotelimage {
		margin-left: 5%;
		width: 80%;
	}
	.prdestinations {
		height: 32vh;
	}
	#culebrapics {
		width: 70%;
		margin-left: 15%;
	}
		#culebrapics > img {
		margin-top: 5%;
		}
	#culebra {
		height: 100vh;
	}
	#culebraisland {
		width: 80%;
		margin-right: 10%;
		margin-top: 8%;
	}
}

/* phones */
 @media screen and (max-width:767px){ 
	/* .mainheader .log {
		letter-spacing: 2.5px;
	}
	.mainheader li {
    	float: left;
	}
	.mainheader li a {
   	 padding: 20px 30px;
    }
	.mainheader .menu {
		clear: none;
		float: right;
		max-height: none;
	}
	.mainheader .menu-icon {
		display: none;
	} */
	.menu {
		display: none;
	}
	.searchbox{
		display: none;
	}
	.section{
		height: 100vh;
		background-image: url(../images/eastcoast/sunsetbeach.JPG);
	}
	.b-text {
		top: 20%;
		left: 13%;
		right: 13%;
	}
	a.button{
		box-shadow: 0 3px 15px 0 #686868;
	}
	#intro{
		height: 70vh;
	}
	#welcometext{
		width: 76%;
		margin-top: 10%;
		padding-top: 3%;
	}
		#welcometext > header {
			margin-top: 0;
			padding-top: 5%;
		}
	#welcomeimage{
		width:60%;
		margin-left: 0%;
		margin-right: 30%;
		margin-top: 30px;
	}
		#welcomeimage > img{
			margin-left: 2%;
		}
	.favorites {
	height: 20vh;
	}
	.menfamily {
	height: 20vh;
	}
	.music {
	height: 20vh;
	}
	.food {
	height: 23vh;
	}
	#explo{
	height: 435vh;
	}
	.polaroid {
		width: 90%;
		margin-left: 5%;
		height: 11%;
	}
	h1{
	font-size: 25px;}
	h2{
	font-size: 45px;}
	h3{
	font-size: 30px;}
	h5{
	font-size: 20px;}
	h6{
	font-size: 50px;}
	
	/* Puerto Rico */
	
		.prsection {
		height: 100vh;
	}
	.pr-text {
		margin-left: 4.5%;
		margin-right: 4.5%;
		top: 15%;
	}
	#prwelcometext {
		float: left;
		width: 90%;
		font-size: 20px;
		margin-top: 4%;
		margin-bottom: 0px;
		margin-left: 5%;
	}
		#prwelcometext > header {
			font-size: 20px;
		}
		#prwelcometext > span {
			font-size: 15px;
		}
	#prhotel {
		width: 90%;
		font-size: 20px;
		margin-right: 5%;
		margin-left: 5%;
		align-text: center;
	}
		#prhotel > header {
		font-size: 35px;
		margin-left: 10%;
		}
	#prhotelimage {
		margin-left: 12%;
		width: 85%;
	}
	.prdestinations {
		height: 20vh;
	}
	#culebrapics {
		width: 96%;
		margin-left: 5%;
	}
		#culebrapics > img {
		margin-top: 5%;
		}
	#culebra {
		height: 145vh;
	}
	#culebraisland {
		width: 90%;
		margin-right: 5%;
	}
		#culebraisland > span {
		font-size: 15px;
		}
	.sanjuan {
	}
		.sanjuan > img {
			width: 100%;
			margin-left: 0;
		}
}	
	
	
	
	
	
	
	
	
	
	