@charset "UTF-8";
/* CSS Document */

html, 
html * {
    padding: 0;
    margin: 0;
    box-sizing: border-box;
    font-family: Cambria, "Hoefler Text", "Liberation Serif", Times, "Times New Roman", "serif";
	font-size: 16px;
}

header {
	padding: 35px;
	align-self: center
}

img {
	width: 100%;
	max-width: 100%;
	height: auto;
	vertical-align: middle;
}

.md-img {
	width: 75%;
	height: auto;
	margin: auto;
	padding-bottom: 3px;
}

.sm-img {
	width: 50%;
	height: auto;
	margin: auto;
}

.xsm-img {
	width: 25%;
	height: auto;
	margin: auto;
}

.float-img {
	width: 75%;
	height: auto;
	margin: auto;
	padding: 20px;
}

.floatright-img {
	float: right;
	width: 20%;
	max-width: 300px;
	margin-left: 30px;
	padding: 15px;
}

.floatleft-img {
	float: left;
	width: 20%;
	max-width: 300px;
	margin-right: 30px;
	padding: 15px;
}

.xxsm-img {
	width: 10%;
	height: auto;
	margin: auto;
}

footer {
	padding: 20px 30px;
	background-color: #ffffff;
}

body {
	margin-left: auto;
	margin-right: auto;
	background: #ffffff;
}



h1 {
	font-size: 250%;
	text-transform: capitalize;
	font-weight: 600;
	margin-bottom: 30px;
}

h2 {
	font-size: 200%;
	text-transform: uppercase;
	font-weight: 400;
	margin-bottom: 20px;
}

h3 {
	font-size: 150%;
	text-transform: capitalize;
	font-weight: 400;
	margin-bottom: 16px;
}

h4 {
	font-size: 150%;
	font-weight: 300;
	margin: 16px;
}

h5 {
	font-size: 75%;
	font-weight: 100;
	margin: 25px;
}

h6 {
	font-size: 100%;
	font-weight: 100;
	margin-bottom: 20px;
	text-align: center;
}

p {
	font-size: 100%;
	font-weight: 200;
	margin-bottom: 20px;
	text-align: left;
}


.testimonial {
	font-family:"Gill Sans", "Gill Sans MT", "Myriad Pro", "DejaVu Sans Condensed", Helvetica, Arial, "sans-serif";
	font-size: 133%;
	line-height: 108%;
	font-weight: 300;
	color: inherit;
}

.booktitle {
	font-size: 102%;
	font-style: italic;	
}

.image-widget {
	width: 125px;
	padding: 4px;
}

.style-nav {
	display: none;
}

.style-nav-mobile ul {
	list-style-type: none;
	text-align: center;
	font-size: 100%;
}

.style-nav-mobile ul li {
	display: inline-block;
	padding: 12px;

}

.style-nav-mobile ul li a {
	text-decoration: none;
	color: #2F322A;
	text-transform: uppercase;

}


.style-nav-mobile ul li a:hover {
    background-color: #51a39d;
    color: #FFFFFF;
    text-transform: capitalize;
}

.nav-block ul li{
	text-decoration: none;
	list-style-type: none;
	text-transform: uppercase;
}


.dropbtn {
  color: #000000;
  border: none;
}

.dropdown {
  position: relative;
  display: inline-block;
}

.dropdown-content {
  display: none;
  position: absolute;
  text-transform: uppercase;
  background-color: #f1f1f1;
  min-width: 100px;
  overflow: auto;
  box-shadow: 0px 8px 8px 0px rgba(0,0,0,0.2);
  z-index: 1;
}

.dropdown-content a {
  color: black;
  padding: 10px;
  text-decoration: none;
  display: block;
}

.dropdown-content a:hover {
	background-color: #51a39d;
	color: #ffffff;
	text-transform: capitalize;
}

.dropdown:hover .dropdown-content {
	display: block;
}

.dropdown:hover .dropbtn {
   background-color: #51a39d
}


.svg-container { 
	display: inline-block;
	position: relative;
	text-align: center;
	width: 100%;
	vertical-align: middle; 
	overflow: visible; 
}

.svg-content { 
	display: contents;
	position: absolute;
	width: 100%;
	top: 0;
	left: 0;
}

.grid-container-pond {
  display: grid;
  grid-template-columns: auto auto auto auto auto auto;
  grid-gap: 10px;
  background-color: #dadbf9;
  padding: 10px;
}

.grid-container-pond > div {
  text-align: center;
  padding: 40px;
}

.grid-container {
  display: grid;
  grid-template-columns: auto auto auto auto auto auto;
  grid-gap: 10px;
  background-color: #FFFFFF;
  padding: 10px;
}

.grid-container > div {
  text-align: center;
  padding: 40px;
  font-size: 20px;
}

.filterDiv {
  float: left;
  text-align: center;
  margin: 2px;
  display: none;
}

.show {
  display: block;
}

/* Style the buttons */
.btn {
  border: none;
  outline: none;
  padding: 12px 16px;
  background-color: #f1f1f1;
  cursor: pointer;
}

.btn:hover {
  background-color: #ddd;
}

.btn.active {
  background-color: #666;
  color: white;
}

.lg-grid-container {
  display: grid;
  grid-template-columns: repeat(auto-fill, minmax(160px, 1fr));
  grid-gap: .5rem;
  background-color: #51a39d;
  padding: 10px;
  place-items: stretch;
}

.lg-grid-container a {
  text-decoration: none;
}


.lg-grid-container > div {
  text-align: center;
  background-color: #84B6B2;
  padding: 1rem;
  border-radius: 1rem;
  font-size: 20px;
  place-items: center;
}

.facts-grid-container {
  display: grid;
	grid-template-columns: repeat (auto-fill, minmax(300px, 1fr));
  grid-gap: .5rem;
  background-color: #51a39d;
  padding: 10px;
  place-items: stretch;
}

.facts-grid-container > div {
  text-align: center;
  background-color: #ffffff;
  padding: 1rem;
  border-radius: 1rem;
  font-size: 20px;
  place-items: center;
}

.widget-grid {
  display: grid;
  grid-template-columns: auto auto auto auto auto auto auto auto;
  grid-gap: 1px;
	justify-content: center;
  background-color: #FFFFFF;
  padding: 10px 15px 20;
	margin-left: auto;
	margin-right: auto;
}

.widget-grid > div {
  text-align: center;
  padding: 2px;
  font-size: 10px;
}

.button-widget-grid {
  display: grid;
  grid-template-columns: auto auto auto;
  grid-gap: 5px;
	justify-content: center;
  padding: 10px 50px 20;
	margin-left: auto;
	margin-right: auto;
}

.button-widget-grid > div {
  text-align: center;
  padding: 2px;
  font-size: 10px;
}

.item7 {
  grid-area: 2 / 1 / 3 / 3;
}

.item8 {
  grid-area: 2 / 3 / 3 / 5;
}

.item9 {
	grid-area: 2 / 5 / 3 / 7;
}


.pdf {
        width: 90%;
        
    }



.about {
	background-color: #BDF1DB;
	background-size: cover;
	padding: 20px;
	color: #000000;
	text-align: center;
}


.button {
	border: 2px #000000 solid;
	padding: 8px 30px;
	border-radius: 30px;
	color: #000000;
	text-decoration: none;
}

.button-light {
	border: 2px #FFFFFF solid;
	padding: 8px 30px;
	border-radius: 30px;
	color: #FFFFFF;
	text-decoration: none;
}

.info-box-light {
    background-color: #c7fffe;
    color: #000000;
    padding: 20px;
    text-align: center;
}

ul {
	list-style-type: none;
}

ul li {
		font-size: 125%;
}

.info-box-dark {
	background-color: #714EAF;
	color: #FFFFFF;
	padding: 20px;
	text-align: center;
}


.info-box-pond {
	background-color: #dadbf9;
	color: #000000;
	padding: 20px;
	place-self: stretch;
	text-align: center;
}

.info-box-pond a {
	color: #4600A9;
}

.info-box-pond >div {
	padding: 6px;
}

.info-box-boots {
	background-color: #795082;
	color: #FFFFFF;
	padding: 20px ;
	text-align: center;
}

.info-box-boots >div {
	padding: 6px;
}


.info-box0 {
	background-color: #FFFFFF;
	color: #000000;
	padding: 20px;
	text-align: center;
}

.info-box0 >div {
	padding: 4px;
}

.info-box0 a {
	color: #000000;
}

.info-box0 ul li {
	padding-left: 5%;
	list-style-position: inside;
	list-style-type: disc;
	text-align: left;
	font-size: 125%;
}

.info-box0 li {
	text-align: left;
	font-size: 125%;
}

.info-box0 img {
	margin: auto;
	max-width: 400px;
	align-content: center;
}

.info-box3 {
	background-color: #84B6B2;
	color: #000000;
	padding: 20px;
	text-align: center;
}

.info-box4 {
	background-color: #599692;
	color: #FFFFFF;
	padding: 20px;
	text-align: center;
}

.info-box-annette {
	background-color: #814374;
	color: #FFFFFF;
	padding: 20px;
	text-align: center;
}


.info-box-skirt {
	background-color: #ACFFAE;
	color: #000000;
	padding: 20px;
	text-align: center;
}

.info-box-crayon {
	background-color: #017e01;
	color: #FFFFFF;
	padding: 20px;
	text-align: center;
}


.info-box-heart {
	background-color: #01ddff;
	color: #000000;
	padding: 20px;
	text-align: center;
}

.info-box-calendar {
	background-color: #01807f;
	color: #FFFFFF;
	padding: 20px;
	text-align: center;
}

.info-box-calendar a {
	color: #F8ECC7;
}

.info-box-calendar >div {
	padding: 6px;
}

.info-box-calendar ul li {
	padding-bottom: 20px;
}
.info-box-blouse {
	background-color: #a636a4;
	color: #FFFFFF;
	padding: 20px;
	text-align: center;
}

.info-box-blouse >div {
	padding: 6px;
}

.info-box-blouse ul li{
	text-align: left;
	padding-bottom: 24px;
}


.info-box-yellowbook {
	background-color: #fffe7f;
	color: #000000;
	padding: 20px;
	text-align: center;
}

.info-box-yellowbook >div {
	padding: 6px;
}

.info-box-frog {
	background-color: #70dc70;
	color: #000000;
	padding: 20px;
	text-align: center;
}

.info-box-frosting {
	background-color: #8081ff;
	color: #FFFFFF;
	padding: 20px;
	text-align: center;
}

.info-box-frogbook {
	background-color: #6bca6c;
	color: #FFFFFF;
	padding: 20px;
	text-align: center;
}

.info-box-dress {
	background-color: #ff7ffe;
	color: #000000;
	padding: 20px;
	text-align: center;
}

.info-box-denim {
    background-color:#ABC2F0 ;
    color: #000000;
    padding: 20px;
    text-align: center;
}

.info-box-navy {
    background-color:#3C51A4 ;
    color: #FFFFFF;
    padding: 20px;
    text-align: center;
}

.info-box-red {
    background-color:#8F344A;
    color: #FFFFFF;
    padding: 20px;
    text-align: center;
}


.info-box-purplebook {
	background-color: #A7A7F8;
	color: #000000;
	padding: 20px;
	text-align: center;
}

.info-box-purplebook >div {
	padding: 6px;
}

.info-box-bluebook {
	background-color: #7ffeff;
	color: #000000;
	padding: 20px;
	text-align: center;
	
}

.info-box-bluebook ul li {
	padding-bottom: 8px;
}


.info-box-blouse a {
	color: #F8ECC7;
}

.info-box-crayon a {
	color: #F8ECC7;
}

.info-box-annette a {
	color: #F8ECC7;
}

.info-box-boots a {
	color: #F8ECC7;
}

.info-box-dark a {
	color: #F8ECC7;
}




.footer-text {
	font-size: 13px;
	margin-bottom: 20px;
}

.col {
	width: 100%;

}

.header-box {
	margin-left: auto;
	margin-right: auto;
	display: block;
	width: 100%;
}

.row:before, .row:after {
	content: "";
	display: table;
}

.row:after {
	clear: both;
}

#slideshowcontainer {
 width: 100%;
 overflow: hidden;
 margin: auto;
 background: white;
}
/*photobanner*/
 
.photobanner {
 height: 233px;
 width: 4350px;
 margin-bottom: 10px;
}

.photobanner img {
	width: 350px;
	height: 233px;
 -webkit-transition: all 0.75s ease;
 -moz-transition: all 0.75s ease;
 -o-transition: all 0.75s ease;
 -ms-transition: all 0.75s ease;
 transition: all 0.75s ease;
}
 
/*keyframe animations*/
.first {
 -webkit-animation: bannermove 30s linear infinite;
    -moz-animation: bannermove 30s linear infinite;
     -ms-animation: bannermove 30s linear infinite;
      -o-animation: bannermove 30s linear infinite;
         animation: bannermove 30s linear infinite;
}
 
@keyframes "bannermove" {
 0% {
    margin-left: 0px;
 }
 100% {
    margin-left: -2825px;
 }
 
}
 
@-moz-keyframes bannermove {
 0% {
   margin-left: 0px;
 }
 100% {
   margin-left: -2825px;
 }
 
}
 
@-webkit-keyframes "bannermove" {
 0% {
   margin-left: 0px;
 }
 100% {
   margin-left: -2825px;
 }
 
}
 
@-ms-keyframes "bannermove" {
 0% {
   margin-left: 0px;
 }
 100% {
   margin-left: -2825px;
 }
 
}
 
@-o-keyframes "bannermove" {
 0% {
   margin-left: 0px;
 }
 100% {
   margin-left: -2825px;
 }
 
}


/*Tablet View*/

@media (min-width: 768px){
	
	.style-nav-mobile {
		display: none;
	}
	
	.style-nav {
		display: inline-block;
	}
	
.style-nav ul {
    list-style-type: none;
    text-align: center;
    font-size: 200%;
    list-style-position: inside;
}

.style-nav ul li {
	display: inline-block;
	padding: 12px;

}

.style-nav ul li a {
	text-decoration: none;
	color: #2F322A;
	text-transform: uppercase;

}


.style-nav ul li a:hover {
    background-color: #51a39d;
    color: #FFFFFF;
    text-transform: capitalize;
}

	.col-md-one-half {
		width: 50%;
	}
	
	
	.col {
		float: left;
		padding: 0px 7px 14px;
	}
}

.style-nav ul li{
	display: inline-block;
	font-size: 150%;
}




/*large tablets & up*/

@media (min-width: 900px){

    a {
		text-decoration: underline;
        color:inherit;
		font-size: inherit;
    }

    a:hover {
        background-color: #51a39d;
        color: #FFFFFF;
        text-transform: capitalize;

    }


    a:visited{
      color:inherit;
    }
	
	.col-one-third {
		width: 33%;
		margin: auto;
	}

	.col-two-thirds {
		width: 66%;
		margin: auto;

	}

}




.info-box-blouse a {
	color: #ffffff;
}

.info-box-crayon a {
	color: #ffffff;
}

.info-box-annette a {
	color: #ffffff;
}

.info-box-boots a {
	color: #ffffff;
}

.info-box-dark a {
	color: #ffffff;
}

.info-box-calendar a {
	color: #ffffff;
}

#slideshowcontainer {
 width: 100%;
 overflow: hidden;
 margin: 50px auto;
 background: white;
}
/*photobanner*/
 
.photobanner {
 height: 233px;
 width: 4350px;
 margin-bottom: 80px;
}
.photobanner img {
 -webkit-transition: all 0.75s ease;
 -moz-transition: all 0.75s ease;
 -o-transition: all 0.75s ease;
 -ms-transition: all 0.75s ease;
 transition: all 0.75s ease;
}
 

/*keyframe animations*/
.first {
 -webkit-animation: bannermove 30s linear infinite;
    -moz-animation: bannermove 30s linear infinite;
     -ms-animation: bannermove 30s linear infinite;
      -o-animation: bannermove 30s linear infinite;
         animation: bannermove 30s linear infinite;
}
 
@keyframes "bannermove" {
 0% {
    margin-left: 0px;
 }
 100% {
    margin-left: -2825px;
 }
 
}
 
@-moz-keyframes bannermove {
 0% {
   margin-left: 0px;
 }
 100% {
   margin-left: -2825px;
 }
 
}
 
@-webkit-keyframes "bannermove" {
 0% {
   margin-left: 0px;
 }
 100% {
   margin-left: -2825px;
 }
 
}
 
@-ms-keyframes "bannermove" {
 0% {
   margin-left: 0px;
 }
 100% {
   margin-left: -2825px;
 }
 
}
 
@-o-keyframes "bannermove" {
 0% {
   margin-left: 0px;
 }
 100% {
   margin-left: -2825px;
 }
 
}

/*Desktop View*/

@media only screen and (min-width: 1024px){
	
	body {
		max-width: 1200px;
	}
	
	.style-logo {
		float: left;
		width: 200px;
	}
	
	
	.col-lg-one-fourth {
		width: 25%;
	}
	
	.col-one-third {
		width: 33%;
		margin: auto;
	}

	.col-two-thirds {
		width: 66%;
	}	
}



#slideshowcontainer {
 width: 100%;
 overflow: hidden;
 margin: 50px auto;
 background: white;
}
/*photobanner*/
 
.photobanner {
 height: 233px;
 width: 4350px;
 margin-bottom: 80px;
}
.photobanner img {
 -webkit-transition: all 0.75s ease;
 -moz-transition: all 0.75s ease;
 -o-transition: all 0.75s ease;
 -ms-transition: all 0.75s ease;
 transition: all 0.75s ease;
}

/*keyframe animations*/
.first {
 -webkit-animation: bannermove 60s linear infinite;
    -moz-animation: bannermove 60s linear infinite;
     -ms-animation: bannermove 60s linear infinite;
      -o-animation: bannermove 60s linear infinite;
         animation: bannermove 60s linear infinite;
}
 
@keyframes "bannermove" {
 0% {
    margin-left: 0px;
 }
 100% {
    margin-left: -2825px;
 }
 
}
 
@-moz-keyframes bannermove {
 0% {
   margin-left: 0px;
 }
 100% {
   margin-left: -2825px;
 }
 
}
 
@-webkit-keyframes "bannermove" {
 0% {
   margin-left: 0px;
 }
 100% {
   margin-left: -2825px;
 }
 
}
 
@-ms-keyframes "bannermove" {
 0% {
   margin-left: 0px;
 }
 100% {
   margin-left: -2825px;
 }
 
}
 
@-o-keyframes "bannermove" {
 0% {
   margin-left: 0px;
 }
 100% {
   margin-left: -2825px;
 }
 
}


/*Lg Desktop View*/

@media only screen and (min-width: 1200px){
	
	body {
		max-width: 1500px;
	}
	
}
