/*viewport for win devices*/
@-ms-viewport {
  width: device-width;
}
@-o-viewport {
  width: device-width;
}
@viewport {
  width: device-width;
}

@font-face {
  font-family: 'hurme'; /* Give your font a descriptive name */
  src: url('hurme.otf') format('opentype'); /* Specify the path and format */
  font-weight: normal; /* Optional: Define weight, e.g., normal, bold, 400, 700 */
  font-style: normal; /* Optional: Define style, e.g., normal, italic */
}

@font-face {
  font-family: 'hurme_bold'; /* Give your font a descriptive name */
  src: url('hurme_bold.otf') format('opentype'); /* Specify the path and format */
  font-weight: normal; /* Optional: Define weight, e.g., normal, bold, 400, 700 */
  font-style: normal; /* Optional: Define style, e.g., normal, italic */
}

html, body{
    font-family: hurme;
    height: 100%;
    background-color: #ffffff;    
    padding: 0px;
    margin: 0px;
  }
.t1{
  font-family: "hurme_bold";
  color: #e21e26;
  font-size: 40px;
  font-weight: 900;
  display: block;
}
.t2{
  color: #2c2d67;
  font-size: 30px;
  font-weight: 400;
  display: block;
}
.t3{
  color: #6f718f;
  font-size: 20px;
  font-weight: 200;
  display: block;
}
.c{
  color: #2c2d67 !important;
}
.l2{
  width: 60%;
}
.cards{
  padding: 10px;
}
.bg{
  width: 100%;
  margin-top: 0px;
  bottom: 0px;
}
.background {
  position: fixed;
  background-image: url('../images/ja.png'); /* Replace with your image path */
  background-repeat: no-repeat;
  background-size: 50% 100%; /* Image covers 50% width, 100% height */
  background-position: right center; 
  height: 100%;
  width: 100%;
}
.img{
  width: 100%;
}
.social{
  width: 35px;
  padding-right: 10px;
}
a{
  color: grey;
}
a:hover, a:active{
    color: red;
}
p{
  color: grey;
}
ol{
  color: grey;
}
ul{
  color: grey;
  list-style: none;  
}
ul li{
  margin-bottom: 15px;
}
.lst{
  padding-right: 15px;
}
.main{
  padding-top: 100px;
  min-height: 100%
}
.main a{
  color: red;
}

.start{
  position: fixed;
  bottom: 50px;
  right: 300px;
}
/* Header */
.header_home{
  padding-top: 30px;
  padding-left: 40px;
}
.header .menu{
  font-weight: bold;
}

.header .menu li{
  padding-right: 20px;
}

/* Menu */
.menu{
  list-style: none;
  margin: 0px;
  padding: 0px;
}
.menu li{
  display: inline;
  padding-right: 5px;
  padding-left: 5px;
}
/* Footer */


  @media only screen and (max-width: 700px) and (min-width: 300px){
    
    /* Menu */
    .menu{
      list-style: none;
      margin: 0px;
      padding: 0px;
    }
    .menu li{
      display: block;
      padding-bottom: 10px;
    }

    .header_home{
      padding-left: 0px;
    }
    h4{
      font-size: 17px;
    }
    h3{
      font-size: 20px;
    }
    .logo{
      width: 200px;
    }
    .home.p-5{
      padding: 0px !important;
      margin: 0px !important;
    }
    .start{
      display: none;
    }
    .header_home{
      margin-bottom: 10px;
    }
    .footer_home{
      position: relative;
      margin-top: 60px;
    }

    .footer_home .btn{
      background-color: #ffffff;
    }
    .side-collapse-container{
      width:100%;
      position:relative;
      left:0;
      transition:left .4s;
    }
    .side-collapse-container.out{
        left:200px;
    }
    .side-collapse {
        top:50px;
        bottom:0;
        left:0;
        width:200px;
        position:fixed;
        overflow:hidden;
        transition:width .4s;
    }
    .side-collapse.in {
        width:0;
    }
  }
  @media only screen and (max-width: 500px){
    .l2{
      width: 60%;
    }
    .t1{
      color: #e21e26;
      font-size: 40px;
      font-weight: 900;
      display: block;
    }
    .t2{
      color: #2c2d67;
      font-size: 30px;
      font-weight: 400;
      display: block;
    }
    .t3{
      color: #6f718f;
      font-size: 20px;
      font-weight: 200;
      display: block;
    }
    .bg{
      display: none;
    }
    .button{
      width: 80%;
    }
  }