@charset "utf-8";
@import url("fontawesome-free-5.15.1-web/css/all.css");
/* CSS Document */

.body{

  margin: 0;
  padding: 0;
}

.choice {
  padding-top:6%;
  line-height: 30px;
 }

.choice a{
  color: white;
  margin: 30px auto;
  text-decoration: none;
 height:80px; 
 width: 30%;
 background-color: #2d6c94;
 text-align: center;
 padding: 20px;
 border-radius: 80px;

}

.team {
  margin: auto;
  height: 400px;
  width: 100%;
  object-fit:cover;

}

.choice a:hover{
  color: black;
 background-color: #e5aa4e;

}

.nanny, .choice {
  max-width: 960px;
  margin:auto;
  /*left:50%;
  transform: translateX(-50%);*/
}

.cardserve{
   min-width:350px;
  min-height:450px;
  background-color: white;
  border-radius: 5px;
  box-shadow: 3px 5px 5px 5px rgba(0,0,0,0.2);
  margin: 20px;
}

.cardserve p{
  padding:30px 50px 50px 50px;
}

.cardtitle {
 padding:30px 30px 30px 30px;
border-radius: 10px 10px 0px 0;
 color: #2d6c94;
 border-top-width: 5px;
  background-color: #2d6c94;
  border-top-color: #e5aa4e;
  border-top-style:solid;
  border-radius: 0;
  color: white;
  font-size: 25px;

  font-weight: lighter;

}





@media (max-width: 575px) {

  .servetext {
    min-width: 400px;
  }

  .choice a{
  color: white;
  margin: 30px auto;
  text-decoration: none;
 height:80px; 
 width: 70%;
 background-color: #2d6c94;
 text-align: center;
 padding: 25px;
 border-radius: 530px;

}


}