@import url("https://fonts.googleapis.com/css?family=Roboto&display=swap");
body {
  margin: 0;
  padding: 0;
  font-family: 'Roboto', sans-serif;
}

* {
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}

a {
  text-decoration: none;
}

.container {
  overflow: hidden;
  padding: 20px;
  width: 85%;
  max-width: 1100px;
  height: 100%;
  margin: auto;
  background-color: #fafbfb;
}

.con2 {
  margin-bottom: -80px;
}

.slide-container {
  max-width: 1100px;
  height: 350px;
  position: relative;
  margin: auto;
}

.slide-container img {
  width: 100%;
}

.slide-container .left-arrow {
  width: 100px;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
}

.slide-container .right-arrow {
  width: 100px;
  height: 100%;
  position: absolute;
  top: 0;
  right: 0;
}

.slide-container .left-arrow > img {
  position: relative;
  top: 50%;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  margin-left: -2px;
  opacity: .3;
  -webkit-transition: opacity 1s;
  transition: opacity 1s;
}

.slide-container .right-arrow > img {
  position: relative;
  top: 50%;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  margin-left: 1px;
  opacity: .5;
  -webkit-transition: opacity 1s;
  transition: opacity 1s;
}

.slide-container .left-arrow > img:hover, .slide-container .right-arrow > img:hover {
  cursor: pointer;
  opacity: 1;
}

.dot-container {
  position: relative;
  bottom: 35px;
  left: 50%;
}

.dot-container .dot {
  cursor: pointer;
  height: 13px;
  width: 13px;
  background-color: #F67280;
  border-radius: 50%;
  display: inline-block;
  -webkit-transition: background-color .6s ease;
  transition: background-color .6s ease;
  margin: 0 2px;
}

.dot-container .active, .dot-container .dot:hover {
  background-color: #E8175D;
  height: 17px;
  width: 17px;
}

.captionText {
  width: 0px;
  height: 0px;
  position: absolute;
  bottom: 30px;
  font-family: "Palatino Linotype", "Book Antiqua", Palatino, serif;
  font-size: 14px;
  font-weight: bolder;
  text-align: center;
  line-height: 40px;
  letter-spacing: .19em;
  background: #F67280;
  color: #FFF;
  opacity: 1;
}

.main-content, .responsive-img {
  width: 100%;
}

.con2 h1::after {
  content: " ";
  height: 1px;
  width: 100%;
  display: block;
  background-color: #c6cdd3;
}

.section1 {
  width: 100%;
}

.section1 img {
  width: 100%;
  margin-bottom: 15px;
}

.section1 .section1art {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-pack: distribute;
      justify-content: space-around;
  justify-items: center;
}

.section1 .section1art article {
  -ms-flex-item-align: center;
      -ms-grid-row-align: center;
      align-self: center;
}

.section1 .section1art #art1 {
  line-height: 10px;
  text-align: left;
}

.section1 #brochure {
  background-color: #004b8f;
  padding: 25px;
  border-radius: 15px;
  color: white;
}

.section1 #brochure:hover {
  background-color: #1073d0;
  cursor: pointer;
}

.section2 {
  display: -ms-grid;
  display: grid;
  -ms-grid-columns: 1fr 1fr;
      grid-template-columns: 1fr 1fr;
}

.section2 li {
  margin-bottom: 7px;
}

.section2 div {
  padding-right: 20px;
  -ms-flex-item-align: center;
      -ms-grid-row-align: center;
      align-self: center;
}

.section2 .images {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  padding: 20px;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}

.section2 .images .image {
  width: 100px;
  height: 100px;
  opacity: 0.76;
}

.section2 .images .image:hover {
  cursor: pointer;
  opacity: 1;
}

.section2 button {
  background-color: #004b8f;
  color: #fff;
  padding: 10px;
  width: 90%;
  border: none;
  border-radius: 10px;
  font-size: 1.4rem;
  cursor: pointer;
  margin-top: 10px;
}

.section2 button:hover {
  background-color: #0355a2;
}

.section2 p {
  font-weight: bold;
  text-align: left;
  font-style: bold;
  font-size: 1.1rem;
}

.section2 p:nth-of-type(1) {
  margin-bottom: -8px;
}

.section2 img {
  width: 100%;
}

.item-container {
  display: none;
  -ms-grid-columns: (1fr)[3];
      grid-template-columns: repeat(3, 1fr);
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}

.item-container div {
  max-width: 300px;
  color: firebrick;
}

.item-container p {
  text-align: center;
  font-weight: bold;
  font-size: 1.3rem;
  margin-bottom: -5px;
}

.item-container a {
  margin: .5rem;
  border: 1px solid black;
}

.section3 {
  margin: auto;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}

.section3 iframe {
  padding: 10px;
}

.videos {
  display: none;
}

#logo {
  width: 100%;
}

#logo h1 {
  text-align: center;
  font-size: 2.4rem;
}

#logo img {
  width: 100%;
}

.map {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}

.map div:nth-of-type(1) {
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -ms-flex-item-align: center;
      -ms-grid-row-align: center;
      align-self: center;
  text-align: center;
}

footer {
  height: 50px;
  background-color: slategray;
  width: 100%;
}

/* ********************* media queries * */
@media (max-width: 1300px) {
  .item-container div img {
    border: none;
  }
}

@media (max-width: 1055px) {
  .container h1 {
    text-align: center;
  }
  .map {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
  }
  .section3 {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
  }
  .item-container {
    -ms-grid-columns: 1fr;
        grid-template-columns: 1fr;
    justify-items: center;
  }
}

@media (max-width: 900px) {
  .slide-container {
    height: 100%;
  }
  .section1art {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }
  .section2 {
    -ms-grid-columns: 1fr;
        grid-template-columns: 1fr;
    justify-items: center;
  }
  .section2 div {
    padding: 20px;
  }
  .item-container {
    -ms-grid-columns: 1fr;
        grid-template-columns: 1fr;
    justify-items: center;
  }
  .item-container a {
    border: 1px solid lightgray;
    padding: 10px;
    margin: 10px 0 10px 0;
  }
  .item-container div img {
    border: none;
    width: 100%;
  }
  .container {
    padding: 0;
    width: 100%;
  }
  .dot-container {
    position: relative;
  }
  .section2 {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
  }
  .section2 button {
    width: 100%;
  }
  .section2swap div:nth-of-type(2) {
    -webkit-box-ordinal-group: 0;
        -ms-flex-order: -1;
            order: -1;
  }
}
