@import url('https://fonts.googleapis.com/css?family=Gugi&display=swap');
@import url('https://fonts.googleapis.com/css?family=Roboto+Condensed&display=swap');

.TAE_font{
  font-size: 25px;
  font-family: 'Gugi', cursive;
  
}





@media only screen and (max-width: 767px) {
  #navbarTogglerDemo02 {
    position: fixed;
    top: 56px;
    left: 0px;
    padding-left: 25px;
    padding-right: 25px;
    z-index: 99;
    width: 280px;
    height: 100%;
    background-color: rgb(43, 46, 49);
    overflow: auto;
  }
  .menu-overlay {
    display: none;
    background-color: #000;
    bottom: 0;
    left: 0;
    opacity: 0.5;
    filter: alpha(opacity=50);
    /* IE7 & 8 */
    position: fixed;
    right: 0;
    top: 0;
    z-index: 49;
  }
}


.showcase{
  height: 600px;
  padding: 100px 20px;
  text-align: center;
  border-bottom: #ccc 1px solid;
  margin-bottom: 30px;
  background:url('../img/showcase.jpg') no-repeat center center;
}

.showcase h1{
    font-size: 55px;
    padding-bottom: 20px;
    color: #fff;
}

.showcase p{
  font-size: 20px;
  margin-bottom: 50px;
}

.boxes{
  text-align: center;
  background: #fff;
  margin-bottom: 30px;
}

.box .fa{
  font-size: 45px !important;
margin-bottom: 10px;
}

.box{
  padding: 15px;
  border: #ccc 1px solid;
}