@charset "utf=8";
/* CSS Document */

body {
	margin: 0;
}

.bigGreen {
	font-size: 60px;
	font-family: Copperplate, Papyrus, fantasy, "Brush Script MT", cursive, serif;
	color: #10AF67;
	text-align: center;
}

.grad1 {
	font-size: 60px;
	font-family: Copperplate, Papyrus, fantasy, "Brush Script MT", cursive, serif;
	text-align: center;
	background: linear-gradient(to bottom, #28B463, #2ECC71);
	-webkit-text-fill-color: transparent;
	-webkit-background-clip: text;
}

.container {
	width: 80%;
	margin: 0 auto;
}

header {
	background: #2DAE64;
}

header::after {
	content: '';
	display: table;
	clear: both;
}

.logo {
	float: left;
	padding: 10px 0;
	width: 10%;
}

nav {
	float: right;
}

nav ul {
	margin: 0;
	padding: 0;
	list-style: none;
}

nav li {
	display: inline-block;
	margin-left: 60px;
	padding-top: 23px;
	
	
}

nav a {
	color: #116635;
	text-decoration: none;
	text-transform: uppercase;
	font-size: 14px;
}

nav a:hover {
	color: #78D7A1;
}

table.center {
	margin-left: auto;
	margin-right: auto;
}

nav td {
	background-color: #28B463;
	width: 150px;
	height: 40px;
	font-size: 20px;
	color: #2B5A1B;
	text-align: center;
	border: 4px solid #2B5A1B;
	border-radius: 10px;
}

tr a {
	color: #C6E8C7;
	text-decoration: none;
}

tr a:hover {
	color: #E2FCD9;
}

.regularGreen { 
	font-size:40px;
	color: #19D47F;
	text-align: center; 
	font-family: 'Trebuchet MS', sans-serif;
}

.smallerGreen { 
	font-size:30px;
	color: #229954;
	text-align: center; 
	font-family: 'Brush Script MT', cursive;
}

.bigregularGreen {
	font-size:55px;
	color: #229954;
	text-align: center; 
	font-family: 'Trebuchet MS', sans-serif;
}

.column-layout {
	max-width: 1300px;
	background-color: #FFF;
	margin: 40px auto 0 auto;
	line-height: 1.65;
	padding: 20px 50px;
	display: flex;
}

.main-column {
	flex: 2;
	order: 2;
}

.sidebar-one {
	flex: 1;
	order: 1;
}

.sidebar-two {
	flex: 1;
	order: 3;
}


.call-outs-container {
	max-width: 1400px;
	margin: 40px auto 0 auto;
	display: flex;
	justify-content: space-between;
}

.call-out {
	padding: 20px;
	box-sizing: border-box;
	margin-bottom: 20px;
	flex-basis: 30%;
}

.call-out:nth-child(1) {background-color: #FFED88;}
.call-out:nth-child(2) {background-color: #ADF39F;}
.call-out:nth-child(3) {background-color: #BB9FF3;}

.equal-height-container {
	max-width: 900px;
	margin: 0 auto;
	display: flex;
}

.first {
	background-color: #FFF;
	padding: 20px;
	flex: 1;
}

.second {
	background-color: yellow;
	flex: 1;
	display: flex;
	flex-direction: column;
}

.second-a {
	background-color: #9FCAF6;
	flex: 1;
}

.second-b {
	background-color: #F6C49F;
	flex: 1;
}

.card {
	display: flex;
	flex-direction: column;
	justify-content: center;
	align-items: center;
	background: #353535;
	font-size: 3rem;
	color: #fff;
	box-shadow: rgba(3, 8, 20, 0.1) 0px 0.15rem 0.5rem, rgba(2, 8, 20, 0.1) 0px 0.075rem 0.175rem;
	height: 100%;
	width: 100%;
	border-radius: 4px;
	transition: all 500ms;
	overflow: hidden;
	
	background-size: cover;
	background-position: center;
	background-repeat: no-repeat;
}

.card:hover {
	box-shadow: rgba(2, 8, 20, 0.1) 0px 0.35em 1.175em, rgba(2, 8, 20, 0.08) 0px 0.175em 0.5em;
	transform: translateY(-3px) scale(1.1);
}

.basic-grid {
	display: grid;
	gap: 1rem;
	
	
	grid-template-columns: repeat(12, 1fr);
	grid-template-columns: repeat(12, minmax(240px, 1fr));
	
	grid-template-columns: repeat(auto-fit, minmax(240px, 1fr));
	grid-auto-rows: 240px;
	
}

.photo-grid {
	display: grid;
	gap: 1rem;
	
	
	grid-template-columns: repeat(auto-fit, minmax(240px, 1fr));
	grid-auto-rows: 240px;
	
}


@media screen and (min-width: 600px) {
.card-tall {
	
	grid-row: span 2 / auto;
}

.card-wide {
	
	grid-column: span 2 / auto;
}
}

.div2 {
	    background-color: #FCFC9F;
		font-size: 40px;
		color: orange;
		font-family: 'Trebuchet MS', sans-serif;
		text-align: center;
		height: 200px;
		padding: 50px 5%;
		margin: 40px 5%;
		
	}
	
.titles {
	color: #D5FFE7;
	font-size: 65px;
	text-align: center; 
	-webkit-text-stroke-width: 2px;
	-webkit-text-stroke-color: #239B56;
}

.titles a:link {
  color: #D5FFE7;
  background-color: transparent;
  text-decoration: none;
}

.titles a:hover {
  color: white;
  background-color: transparent;
  text-decoration: none;
}

.titles a:visited {
  color: #D5FFE7;
  background-color: transparent;
  text-decoration: none;
}

.bigWhite {
	font-size: 60px;
	font-family: Copperplate, Papyrus, fantasy, "Brush Script MT", cursive, serif;
	color: #C7C472;
	text-align: center;
	-webkit-text-stroke-width: .5px;
	-webkit-text-stroke-color: #E7E48D;
}

.scaryfont {
	font-size: 30px;
	font-family: 'Shadows Into Light', cursive;
	color: #8E1003;
	text-align: center;
}

mark {
	background-color: #DF615B;
	color: #8E1003;
}

.bigPink {
	font-size: 60px;
	font-family: Copperplate, Papyrus, fantasy, "Brush Script MT", cursive, serif;
	color: #DE628F;
	text-align: center;
}

.bigYellowGreen {
	font-size: 60px;
	font-family: Copperplate, Papyrus, fantasy, "Brush Script MT", cursive, serif;
	color: #8CB12C;
	text-align: center;
}

.bigBlue {
	font-size: 60px;
	font-family: Copperplate, Papyrus, fantasy, "Brush Script MT", cursive, serif;
	color: #33AC99;
	text-align: center;
}

.regularBlue { 
	font-size:40px;
	color: #46C0AD;
	text-align: center; 
	font-family: 'Trebuchet MS', sans-serif;
}

.bigYellow {
	font-size: 60px;
	font-family: Copperplate, Papyrus, fantasy, "Brush Script MT", cursive, serif;
	color: #FFC100;
	text-align: center;
}

.regularYellow { 
	font-size:40px;
	color: #FFD216;
	text-align: center; 
	font-family: 'Trebuchet MS', sans-serif;
}

.bigregularYellow {
	font-size:55px;
	color: #FBB218;
	text-align: center; 
	font-family: 'Trebuchet MS', sans-serif;
}

.bigOrange {
	font-size: 60px;
	font-family: Copperplate, Papyrus, fantasy, "Brush Script MT", cursive, serif;
	color: #E86F04;
	text-align: center;
}

.regularOrange { 
	font-size:40px;
	color: #F8821A;
	text-align: center; 
	font-family: 'Trebuchet MS', sans-serif;
}

.bigregularOrange {
	font-size:55px;
	color: #D56502;
	text-align: center; 
	font-family: 'Trebuchet MS', sans-serif;
}

