@font-face {
    font-family: 'Calibri';
    src: url('../fonts/subset-Calibri.eot');
    src: url('../fonts/subset-Calibri.eot?#iefix') format('embedded-opentype'),
        url('../fonts/subset-Calibri.woff2') format('woff2'),
        url('../fonts/subset-Calibri.woff') format('woff'),
        url('../fonts/subset-Calibri.ttf') format('truetype'),
        url('../fonts/subset-Calibri.svg#Calibri') format('svg');
    font-weight: normal;
    font-style: normal;
}

@font-face {
    font-family: 'Calibri';
    src: url('../fonts/subset-Calibri-Italic.eot');
    src: url('../fonts/subset-Calibri-Italic.eot?#iefix') format('embedded-opentype'),
        url('../fonts/subset-Calibri-Italic.woff2') format('woff2'),
        url('../fonts/subset-Calibri-Italic.woff') format('woff'),
        url('../fonts/subset-Calibri-Italic.ttf') format('truetype'),
        url('../fonts/subset-Calibri-Italic.svg#Calibri-Italic') format('svg');
    font-weight: normal;
    font-style: italic;
}
@font-face {
    font-family: 'Calibri';
    src: url('../fonts/subset-Calibri-Bold.eot');
    src: url('../fonts/subset-Calibri-Bold.eot?#iefix') format('embedded-opentype'),
        url('../fonts/subset-Calibri-Bold.woff2') format('woff2'),
        url('../fonts/subset-Calibri-Bold.woff') format('woff'),
        url('../fonts/subset-Calibri-Bold.ttf') format('truetype'),
        url('../fonts/subset-Calibri-Bold.svg#Calibri-Bold') format('svg');
    font-weight: bold;
    font-style: normal;
}

@font-face {
    font-family: 'Bubblegum Sans';
    src: url('../fonts/subset-BubblegumSans-Regular.eot');
    src: url('../fonts/subset-BubblegumSans-Regular.eot?#iefix') format('embedded-opentype'),
        url('../fonts/subset-BubblegumSans-Regular.woff2') format('woff2'),
        url('../fonts/subset-BubblegumSans-Regular.woff') format('woff'),
        url('../fonts/subset-BubblegumSans-Regular.ttf') format('truetype'),
        url('../fonts/subset-BubblegumSans-Regular.svg#BubblegumSans-Regular') format('svg');
    font-weight: normal;
    font-style: normal;
}

@font-face {
    font-family: 'Century Gothic';
    src: url('../fonts/subset-CenturyGothic.eot');
    src: url('../fonts/subset-CenturyGothic.eot?#iefix') format('embedded-opentype'),
        url('../fonts/subset-CenturyGothic.woff2') format('woff2'),
        url('../fonts/subset-CenturyGothic.woff') format('woff'),
        url('../fonts/subset-CenturyGothic.ttf') format('truetype'),
        url('../fonts/subset-CenturyGothic.svg#CenturyGothic') format('svg');
    font-weight: normal;
    font-style: normal;
}


@font-face {
    font-family: 'Century Gothic';
    src: url('../fonts/subset-CenturyGothic-Bold.eot');
    src: url('../fonts/subset-CenturyGothic-Bold.eot?#iefix') format('embedded-opentype'),
        url('../fonts/subset-CenturyGothic-Bold.woff2') format('woff2'),
        url('../fonts/subset-CenturyGothic-Bold.woff') format('woff'),
        url('../fonts/subset-CenturyGothic-Bold.ttf') format('truetype'),
        url('../fonts/subset-CenturyGothic-Bold.svg#CenturyGothic-Bold') format('svg');
    font-weight: bold;
    font-style: normal;
}

html {
    -webkit-text-size-adjust: none;
}

body, div {
  margin: 0;
  padding: 0;
}

body {
	font-size: 16px;
	text-align: center;
	color: #666666;
	line-height: 1.4;
	background: #fff;
}
h1 {
	font-family: 'Bubblegum Sans', cursive;
	font-size: 45px;
	color: #00b2f0;
	line-height: 1.2;
}
h2,h3,h4,h5,h6 {
   font-family: 'Bubblegum Sans', cursive;
   color: #00b2f0;
}

/* Highlights */

#highlights {
	position: relative;
	margin-bottom: 20px;
}

#highlights ul {
	margin: 0 0 0 -54px;
	padding: 0;
	font-size: 0;
	text-align: center;
}

#highlights ul li {
	display: inline-block;
	vertical-align: middle;
	margin: 0;
	padding: 0 0 0 54px;
	list-style: none;
	width: 25%;
}

#highlights ul li span {
	display: block;
	border: 15px solid #8fda3a;
	-webkit-border-radius: 50%;
	-moz-border-radius: 50%;
	border-radius: 50%;
	overflow: hidden;
	background: #44bb2e;
}

#highlights ul li img {
	display: block;
	height: auto;
	width: 100%;
}

#highlights:after {
	content: "";
	position: absolute;
	top: 50%;
	margin-top: -2.5px;
	left: 5px;
	right: 5px;
	border-bottom: 5px dotted #cccccc;
	z-index: -1;
}

/* Welcome */

#welcome {
	font-size: 16px;
	padding-bottom: 50px;
}

#welcome .title {
    font-family: 'Bubblegum Sans', cursive;
	font-size: 45px;
	color: #00b8ff;
	line-height: 1.2;
}

#welcome .cols .left {
    float: left;
   /* width: 474px;*/
    width: 634px;
}

#welcome .cols .right {
    float: right;
   /* width: 474px; */
    width: 634px;
}

#welcome .heading {
    font-size: 16px;
    font-weight: bold;
    color: #00b8ff;
    margin: 0 0 5px;
}

#welcome .facebook {
	min-height: 300px;
	text-align: center;
    margin-bottom: 50px;
	background: #fff url(../images/loading-fb.gif) no-repeat center;
}

#welcome .cols {
    margin-top: 40px;
}

#welcome .cols .left .kindergartenLogo {
    display: block;
    margin: 0 auto 40px;
    width: 434px;
}

/* Miscelleneous */

p {
	margin: 0 0 25px;
}
#content a {
	color: #5BBB21;
}
#content a:hover {
	text-decoration: underline;
}
a,
a:hover,
a:active,
a:focus {
	text-decoration: none;
	outline: none;
	color: inherit;
}

img {
	border: 0;
	max-width: 100%;
}

.clear {
	clear: both;
}

.clearfix:after { 
  content: "."; 
  display: block; 
  height: 0; 
  clear: both; 
  visibility: hidden; 
}

.clearfix { 
  display: inline-block;  
}

* html .clearfix{  
  height: 1%;  
}

.clearfix {  
  display: block;  
}

input::-moz-focus-inner { 
    border: 0;
    padding: 0;
}

form {
	margin: 0;
	padding: 0;
}

input, select, textarea {
    -webkit-border-radius: 0;
    -moz-border-radius: 0;
    border-radius: 0;
}

.owl-carousel .owl-item img {
	-webkit-backface-visibility: hidden;
    
}

#content #highlights {
    margin-bottom: 50px;
}

#content #highlights a {
    display: inline-block;
	font-weight: bold;
	color: #7030A2;
    transition: transform 0.3s;
}

#content #highlights a span {
    transition: background-color 0.3s;
}

#content #highlights a:hover {
    transform: scale(1.06);
}

#content #highlights a:hover span {
    background-color: #54c83d;
}

#Achievement {
    background-color: #94bb0e;
}