
  @font-face {
    font-family: 'raleway-bold';
    src: url("Raleway-Bold.ttf");
    font-weight: normal;
    font-style: normal;
  }
  @font-face {
    font-family: 'raleway';
    src: url("Raleway-Regular.ttf");
    font-weight: normal;
    font-style: normal;
  }
  main, .main{
    position: relative;
    display: block;
    margin-top: 50px;
  }
  .container2 p{
        text-align:center;
        font-size:10px;
        margin-top: 40px;
      }
  .header h1{
  width:80%;
        left:10%;
        right:10%;
        background:#12b8ec;
        border-radius:10px;
        padding:10px;
        margin:5px 0px 25px 0px;
        color:#fff;
        font-family:'Raleway';
        font-size:21px;
      }
  .btn-primary{
  background:#12b8ec !important;
  border-color:#12b8ec !important;
  }
  .link-stat{
    margin:40px 0 20px 0;
  }
  /* Container needed to position the button. Adjust the width as needed */
  .container {
   position: relative;
  }

  /* Make the image responsive */
  .container #copmapTPP {
   margin-left: 10%;
   width: 90%;
   height: auto;
  }

  /* Style the button and place it in the middle of the container/image */
  .btn {
   position: absolute;
   transform: translate(-50%, -50%);
   -ms-transform: translate(-50%, -50%);
   color: black;
   font-family: raleway;
   font-weight: bold;
   font-size: 16px;
   padding: 8px 12px;
   border: none;
   cursor: pointer;
   border-radius: 25px;
  }

  .btn-blue {
    background-color: #12bcf1;
    width: 150px;
  }
  .btn-blue-bottom {
    background-color: #12bcf1;
    width: 300px;
  }
  .btn-grey {
    /* background-color: #C0C0C0; */
    border: 4px solid #C0C0C0;
    width: 150px;
  }
  .btnASPSP2 {
    top: 18%;
    left: 75%;
  }

  .btnASPSP3 {
    top: 80%;
    left: 80%;
  }

  .btnSergent {
    top: 50%;
    left: 13%;
  }

  .btn-blue-bottom {
    top: 100%;
    left: 50%;
  }

  a, a:hover {
    color: black;
    text-decoration: none;
  }
  .container .btn-blue:hover, .btn-blue-bottom:hover {
   background-color: #5a76e1;
  }

  .container .btn-grey:hover {
   background-color: #DCDCDC;
  }

  @media (max-width: 992px) {
    .container .btn {
      width : 75px;
      font-size: 11px;
    }

    .buildingLogo {
      display:none;
    }
  }
