@charset "utf-8";
/* CSS Document */

/* using this for legacy code: http://the-echoplex.net/flexyboxes*/

@font-face {
  font-family: 'Shalimar-Regular';
  src:url(../fonts/Shalimar-Regular.ttf)format('truetype');/* Safari, Android, iOS */
	 
}
@font-face {
	font-family: 'Poppins-Light';
	src:url(../fonts/Poppins-Light.ttf)format('truetype');
}
@font-face {
	font-family: 'Poppins-Regular';
	src:url(../fonts/Poppins-Regular.ttf)format('truetype');
}

/*for older browsers*/
header, footer, main,  p, img, figure {
    display: block; 
}

body, h1, h2, h3, h4, div, ul, li, p, img, main, figure {
	margin: 0;
	padding:0;
}
html {
     overflow-y: scroll;
    -webkit-tap-highlight-color: rgba(0,0,0,0);
    -webkit-tap-highlight-color: transparent;
}
/*for bottom of page footer*/
html {
  height: 100%;
  box-sizing: border-box;
}
*,
*:before,
*:after {
  box-sizing: inherit;
}
/*end of for bottom of page footer*/
a {
	text-decoration:none;
	outline:none;
	color:inherit;
}
a:visited, a:hover, a:active, a:focus {
	text-decoration:none;
	outline:none;
}



a:active {
	outline:none;
	text-decoration:none;
}




header img {
    border: none;/*for IE to stop border on linked logo*/
}
body {
	background-color:#FFF;
	background-color:rgba(255, 99, 71, 0.1);
	background-color:#F5F5F5;
	font-family: 'Poppins-Light', sans-serif;
	/*For bottom of the page footer*/
	position: relative;
    margin: 0;
    padding-bottom: 2rem;
    min-height: 100%;
	/*end of for bottom of page footer*/

}

h1 {
	font-family:'Shalimar-Regular';
	font-size:10em;
	line-height: 1em;
    font-weight: lighter;
	margin-top:20px;
	padding:30px 20px 10px;
	text-align: center;
	width:100%;/*for IE10*/
}
.h1-wrap {
	width:100%;/*for IE H1 to wrap correctly*/
}


h2 {
	font-size:2.6em;
	line-height:1.6em;
    font-weight: 500;
	margin-top:20px;
	padding:10px 20px 10px;
	text-align: center;
	width:100%;/*for IE10*/

}

h3 {
	font-size:1.8em;
	color:#5E605C;
	line-height:1.2em;
    font-weight:lighter;
	padding:0px 20px 10px;
	text-align: center;
	width:100%;/*for IE10*/
}

p {
	font-size:1.4em;
	max-width: 900px;
	width:100%; /*for IE10*/
	padding-bottom:10px;
	font-size:1.6em; /*2023*/
}
.p-center {
	text-align:center;
}
/*----------------NEW 2023-------------------------------*/

.p-big {
	font-size: 2.4em;
	font-weight:500;
}
.blue {
	color: #6680ff;
}
.grey {
	color: #80869F;
}
.tag{
	font-size:4em;
	line-height:1em;
	color:#6CF;
	color: #6680ff;
	font-family: 'Shalimar-Regular';
}
.fade {
	 -webkit-animation-name: fade; 
    -webkit-animation-duration: 4s; 
    animation-name: fade;
    animation-duration: 4s;
}
@-webkit-keyframes fade {
    to {color: #000000;}
    from {color: #FFFFFF;}
	
}
@keyframes fade {
    to {color:#000000;}
    from {color:#FFFFFF;}
}

/*------------End NEW 2023------------------------------*/


#wrapper {
	display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-flex-wrap: nowrap;
    -ms-flex-wrap: nowrap;
    flex-wrap: nowrap;
    -webkit-justify-content: flex-start;
    -ms-flex-pack: start;
    justify-content: flex-start;
    -webkit-align-content: center;
    -ms-flex-line-pack: center;
    align-content: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
	
	padding: 0px 10px;
	margin: 0px 10px;
	min-height:100vh;

}
.border {
	/*border: 2px solid #cc9999;*/
	background-color:rgb(255,255,255);
	min-height:100vh;
	max-width: 1400px;
	width:100%; /*need for IE*/
	padding:20px;
	margin:20px;
	background-color:#FFF;

	border:1px solid #6CF;
}

 header {
	display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
	 -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-flex-wrap: nowrap;
    -ms-flex-wrap: nowrap;
    flex-wrap: nowrap;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-align-items: flex-start;
    -ms-flex-align: start;
    align-items: flex-start;
	  -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
	color:#33352d;
	width:100%;
    max-width:1400px;
}


 main {
	padding: 10px 10px 10px;
	margin-bottom:40px; /*because footer has been taken out of the flow*/
	width:100%;
	display: -ms-flexbox;
	display: -webkit-flex;
	display:flex;
	-webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-flex-wrap: nowrap;
    -ms-flex-wrap: nowrap;
    flex-wrap: nowrap;
    -webkit-justify-content: flex-start;
    -ms-flex-pack: start;
    justify-content: flex-start;
    -webkit-align-content: center;
    -ms-flex-line-pack: center;
    align-content: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
	width:100%;
    max-width:1400px;
	  
}

.strong {
	font-weight:bold;
}


.bounce {
  -webkit-animation: bounce 2s infinite;
  animation: bounce 2s ;
}
.star {
	font-size:1.4em;
	color: #C36;
}
.star-green {
	font-size:1.4em;
	color:#00CC00;
}

@-webkit-keyframes bounce {
  0%,
  20%,
  50%,
  80%,
  100% {
    -webkit-transform: translateY(0);
            transform: translateY(0);
  }
  40% {
    -webkit-transform: translateY(-30px);
            transform: translateY(-30px);
  }
  60% {
    -webkit-transform: translateY(-15px);
            transform: translateY(-15px);
  }
}
@keyframes bounce {
  0%,
  20%,
  50%,
  80%,
  100% {
    -webkit-transform: translateY(0);
            transform: translateY(0);
  }
  40% {
    -webkit-transform: translateY(-30px);
            transform: translateY(-30px);
  }
  60% {
    -webkit-transform: translateY(-15px);
            transform: translateY(-15px);
  }

}




footer {
	font-size: .9em;
	color:rgb(0,0,0);
	text-align:center;
  /*for bottom of the page footer*/
	position: absolute;
	right: 0;
	bottom: 0;
	left: 0;
	padding: 1rem;
	/*end for bottom of the page footer*/
	display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    -webkit-flex-direction: row;
    -ms-flex-direction: row;
    flex-direction: row;
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
	 -webkit-align-content: center;
    -ms-flex-line-pack: center;
    align-content: center;
    -webkit-align-items: baseline;
    -ms-flex-align: baseline;
    align-items: baseline;
}
/*-------------------------------------------------------------------------------*/
@media screen and (min-width: 1700px) {
	body {
	background-color:#F5F5F5;
	background-image: url(../images/heart_background.png);
	background-repeat:no-repeat;
	}
	
}
@media screen and (max-width: 1000px) {
		h1 {
		font-size: 8em;
		
}
img {
	max-width:100%;
	 height: auto;

}
.p-big {
	font-size: 2.1em;
	font-weight:500;
}
}
@media screen and (max-width: 760px) {
	body {
		font-size:.8em;
	}
	h1 {
		margin-top:10px;
	    padding:10px 10px 10px;
		font-size: 7.4em;
		
	}


	.border {
		margin:12px 6px 6px;
	}
	#wrapper {
		padding:0px;
	}
	


}

@media screen and (max-width: 600px) {
h1 {
	font-size:6em;
}
	
}
@media screen and (max-width: 500px) {
	h1 {
/*		font-size:5em;
*/	}
	h3 {
	font-size:1.6em;
	line-height:1.2em;
	padding:0px 0px 10px;
	text-align: center;
}

	
	.border {
		padding:10px;
	    margin:10px;
	}
	 main {
	padding: 10px 0px 10px;
	 }
}
@media screen and (max-width: 380px) {
	body {
		font-size:0.8em;
	}
	h1 {
		/*font-size:3em;*/
	}
	a:hover .link-example{
		font-family: 'Oxygen-Bold';
		font-size:0.8em;
		color:#FFFFFF;
		background-color:#000000;
	}

	.link-example {
		font-family: 'Oxygen-Bold';
		font-size:0.8em;
		color: #000000;
		padding:0px 2px;
	}
	.p-center {
	text-align:left;
	}


}
	
@media screen and (max-width: 260px) {
	body {
	font-size:.6em;
	}
	header img {
	width:117px;/*need the width and the height to centre in IE*/
	height:95px;
	}
	.example img {
		display:none;
	}
	.example p {
		padding:2px 0px;
	}
	div.content{
		padding-left:6px;
		padding-right:6px;
		margin-left:4px;
		margin-right:4px;

	}
	div.content.show{
		padding-left:6px;
		padding-right:6px;
		margin-left:4px;
		margin-right:4px;
	}


}