@font-face {
  font-family: "Classical Diary Demo";
  src: url('/fonts/ClassicalDiary-Regular%20Demo.ttf');
}
@font-face {
  font-family: silkscreen;
  src: url('/fonts/slkscr.ttf');
}
html, body {
 height: 100%;
 margin: 0;
 padding: 0;
 min-height: 100%;}

body {
 display: flex;
 flex-direction: column;
 background-image: url('/images/nojs.webp');    	transition: .2s;}
 
#thetoop2 {
    width:100%;
    margin:0 auto 0 auto;
    border-top: 10px #93b5af solid;
    background-image: linear-gradient(to bottom, rgba(112, 156, 148, 0.8), rgba(112, 156, 148, 0.1)), url('/images/banner.webp');
    background-attachment:fixed;
	background-color: #fff;
	background-position:center top;
	border-bottom: 10px #f5eeef solid;
}
#thetoop {
    width:80%;
    min-width:1160px;
    margin: 0 auto 0 auto;
}

#header {
    float:left;
	top: 0;
    text-align:center;
	bottom: 0;
	width:60%;
	height:146px;

}

 #headersmall, #headersmallR {display:none;}
 .topnav{display:none;}

	
#headers-text {
	padding: 0;
	width: 100%;
	margin: 0 auto;
	display: inline-block;
	bottom: 0;
	font-family: "Classical Diary Demo";
	text-decoration:underline;
	text-decoration-thickness:10px;
	text-decoration-color:pink;
	text-decoration-style:solid;
	font-weight: bold;
	font-size: 62pt;
	line-height:145px;
	letter-spacing: 1px;
	color: #f5eeef;
	text-align: center;}
	
	#headers-text a {
	    color:#f5eeef;
	    text-decoration:underline;
	text-decoration-thickness:10px;
	text-decoration-color:pink;
	text-decoration-style:solid;
	}
	#headers-text a:hover {
	    color:pink;
	text-decoration:underline;
	text-decoration-thickness:10px;
	text-decoration-color:#f5eeef;
	text-decoration-style:solid;
	}
	

	
#sidebar {
    float:right;
    width:40%;
    text-align:center;
position:relative;
	padding:0 0 0 0;
		height:146px;

}



#blurb {margin:0 auto 0 auto;
    width:100%;
    color:#fff;
    line-height:105px;
    bottom:0;
    font-family:"silkscreen";
    letter-spacing: -2px;
}

#nav{
	margin: 0 auto 0 auto;
	width:100%;
	display: inline-block;
	font-family: 'Classical Diary Demo';
	font-size: 15pt;
	line-height:15pt;
    bottom:10px;
    left:0;
    right:0;
    position:absolute;
	color: #f5eeef;
	text-align: center;}
	
#nav a {
    background-color:#f5eeef;
    border-width: 1px 1px 0 1px;
    color: #709c94;
    padding:10px 10px 10px 10px;
	text-decoration: none;
	margin:0;
	  box-shadow: inset 0 0 0 0 pink;
	  transition: color .2s ease-in-out, box-shadow 0.2s ease-in-out;
    border-radius: 2px 2px 0px 0px;
}
	
#nav a:hover {
    background-color:#f5eeef;
    color:#fff;
    text-decoration: none;
	box-shadow: inset 250px 0 0 0 pink;

}

#weather {
    background-color: #fff;
	position: fixed;
	float:left;
	margin: auto;
	padding: 5px;
	top: calc(50% - 136px);
	border-radius: 0 5px 5px 0;}
	
#buttons {
    background-color: #fff;
	margin: 0;}

#buttons button {
    width: 40px;
	height: 40px;
	padding: 0;
	margin: 10px;
	border-radius: 20px;
	border: 1px #fff solid;
	background-color: #D3D3D3;}
	
#buttons .winter:hover {background-color: #B0E0E6;}
#buttons .spring:hover {background-color: #FFC0CB;}
#buttons .summer:hover {background-color: #FFD700;}
#buttons .autumn:hover {background-color: #8B4513;}
	
#buttons button span {
    font-size: 25px;
	line-height: 38px;
	color: #FFFFFF;}	
	
.content {
    flex: 1 0 auto;
    color: #000000;}

.content2 {
    width: 80%;
    max-width: 1160px;
	background-color: #fffefb;
    border:1px solid white;
	border-radius: 15px;
		box-shadow: 0 0 5px rgb(2, 4, 12, 1);
	margin: 50px auto 50px auto;
	padding: 40px;
	color: #000000;
    transition:.2s;
}
	
.content2:hover {
	box-shadow: 0 0 20px rgba(2, 4, 12, 0.9);
transform: scale(1.01);
	transition: .2s}	

	
.flex-container {
	display: flex;
	flex-wrap: wrap;
	justify-content: center;
	align-items: center;
    margin:0 30px 0 30px;
}
	
.flex-container div {
	height: 100%;
	width: 410px;
	color: #000;
	margin: 50px;
	border: 15px #fffefb solid;
	background-color:#fffefb;
	position: relative;
	box-shadow: 0 0 5px rgb(2, 4, 12, 1);
	border-radius: 15px;
	text-align: center;
	font-family: 'Epilogue';
	font-size: 10pt;
	line-height:15pt;
     transition:.2s;
}

.flex-container div:hover {
	box-shadow: 0 0 15px rgba(2, 4, 12, 0.9);
	transition: .2s;
	transform: scale(1.025);
}
	
.flex-container div a {
	font-size: 25pt;
	line-height:25pt;
	margin: 0 0 8px 0;
	display:inline-block;
	color: #312124;
	font-family: 'Abril Fatface';
    	box-shadow: inset 0 0 0 0 transparent;
	    background-color:transparent;
	transition: color .2s ease-in-out, box-shadow .2s ease-in-out;
}
	
.flex-container div a:hover {
	box-shadow: inset 40px 0 0 0 transparent;
	color: pink;
    
}
.flex-container div img {width:408px; border:1px #312124 dashed; transition: .2s;}
.flex-container div img:hover{border:1px pink dashed;}


.history{
    margin-top:50px;
    margin-right:auto;
    margin-bottom:50px;
    margin-left:auto;
	color: #000000;
    transition:.2s;

}
	
.line {
	left: 50%;
	height: 100px;
	width: 10px;
	margin-right: 2px;
	background-color: #fffefb;
	position: relative;
	top: 0px;
	bottom: 0;
	z-index:-1;

}
.section {
    width: 80%;
    margin:auto;
    max-width: 1160px;
	background-color: #fffefb;
    border:1px solid white;
	border-radius: 15px;
		box-shadow: 0 0 5px rgb(2, 4, 12, 1);
	padding: 40px;
	color: #000000;
    transition:.2s;
}


.section:hover{	box-shadow: 0 0 15px rgba(2, 4, 12, 0.9);
transform: scale(1.01);

}
	

	
.section p {
	font-family: "Epilogue";
	padding: 0px;
	display: inline-block;
	margin: 0;
	font-size: 12pt;
	line-height:24pt;
	background-color: transparent;}

	
.section img {
	float:left;
	padding: 20px;
        max-width:300px;
}
	
.section img.right {
    float:right;
    max-width:300px;
    padding:20px;
}
	
img {border: 0;}
	

	
h1 {
    margin: 10px 0 10px 0;
    font-family: "Classical Diary Demo";
	letter-spacing: 0px;
	font-size: 27pt;
display:inline-block;text-decoration:underline 4px #cbdedb solid;
}
	
h2 {
	font-family: "Epilogue";
	font-size: 18pt;
    display:block;
        margin: 10px 0 10px 0;
}
	
h3, ul {
    margin: 5px;
	font-family: "Epilogue";
	font-size: 12pt;
	line-height: 24pt;
    font-weight:normal;
}
	
	
	a{color:#000;}
	a:hover{color:#000;}
	
h3 a, p a, ul a {color:#000;text-decoration:underline 3px pink solid;padding:2px;}
h3 a:hover, p a:hover, ul a:hover {color:#fff;background-color:pink;text-decoration:underline 3px white dashed;}

b, strong {color:#000000;font-family: "silkscreen";font-weight:normal;}

li {
    list-style-image:url('/images/bullet.gif');
    padding:5px 5px 5px 10px;
}
	
.bio {
    float:left;
    padding: 20px 20px 15px 20px;
    width: 200px;
    height: 200px;
    border-radius: 120px;}
    
.footer {
    flex-shrink: 0;
    background-image:url('/images/bg.webp');
    background-color:#fff;
	font-family: 'Epilogue';
	padding: 30px;
	color: #fff;
        border-bottom: 10px #93b5af solid;
        	border-top: 10px #f5eeef solid;
}

.footer a {
    color: #fff;
    background-color:transparent;
    padding: 2px;
        text-decoration:underline;
}

.footer a:hover {
    padding: 2px;
    color: #000;
	background-color: #cbdedb;

}

@media only screen and (max-width: 1160px){
    #thetoop {
    width:100%;
    margin: 0 auto 0 auto;
    min-width:800px;	transition: .2s;
}
 #thetoop2 {min-width:100%;	transition: .2s;}
 
#header {
 clear:both;
	min-width:100%;
	height:120px;
	transition: .2s;

}
#headers-text {
	font-size: 50pt;
	line-height:120px;
		transition: .2s;}


#sidebar {
	clear:both;
    min-width:100%;
	height:30px;

}
#blurb {display:hidden;}
    
#nav a {margin:0 10px 0 10px;
	transition: .2s;}

.content2 {    width: 80%;
    max-width: 800px;
    margin:50px auto 50px auto;}
    
.content {
    flex: 1 0 auto;
    color: #000000;
    margin:0 70px 0 70px;
    	transition: .2s;}
.flex-container {
    margin:50px auto 50px auto;
    gap:30px;
}

.flex-container div {
	margin-left: 5px;
	margin-right:5px;
	margin-top:0px;
	margin-bottom:0px;
	position: relative;
	font-size:9pt;
	line-height:14pt;
width:370px;
}
.flex-container div:hover {
transform:scale(1.025);
}
.flex-container div img {width:368px; border:1px #312124 dashed; transition: .2s;}
.flex-container div img:hover{border:1px pink dashed;}

.flex-container div a {
	font-size: 22.5pt;
	line-height:22.5pt;
}

.bio {
    display:block;
    float:none;
margin-right:auto;
margin-left:auto;
width:300px;
height:300px;
    border-radius: 50px;}
    
h1, h2 {text-align:center;display:block;}

.footer {text-align:center;}
    
	
}

@media only screen and (max-width: 990px){
    
.flex-container {
    margin:50px auto 50px auto;
    gap:40px;}
	
.flex-container div {
	height: 100%;
	width: 410px;
	font-size: 10pt;
	line-height:15pt;
     transition:.2s;
}

	
.flex-container div a {
	font-size: 25pt;
	line-height:25pt;
}
	
.flex-container div a:hover {
	box-shadow: inset 40px 0 0 0 transparent;
	color: pink;
    
}
.flex-container div img {width:408px; border:1px #312124 dashed; transition: .2s;}
.flex-container div img:hover{border:1px pink dashed;}

}
@media only screen and (max-width: 800px){
    #thetoop {
    width:100%;
    margin: 0 auto 0 auto;
    min-width:200px;
    transition:.2s;
    }
    #thetoop2 {	transition: .2s;}
 #header {
display:none;
	transition: .2s;}
	#sidebar {display:none;}
	
#headersmall{
    display:block;
    text-align:left;
    float:left;
    padding:10px;
	margin:10px;
}	


		
	#weather{display:none;}
	
		#headers-text-small {
	padding: 0;
	margin: 0 auto;
	display: inline-block;
	bottom: 0;
	font-family: "Classical Diary Demo";
	text-decoration:underline;
	text-decoration-thickness:5px;
	text-decoration-color:pink;
	text-decoration-style:solid;
	font-weight: bold;
	font-size: 22pt;
	line-height:32px;
	letter-spacing: 0px;
	color: #f5eeef;
	text-align: center;}
	
	#headers-text-small a {
	    color:#f5eeef;
	    text-decoration:underline;
	text-decoration-thickness:5px;
	text-decoration-color:pink;
	text-decoration-style:solid;
	}
	#headers-text-small a:hover {
	    color:pink;
	text-decoration:underline;
	text-decoration-thickness:5px;
	text-decoration-color:#f5eeef;
	text-decoration-style:solid;
	}
    
#headersmallR{
    display:block;
    text-align:right;
    float:right;
    border:1px #cbdedb solid;
    border-radius:100px;
    padding:10px;
	margin:10px;
    background-color:#93b5af;
      transition:.2s;
}
		#headers-text-smallR {
	padding: 0;
	width: 32px;
	height:32px;
	margin: 0 auto;
	display: inline-block;
	bottom: 0;
	text-decoration:underline;
	text-decoration-thickness:5px;
	text-decoration-color:pink;
	text-decoration-style:solid;
	font-weight: bold;
	font-size: 22pt;
	line-height:32px;
	letter-spacing: 0px;
	color: #f5eeef;
	text-align: center;
		      transition:.2s;
		}
	
	#headers-text-smallR a {
	    color:#f5eeef;
	      transition:.2s;
	}
	#headers-text-smallR a:hover {
	    color:pink;
	      transition:.2s;
	}

.topnav {
  background-color: #f5eeef;
  position: relative;
  display:block;
  transition:.2s;
}

.topnav #myLinks {
  display: none;
    transition:.2s;
}

.topnav a {
  color: #709c94;
  padding: 10px 25px;
  text-decoration: none;
	font-family: 'Classical Diary Demo';
	font-size: 15pt;
	line-height:15pt;
  display: block;
    transition:.2s;
}

.topnav a.icon {
  display: block;
  position: absolute;
  right: 0;
  top: 0;
    transition:.2s;
}

.topnav a:hover {
    background-color:#f5eeef;
    color:#fff;
    text-decoration: none;
	box-shadow: inset 800px 0 0 0 pink;
	transition:.2s;

}

.active {
  background-color: #04AA6D;
  color: white;
    transition:.2s;
}

.flex-container {
    margin:10px auto 10px auto;
    gap:20px;
}

.flex-container div {
	margin-left: 5px;
	margin-right:5px;
	margin-top:0px;
	margin-bottom:0px;
	position: relative;
	font-size:9pt;
	line-height:14pt;
width:300px;
}
.content {
    flex: 1 0 auto;
    color: #000000;
    margin:10px;
    	transition: .2s;}
    	
    	
.content2 {
    width: 80%;
    max-width: 800px;
	background-color: #fffefb;
    border:1px solid white;
	border-radius: 15px;
		box-shadow: 0 0 5px rgb(2, 4, 12, 1);
	margin: 10px auto 10px auto;
	padding: 20px;
	color: #000000;
    transition:.2s;
}
	
.content2:hover {
	box-shadow: 0 0 20px rgba(2, 4, 12, 0.9);
transform: none;
	transition: .2s}

	
	.history{
margin:10px auto 10px auto;
	color: #000000;
    transition:.2s;

}
	
.line {
	left: 50%;
	height: 100px;
	width: 10px;
	margin-right: 2px;
	background-color: #fffefb;
	position: relative;
	top: 0px;
	bottom: 0;
	z-index:-1;

}
.section {
    width: 80%;
    margin:auto;
    max-width: 800px;
	background-color: #fffefb;
    border:1px solid white;
	border-radius: 15px;
		box-shadow: 0 0 5px rgb(2, 4, 12, 1);
	padding: 20px;
	color: #000000;
    transition:.2s;
}


.section:hover{	box-shadow: 0 0 15px rgba(2, 4, 12, 0.9);
transform: none;

}
	

	
.section p {
	font-family: "Epilogue";
	width:100%;
	padding: 0px;
	display: inline-block;
	margin: 0;
	font-size: 9pt;
	line-height:18pt;
	background-color: transparent;}

	
.section img {
	margin-right:auto;
	width: calc(100% - 40px);
	max-width:300px;
	float:none;
	margin-left:auto;
	display:block;
	padding: 20px;}
	
	.section img.right {
    float:none;
    margin-right:auto;
    margin-left:auto;
    max-width:300px;
    padding:20px;
}

.section img.under300{width:auto;}

	
img {border: 0;}

h1{font-size:24pt;}
h2{font-size:15pt;}
h3, ul {font-size:9pt;
    line-height:18pt;
}
	
.bio {
    display:block;
    float:none;
margin-right:auto;
margin-left:auto;
max-width: calc(100% - 80px);
height:auto;
   border-radius: 50px;}

.flex-container div:hover {
transform:none;
}
.flex-container div img {width:100%; border:1px #312124 dashed; transition: .2s;}
.flex-container div img:hover{border:1px pink dashed;}

.flex-container div a {
	font-size: 20.5pt;
	line-height:20.5pt;
}
}


    