@charset "UTF-8";

p {
	text-align: center;
	background-color: #ceecf2;
	font-size: 1.2em;
	line-height: 1.5em;
	
}

h1 {
	text-align:center;
	background-color: rgba(0, 180, 216, 0.4);
	font-size: 3.9em
}

h3{
	text-align:center;
	
}

h5{
	text-align:center;
	font-size: 1.9em;
	background-color: rgba(0, 180, 216, 0.4);
}

h4 {
	text-align:center;
	background-color: #FFC1CC;
	font-size: 1.9em;
	border-style: solid;
	border-width: 3px;
	border-color: #03045e;
	border-radius: 5px;
}

h2 {
	text-align:center;
	background-color: rgba(0, 180, 216, 0.4);
	font-size: 2.9em;
	border-style: solid;
	border-width: 3px;
	border-color: #03045e;
	border-radius: 5px;
}

.clash {
	text-align:center
}

.blackborder {
	border-style: solid;
	border-width: 3px;
	border-color: #03045e;
	border-radius: 5px;
}

.widthSm{
	width: 30%;
}

.floatright {
	float: right;
}

.clearfix {
	overflow: auto;
}

.textmargin {
	margin-top: 0px;
}

.picturemargin{
	margin-top: 16px;
}

.textbackground{
	background-color: rgba(0, 180, 216, 0.4);
}

.ultimatemargin{
	margin-right: 16px;
	margin-left: 16px;
}
  
.ultimatebackgroundcolor{
	background-color: #ceecf2;
}

.ultimatefont{
	font-family: montserrat, Tahoma, verdana; 
}

ul {
	list-style-type: none; /* Removes the bullet point */
	background-color: rgba(0, 180, 216, 0.4);
	margin: 0px;
	padding: 0px;
	overflow: hidden;
	border-style: solid;
	border-width: 3px;
	border-color: #03045e;
	border-radius: 5px;
	
}


ul li {
	float: left;
}

ul li a {
	color: black;
	text-decoration: none; /* Removes the Underline */
	padding: 14px 21.9px;
	display: block; /* makes the list item black instead of inline */
}

ul li a:hover {
	background-color: #48cae4;
}


.secret {
	color: rgba(0, 180, 216, 0.1);
}

.secretPhotos{
	width: 20em;
}

.carousel {
	width:100%; /* Full width of parent containter */
	max-width:600px; 
	overflow: hidden; 
	margin: auto; /* centers it */
}

.slides {
	display:flex; /* Not block or inline */
	transition: transform 0.5s ease; /* Take 0.5s to move from picture to picture. Ease allows for smooth sliding animation */
}

.slides img {
	width: 100%;
	margin: auto;
	flex-shrink: 0;
}

.homeBackground {
	background-image: url(Images/NewYork.jpg);
	background-size:cover;
	background-repeat: no-repeat;
	background-attachment: fixed;
	background-position: center;
	margin: 10px;
	padding: 0px;
}

