/*3Red Coconuts style sheet one*/
/*created 24/03/2024*/
/*Load Fonts First*/
/* neuton-700 - latin_latin-ext */
@font-face {
  font-display: fallback; /* Check https://developer.mozilla.org/en-US/docs/Web/CSS/@font-face/font-display for other options. */
  font-family: 'Neuton';
  font-style: normal;
  font-weight: 700;
  src: url('../fonts/neuton-v22-latin_latin-ext-700.woff2') format('woff2'), /* Chrome 36+, Opera 23+, Firefox 39+, Safari 12+, iOS 10+ */
       url('../fonts/neuton-v22-latin_latin-ext-700.ttf') format('truetype'); /* Chrome 4+, Firefox 3.5+, IE 9+, Safari 3.1+, iOS 4.2+, Android Browser 2.2+ */
}
/* neuton-800 - latin_latin-ext */
@font-face {
  font-display: fallback; /* Check https://developer.mozilla.org/en-US/docs/Web/CSS/@font-face/font-display for other options. */
  font-family: 'Neuton';
  font-style: normal;
  font-weight: 800;
  src: url('../fonts/neuton-v22-latin_latin-ext-800.woff2') format('woff2'), /* Chrome 36+, Opera 23+, Firefox 39+, Safari 12+, iOS 10+ */
       url('../fonts/neuton-v22-latin_latin-ext-800.ttf') format('truetype'); /* Chrome 4+, Firefox 3.5+, IE 9+, Safari 3.1+, iOS 4.2+, Android Browser 2.2+ */
}
/* open-sans-600 - latin */
@font-face {
  font-display: swap; /* Check https://developer.mozilla.org/en-US/docs/Web/CSS/@font-face/font-display for other options. */
  font-family: 'Open Sans';
  font-style: normal;
  font-weight: 600;
  src: url('../fonts/open-sans-v40-latin-600.woff2') format('woff2'), /* Chrome 36+, Opera 23+, Firefox 39+, Safari 12+, iOS 10+ */
       url('../fonts/open-sans-v40-latin-600.ttf') format('truetype'); /* Chrome 4+, Firefox 3.5+, IE 9+, Safari 3.1+, iOS 4.2+, Android Browser 2.2+ */
}
/*set base styles for elements*/
/*set text size in proportion to screen size*/
body {
	font-size: 100%;
	margin: 0;
}
/*set images to resize properly*/
img {
  height: auto;
  margin-left: auto;
  margin-right: auto;
}
/*primary (font) color: #8D0000; */
h1, h2, h3, p, a, ul, li, dt, dd {
	color: #8D0000;
}
/*h, a, dt primary font designation*/
h1, h2, h3, a, dt {
	font-family: "Neuton", Garamond, serif;
	font-style: normal;
}
/*page headers uniform text styling across page tops*/
header {
	display: flex;
	width: 100%;
	margin-top: -10px;
	margin-bottom: 10px;
	padding-top: 0;
}
header > img {
	max-width: 200px;
	float: left;
	margin-right: 10px;
}
h1, h1 a {
	width: 100%;
	height: 100%;
	margin-top: 0px;
	padding: 2px;
	font-size: clamp(3rem, 5vw, 9rem);
	font-weight: 800;
	-webkit-text-stroke: thin #000000;
	text-decoration: none;
}
h1 > span, h1 a > span {
	color: #000000;
	-webkit-text-stroke: thin #8D0000;
	float: left;
}
/*set h2 h3 p li dd font sizes and weights*/
h2 {
	font-size: clamp(2rem, 3vw, 3rem);
  font-weight: 800;
	margin-left: 50px;
}
h3 {
	font-size: clamp(1.5rem, 1.75vw, 2rem);
  font-weight: 700;
}
p, li, li a, dd {
	font-family: "open sans", Tahoma, sans-serif;
	font-weight: 600;
	font-size: 1em;	
}
hr {
	width: 75%;
	margin-top: 150px;
	margin-bottom: 150px;
	border-bottom: 3px solid #8D0000;
}
ul {
	list-style: none;
	background-color: hsla(220, 0%, 73%, 0.7);
	border-radius: 20px;
	padding: 20px;
	box-shadow: 12px 12px 2px 1px rgba(135, 135, 135, .2);
}
ul li {
	line-height: 1.5em;
}


/*set main and footer display*/
main {
	display: flex;
	flex-direction: column;
	width: 100%;
}
article {
	width: 75vw;
	padding: 20px;
	margin-top: 100px;
	align-self: center;
	background-color: hsla(220, 0%, 73%, 0.5);
	border-radius: 20px;
}
article h2 {
	align-self: flex-start;
	margin-left: -10vw;
	margin-top: -100px;
	background: none;
}
article p {	
	background-color: hsla(220, 0%, 73%, 0.8);
	border-radius: 20px;
	padding: 20px;
	box-shadow: 12px 12px 2px 1px rgba(135, 135, 135, .2);
}
article a {
	font-size: 1.05em;
	text-decoration: none;
}
article a:hover {
	color: #008D8D;
	padding: 5px;
}
footer {
	display: block;
	width: 100%;
}
iframe {
	border: 0px;	
}
mark {
	background-color: #FFE8FD;
	color: #000;
}
address {
	background: none;
	align-self: center;
}
/*id selectors*/
#top {
	width: 100%;
	height: .1rem;
	visibility: hidden;
}

/*begin classes*/
/*Header classes*/

.top_link {
	flex: 0 0 1px;
}
.top_logo {
	flex: 0 1 10vw;
	max-width: 200px;
	min-width: 100px;
}
.top_text {
	flex: 0 1 12vw;
	padding: 0px;
}
.top_nav {
	flex: 1 1 200px;
	margin-top: 10px;
}

 
/*Navigation styles*/
/*Main Nav bar - see nav_popout.css*/

/*Foot Nav Bar*/
.foot_nav {
	display: flex;
	justify-content: center;
	width: 100%;
	list-style-type: none;
	margin: 0;
	padding: 0;
	overflow: hidden;
}
.foot_nav a {
	display: inline-block;
	font-size: 1.25em;
	text-align: center;
	text-decoration: underline;
	padding: 5px;
}
.foot_nav a:hover {
	color: #008D8D;
	padding: 5px;
}
/*social nav list on contact page*/

.social_nav {
	justify-content: center;
	width: 75%;
	list-style-type: none;
	margin: 0;
	padding: 0;
}
.social_nav a {
	display: inline-block;
	font-size: 1.25em;
	text-align: center;
	text-decoration: underline;
	padding: 5px;
}
.social_nav a:hover {
	color: #008D8D;
	padding: 5px;
}
/*Page background style*/
.coconut_bkg {
	background-color: #f5f6f8;
	background-image: url("../images/coconutPalm.svg");
	background-size: 75vh;
	background-repeat: repeat;
	background-attachment: fixed;	
}

/*footer styling*/
.motto {
	font-family: "open sans", Tahoma, sans-serif;
	font-size: 1em;
	font-weight: 600;
	text-align: center;
}
.motto a {
	font-size: 1em;
	text-decoration: none;
}
.motto a:hover {
	color: #008D8D;
	padding: 5px;
}
.fine_print {
	font-family: "open sans", Tahoma, sans-serif;
	font-size: .5em;
	text-align: left;
	margin: 20px;
}
.chamber_logo {
	width: 100%;
	display: flex;
	justify-content: center;
	margin-left: auto;
	margin-right: auto;
	padding: 0px;
	text-align: center;
}
.chamber_logo img {
	width: auto;
	max-height: 50px;
	padding: 5px 20px;
	float: left;
}
/*special class to style content on all support pages*/
.content {
	display: flex;
	flex-wrap: wrap;
	min-height: 400px;
	justify-content: space-evenly;

}
.content p {
	flex: 0 0 fit-content;
	max-width: 70%;
	align-self: center;
}
/*special class for the contact page shares properties with the content class check name carefully consider renaming*/
.contact {
	display: flex;
	flex-direction: column;
	width: clamp(400px, 75vw, 450px);
	background-color: hsla(220, 0%, 73%, 0.5);
	border-radius: 20px;
	justify-content: center;
	align-self: center;
	padding: 20px;
}
.content h3, .contact h3 {
	flex: 0 1 fit-content;
	background-color: hsla(220, 0%, 73%, 0.8);
	border-radius: 20px;	
	padding: 20px;
	align-self: flex-start;
	margin-top: 0px;
}
.contact ul {
	width: clamp(300px, 65vw, 350px);
	padding: 20px;
	margin-top: 0px;
	align-self: center;
	text-align: center;
}


/*set backgrounds for each section individually*/
.precious {
	background-image: url("../images/woman-frame.png");
	background-size: 600px;
	background-repeat: no-repeat;
	background-position: left top;
	background-attachment: local;
	border-radius: 20px;
	margin: 20px;
}
.destroyed {
	background-image: url("../images/old-photo-woman.png");
	background-size: 400px;
	background-repeat: no-repeat;
	background-position: right bottom;
	background-attachment: local;
	border-radius: 20px;
	margin: 20px;	
}
.sharing {
	background-image: url("../images/family-album.png");
	background-size: 600px;
	background-repeat: no-repeat;
	background-position: left top;
	background-attachment: local;
	border-radius: 20px;
	margin: 20px;	
}
.restoration {
	background-image: url("../images/scrapbook.png");
	background-size: 600px;
	background-repeat: no-repeat;
	background-position: right bottom;
	background-attachment: local;
	border-radius: 20px;
	margin: 20px;	
}
.clean_up {
	background-image: url("../images/photoExample3.png");
	background-size: 600px;
	background-repeat: no-repeat;
	background-position: left top;
	background-attachment: local;
	border-radius: 20px;
	margin: 20px;	
}
.text_overlay {
	background-image: url("../images/editing.png");
	background-size: 600px;
	background-repeat: no-repeat;
	background-position: right bottom;
	background-attachment: local;
	border-radius: 20px;
	margin: 20px;	
}
.motion {
	background-image: url("../images/text.png");
	background-size: 600px;
	background-repeat: no-repeat;
	background-position: left top;
	background-attachment: local;
	border-radius: 20px;
	margin: 20px;	
}
.animation {
	background-image: url("../images/animation.png");
	background-size: 600px;
	background-repeat: no-repeat;
	background-position: right bottom;
	background-attachment: local;
	border-radius: 20px;
	margin: 20px;	
}
.youtube_player {
	align-self: center;
	padding: 0px;
	margin: 0px;
}
.start_up {
	background-image: url("../images/logo.svg");
	background-size: 20vw;
	background-repeat: no-repeat;
	background-position: left center;
	background-attachment: local;
	margin: 20px;	
}
.development {
	background-image: url("../images/photoExample4.png");
	background-size: 600px;
	background-repeat: no-repeat;
	background-position: left center;
	background-attachment: local;
	margin: 20px;	
}
