a, area, button, input, label, select, summary, textarea {
  font-family: inherit;
}

a{
text-decoration:none!important;
}

* {
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  margin: 0;
  padding: 0;
  -webkit-tap-highlight-color: transparent;
}

*::-moz-selection {
  color: white;
  text-shadow: none;
  background: #9e9e9e;
}

::selection {
  color: white;
  text-shadow: none;
  background: #9e9e9e;
}

::-moz-focus-inner {
  border: 0 !important;
}

\:focus {
  outline: none !important;
  cursor: pointer !important;
}

::-moz-focus-inner {border:0 !important;}

@media only screen and (min-width: 1024px){
html {
    font-size: 16px;
}
}

html, body {
  height: 100%;
}

html, body {
  font-size: 14px;
  width: 100%;
  background: #fff;
}

body{

    font-family: 'Life Savers', cursive;

    font-family: 'Source Sans Pro', sans-serif !important;

    font-family: 'Comfortaa', cursive !important;

    font-family: 'Overpass', sans-serif !important;

}

.varela {
    font-family:'Varela Round', sans-serif !important;
}

/* Container */
#app{
min-height:100vh;
}

#mainApp{
overflow:auto;
padding-bottom:300px;
background: #fff;
}

#topbar{
margin-bottom: 0;
background:#b4c1aa;
}

#toptop{
}

#toptop strong, #toptop span {
color:#fcffcf;
}

#topbar .uk-iconnav > * > a {
color: #4a5568;
}

#topbar .uk-navbar-item, #topbar .uk-navbar-nav>li>a, #topbar .uk-navbar-toggle{
font-size: 0.8rem;
}
#topbar .uk-navbar-nav > li > a, #topbar .uk-navbar-item, #topbar .uk-navbar-toggle{
min-height:45px;
}

.uk-logo .uk-svg:not(.uk-preserve) [FILL*="#"]:not(.uk-preserve), .uk-logo .uk-svg:not(.uk-preserve) [fill*="#"]:not(.uk-preserve){
fill:#411D5E;
}

.MainMenu{
margin:0;
z-index:1;
}

#menu-logo-background {
background: #ffdd22;
}

.menu-phone {
color:#67b600;
}

.SideMenu .uk-offcanvas-bar .uk-nav-default > li > a {
  font-size: 1.286rem;
  text-transform: none;
  color: #226482;
  text-transform: uppercase;
  font-weight: bold;
}

#TopPhone{
}

.MainMenu .uk-navbar-item, .MainMenu .uk-navbar-nav > li > a, .MainMenu .uk-navbar-toggle {
  font-size: 1.286rem;
  text-transform: none;
  color: #226482;
  text-transform: uppercase;
  font-weight: bold;
}

h1, .uk-h1, h2, .uk-h2, h3, .uk-h3, h4, .uk-h4, h5, .uk-h5, h6, .uk-h6, .uk-heading-small, .uk-heading-medium, .uk-heading-large, .uk-heading-xlarge, .uk-heading-2xlarge{
font-family:inherit!important;
}

.uk-navbar-item, .uk-navbar-nav>li>a, .uk-navbar-toggle{
font-family:inherit;
}

.uk-navbar-container:not(.uk-navbar-transparent){
background:none;
}

.uk-logo{
}

.uk-svg, .uk-svg:not(.uk-preserve) [FILL*='#']:not(.uk-preserve), .uk-svg:not(.uk-preserve) [fill*='#']:not(.uk-preserve){
fill:currentcolor;
fill:black;
}

.uk-offcanvas-bar{
background:#fff;
}

.uk-offcanvas-bar .uk-nav-default .uk-nav-header{
color:#222;
}

.uk-offcanvas-bar .uk-nav-default>li>a{
color:#999;
}

.uk-offcanvas-bar .uk-nav-default>li>a:hover{
color:#555;
}

.uk-offcanvas-bar .uk-nav-default>li.uk-active>a{
color:#555;
}

.uk-offcanvas-bar .uk-nav-default>li>a:focus{
color:#555;
}

.short-description{
    color:#565d3a;
}


/*****************/
/* -- Custom -- **/
/*****************/

#map{
height:400px;
}

.SectionBar{
background: #aca4a4;
border-bottom: 2px solid #7f7f7f;
}

.SectionBar p{
margin: 0;
color: #fff;
}


/*Note: Must be responsive :)*/
#ContactForm{
}
/* B 960 */
@media (min-width: 960px){
#ContactForm{
position:absolute;
right:0;
}
}



#TestimonialsSection{
}

.FiveStars {
padding:0;
margin:0;
}

.FiveStars > li {
display:inline-block;
margin-right:0.4rem;
}

.FiveStars .uk-icon:not(.uk-preserve) [stroke*="#"]:not(.uk-preserve) {
stroke:currentcolor;
fill:white;
stroke:#6f6f1e;
fill:#ff0;
}



/* B 960 */
@media (min-width: 960px){
#FooterCall > div{
  position:relative;
  top:-35px;
  right:0;
}
}



#Footer{
position:relative;
min-height:300px;
margin-top:-300px;
clear:both;
background:url("https://res.cloudinary.com/layer/image/upload/v1576023660/alyschildcare/Footer.png");
}

#Footer .uk-nav-default > li > a{
color:#2d3748;
font-size:1.125rem;
}

#FooterCall{
}

#FooterCall > div{
background:#74a895;
}

#FooterCall > div{
}




.center-50{
text-align:left;
}


[class*="center-left-50"]{
    top: 50%;
    transform: translateY(-50%);
}


[class*="center-50"],
[class*="center-left-50"]{
    position: absolute !important;
}





@media (min-width: 1200px) {
.center-50{
    top: 50%;
    right: 40px;
    transform: translate(0, -50%);
    width: max-content;
    max-width: 100%;
    box-sizing: border-box;
}
.center-50{
    text-align:center;
}
}




/* B 640 */
@media (min-width: 640px){

}





@media (min-width: 1024px){
}

@media (min-width: 1280px){
}


.select2-container--default .select2-selection--single .select2-selection__rendered {
    line-height:33px;
}

