@charset "UTF-8";
/* Body */
body {
	font-family: "Cambria, Freestyle Script";
		
	background-color: #FFFFFF;
	margin: 0;
}
/* Container */
.container {
	width: 100%;
	margin-left: auto;
	margin-right: auto;
	background-color: #FFFFFF;
}
* {box-sizing:border-box}

* {box-sizing:border-box}

/* Slideshow container */
.slideshow-container {
  max-width: 1000px;
  position: relative;
}

/* Hide the images by default */
.mySlides {
  display: none;
}

/* Position the "next button" to the right */
.next {
  right: 0;
  border-radius: 3px 0 0 3px;
}

/* On hover, add a black background color with a little bit see-through */
.prev:hover, .next:hover {
  background-color: rgba(0,0,0,0.8);
}

.active, .dot:hover {
  background-color: #717171;
}

/* Fading animation */
.fade {
  animation-name: fade;
  animation-duration: 1.5s;
}

@keyframes fade {
  from {opacity: .4} 
  to {opacity: 1}
} 
.text-box-inline {
    border: 2px solid #0000FF; /* Sets border width, style, and color */
    padding: 5px;              /* Adds space between the text and the border */
    display: inline-block;     /* Allows top/bottom padding and margins to work correctly */
}


/* Header */
header {
	width: 100%;
	height: auto;
	background-color: #ffffff;	
	border: solid #6DC7D0;
	border-top-left-radius: 10px;
	border-top-right-radius: 10px;
}
a:hover {
	color: #AD08A2;
}
.logo {
	color: #000000;
	font-weight: lighter;
	margin-left: auto;
	letter-spacing: 4px;
	margin-right: auto;
	text-align: center;
	padding-top: 5px;
	line-height: 2em;
	font-size: 22px;
}
a {
	color: #2E2BF4
}
.bell {
	float: right;
	height: 20px;
}
.bell-image {
	position: relative;
	top: 30px;
	right: 40px;
}
.bellleft {
	float: left;
	height: 20px;
}
.bellleft-image {
	position: relative;
	top: 30px;
	left: 30px;
}
.hero_header {
	color: #FFFFFF;
	text-align: center;
	margin: 50px;
	letter-spacing: 4px;
}
/* About Section */
.text_column {
	width: 90%;
	text-align: left;
	font-weight: lighter;
	line-height: 25px;
	float: left;
	padding-left: 20px;
	padding-right: 20px;
}
.gallery {
	clear:both;
	display: inline-block;
	width: 100%;
	background-color: #FFFFFF;
	/* [disabled]min-width: 400px;
*/
	padding-bottom: 35px;
	padding-top: 0px;
	margin-top: -5px;
	margin-bottom: 0px;
}
.thumbnail {
	width: 23%;
	text-align: center;
	float: left;
	margin-top: 35px;
	background-color: #F8F8F8;
	padding-bottom: 20px;
	margin-left: 1%;
	margin-right: 1%;
	border-radius: 3px;
	padding-top: 20px;
	border-bottom: 4px solid #6DC7D0;
}
.gallery .thumbnail h4 {
	margin-top: 5px;
	margin-bottom: 5px;
	color: #52BAD5;
	text-align: center;
	font-size: 18px;
	padding-left: 20px;
	padding-right: 20px;
}
.gallery .thumbnail p {
	margin: 0;
	color:#000000;
	text-align: left;
	padding-left: 20px;
}
/* More info */
.intro {
	background-color: #FFFFFF;
	padding-bottom: 35px;
	text-align: left;
}
.column {
	width: 50%;
	text-align: left;
	padding-top: 30px;
	float: left;
	background-color: #6DC7D0;
}
.family {
	width: 100%;
	text-align: left;
	padding-top: 0px;
	padding-left: 5px;
	background-color: #6DC7D0; 
	font-size: 18px;
}
.thank {
	align-content: center;
	width: 100%;
	text-align: center;
	margin-top: 20px;
	padding: 10px;
	background-color: #6DC7D0; 
	font-size: 18px;
}
.page .family p {
	margin: 0;
	color:#000000;
	text-align: left;
	padding: 5px;
}
.intro .column h3 {
	color: #FFFFFF;
	text-align: left;
}
.intro .column p {
	color: #FFFFFF;
	font-size: 20px;
	text-align: left;
}
.cards {
	width: 100%;
	height: auto;
	max-width: 400px;
	max-height: 200px;
	opacity: 0.8;
}
.intro .column p {
	padding-left: 5px;
	padding-right: 5px;
	text-align: center;
	line-height: 25px;
	font-weight: 700;
	margin-left: 10px;
	margin-right: 5px;
	width: 95%;
	margin-top: 4%;
	font-size: 16px;
}
.button {
	width: 200px;
	margin-top: 40px;
	margin-right: auto;
	margin-bottom: auto;
	margin-left: auto;
	padding-top: 20px;
	padding-right: 10px;
	padding-bottom: 20px;
	padding-left: 10px;
	text-align: center;
	vertical-align: middle;
	border-radius: 0px;
	text-transform: uppercase;
	font-weight: bold;
	letter-spacing: 2px;
	border: 3px solid #FFFFFF;
	color: #FFFFFF;
	transition: all 0.3s linear;
}
.button:hover {
	background-color: #6DC7D0;
	color: #FFFFFF;
	cursor: pointer;
}
.copyright {
	text-align: center;
	padding-top: 20px;
	padding-bottom: 20px;
	background-color: #717070;

	color: #FFFFFF;
	font-weight: lighter;
	letter-spacing: 2px;
	border-top-width: 2px;
}
footer {
	background-color: #B3B3B3;
	padding-top: 5px;
	padding-bottom: 5PX;
}
.intro {
	display: inline-block;
	background-color: #6DC7D0;
	text-align: left;
	padding-left: 10px;
}
.page {
	width: 100%;
	background-color: #6DC7D0;
	text-align: left;
	margin-left: 0px;
	padding: 5px;
	font-size: 18px;
}
.profile {
	width: 85%;
	text-align: left;
}
.gallery .thumbnail .tag {
	color: #5D5E5D;
	padding-bottom: 4px;
	padding-top: 4px;
	text-align: left;
	font-size: 18px;
	padding-left: 20px;
	padding-right: 20px;
}
.response {
	display:inline-block;
	background-color: #6DC7D0;
	text-align: left;
	padding-left: 50px;
}
.tag {
	margin-left: 30px;
	margin-bottom: 10px;
	margin-top: 10px;
}
.link {
	float: left;
	width: 133px;
	margin-top: 10px;
	padding: 3px;
	margin-left: 10px;
	margin-bottom: 10px;
	border: 1px solid #6DC7D0; 
}
.right {
	margin-top: 10px;
	float: right;
	padding: 3px;
	margin-bottom: 10px; 
	margin-right: 10px;
	border: 1px solid #6DC7D0;
}
.design-gif {
	position: fixed;
	top: 0;
	left: 0;
	margin-left: 600px;
	margin-top: 400px;
}

/* popup */
/* The Modal (background) */
.modal {
  display: none; /* Hidden by default */
  position: fixed; /* Stay in place */
  z-index: 1; /* Sit on top */
  left: 0;
  top: 0;
  width: 100%; /* Full width */
  height: 100%; /* Full height */
  background-color: rgba(0, 0, 0, 0.7); /* Black background with opacity */
  /* Ensures smooth scrolling on mobile */
  overflow: auto;
}

/* Modal Content/Box */
.modal-content {
  background-color: #fefefe;
  margin: 15% auto; /* 15% from the top and centered */
  padding: 20px;
  border: 1px solid #888;
  width: 80%; /* Could be more or less, depending on screen size */
  max-width: 500px; /* Max width for larger screens */
  text-align: center;
}

/* Optimize for small screens */
@media only screen and (max-width: 600px) {
  .modal-content {
    width: 90%;
    margin: 5% auto; /* Adjust margin for mobile screens */
    height: auto; /* Let content define height */
    padding: 10px;
  }
}

/* The Close Button */
.close {
  color: #aaa;
  float: right;
  font-size: 28px;
  font-weight: bold;
}

.close:hover,
.close:focus {
  color: black;
  text-decoration: none;
  cursor: pointer;
}

.cta-button {
    display: inline-block;
    padding: 10px 20px;
    background-color: #007bff;
    color: white;
    text-decoration: none;
    border-radius: 5px;
    margin-top: 15px;
}
.resize {
	font-size: 18px;
}
/* end popup */

/* popup */
/* The Modal (background) */
.modaly {
  display: none; /* Hidden by default */
  position: fixed; /* Stay in place */
  z-index: 1; /* Sit on top */
  left: 0;
  top: 0;
  width: 100%; /* Full width */
  height: 100%; /* Full height */
  background-color: rgba(0, 0, 0, 0.7); /* Black background with opacity */
  /* Ensures smooth scrolling on mobile */
  overflow: auto;
}

/* Modal Content/Box */
.modaly-content {
  background-color: #fefefe;
  margin: 15% auto; /* 15% from the top and centered */
  padding: 20px;
  border: 1px solid #888;
  width: 80%; /* Could be more or less, depending on screen size */
  max-width: 500px; /* Max width for larger screens */
  text-align: center;
}

/* Optimize for small screens */
@media only screen and (max-width: 600px) {
  .modaly-content {
    width: 90%;
    margin: 5% auto; /* Adjust margin for mobile screens */
    height: auto; /* Let content define height */
    padding: 10px;
  }
}

/* The Close Button */
.close {
  color: #aaa;
  float: right;
  font-size: 28px;
  font-weight: bold;
}

.close:hover,
.close:focus {
  color: black;
  text-decoration: none;
  cursor: pointer;
}

.cta-button {
    display: inline-block;
    padding: 10px 20px;
    background-color: #007bff;
    color: white;
    text-decoration: none;
    border-radius: 5px;
    margin-top: 15px;
}
.resize {
	font-size: 18px;
}
/* end popup */

/* startup popup */
/* The Modal (background) */
.modale {
  display: none; /* Hidden by default */
  position: fixed; /* Stay in place */
  z-index: 1; /* Sit on top */
  left: 0;
  top: 0;
  width: 100%; /* Full width */
  height: 100%; /* Full height */
  background-color: rgba(0, 0, 0, 0.7); /* Black background with opacity */
  /* Ensures smooth scrolling on mobile */
  overflow: auto;
}

/* Modal Content/Box */
.modale-content {
  background-color: #fefefe;
  margin: 15% auto; /* 15% from the top and centered */
  padding: 20px;
  border: 1px solid #888;
  width: 80%; /* Could be more or less, depending on screen size */
  max-width: 500px; /* Max width for larger screens */
  text-align: center;
}

/* Optimize for small screens */
@media only screen and (max-width: 600px) {
  .modale-content {
    width: 90%;
    margin: 5% auto; /* Adjust margin for mobile screens */
    height: auto; /* Let content define height */
    padding: 10px;
  }
	 .column {
	margin-right: 20px;
	}
}

/* The Close Button */
.close {
  color: #aaa;
  float: right;
  font-size: 28px;
  font-weight: bold;
}

.close:hover,
.close:focus {
  color: black;
  text-decoration: none;
  cursor: pointer;
}

.cta-button {
    display: inline-block;
    padding: 10px 20px;
    background-color: #007bff;
    color: white;
    text-decoration: none;
    border-radius: 5px;
    margin-top: 15px;
}
/* end startup popup */



/* Mobile */
@media (max-width: 320px) {
a {
	color: blue;
}
 .column {
	 width: 95%;
	margin-right: 20px;
}
.design-gif {
	display: none;
}
.logo {
	color: #000000;
	font-weight: bold;
	margin-left: auto;
	letter-spacing: 4px;
	margin-right: auto;
	text-align: center;
	padding-top: 5px;
	line-height: 2em;
	font-size: 14px;
}
.header {
	width: 100%;
	height: 8%;
}
.text_column {
	width: 100%;
	text-align: center;
	padding: 0;
}
.bell {
	display: none;
}
.bellleft {
	display: none;
}
.right {
	float: left;
	margin-top: 10px;
	margin-bottom: 10px; 
	margin-left: 50px;
	border: 1px solid #6DC7D0;
}
	
.intro .column p {
	width: 100%;
	margin-left: 5px;
	margin-right: 5px;
	text-decoration-color: #000000;
	font-size: 18px;
	font-weight: 600;
}
.text_column {
	padding-left: 5px;
}
.thumbnail {
	width: 100%;
}
.column {
	width: 100%;
	margin-top: 0px;
	margin-right: 10px;
}
.page {
	align-content: center;
	width: 90%;
	background-color: #6DC7D0;
	text-align: left;
	margin-left: 0px;
	padding: 10px;
	font-size: 5vw;
}
.family {
	width: 100%;
	text-align: left;
	padding-top: 0px;
	padding-left: 5%;
	background-color: #6DC7D0; 
	font-size: 18px;
}
.thank {
	align-content: center;
	width: 100%;
	text-align: left;
	margin-top: 20px;
	padding: 10px;
	background-color: #6DC7D0; 
	font-size: 18px;
}
/* popup*/
.modal {
  display: none; /* Hidden by default */
  position: fixed; /* Stay in place */
  z-index: 1; /* Sit on top */
  left: 0;
  top: 0;
  width: 100%; /* Full width */
  height: 100%; /* Full height */
  background-color: rgba(0, 0, 0, 0.7); /* Black background with opacity */
  /* Ensures smooth scrolling on mobile */
  overflow: auto;
}
	/* end popup*/
	
	/* popup*/
.modaly {
  display: none; /* Hidden by default */
  position: fixed; /* Stay in place */
  z-index: 1; /* Sit on top */
  left: 0;
  top: 0;
  width: 100%; /* Full width */
  height: 100%; /* Full height */
  background-color: rgba(0, 0, 0, 0.7); /* Black background with opacity */
  /* Ensures smooth scrolling on mobile */
  overflow: auto;
}
	/* end popup*/
	
.hero_header {
	padding-left: 10px;
	padding-right: 10px;
	line-height: 22px;
	text-align: left;
}
}

/* Small Tablets */
@media (min-width: 321px)and (max-width: 767px) {
.slideshow-container {
 width: 98%;
}
a {
	color: blue;
  }
.design-gif {
	display: none;
}
.logo {
	width: 100%;
	color: #000000;
	font-weight: bold;
	margin-left: auto;
	letter-spacing: 4px;
	margin-right: auto;
	text-align: center;
	padding-top: 5px;
	line-height: 2em;
	font-size: 14px;
}
.header {
	width: 100%;
	height: 8%;
}
.bell {
	display: none;	
}
.bellleft {
	display: none;
}
.text_column {
	width: 100%;
	text-align: left;
	padding: 10px;
}
.right {
	float: left;
	margin-top: 10px;
	margin-bottom: 10px; 
	margin-left: 50px;
	border: 1px solid #6DC7D0;
}
.thumbnail {
	width: 100%;
}
.column {
	width: 95%;
	margin-top: 0px;
	margin-right: 20px;
}
.family {
	width: 100%;
	margin-top: 0px;
}
.thank {
	align-content: center;
	width: 100%;
	text-align: left;
	margin-top: 20px;
	padding: 10px;
	background-color: #6DC7D0; 
	font-size: 18px;
}
.text_column {
	padding-left: 0px;
	padding-right: 10px;
	width: 100%;
}
.profile {
	width: 100%;
}
	
	/* popup*/
.modal {
  display: none; /* Hidden by default */
  position: fixed; /* Stay in place */
  z-index: 1; /* Sit on top */
  left: 0;
  top: 0;
  width: 100%; /* Full width */
  height: 100%; /* Full height */
  background-color: rgba(0, 0, 0, 0.7); /* Black background with opacity */
  /* Ensures smooth scrolling on mobile */
  overflow: auto;
}
	/* end popup*/
	
		/* popup*/
.modaly {
  display: none; /* Hidden by default */
  position: fixed; /* Stay in place */
  z-index: 1; /* Sit on top */
  left: 0;
  top: 0;
  width: 100%; /* Full width */
  height: 100%; /* Full height */
  background-color: rgba(0, 0, 0, 0.7); /* Black background with opacity */
  /* Ensures smooth scrolling on mobile */
  overflow: auto;
}
	/* end popup*/
.intro .column p {
	width: 100%;
	margin-right: 10px;
	text-align: center;
	padding-left: 0px;
	font-size: 18px;
	font-weight: 600;
}
}

/* Small Desktops */
@media (min-width: 768px) and (max-width: 1096px) {
.slideshow-container {
 width: 98%;
}
.text_column {
	width: 100%;
}
.design-gif {
	display: none;
}
a {
	color: blue;
	}
.thumbnail {
	width: 100%;
}
text_column {
	width: 100%;
	margin: 0;
	padding: 5px;
}
.right {
	float: left;
	margin-top: 10px;
	padding: 3px;
	margin-bottom: 10px; 
	border: 1px solid #6DC7D0;
	margin-left: 60px;
}
.column {
	width: 95%;
	margin-left: 0px;
	margin-right: 20px;
}
/* popup*/
.modal {
  display: none; /* Hidden by default */
  position: fixed; /* Stay in place */
  z-index: 1; /* Sit on top */
  left: 0;
  top: 0;
  width: 100%; /* Full width */
  height: 100%; /* Full height */
  background-color: rgba(0, 0, 0, 0.7); /* Black background with opacity */
  /* Ensures smooth scrolling on mobile */
  overflow: auto;
}
	/* end popup*/
	
	/* popup*/
.modaly {
  display: none; /* Hidden by default */
  position: fixed; /* Stay in place */
  z-index: 1; /* Sit on top */
  left: 0;
  top: 0;
  width: 100%; /* Full width */
  height: 100%; /* Full height */
  background-color: rgba(0, 0, 0, 0.7); /* Black background with opacity */
  /* Ensures smooth scrolling on mobile */
  overflow: auto;
}
	/* end popup*/
.intro .column p {
	width: 100%;
	margin: 5px;
	font-size: 18px;
	font-weight: 600;
}
}
