body {
	background: #ffffff;
	color: #333333;
	font-family: Arial, sans-serif;
	font-size: 18px;
	text-align: center;
}

p {
    max-width: 100%;
}

h1 {
    font-size: 26px;
    color: #dc3a37;
    font-weight: bold;
}

img {
    vertical-align: middle;
    max-width: 270px;
    height: auto;
}

a:link.btn-blue, a:visited.btn-blue {
  background-color: #64bde5;
  color: white;
  padding: 5px 10px;
  text-align: center;
  text-decoration: none;
  display: inline-block;
}

a:hover .btn-blue, a:active.btn-blue {
  background-color: #64bde5;
}	

a:link.btn-orange, a:visited.btn-orange {
  font-size: 16px;
  background-color: #ff8b22;
  color: white;
  padding: 14px 25px;
  text-align: center;
  text-decoration: none;
  display: inline-block;
}

a:hover.btn-orange, a:active.btn-orange {
  background-color: #ff8b22;
}

#container {
    text-align: center;
}

#locations p {
    font-size: 14px;
}

.align-items-middle {
  display: flex; 
  align-items: center;  
  justify-content: center; 
  vertical-align: middle;
}

.row h1 { font-size: 26px; }

.row {
  margin-bottom: 1rem;
}
.row .row {
  margin-top: 1rem;
  margin-bottom: 0;
}
[class*="col-"] {
  padding-top: 1rem;
  padding-bottom: 1rem;
}

@media only screen and (max-width: 600px) {
    body, a:link.btn-orange, a:visited.btn-orange, #locations p {
        font-size: 1.2rem; 
    }
    .row h1, h1 {
        font-size: 1.6rem;
    }
    .row .row {
      margin-top: 0.5rem;
      margin-bottom: 0;
    }
    [class*="col-"] {
      padding-top: 0.5rem;
      padding-bottom: 0.5rem;
    }
}


.footer-illustration {
    background-image: url(https://www.kindercare.com/areas/kindercare/assets/refresh/img/css/kc_footer-illustration.png);
    background-repeat: no-repeat;
    background-size: auto 200px;
    background-position-x: -15px;
    width: 100%;
    height: 200px;
    overflow: hidden;
    margin-top: 24px
}

@media only screen and (min-width: 48em) {
    .footer-illustration {
        background-size:auto 250px;
        background-position-x: -20px;
        height: 250px
    }
}

@media only screen and (min-width: 64em) {
    .footer-illustration {
        background-size:102% auto;
        background-position: center;
        height: auto;
        padding-top: 23.2%
    }
}
