* {
    box-sizing: border-box;
  }


body {
  margin: 0;
  font-family: Arial, Helvetica, sans-serif;
  background-color: rgb(200, 212, 234);
}

   /*-------Title------*/

#content {
    background-color: rgb(23, 45, 85);
    box-shadow: 0px 10px 10px rgb(41, 43, 47);
    margin-top: -2%;
}
.title {
    font-size: 4em;
    color: white;
    font-family: 'Emilys Candy', cursive;
    text-align: center;
  }
  .title2 {
    font-size: 2em;
    color: white;
    font-family: 'Emilys Candy', cursive;
    text-align: center;
    margin-top: -1.5%;
  }

   /*------end title------*/

/*  ----   Navigation  ----   */

.topnav {
  overflow: hidden;
  background-color: rgb(23, 45, 85);
}

.topnav a {
  float: left;
  display: block;
  color: #f2f2f2;
  text-align: center;
  padding: 14px 16px;
  text-decoration: none;
  font-size: 17px;
  border-radius: 40%;
}

.topnav a:hover {
  background-color: #ddd;
  color: black;
}

.topnav a.active {
  background-color: #04AA6D;
  color: white;
}

.topnav .icon {
  display: none;
}

/*  -----end navigation-----   */

.content {
    font-size: 1.1em;
    color: rgb(8, 7, 7);
    margin-left: 1%;
    margin-right: 1%;
  }
  .whocontent {
    font-size: 1.1em;
    color: rgb(253, 252, 252);
    margin-left: 1%;
    background-image: url(pics/olylounge.jpg);
    height: 700px;
    background-repeat: no-repeat;
    background-position: 60% 0%;
    background-size: cover;
    border-radius: 15%;
  }
  .whocontentext {
    font-size: 1.1em;
    color: rgb(253, 252, 252);
    margin-left: 5%;
  }
  .whatcontent {
    margin-left: 1%;
    background-image: url(pics/pics/20a.jpg);
    height: 700px;
    background-repeat: no-repeat;
    background-position: 100% 0%;
    background-size: cover;
    border-radius: 15%;
  }

  .admissionsambassador {
    font-size: 2.2em;
    color: rgb(253, 252, 252);
    padding: 5px;
  }

.anniespic {
    max-width: 35%;
    border-radius: 50%;
    float: right;
    box-shadow: 5px 10px 10px rgb(41, 43, 47);
  }

  #who {
    background-image: url(pics/oly2.jpg);
    height: 540px;
    background-repeat: no-repeat;
    background-position: 90% 0%;
    background-size: cover;
  }
  th.pricetitle {
    width: 50%;
    font-size: 1.5em;
    color: rgb(250, 249, 249);
    background-color: brown;
    border-left: 5px solid rgb(202, 125, 42);
  }
  .aster {
    background-color: chartreuse;
  }
  .spayed {
    background-color: rgb(248, 52, 202);
    color: white;
  }
  .extend {
    background-color: rgb(248, 52, 202);
    color: ghostwhite;
    font-size: 1.2em;
  }
  .bhours {
    width: 50%;
    font-size: 1.5em;
    color: rgb(250, 249, 249);
    background-color: brown;
    border-left: 5px solid rgb(202, 125, 42);
  }
  hr {
    height:2px;
    border-width:0;
    color:gray;
    background-color:gray;
  }
.all {
  width: 100%;
  margin-top: 5%;
  box-shadow: 5px 10px 10px rgb(41, 43, 47);
}
.pitch {
  font-size: 3em;
  color: brown;
  margin-top: 30%;
}

  .footer {
      font-size: 13px;
  }

  @media screen and (max-width: 1068px) {
    .admissionsambassador {
      font-size: 1.2em;
    }

  }

  @media screen and (max-width: 900px) {
    .admissionsambassador {
      font-size: 1.2em;
    }

  }


@media screen and (max-width: 700px) {
  .topnav a:not(:first-child) {display: none;}
  .topnav a.icon {
    float: right;
    display: block;
  }
}

@media screen and (max-width: 700px) {
  .topnav.responsive {position: relative;}
  .topnav.responsive .icon {
    position: absolute;
    right: 0;
    top: 0;
  }
  .topnav.responsive a {
    float: none;
    display: block;
    text-align: left;
  }
  .title {
      font-size: 2em;
  }
  .title2 {
    font-size: 1em;
}
.whocontent {
  height: 240px;
}
.whatcontent {
  height: 240px;
}
.all {
  width: 100%;
}
.admissionsambassador {
  font-size: 1.1em;
}
}