@import "https://fonts.googleapis.com/css?family=Prompt";
@import "https://fonts.googleapis.com/css?family=Kanit:300";

.footer {
  background-color: #151948;
  padding:20px 0;
  color: #e3e3e3;
  border-top:2px ;
  }
  .widget h2 {
  font-family: 'Prompt', sans-serif;
  cursor:pointer;
  font-size:18px;
  color: #ffffff;
  font-weight:bold;
  padding-bottom:5px;
  }
  .footer-bottom {
  background-color: #112A53;
  padding:15px 0;
  border-top:1px ;
  font-size:11px;
  color:#ffff;
  }
  .footer-icon{ color: #ffffff; font-size: 25px; padding-left: 20px;}
  .banmar { margin-top: 40px; font-size: 50px; font-weight: bold;}
  @media only screen and (max-width: 479px) {
     .widget_content{
        display:none;
    }
    .active .widget_content{
      display:inline;
    }
    .widget h2 {
        border-bottom:1px ;
    }
    .widget h2:after {
        content:"\203A";
        color:white;
        width:20px;
        height:20px;
        background:#999;
        display:inline-block;
        text-align:center;
        float:right;
    }
    .active.widget h2:after {
        content:"\2039";
        background:#ccc;
    }
  }
