body {
background:#fdfdfd;
/* background:#ABABAB; */
font: normal 100%/1.5 arial, sans-serif;
margin: 0px;
padding: 0px;
/*radial-gradient (position, shape or size, color stops)*/
}

.logos {
  text-align: center;
  margin: 40px auto;
}

.logos img {
  max-width: 140px;
  display: inline-block;
}

a[href^="tel:"] {
  color: #FFF;
  text-decoration: none;
}

h2 {
  margin: 1px;
}

.textthumb {
  float:left;
  display:inline-block;
  margin:10px;
  border-radius: 50%;
  width: 100px;
}


#wrapper {
background: #fdfdfd;
margin: 0px auto;
padding:0;
width: 100%;
max-width:1000px;
box-sizing: border-box;
box-shadow: 0px 0px 35px rgba(87, 87, 87, 0.8);
}

.clear {
clear:both;
margin:0;
}

.social {
  position: absolute;
  top: 5px;
  right: 5px;
}

.social2 {
margin: 0px auto;
text-align: center;
padding: 5px;
}

.menublue {
  color: #23A649;
  /* color: #0066cc; */
}

.menublue:hover {
  color: #f44336;
}



#header {
  background-color: #fff;
  height:150px;
  box-sizing: border-box;
  padding: 8px;
  position: relative;
}

.logo img {
  max-width: 300px;
  /* width: 210px; */
  }

.menu {
  position: absolute;
  background-color: inherit;
  display: inline-block;
  right: 50px;
  top: 90px;
  }

.menu ul {
  padding: 5px;
  text-align: center;
  margin: 0px auto;
  }

.menu ul li {
  list-style: none;
  display: inline-block;
  margin-right: 1em;
  }

  .menu a {
  text-decoration:none;
  font-family:'Century Gothic', Arial, sans-serif;
  font-size:1.3em;
  font-weight: bold;
  color: #23A649;
  /* color:#0066cc; */
  }

  .menu a:hover {
    color: #f44336;
  }


#headerpic {
background-image: url(images/girl-stuffed-animal.jpg);
background-position: center top;
background-repeat: no-repeat;
background-attachment: scroll;
background-size: cover;
box-sizing: border-box;
padding: 5px;
height:250px;
position: relative;
}

.headerpictext {
  font-family: arial,sans-serif;
  font-size: 28px;
  color: #000;
  position: absolute;
  width: 30%;
  margin-top: 9%;
  border: 0px solid black;
}




.contactbar {
  /* background-color: #f44336; */
  background-color: #23A649;
  color: #FFF;
  font-family: arial, sans-serif;
  font-size: 1.5em;
  text-align: center;
  box-sizing: border-box;
  padding: 5px;
}


.picleft {
float:left;
margin:10px;
vertical-align:middle;
}


.title1 {
font-size:2em;
font-family:'Century Gothic', arial;
font-weight:bold;
color: #022412;
/* color: #0066cc; */
margin:0px;
}



#content {
width:100%;
max-width: 1000px;
box-sizing:border-box;
padding: 10px;
background-color:#fdfdfd;
background: -webkit-radial-gradient(100% 100%, rgba(102, 153, 204, .5), #ffffff);
}


#contentstayleft {
width:100%;
max-width: 1000px;
box-sizing:border-box;
padding: 10px;
background-color:#fdfdfd;
background: -webkit-radial-gradient(100% 100%, rgba(102, 153, 204, .5), #ffffff);
}

.boxwrapper {
  box-sizing: border-box;
  padding: 10px;
  display: flex;
  justify-content: space-around;
  flex-wrap: wrap;
}

.box {
  width: 300px;
  min-height: 200px;
  border: solid 5px #71AC8B;
  background-color: #fdfdfd;
  box-sizing: border-box;
  padding: 5px;
  margin-bottom: 10px;
}



#footer {
margin: 0px 0px auto;
padding: 10px;
color:#dedede;
font-size:1em;
text-align:center;
background-color:#23A649;
min-height:100px;
}

#footer a {
  color: #fff;
  font-size: 1em;
}

#footer a:hover {
  color: #0066cc;
}

.mobileshow {
  display: none;
}



@media screen and (max-width:950px){

  /* .boxwrapper {
  justify-content: space-around;
} */

.menu a {
font-size: 1em;
}

body {
font-size:16px;
margin:0px;
padding:0px;
}

#wrapper {
width:100%;
max-width:900px;
margin:0px auto;
}

#header {
  height: auto;
}

#headerpic {
  background-position: right top;
}

.contactbar {
  font-size: 1.1em;
}

.picleft {
float:none;
display:block;
margin:0px auto;
}

#content {
text-align: center;
font-size: 30px/1.618em;
}


.logo {
margin:0px auto;
width: 200px;
}

.logo img {
  width: 200px;
}

.menu{
  /*background-color: #9becf1;*/
  border-radius: 5px;
  position:static;
  margin:0px auto;
  display:block;
}

.menu a {
font-size: 1.1em;
}

}


@media screen and (max-width:600px) {

.box {
width: 80%;
}

}




@media screen and (max-width:480px) {

.headerpictext {
    display: none;
}


.mobilehide {
  display: none;
}

.mobileshow {
  display: block;
}


}
