* {
  box-sizing: border-box;
}

.page p,
.page h2 {
  margin-left: 7%;
  margin-right: 7%;
  text-align: justify;
  font-size: 1.25em;
}

.page span {
  color: black;
}

body {
  margin: 0;
  font-family: Arial, Helvetica, sans-serif;
  background: #ffffff;
  color: black;
}

.darkblue {
  background-color: #e7eef6;

}

.hp1 {
  height: 100%;
  width: 100%;
}

.spinAnimation {
  -webkit-animation: spin 6s linear infinite;
  -moz-animation: spin 5s linear infinite;
  animation: spin 6s linear infinite;
}

@-moz-keyframes spin {
  100% {
    -moz-transform: rotate(360deg);
  }
}

@-webkit-keyframes spin {
  100% {
    -webkit-transform: rotate(360deg);
  }
}

@keyframes spin {
  100% {
    -webkit-transform: rotate(360deg);
    transform: rotate(360deg);
  }
}

.summary {
  background-color: #cac5c0;
  font-family: 'Roboto', sans-serif;
  color: black;
}

.summary h1 {
  padding-top: 25px;
  text-align: center;
  font-size: 2.5em;
}

.summary p {
  padding-left: 170px;
  padding-right: 170px;
}

.borwnbg {
  background-color: #cac5c0;
  text-align: left;
}

h3,
h4 {
  color: #feb600;
  font-weight: bold;
}

h2 {
  color: #feb600;
  display: flex;
  justify-content: center;
  align-items: center;
  flex-direction: column;
}

.hp2 {
  display: flex;
  flex-direction: row;
  margin-top: 5%;
}

.hp2-1 {
  width: 60%;
  margin-left: 7%;
  margin-right: 7%;
  text-align: justify;
}

.hp2-2 {
  text-align: center;
  width: 40%;
  margin-right: 30px;
}

.activities-column {
  display: flex;
  flex-flow: row;
  justify-content: center;
  gap: 50px;
}

.activities h2 {
  text-align: left;
  display: block;
  margin-left: 7%;
  margin-right: 7%;
}

.activities h3 {
  text-align: center;
  color: gold;
}

.activities p {
  padding-top: 20px;
  padding-bottom: 100px;
  margin-left: 7%;
  margin-right: 7%;
}

.interview h2 {
  text-align: left;
  display: block;
  margin-left: 7%;
  margin-right: 7%;
}

.interview .container {
  display: flex;
  flex-direction: row;
  padding-bottom: 100px;
  padding-top: 50px;
  text-align: center;
}

.interview .container .item1 {
  width: 35%;
  margin-right: 5%;
}

.interview .container .item2 {
  width: 5%;
}

.interview .container .item3 {
  width: 30%;
  display: flex;
  align-items: center;
  flex-direction: column;
}

.interview .container .item4 {
  width: 30%;
}

.interview .container .p1 {
  width: 40%;
}

.interview .container .p2 {
  width: 60%;
}

.improvements .container {
  display: flex;
  flex-direction: row;
  padding-bottom: 100px;
  padding-top: 100px;
}

.improvements .container .i1 {
  width: 70%;
  padding-right: 50px;
}

.improvements .container .i2 {
  width: 30%;
}

.symposium h3 {
  text-align: center;
  display: block;
  margin-bottom: 30px;
}

.intro p {
  text-align: center;
  display: block;
}

.wrapper {
  text-align: center;
  padding-bottom: 30px;
  padding-left: 10px;
}

.wrapper img {
  display: inline-block;
  vertical-align: middle;
}

.wrapper p {
  font-size: 10px;
  display: inline-block;
  vertical-align: bottom;
  margin-bottom: 0;
}

.rundown h2 {
  text-align: center;
  display: block;
  padding-bottom: 20px;
}

.rundown img {
  display: block;
  margin-left: auto;
  margin-right: auto;
}

.teams-row {
  padding: 15px;
  display: flex;
}

.teams-column {
  flex: 14.2%;
  padding: 5px;
  text-align: center;
}

.teams h3 {
  text-align: left;
  display: block;
  margin-left: 7%;
  margin-right: 7%;
}

.summary2 p {
  text-align: center;
  display: block;
  margin-left: 7%;
  margin-right: 7%;
}

.pic-row {
  padding: 15px;
  display: flex;
  padding-bottom: 150px;
}

.pic-column {
  flex: 33.3%;
  padding: 15px;
  text-align: center;
}

.video {
  text-align: center;
}

.video p {
  text-align: center;
}

.titlecenter {
  text-align: center;
  display: block;
}

.titleleft {
  text-align: left;
  display: block;
}

.igba .container1 {
  display: flex;
  flex-direction: row;
  padding-bottom: 10px;
  padding-top: 100px;
  padding-left: 7%;
}

.igba .container1 .pic1 {
  width: 30%;
  padding-right: 50px;
}

.igba .container1 .pic2 {
  width: 70%;
}

.result-row {
  display: flex;
  padding-bottom: 50px;
}

.result-column {
  flex: 50%;
  text-align: center;
}

.summary3-row {
  padding: 15px;
  display: flex;
  padding-bottom: 50px;
}

.summary3-column {
  flex: 25%;
  padding: 5px;
  text-align: center;
  font-size: 10px;
}

.summary3 p {
  text-align: center;
}

.events-container {
  padding: 15px;
  display: flex;
  height: 100vh;
  flex-direction: column;
  flex-wrap: wrap;
  margin-right: 7%;
  margin-left: 7%;
}

.events-item1 {
  height: 33.3%;
  width: 50%;
}

.events-item2 {
  height: 50%;
  width: 50%;
  text-align: right;
}

.events p {
  margin: 0;
}





.modal {
  display: none;
  position: fixed;
  z-index: 1;
  padding-top: 100px;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  overflow: auto;
  background-color: rgb(0, 0, 0);
  background-color: rgba(0, 0, 0, 0.9);
}

.modal-content {
  margin: auto;
  display: block;
  width: 80%;
  max-width: 700px;
}

.modal-content,
#caption {
  -webkit-animation-name: zoom;
  -webkit-animation-duration: 0.6s;
  animation-name: zoom;
  animation-duration: 0.6s;
}

@-webkit-keyframes zoom {
  from {
    -webkit-transform: scale(0)
  }

  to {
    -webkit-transform: scale(1)
  }
}

@keyframes zoom {
  from {
    transform: scale(0)
  }

  to {
    transform: scale(1)
  }
}

.close {
  position: absolute;
  top: 80px;
  right: 300px;
  color: #f1f1f1;
  font-size: 40px;
  font-weight: bold;
  transition: 0.3s;
}

.close:hover,
.close:focus {
  color: #bbb;
  text-decoration: none;
  cursor: pointer;
}

@media only screen and (max-width: 700px) {
  .modal-content {
    width: 100%;
  }
}

#myBtn {
  display: none;
  position: fixed;
  bottom: 20px;
  right: 30px;
  z-index: 99;
  font-size: 18px;
  border: none;
  outline: none;
  background-color: #151937;
  cursor: pointer;
  padding: 15px;
  border-radius: 4px;
}

#myBtn:hover {
  background-color: #7fb4e5;
}


/* .timeline {
  position: relative;
  width: 100%;
  max-width: 1140px;
  margin: 0 auto;
  padding: 15px 0;
}

.timeline::after {
  content: '';
  position: absolute;
  width: 2px;
  background: #151937;
  top: 0;
  bottom: 0;
  left: 50%;
  margin-left: -1px;
}

.container {
  padding: 15px 30px;
  position: relative;
  background: inherit;
  width: 50%;
}

.container.left {
  left: 0;
}

.container.right {
  left: 50%;
}

.container::after {
  content: '';
  position: absolute;
  width: 16px;
  height: 16px;
  top: calc(50% - 8px);
  right: -8px;
  background: #ffffff;
  border: 2px solid #151937;
  border-radius: 16px;
  z-index: 1;
}

.container.right::after {
  left: -8px;
}

.container::before {
  content: '';
  position: absolute;
  width: 50px;
  height: 2px;
  top: calc(50% - 1px);
  right: 8px;
  background: #151937;
  z-index: 1;
}

.container.right::before {
  left: 8px;
}

.container .date {
  position: absolute;
  display: inline-block;
  top: calc(50% - 8px);
  text-align: center;
  font-size: 14px;
  font-weight: bold;
  color: #151937;
  text-transform: uppercase;
  letter-spacing: 1px;
  z-index: 1;
}

.container.left .date {
  right: -75px;
}

.container.right .date {
  left: -75px;
}

.container .icon {
  position: absolute;
  display: inline-block;
  width: 40px;
  height: 40px;
  padding: 9px 0;
  top: calc(50% - 20px);
  background: #F6D155;
  border: 2px solid #151937;
  border-radius: 40px;
  text-align: center;
  font-size: 18px;
  color: #151937;
  z-index: 1;
}

.container.left .icon {
  right: 56px;
}

.container.right .icon {
  left: 56px;
}

.container .content {
  padding: 30px 90px 30px 30px;
  background: #F6D155;
  position: relative;
  border-radius: 0 500px 500px 0;
}

.container.right .content {
  padding: 30px 30px 30px 90px;
  border-radius: 500px 0 0 500px;
}

.container .content h2 {
  margin: 0 0 10px 0;
  font-size: 18px;
  font-weight: normal;
  color: #151937;
}

.container .content p {
  margin: 0;
  font-size: 16px;
  line-height: 22px;
  color: #000000;
}

@media (max-width: 767.98px) {
  .timeline::after {
    left: 90px;
  }

  .container {
    width: 100%;
    padding-left: 120px;
    padding-right: 30px;
  }

  .container.right {
    left: 0%;
  }

  .container.left::after, 
  .container.right::after {
    left: 82px;
  }

  .container.left::before,
  .container.right::before {
    left: 100px;
    border-color: transparent #151937 transparent transparent;
  }

  .container.left .date,
  .container.right .date {
    right: auto;
    left: 15px;
  }

  .container.left .icon,
  .container.right .icon {
    right: auto;
    left: 146px;
  }

  .container.left .content,
  .container.right .content {
    padding: 30px 30px 30px 90px;
    border-radius: 500px 0 0 500px;
  }
  
} */