

@import url('https://fonts.googleapis.com/css2?family=Alex+Brush&family=Allura&family=Castoro+Titling&display=swap');
@import url('https://fonts.googleapis.com/css2?family=Seaweed+Script&display=swap');
@import url('https://fonts.googleapis.com/css2?family=Climate+Crisis&display=swap');
@import url('https://fonts.googleapis.com/css2?family=Sacramento&display=swap');

@import url('https://fonts.googleapis.com/css2?family=Yanone+Kaffeesatz:wght@200&display=swap');

body {
	min-width: 290px;
	width: 100%;
	font-family:  Arial, Verdana, sans-serif;
	font-size: 1.2em;
	background-color: #403d5c;
	color: #c4c2d6;
	margin: 0 auto;
	height: 100%;
	background-repeat: none;
}
a {text-decoration: none;}

header {
	
	min-width: 600px;
	position: absolute;
	margin-top: 0px;
	padding-top: 0;
	width: 100%;

	background-color: white;
	background-image: linear-gradient(to right, #0086b3, #55527a, #55527a, #0086b3, #0086b3, #66d9ff, #0086b3);
	text-align: left;
	height: 80px;
	box-shadow: 0px 0px 10px black;
	
	color: #ccf2ff;
	font-family: 'Climate Crisis', Arial, Verdana, sans-serif;
	font-size: 30px;
	text-shadow: 1px 0px 4px black;	
	z-index: 999;
}


header img {
	width: 300px;
	margin-left: 25px; 
	margin-top: 12px;
}



/* navigation bar */

nav {
	position: relative;
	
	z-index: 9999;
	}
	
nav ul {
	list-style-type: none;
	
	margin-right: 25px;
	margin-top: 0;
	padding-top: 15px;
}

nav li {
	
	display: inline;
	margin-right: 5px;
	margin-left: 5px;
}
nav a {text-decoration: none;}

/* top navigation bar */ 

#contactnav {
	
	text-align: right;
	height: 50px;
	text-shadow: 0px 0px 3px black;
}

#contactnav a:link {
	color: #b3ecff;	
}
#contactnav a:visited {
	color:  #e6f9ff;
	}
	
#contactnav a:hover {
	color:  white;
	text-shadow: 0px 1px 5px black;
	/*  text-decoration: underline;
	text-underline-offset: 0.3em; */
	}
	
#contactnav a:active {
	color: #000000;
	}


/* CSS for drop down menu for only small devices ************* */

.btn-group {
	display: none;
	float: right;
	margin-top: -58px;
	padding-right: 0px;
	z-index: 99999;
}
.nav-link {
}
.nav-link img {
	width: 30px;
	
}


#static-bg-index {
	background-image: linear-gradient(to bottom, rgba(0, 153, 204, 0.60), rgba(0, 153, 204, 0.60), rgba(128, 128, 255, 0.50),  rgba(128, 128, 255, 0.60)), url("images/home-hero-image.jpg");
	width: 100%;
	height: 275px;
	margin-top: -275px;
	background-attachment: fixed;
	background-size: cover;
	background-repeat: no-repeat;
}
#static-bg-reef {
	background-image: linear-gradient(to bottom, rgba(0, 153, 204, 0.30), rgba(0, 153, 204, 0.40), rgba(128, 128, 255, 0.50),  rgba(128, 128, 255, 0.60)), url("images/reef-hero-image.jpg");
	width: 100%;
	height: 275px;
	margin-top: -275px;
	background-attachment: fixed;
	background-size: cover;
	background-repeat: no-repeat;
}
#static-bg-garden {
	background-image: linear-gradient(to bottom, rgba(0, 153, 204, 0.40), rgba(0, 153, 204, 0.50), rgba(128, 128, 255, 0.50),  rgba(128, 128, 255, 0.60)), url("images/my-garden-hero-image.jpg");
	width: 100%;
	height: 275px;
	margin-top: -275px;
	background-attachment: fixed;
	background-size: cover;
	background-repeat: no-repeat;
}
#static-bg-new {
	background-image: linear-gradient(to bottom, rgba(0, 153, 204, 0.5), rgba(0, 153, 204, 0.40), rgba(128, 128, 255, 0.50),  rgba(128, 128, 255, 0.60)), url("images/new-hero-image.jpg");
	width: 100%;
	height: 275px;
	margin-top: -275px;
	background-attachment: fixed;
	background-size: cover;
	background-repeat: no-repeat;
}
#static-bg-about-me {
	background-image: linear-gradient(to bottom, rgba(0, 153, 204, 0.60), rgba(0, 153, 204, 0.60), rgba(128, 128, 255, 0.50),  rgba(128, 128, 255, 0.60)), url("images/about-me-hero-image.jpg");
	width: 100%;
	height: 275px;
	margin-top: -275px;
	background-attachment: fixed;
	background-size: cover;
	background-repeat: no-repeat;
}

/* hero sections */

#homehero {
	z-index: 5;
	margin-top: 30px;
	padding: 0px;
	/* background-image: linear-gradient(to bottom, rgba(0, 153, 204, 0.60), rgba(0, 153, 204, 0.60), rgba(128, 128, 255, 0.50),  rgba(128, 128, 255, 0.60)), url("images/home-hero-image.jpg"); */
	height: 275px;
	background-size: cover;
	background-repeat: no-repeat;
	box-shadow: inset 0px 3px 8px #5d5d6f;
}

#homeherocontent {
	margin: 0 auto;
	max-width: 1025px;
	height:150px;
	padding: 30px;
}
#homehero h2 {
	width: 50%;
	height: 95%;
	margin-top: 0px;
	font-family: 'Sacramento', Arial, Verdana, sans-serif;
	font-size: 2.5em;
	opacity: 0.8;
	text-shadow: 0px 0px 2px black;
	line-height: 50px;
}

#mygardenhero {
	z-index: 5;
	margin-top: 30px;
	padding: 0px;
	height: 275px;
	background-size: cover;
	background-repeat: no-repeat;
	box-shadow: inset 0px 3px 8px #5d5d6f;
}

#mygardenherocontent {
	margin: 0 auto;
	max-width: 1025px;
	height:150px;
	padding: 30px;
}
#mygardenhero h2 {
	width: 50%;
	height: 95%;
	margin-top: 0px;
	font-family: 'Sacramento', Arial, Verdana, sans-serif;
	font-size: 2.5em;
	opacity: 0.8;
	text-shadow: 0px 0px 2px black;
	line-height: 50px;
}



#aboutmehero {
	z-index: 5;
	margin-top: 30px;
	padding: 0px;
	height: 275px;
	background-size: cover;
	background-repeat: no-repeat;
	box-shadow: inset 0px 3px 8px #5d5d6f;
}

#aboutmeherocontent {
	margin: 0 auto;
	max-width: 1025px;
	height:150px;
	padding: 30px;
}
#aboutmehero h2 {
	width: 50%;
	height: 95%;
	margin-top: 0px;
	font-family: 'Sacramento', Arial, Verdana, sans-serif;
	font-size: 2.5em;
	opacity: 0.8;
	text-shadow: 0px 0px 2px black;
	line-height: 50px;
}


#myreefhero {
	z-index: 5;
	margin-top: 30px;
	padding: 0px;
	height: 275px;
	background-size: cover;
	background-repeat: no-repeat;
	box-shadow: inset 0px 3px 8px #5d5d6f;
}

#myreefherocontent {
	margin: 0 auto;
	max-width: 1025px;
	height:150px;
	padding: 30px;
}
#myreefhero h2 {
	width: 50%;
	height: 95%;
	margin-top: 0px;
	font-family: 'Sacramento', Arial, Verdana, sans-serif;
	font-size: 2.5em;
	opacity: 0.8;
	text-shadow: 0px 0px 2px black;
	line-height: 50px;
}

#newhero {
	z-index: 5;
	margin-top: 30px;
	padding: 0px;
	height: 275px;
	background-size: cover;
	background-repeat: no-repeat;
	box-shadow: inset 0px 3px 8px #5d5d6f;
}

#newherocontent {
	margin: 0 auto;
	max-width: 1025px;
	height:150px;
	padding: 30px;
}
#newhero h2 {
	width: 50%;
	height: 95%;
	margin-top: 0px;
	font-family: 'Sacramento', Arial, Verdana, sans-serif;
	font-size: 2.5em;
	font-weight: bold;
	opacity: 0.8;
	text-shadow: 0px 0px 2px black;
	line-height: 50px;
}

#headercontentformobile {display: none;}




/* smaller social link nav for smaller screen versions  */ 

#socialnav {
	text-align: left;
	height: 25px;
	width: 200px;
	padding-left: 30px;
	text-shadow: 0px 0px 3px black;
	display: none;
}

#socialnav ul {
	margin-left: 0px;
	padding-left: 0px;
}
 
/* breadcrumb for the page */ 

#breadcrumbnav{
	max-width: 1025px;
	padding: 30px;
	padding-top: 0px;
	padding-bottom: 0px;
	margin: 0 auto;
	text-align: left;
	height: 30px;
	font-size: 0.8em;
	text-shadow: 0px 0px 3px black;
	color: white;

}
#breadcrumbnav ul {
	margin-left: -40px;
}
#breadcrumbnav li  {
	padding-left: 0px;
	margin-left: 0px;
}
#breadcrumbnav a:link {
	color: #b3ecff;
	
}
#breadcrumbnav a:visited {
	color:  #e6f9ff;
	}
	
#breadcrumbnav a:hover {
	color:  #e9e9af;
	text-shadow: 0px 1px 5px black;
	}
	
#breadcrumbnav a:active {
	color: orange;
	}

/* main section of body */	

main {
	padding: 30px;
	padding-top: 10px;
	padding-bottom: 20px;
	margin: 0 auto;
	max-width: 1025px;
	font-size: 16px;
	height: 100%;
	
}

main h2 {
	color: #d9b3ff;
	width: 100%;
	margin-top: 5px;
	height: 30px;
	/* border-bottom: solid 1px #d9b3ff; */
}

#main_aboutmecolorcode h2 {
	color: #dddcb1;
	
}

#main_aboutmecolorcode span {
	color: #b1b04e;
	font-weight: bold;
}
#main_myreefcolorcode h2 {
	color: #7ab4d1;
}


#main_mygardencolorcode h2 {
	color: #86cba8;

}

#main_newcolorcode h2 {
	color: #a389bd;

}




/* main navigation links + photo dropdown slide */

#mainnav {
	margin-top: -50px;
	width:100%;

	height: 50px;
	background-color: rgba(0,0,0, 0.2); 
}

mainnav a:link {
	color: blue;
}
mainnav a:visited{
	color: purple;
}
mainnav a:hover{
	color: blue;
}
mainnav a:active{
	color: orange;
}

#focuslink1 button {
	float: left;
	/* margin-left: 50px;*/
	background-color: rgba(122, 180, 209, 0.5); 
	height: 50px;
	width: 150px;
	border: none;
	
	color: #35334d;
	font-size: 1em;
	text-shadow: 1px 1px 2px white;
	
}

#focuslink2 button {
	float: left;
	background-color: rgba(134, 203, 168, 0.5); 
	height: 50px;
	width: 150px;
	border: none;
	
	color: #35334d;
	font-size: 1em;
	text-shadow: 1px 1px 2px white;
	
}

#focuslink3 button {
	float: left;
	background-color: rgba(163, 137, 189, 0.5); 
	height: 50px;
	width: 150px;
	border: none;
	color: #35334d;
	font-size: 1em;
	text-shadow: 1px 1px 2px white;
}
#focuslink4 button {
	float: left;
	background-color: rgba(255, 254, 179, 0.4); 
	height: 50px;
	width: 150px;
	border: none;
	color: #35334d;
	font-size: 1em;
	text-shadow: 1px 1px 2px white;
}


/* pre-image: to be tucked away as it's not needed to be shown in this case. */

button span{
	position: absolute;
	right: 5%;
	width: 40%;
	max-width: 400px;
	height: 30px;
	top: 30px;
	border: solid 5px white;
	border-radius: 20px;
	background-color: #0099cc;
	background-image: url("images/bg-image.jpg");
	background-size: 550px;
	box-shadow: inset 0px 0px 5px black;
	box-shadow: 0px 0px 10px black;
	transition: background-size 4s linear, background-image 1s linear, height 0.5s linear, margin 0.5s linear, border 1s linear, color 1s linear;
	
}

/* changes for link 1's onmousehover */

#focuslink1 a:hover button {
	background-color: rgba(122, 180, 209, 0.8); 
}

#focuslink1 a:hover button span{ /* change the intro image */
	background-image: url("images/reef-drop-down-image.jpg");
	background-size: 700px;
	right: 5%;
	width: 40%;
	/* right: 80px; */
	border: solid 5px white;
	height: 250px;
	
	color: white;
}

/* changes for link 2's onmousehover */

#focuslink2 a:hover button {
	background-color: rgba(134, 203, 168, 0.8);  
}
#focuslink2 a:hover button span{
	background-image: url("images/garden-drop-down-image.jpg");
	background-size: 700px;
	right: 5%;
	width: 40%;
	border: solid 5px white;
	height: 250px;
	color: white;
}

/* changes for link 3's onmousehover */

#focuslink3 a:hover button {
	background-color: rgba(163, 137, 189, 0.8);  
}

#focuslink3 a:hover button span{
	background-image: url("images/home-hero-image.jpg");
	background-size: 700px;
	right: 5%;
	width: 40%;
	border: solid 5px white;
	height: 250px;
	color: white;
}

/* changes for link 3's onmousehover */

#focuslink4 a:hover button {
	background-color: rgba(255, 254, 179, 0.7);  
}

#focuslink4 a:hover button span{
	background-image: url("images/about-me-hero-image.jpg");
	background-size: 700px;
	right: 5%;
	width: 40%;
	border: solid 5px white;
	height: 250px;
	color: white;
}

/* end of main menu link + image slide/changer ************** */ 


footer{
	color:  #cc99ff;
	background-color: #403d5c;
	background-image: linear-gradient(to bottom, rgba(129, 126, 169, 1), rgba(64, 61, 92, 1));
	text-align: center;
	margin-bottom: 0px;
	padding-top: 20px;
	font-size: small;
	line-height: 5px;
	padding-bottom: 30px;
	 /* box-shadow: 0px 1px 10px black; */
	width: 100%;

	bottom: 0;
}
footer a {
	text-decoration: none;
}

footer a:link {
	color: #ffffcc;
}
footer a:hover {
	color: white;
	text-decoration: underline;
	text-underline-offset: 0.3em;
}
footer a:visited {
	color: #ffffcc;
}

/* large flash floating card links ********************* */


.myflexcontainer {
	display: flex;
	flex-direction: flex-wrap;
	max-width: 900px;
	margin: 0 auto;
	margin-top: 20px;
	margin-bottom: 10px;
	text-align: center;
	line-height: 25px;
	flex-wrap: wrap;
	font-family:  Arial, Verdana, sans-serif;
}
.row {
	margin-right: 0px;
}

#reefflashcard button {
	
	margin: 20px;
	width: 200px;
	height: 200px;
	background-image: url("images/reef-flash-card-image.jpg");
	background-size: 300px;
	border-radius: 50% 50%;
	border: solid 5px white;
	box-shadow: inset 0px 0px 5px black;
	opacity: 0.5;
	font-size: 1.2em;
	text-align: center;
	color: white;
	text-shadow: 2px 2px 2px black;
	
}
#reefflashcard a:hover button {
	/* border-radius: 10% 10%; */
	background-size: 400px;
	opacity: 1;
	border: solid 8px #7ab4d1;
	transition: background-size 2s ease-in-out, opacity 1s ease-in-out, border 1s linear;
}

#gardenflashcard button{

	margin: 20px;
	width: 200px;
	height: 200px;
	background-image: url("images/garden-flash-card-image.jpg");
	background-size: 300px;
	border-radius: 50% 50%;
	border: solid 5px white;
	box-shadow: inset 0px 0px 5px black;
	box-shadow: inset 0px 0px 5px black;
	opacity: 0.5;
	font-size: 1.2em;
	text-align: center;
	color: white;
	text-shadow: 2px 2px 2px black;
	
}

#gardenflashcard a:hover button {
	border: solid 8px #86cba8;
	background-size: 400px;
	opacity: 1;
	transition: background-size 2s ease-in-out, opacity 1s ease-in-out, border 1s ease-in-out;
}

#newflashcard button{

	margin: 20px;
	width: 200px;
	height: 200px;
	background-size: 250px;
	border-radius: 50% 50%;
	border: solid 5px white;
	background-image: url("images/new-flash-card-image.jpg"); 

	opacity: 0.5;
	font-size: 1.2em;
	text-align: center;
	color: white;
	text-shadow: 2px 2px 2px black;
}

#newflashcard a:hover button {
	border: solid 8px #a389bd;
	background-size: 350px;
	opacity: 1;
	transition: background-size 2s ease-in-out, opacity 1s ease-in-out, border 1s ease-in-out;
}
#aboutmeflashcard button{
	margin: 20px;
	width: 200px;
	height: 200px;
	background-size: 200px;
	border-radius: 50% 50%;
	border: solid 5px white;
	background-image: url("images/about-me-flash-card-image.jpg"); 

	opacity: 0.5;
	font-size: 1.2em;
	text-align: center;
	color: white;
	text-shadow: 2px 2px 2px black;
}
#aboutmeflashcard a:hover button {
	border: solid 8px #fffeb3;
	background-size: 300px;
	opacity: 1;
	transition: background-size 2s ease-in-out, opacity 1s ease-in-out, border 1s ease-in-out;
}

/*
@keyframes float {
	0% {box-shadow: 0 5px 15px 0px rgba(0, 0, 0, 0.6);
	transform: translatey(0px);
	}
	50% {box-shadow: 0 25px 15px 8px 0px rgba(0, 0, 0, 0.2);
	transform: translatey(-20px);
	}
	100% {box-shadow: 0 5px 15px 0px rgba(0,0,0, 0.6);
	transform: translatey(0px);
	}
}

.avatar {
	width: 150px;
	height: 150px;
	box-sizing: border-box;
	border: 5px white solid;
	border-radius: 50%;
	overflow: hidden;
	box-shadow: 0 5px 15px 0px rgba(0, 0, 0, 0.6);
	transform: translatey(0px);
	animation: float 6s ease-in-out infinite;
	img { width: 100%, height: auto;}
}
*/

@keyframes float {
	0% {
	transform: translatey(0px);
	}
	50% {
	transform: translatey(-20px);
	}
	100% {
	transform: translatey(0px);
	}
}

/* class to float the div */

.floatthis {
	width: 220px;
	height: 220px;
	box-sizing: border-box;
	overflow: hidden;
	transform: translatey(0px);
	animation: float 6s ease-in-out infinite;
}

@keyframes float2 {
	0% {
	transform: translatey(0px);
	}
	50% {
	transform: translatey(-20px);
	}
	100% {
	transform: translatey(0px);
	}
}

.floatthis2 {
	width: 220px;
	height: 220px;
	box-sizing: border-box;
	overflow: hidden;
	transform: translatey(0px);
	animation: float2 4s ease-in-out infinite;
}
@keyframes float3 {
	0% {
	transform: translatey(0px);
	}
	50% {
	transform: translatey(-20px);
	}
	100% {
	transform: translatey(0px);
	}
}

.floatthis3 {
	width: 220px;
	height: 220px;
	box-sizing: border-box;
	overflow: hidden;
	transform: translatey(0px);
	animation: float3 5s ease-in-out infinite;
}
@keyframes float4 {
	0% {
	transform: translatey(0px);
	}
	50% {
	transform: translatey(-20px);
	}
	100% {
	transform: translatey(0px);
	}
}

.floatthis4 {
	width: 220px;
	height: 220px;
	box-sizing: border-box;
	overflow: hidden;
	transform: translatey(0px);
	animation: float3 3s ease-in-out infinite;
}

/* auto slide show for index page ************* */

.slideshow-wrapper {
	 float: left;
	margin-right: 30px;
	margin-bottom: 10px;
	
}
/* Slideshow container */
.mySlides {display: none;}
.slideshow-container img {
	border: solid 5px #ccb3ff;
	border-radius: 15px;
	vertical-align: middle;
	width: 325px;
}

/* Slideshow container */
.slideshow-container {
  position: relative;
  margin: auto; 
}

/* slideshow dots */
.slideshow-dots {
	text-align: center;
}

/* Caption text */
.text {
  color: #f2f2f2;
  font-size: 15px;
  padding: 8px 12px;
  position: absolute;
  bottom: 8px;
  width: 100%;
  text-align: center;
}

/* Number text (1/3 etc) */
.numbertext {
  color: #f2f2f2;
  font-size: 12px;
  padding: 8px 12px;
  position: absolute;
  top: 0;
}

/* The dots/bullets/indicators */
.dot {
  height: 15px;
  width: 15px;
  margin: 0 2px;
  background-color: #bbb;
  border-radius: 50%;
  display: inline-block;
  transition: background-color 0.6s ease;
}

.active {
  background-color: #d2d289;
}

/* Fading animation */
.fade {
  animation-name: fade;
  animation-duration: 1s;
}

@keyframes fade {
  from {opacity: .4} 
  to {opacity: 1}
}




/* div for images with different codes for left, right img - on different page: reef, garden ... */

.mainIntroImage{
	float: left;
	margin-right: 20px;
	margin-bottom: 5px;
	margin-top: 0px;
	width: 45%;
	
}

.leftReefImage{
	float: left;
	margin-right: 20px;
	margin-bottom: 10px;
	margin-top: 10px;
	width: 325px;
	border-radius: 20px 20px;
	border: solid 5px #7ab4d1;
}
.rightReefImage{
	float: right;
	margin-left: 20px;
	margin-bottom: 10px;
	margin-top: 10px;
	width: 325px;
	border-radius: 20px 20px;
	border: solid 5px #7ab4d1;
}

.leftGardenImage{
	float: left;
	margin-right: 20px;
	margin-bottom: 10px;
	margin-top: 10px;
	width: 325px;
	border-radius: 20px 20px;
	border: solid 5px #86cba8;
}
.rightGardenImage{
	float: right;
	margin-left: 20px;
	margin-bottom: 10px;
	margin-top: 10px;
	width: 325px;
	border-radius: 20px 20px;
	border: solid 5px #86cba8;
}

.leftNewImage{
	float: left;
	margin-right: 20px;
	margin-bottom: 10px;
	margin-top: 10px;
	width: 325px;
	border-radius: 20px 20px;
	border: solid 5px #a389bd;
}
.rightNewImage{
	float: right;
	margin-left: 20px;
	margin-bottom: 10px;
	margin-top: 10px;
	width: 325px;
	border-radius: 20px 20px;
	border: solid 5px #a389bd;
}
.leftAboutMeImage{
	float: left;
	margin-right: 20px;
	margin-bottom: 10px;
	margin-top: 10px;
	width: 35%;
	max-width: 325px;
	min-width: 200px;
	border-radius: 20px 20px;
	border: solid 5px #dddcb1;
}
.rightAboutMeImage{
	float: right;
	margin-left: 20px;
	margin-bottom: 10px;
	margin-top: 10px;
	width: 35%;
	max-width: 325px;
	min-width: 200px;
	border-radius: 20px 20px;
	border: solid 5px #dddcb1;
}
.leftVertAboutMeImage{
	float: left;
	margin-right: 20px;
	margin-bottom: 10px;
	margin-top: 10px;
	width: 25%;
	max-width: 225px;
	min-width: 135px;
	border-radius: 20px 20px;
	border: solid 5px #dddcb1;
}
.rightVertAboutMeImage{
	float: right;
	margin-left: 20px;
	margin-bottom: 10px;
	margin-top: 10px;
	width: 25%;
	max-width: 225px;
	min-width: 135px;
	border-radius: 20px 20px;
	border: solid 5px #dddcb1;
}

#reef-intro-image {
	float: right;
	margin-left: 30px;
	
	border-radius: 50% 50%;
	border: solid 5px #7ab4d1;
	margin-bottom: 10px;
	width:30%;
	min-width: 125px;
}

#garden-intro-image {
	float: right;
	margin-left: 30px;
	
	border-radius: 50% 50%;
	border: solid 5px #86cba8;
	margin-bottom: 10px;
	width: 30%;
	min-width: 125px;
}

#new-intro-image {
	float: right;
	margin-left: 30px;
	
	border-radius: 50% 50%;
	border: solid 5px #ccb3ff;
	margin-bottom: 10px;
	width: 30%;
	min-width: 125px;
}

/* **************************************** */


/* pulse logo ***************************** */

@keyframes pulse {
   0%
  {
    box-shadow: 0 0 0 0 rgba(255,4,0,.7), 0 0 0 0 rgba(255,4,0,1);
  }
    40%
  {
    box-shadow: 0 0 0 0 rgba(255,4,0,0), 0 0 0 30px rgba(255,4,0,0);
  }
    80%
  {
    box-shadow: 0 0 0 0 rgba(255,4,0,.7), 0 0 0 70px rgba(255,4,0,0);
  }
    100%
  {
    box-shadow: 0 0 0 0 rgba(255,4,0,.7), 0 0 0 30px rgba(255,4,0,0);
  }
}

#pulseicon {
	float: left;
	animation: pulse 2s infinite;
	border: solid 5px #dddcb1;
	border-radius: 50%;
	width: 80px;
	margin-right: 20px;
	margin-bottom: 10px;
	
}

/* for image display ************************************* */

.gardenbutton {
	margin: 0 auto;
	text-align: center;

}
/* change the container-fluid div of Bootstrap: remove the left padding of this Bootstrap div to align the content with the rest on page */
.container-fluid {
	padding-left: 0;
}

.garden-container-fluid a{
	position: relative;
	z-index: 100;
	text-decoration: none;
}
.garden-container-fluid img {
	
	border-radius: 15px;
	border: solid 5px #86cba8;
	margin: 10px;
}	
.gardenbutton button{
	background-color: #f9d286;
	color: black;
	margin: 0 auto;
	padding: 10px;
	width: 300px;
	border-radius: 15px;
	text-align: center;
	font-size: 1.2em;
	border: none;

}
.gardenbutton a  button{
	text-decoration: none;
}
.gardenbutton a:hover button {
	background-color: #cc99ff;
	text-decoration: none;
	
}




.reefbutton {
	margin: 0 auto;
	text-align: center;

}
.reef-container-fluid {
	max-width: 950px;
}

.reef-container-fluid img {
	position: relative;
	z-index: 100;
	border-radius: 15px;
	border: solid 5px #7ab4d1;
	margin: 10px;
	
}
.reefbutton button{
	background-color: #f9d286;
	color: black;
	margin: 0 auto;
	padding: 10px;
	width: 300px;
	border-radius: 15px;
	text-align: center;
	font-size: 1.2em;
	border: none;

}
.reefbutton a  button{
	text-decoration: none;
}
.reefbutton a:hover button {
	background-color: #cc99ff;
	text-decoration: none;
	
}


/* ****** end of image display ******************************************* */



/* popup modal */

#modal {
    position: fixed;
	z-index: 9999;
    top: 0;
    left: 0;
    height: 100%;
    width: 100%;
    background-color: rgba(0,0,0,.5);
    display: flex;
    justify-content: center;
    align-items: center;
	text-decoration: none;
}

.modal__window {
  position: relative;
  z-index: 9999;
  top: 10px;
  background-color: white;
  background-image: linear-gradient(to bottom, rgba(0, 153, 204, 0.70), rgba(0, 153, 204, 0.30), white,  rgba(128, 128, 255, 0.60));
  padding: 1em 1.5em;
  border-radius: 15px;
}

.modal__close {
  position: absolute;
  top: 10px;
  right: 10px;
  color: red;
  font-weight: bold;
}

#modal:not(:target) {
    visibility: hidden;
    opacity: 0;
}


/* ****** image gallery **************************** */


#garden-gallery img  { /* to change the border of img to garden green color code */
	border: solid 5px #86cba8;
}
#reef-gallery img { /* to change the border of img to reef blue color code */
	border: solid 5px #7ab4d1;
}


.gallery {
	max-width: 1000px;
	margin: 0 auto;
	padding-left: 0;
	display: flex;
	flex-wrap: wrap;
	margin-bottom: 30px;
}

.gallery-thumbnails {
	float: left;
	max-width: 375px;
	height: 100%;
	margin-left: 0;

}

.preview {
	width: 520px;
	max-width: 800px;
	margin: 0 auto;
}

.gallery .preview{
    
    height:auto;
}

.gallery .gallery-thumbnails img {
    width:100px;
    height:75px;
    margin: 3px 10px 10px 0;
}

.gallery .gallery-thumbnails img:hover {
    opacity: .8;
    cursor: pointer;
}



.gallery .preview img#preview {
	min-width: 100px;
    padding: 1px;
    max-width: 90%;
    height: auto;
    margin: 0 auto !important;
    display: block !important;
}

.gallery img {
	border-radius: 20px 20px;	
}



/* *** end of gallery code ************************** */



/* to be moved close to main and body of page */

#page-intro {
	width: 100%;
	margin: 0 auto;
	clip-path: polygon(0 0, 100% 0, 100% calc(100% - 50px), 50% 100%, 0 calc(100% - 50px));
	background-color: #403d5c;
	background-image: linear-gradient(to bottom, #403d5c, #403d5c, rgba(122, 117, 163, 0.40));
	padding-top: 20px;
	padding-bottom: 60px;
	margin-bottom: 40px;
	font-size: 1.25em;

}



/* slanted background div ******************* */


.arrow-divider-gallery {
	clip-path: polygon(0 0, 50% 50px, 100% 0, 100% calc(100% - 50px), 50% 100%, 0 calc(100% - 50px));
	background-color: #403d5c;
	background-image: linear-gradient(to bottom, #403d5c, rgba(122, 117, 163, 0.30),rgba(122, 117, 163, 0.60));
	padding-top: 90px;
	padding-bottom: 60px;
	margin-bottom: 30px;
	margin-top: -49px;
	text-align: center;
}
.arrow-divider-gallery-2 {
	clip-path: polygon(0 0, 50% 50px, 100% 0, 100% calc(100% - 50px), 50% 100%, 0 calc(100% - 50px));
	background-color: #403d5c;
	background-image: linear-gradient(to bottom, #403d5c, rgba(122, 117, 163, 0.30),rgba(122, 117, 163, 0.60));
	padding-top: 60px;
	padding-bottom: 30px;
	margin-bottom: 0px;
	margin-top: -88px;
	text-align: center;


}
.arrow-divider-connect-for-home {
	clip-path: polygon(0 0, 50% 50px, 100% 0, 100% calc(100% - 50px), 50% 100%, 0 calc(100% - 50px));
	background-color: #403d5c;
	background-image: linear-gradient(to bottom, #403d5c, rgba(122, 117, 163, 0.30),rgba(122, 117, 163, 0.60));
	padding-top: 60px;
	padding-bottom: 30px;
	margin-bottom: 20px;
	margin-top: -128px;
	text-align: center;


}

.arrow-divider-garden-button {
	clip-path: polygon(0 0, 50% 50px, 100% 0, 100% calc(100% - 50px), 50% 100%, 0 calc(100% - 50px));
	background-color: #403d5c;
	background-image: linear-gradient(to bottom, rgba(38, 89, 64, 0.20), rgba(94, 186, 140, 0.60),rgba(94, 186, 140, 0.9));
	padding-top: 90px;
	padding-bottom: 60px;
	margin-top: -89px;
	box-shadow: 0px 10px 5px 5px black;
}

.arrow-divider-reef-button {
	clip-path: polygon(0 0, 50% 50px, 100% 0, 100% calc(100% - 50px), 50% 100%, 0 calc(100% - 50px));
	background-color: #403d5c;
	background-image: linear-gradient(to bottom, rgba(33, 74, 94, 0.20), rgba(122, 180, 209, 0.50),rgba(122, 180, 209, 0.9));
	padding-top: 90px;
	padding-bottom: 60px;
	margin-top: -89px;
	box-shadow: 0px 10px 5px 5px black;

}

#connection-div {
	display: flex;
	justify-content: center; 
	width: 100%;


}

.mobile{
	display: none;
}

.not-mobile{
	display: inline;
}





/* CSS for tablet ****************************  */

@media only screen and (max-width: 960px) {


.gallery { /* reverse the order of the preview image to bottom when the screen is small and thumbnails and preview are stacked in column */
	flex-direction: column-reverse;
}

.preview {
	margin-top: 10px;
}
.preview,  .gallery-thumbnails{
	width: 100%;
	max-width: 100%;
	
}

.gallery .preview img {
	min-width: 150px;
}

.myflexcontainer {
		width:460px;
	}
	
}

@media only screen and (max-width: 620px) {
	/* increase the width of the slideshow */
	.slideshow-container {width: 90%;}
	.slideshow-container img{ margin: 0 auto; width: 90%;}
	
	.slideshow-wrapper { /* To remove the left float of the slideshow on index page, and center slideshow */
	float: none;
	margin: 0 auto;
	margin-bottom: 20px;
}
	
	#homehero, #homeherocontent, #breadcrumbnav, #contactnav, #aboutmehero, #aboutmeherocontent, #myreefhero, #myreefherocontent, #mygardenhero, #mygardenherocontent, #newhero, #newherocontent {
		display: none;
	}
	
	#socialnav {display:block;}
	
	header {
		position: relative;
		min-width: 200px;
		height: 60px;
		z-index: 1;
		
	}
	
	
	header img {
		margin-left: 25px;
		margin-top: 11px;
		width: 200px;
	}
	
	#spanhandwrittenfont {
	font-family: 'Sacramento', Arial, Verdana, sans-serif;
	font-size: 30px;
	color: #eeeeb4;
}
		
	#mainnav{
		position: relative;
		margin-top: 0px;
		height: 200px;
		background-size: cover;
		background-image: linear-gradient(to bottom, rgba(0, 153, 204, 0.60), rgba(0, 153, 204, 0.60), rgba(128, 128, 255, 0.50),  rgba(128, 128, 255, 0.60)), url("images/home-hero-image.jpg");
	}
	
	
	button span {display: none;	}
	
	#focuslink1 button, #focuslink2 button, #focuslink3 button, #focuslink4 button {
		position: relative;
		width: 100%;
		height: 50px;
		font-size: 16px;
		
	}
	
	
	main {
		margin: 0 auto;
		font-size: 14px;
	}
	
	body {
		min-width: 290px;
		height: 100%;
	}

	footer {font-size: 11px;}
	
	#reefflashcard button, #gardenflashcard button, #newflashcard button, #aboutmeflashcard button { margin: 10px; padding: 10px;}
	
	iframe {
		width: 445px;
		height: 250px;
	}
	
}

@media only screen and (max-width: 560px) {
	
	
	/* change the dimension of the float cards/links at bottom to fit */
	.myflexcontainer {
		max-width:390px;
	}
	.floatthis, .floatthis2, .floatthis3, .floatthis4 {width: 190px; height: 190px;}
	
	#reefflashcard button, #gardenflashcard button, #newflashcard button, #aboutmeflashcard button { width: 175px; height: 175px;}
}

/* CSS for smartphone */

@media only screen and (max-width: 480px) {
			
	/* display the dropdown menu hamburger option */
	
	.btn-group {display: inline;}
	
	
	/* increase the main page intro image size */
	.mainIntroImage {
		width: 100%;
		margin: 0 auto;
		margin-bottom: 20px;
	}
		
	
	/* remove the slideshow */
	
	.slideshow-wrapper, .slideshow-container, .slideshow-dots {display: none;}
	
	/* change the dimension of the float cards/links at bottom to fit -> has to make them even smaller for smaller phone */
	
	.myflexcontainer {
		max-width:360px;
	}
	.floatthis, .floatthis2, .floatthis3, .floatthis4 {width: 170px; height: 170px;}	
	
	#reefflashcard button, #gardenflashcard button, #newflashcard button, #aboutmeflashcard button { width: 160px; height: 160px;}
	
	/* end of float cards ******************************** */
		
	/* remove these div from the display when screen is too small */
	#homehero, #homeherocontent, #breadcrumbnav, #contactnav,  #aboutmehero, #aboutmeherocontent, #myreefhero, #myreefherocontent {
		display: none;
	}

	header {
		position: relative;
		min-width: 200px;
		
		
	}
	header img {
		margin-left: 10px;
		margin-top: 11px;
	}
	
	#headercontent {
		display: none;
	}
	#headercontentformobile {
		margin-left: 10px;
		}

	#socialnav {padding-left: 10px;}
	
	#mainnav{
		
		/*
		position: relative;
		margin-top: 0px;
		height: 160px;
		background-size: cover;
		background-image: linear-gradient(to bottom, rgba(0, 153, 204, 0.60), rgba(0, 153, 204, 0.60), rgba(128, 128, 255, 0.50),  rgba(128, 128, 255, 0.60)), url("images/home-hero-image.jpg");
		
		*/
		display: none;

	}
	
	button span {display: none;}
	
	#focuslink1 button, #focuslink2 button, #focuslink3 button, #focuslink4 button {
		position: relative;
		width: 100%;
		height: 40px;
		font-size: 15px;
		
	}
	
	main {		
		margin: 0 auto;
		padding: 10px;
		font-size: 12px;
	}
	
	body {
		min-width: 290px;
		height: 100%;
	}
	
	footer {font-size: 8px;}
	
	iframe {
		width: 315px;
		height: 175px;
	}
	
}


