*{
    font-family: 'Abyssinica SIL', serif;
    margin: 0;
    padding: 0;
    box-sizing: border-box;
}

.navbar {
    overflow: hidden;
    /*background-color: #0041A3;*/
    background-color: #32746D;
    justify-content: space-around;
    display: flex;
    position: sticky;
    align-items: center;
    left: 0;
    right: 0;
    top: 0;
    z-index: 99;
    padding: 20px 0;
}

.navbar a {
    float: left;
    display: block;
    color: #f2f2f2;
    text-align: center;
    padding: 14px 16px;
    text-decoration: none;
    font-size: 20px;
}

.navbar a:hover {
    background-color: white;
    color: #000;
}

html {
    height: 100%;
}

body {
    min-height: 100%;
    display: flex;
    flex-direction: column;
}

.page-wrap {
    flex: 1;
}

footer {
    position: relative;
    clear: both;
    bottom: 0;
    width: 100%;
}

h1,
h2,
h3 {
    text-align: center;
}

.bts-sio {
    margin-left: auto;
    margin-right: auto;
    text-align: center;
    width: 75%;
}

p {
    padding-left: 10px;
    margin-top: 2%;
}


.firstDiv,
.secondDiv {
    margin-top: 2%;
    border: 2px solid #000;
}


.firstDiv ul li,
.secondDiv ul li {
    margin-left: 10%;
}

.firstDiv h2,
.secondDiv h2 {
    text-align: center;
}

.firstDiv fieldset,
.secondDiv fieldset {
    border-bottom: 2px solid #000;
}

.firstDiv:hover,
.secondDiv:hover {
    cursor: pointer;
}

/**



**/


.link {
  color: #32746D;
  text-decoration: none;
}

.link:hover {
  font-size: 1.05em;
  transition: all 0.3s ease;
}

::selection{
  color: #888;
  background: #e8f1df;
}
.wrapper{
  max-width: 1080px;
  margin: 50px auto;
  padding: 0 20px;
  position: relative;
}
.wrapper .center-line{
  position: absolute;
  height: 100%;
  width: 4px;
  background: #32746D;
  left: 50%;
  top: 20px;
  transform: translateX(-50%);
}
.wrapper .row{
  display: flex;
}
.wrapper .row-1{
  justify-content: flex-start;
}
.wrapper .row-2{
  justify-content: flex-end;
}
.wrapper .row section{
    
  border: 4px dotted #32746D;
  background: #e8f1df;
  border-radius: 5px;
  width: calc(50% - 40px);
  padding: 20px;
  position: relative;
}
.wrapper .row section::before{
  position: absolute;
  content: "";
  height: 15px;
  width: 15px;
  background: #fff;
  top: 28px;
  z-index: -1;
  transform: rotate(45deg);
}
.row-1 section::before{
  right: -7px;
}
.row-2 section::before{
  left: -7px;
}
.row section .icon,
.center-line .scroll-icon{
  position: absolute;
  background: #f2f2f2;
  height: 40px;
  width: 40px;
  text-align: center;
  line-height: 40px;
  border-radius: 50%;
  color: #ff7979;
  font-size: 17px;
  box-shadow: 0 0 0 4px #fff, inset 0 2px 0 rgba(0,0,0,0.08), 0 3px 0 4px rgba(0,0,0,0.05);
}
.center-line .scroll-icon{
  bottom: 0px;
  left: 50%;
  font-size: 25px;
  transform: translateX(-50%);
}
.row-1 section .icon{
  top: 15px;
  right: -60px;
}
.row-2 section .icon{
  top: 15px;
  left: -60px;
}
.row section .details,
.row section .bottom{
  display: flex;
  align-items: center;
  justify-content: space-between;
}
.row section .details .title{
  font-size: 22px;
  font-weight: 600;
}
.row section p{
  margin: 10px 0 17px 0;
}
.row section .bottom a{
  text-decoration: none;
  background: #32746D;
  color: #fff;
  padding: 7px 15px;
  border-radius: 5px;
  /* font-size: 17px; */
  font-weight: 400;
  transition: all 0.3s ease;
}
.row section .bottom a:hover{
  transform: scale(0.97);
}
@media(max-width: 790px){
  .wrapper .center-line{
    left: 40px;
  }
  .wrapper .row{
    margin: 30px 0 3px 60px;
  }
  .wrapper .row section{
    width: 100%;
  }
  .row-1 section::before{
    left: -7px;
  }
  .row-1 section .icon{
    left: -60px;
  }
}
@media(max-width: 440px){
  .wrapper .center-line,
  .row section::before,
  .row section .icon{
    display: none;
  }
  .wrapper .row{
    margin: 10px 0;
  }
}


/*

*/

#bottomBTS, 
#bottomUAG {
  text-align: center;
  width: 100%;
}

.hidden {
  display: none;
}


#filling{
    background: #32746D;
    padding: 20px;
}


.h1LGR,
.h1BTS,
.h1UAG {
    padding: 5%;
    background: #e8f1df;
    border: #32746D 4px dotted;
    margin-right: auto;
    margin-left: auto;
    margin-bottom: 5%;
    margin-top: 2%;
}

.timeline{
    padding-top: 5%;
}