@import url("package.css");

.swi-subsite-title h1 {
  font-size: 63px;

}

.img-resp{
  max-width: 100%;
  height: auto;
}
.pad{
  padding-bottom: 20px;
}

.strong{
  font-weight: 700;
  font-size: 26px;
}

.tech{
    display: block;
    padding: 9.5px;
    margin: 0 0 10px;
    font-size: 13px;
    word-break: break-all;
    word-wrap: break-word;
    color: #333;
    background-color: #f5f5f5;
    border: 1px solid #ccc;
    font-family: Monaco,Menlo,Consolas,"Courier New",monospace;
}

@media (max-width: 768px){

  .swi-subsite-title h1 {
    font-size: 42px;

  }

  .swi-subsite-logo-container{
    text-align: center;

  }

  .strong{
    font-size: 22px;
  }

  .tech .row{
    padding-bottom: 20px;
  }

}

.swi-footer-center {
      color: #999;
      text-align: center;
      min-height: 35px;
      padding-top: 2px;
      padding-bottom: 20px;
      font-size: 13px;
}
