.body{
  margin: 30px;
}

.inText{
  padding:30px;
  font-family: Montserrat;
  font-size:20px;
  overflow: auto;
  max-height: 500px;
}

#blueBoxCont{
  margin: 0px;
  margin-top:60px;
}

.blueBox{
  margin: 0px;
  padding: 0px;
  height: auto;
  max-height: 600px;
  overflow: hidden;
  display: inline-flex;
  align-items:center;
  width: 100%;
  background: #D3E6F6;
}

#bubbles{
  width:100%;
  height: auto;
  display: block;
  background: #AAC9E3;
}

#bubbleCont{
  width:100%;
  height: auto;
  padding-top: 20px;
  padding-bottom: 20px;
}

.bubble{
  cursor: pointer;
  transition: background .3s;
  -webkit-transition: background .3s;
  position:relative;
  width: 175px;
  height: 175px;
  border-radius: 50%;
  background: #133E61;
  overflow: hidden;
  display: flex;
  justify-content: center;
  margin: 20px auto;
}

.bubble:hover{
  background: #092C49;
}

.bubbleImg{
  max-height: 60px;
  max-height: 60px;
  object-fit: contain;
  padding-top: 80px;
}

.bubbleTxt{
  top:20px;
  position: absolute;
  color:white;
  font-family: Montserrat;
  font-size:20px;
}

.mapCont{
  width:80%;
  margin: auto;
  margin-top: 50px;
  position: relative;
  display: block;
  height:600px;
  align-content: center;
  width:100%;
  padding-bottom: 60px;
}

#map{
  width:100%;
  height:500px;
  border: none;
  position: relative;
}

#mapGroup{
  height: auto;
  border: none;
  margin: auto;
  padding: 30px;
  position: relative;
  border-style: solid;
  display: block;
  border-color: #D3E6F6;
  border-width:1.5px;
}

#mapTxt{
  font-size:18px;
  font-family: Montserrat;
  padding: 0px;
  padding-bottom:20px;
}

.banner{
  margin-top: 80px;
  margin-bottom: -5px;
  position:relative;
  display: inline-flex;
  height: 320px;
  width:100%;
  z-index:30;
  position:relative;
  object-fit: cover;
}

.hidden{
display: none;
}

@media only screen and (min-width:430px){
  .inText{
    padding:50px;}
}

@media only screen and (min-width:710px){


  .bubble{
    display: inline-flex;
    margin-left: 20px;
    margin-right: 20px;
  }
  #bubbleCont{
    display: inline-flex;
    align-content: center;
    justify-content: center;
  }
}

@media only screen and (min-width: 769px){
  .mapCont{
    padding-bottom: 80px;
  }

  #blueBoxCont{
    margin: 0px;
    margin-top:60px;
  }

  .inText{
    padding:80px;}

  .blueBox{
    height: 400px;
    max-height: none;}

    .smaller{
      height: auto;
    }
}

@media only screen and (min-width: 1000px){
  .mapCont{
    padding-bottom: 120px;
    margin-top: -20px;
  }
  .body{
    margin: 0px;
  }

  .banner{
    height: 500px;
  }

  #mapGroup{
    margin: 60px;
    margin-top: 125px;
  }

  #firstIn{
    padding:100px;
    background-color: #D3E6F6;
    margin: 20px;
  }

  .blueBox{
    height: auto;
    margin-top: 100px;
    margin-bottom: 50px;
    width:90%;
    border-color: #D3E6F6;
    background-color: white;
    border-style: solid;
    border-width:2px;
  }

  #blueBoxCont{
      margin: 0px;
    width: 100%;
    display: flex;
    justify-content: center;
  }

  .smaller{
    background-color: #D3E6F6;
    border: none;
    display: inline-block;
    margin:0px;
    width: 60%;
    margin-top: -4px;
    margin-right: 0px;
    height: 650px;
    margin-left: -4px;
  }

  #bubbles{
    position: relative;
    display: inline-flex;
    width:40%;
    height: 650px;
    margin:0px;
    margin-top: -4px;
    padding: 0px;
  }

  #bubbleCont{
    top:0px;
    left: 0px;
    position: absolute;
    display: block;
    margin: -1px;
  }

  .bubble{
      margin: 20px auto;
      display: flex;
  }
}

@media only screen and (min-width: 1200px){
  .bubble{
    display: inline-flex;
    margin-left: 20px;
    margin-right: 20px;
  }
  #bubbleCont{
    height: 200px;
    display: inline-flex;
    top:0px;
    bottom: 0px;
    margin: auto;
  }
  .smaller{
    height: 500px;
    width:40%;
  }

  #bubbles{
    height: 500px;
    width:60%;
  }
}

@media only screen and (min-width: 1400px){
  .smaller{
    height: 400px;
    width:50%;
  }

  #bubbles{
    height: 400px;
    width:50%;
  }
}
