@font-face {
  font-family: bpgn;
  src: url(../fonts/bpg_n.ttf);
  }

@font-face {
  font-family: bpgnb;
  src: url(../fonts/bpg_nb.ttf);
  }

@font-face {
  font-family: dej;
  src: url(../fonts/bpg_dejavu_sans.ttf);
  }

  @font-face {
    font-family: bpgbc;
    src: url(../fonts/bpg_b_c.ttf);
    }



    body {
      padding-top: 20px;
      padding-bottom: 20px;
    }

    .fullwidth{
    margin: 0 auto;
    width: 100% !important;
    }

    /* Everything but the jumbotron gets side spacing for mobile first views */
    .header,
    .marketing,
    .footer {
      padding-right: 15px;
      padding-left: 15px;
    }


    input::-webkit-outer-spin-button,
    input::-webkit-inner-spin-button {
      -webkit-appearance: none;
      margin: 0;
    }

    /* Firefox */
    input[type=number] {
      -moz-appearance: textfield;
    }
      
    /* Custom page header */
    .header {
      padding-bottom: 20px;
     
    }

    /* Make the masthead heading the same height as the navigation */
    .header h3 {
      margin: 35px 0 0 35px;
      margin-bottom: 0;
      line-height: 40px;
      font-family: bpgnb !important;
    }


    .header h4 {
      margin: 22px 0 0 25px;
      line-height: 30px;
      font-family: bpgnb !important;
      float:left;
    }


    .header img {
      width:100px;
    }


    .mainsliderdiv{
      min-height:540px; 
      background: url("../images/bgmainslider.jpg");
      background-size: cover;
    }


    .mainform{
      max-width:750px;
      padding:30px;

    }

    .mainformbg{
      min-height:480px; 
      background-color: rgba(255, 255, 255, 0.85);
      border-radius:5px;
      padding: 15px 30px;
    }

    .mainformbg h4{
      font-family: bpgnb;
      font-size:22px;
    }


    .frstradios input[type="radio"] {
      opacity: 0;
      position: fixed;
      width: 0;
    }

    .frstradios label {
      background: #fff;
      border: 1px solid #999;
      border-radius: 5px;
      font-family: bpgnb;
      font-size:16px;
      color: #333;
      height: 70px;
      text-align: center;
      -webkit-transition: all 0.3s ease;
      transition: all 0.3s ease;
      display: flex;
      justify-content: center;
      align-items: center;
      cursor:pointer;
  }
  
  
  .frstradios input[type="radio"]:checked + label,
  .Checked+label {
    background-color: #ee0000;
    border-color: #ee0000;
    color: #fff;
  }


  

  .donateamountrow input[type="radio"] {
    opacity: 0;
    position: fixed;
    width: 0;
  }

  .donateamountrow label {
    background: #fff;
    border: 1px solid #999;
    border-radius: 5px;
    font-family: bpgnb;
    font-size:16px;
    color: #333;
    height: 70px;
    text-align: center;
    -webkit-transition: all 0.3s ease;
    transition: all 0.3s ease;
    display: flex;
    justify-content: center;
    align-items: center;
    cursor:pointer;
}


.donateamountrow input[type="radio"]:checked + label,
.Checked+label {
  background-color: #ee0000;
  border-color: #ee0000;
  color: #fff;
}






    .donatecategorybutton{
      background: #fff;
      border: 1px solid #999;
      border-radius: 5px;
      font-family: bpgnb;
      font-size:16px;
      color: #333;
      height: 70px;
      text-align: center;
      -webkit-transition: all 0.3s ease;
      transition: all 0.3s ease;
      display: flex;
      justify-content: center;
      align-items: center;
      cursor:pointer;
    }

    /* .donatecategorybutton:hover{
      background-color: #ee0000;
      border-color: #ee0000;
      color: #fff;
    } */

    .active{
      background-color: #ee0000;
      border-color: #ee0000;
      color: #fff;
      font-weight: 700;
    }



    .donateamountrow{
      margin-top:35px;
    }

    .otheramount{
      margin-left:5px; 
      width:120px; 
      height:68px;
      border-top-right-radius:5px;
      border-bottom-right-radius:5px;
      border-top-left-radius:0px;
      border-bottom-left-radius:0px;
      border:none;
      border-left:1px solid #999;
      color:#333;
      font-size:18px;
      padding:0 15px;
    }

    #otherlabel{
      border:none;
    }


    .otheramount:focus {
      outline: none;
  }




  .donatenextbtn{
      width:100%;
      margin-top:30px;
      max-width:210px;
      height:50px;
      border-radius:5px;
      display: flex;
      justify-content: center;
      align-items: center;
      cursor:pointer;
      color:#fff;
      font-size:20px;
      font-family: bpgnb;
      padding-top:8px;
      background-color: #ee0000;
      transition: 0.3s;
      float: right !important; 
  }

  .donorinfobutton{
    width:100%;
    margin-top:30px;
    max-width:290px;
    height:50px;
    border-radius:5px;
    display: flex;
    justify-content: center;
    align-items: center;
    cursor:pointer;
    color:#fff;
    font-size:20px;
    font-family: bpgnb;
    padding-top:8px;
    background-color: #ee0000;
    transition: 0.3s;
    float: right !important; 
}

  .donatenextbtn:hover{
      background-color: #be0000;
      border-color: #be0000;
  }


  .form2col{
    padding: 0 10px;
  }

  .form2col>.form-group>label{
    font-family: dej;
  }

  .form2col>.form-group>input{
    height:43px;
    font-family: dej;
  }

  .form2col>.form-group>select{
    height:43px;
    font-family: dej;
  }



  .gotopaybotton{
      width:100%;
      max-width:210px;
      height:50px;
      border-radius:5px;
      display: flex;
      justify-content: center;
      align-items: center;
      cursor:pointer;
      color:#fff;
      font-size:20px;
      font-family: bpgnb;
      background-color: #ee0000;
      padding-top:13px;
      transition: 0.3s;
      float: right !important; 
      margin-top:3px;
  }

  .gotopaybotton:hover{
    background: #be0000 !important;
    border-color: #be0000 !important;
}

.gotopaybotton:active{
  background: #be0000 !important;
  border-color: #be0000 !important;
}




    /* Custom page footer */
    .footer {
      padding-top: 19px;
      color: #777;
      border-top: 1px solid #e5e5e5;
      display: flex;
      align-items: center;
      justify-content: space-between;
    }
    
    /* Customize container */
    @media (min-width: 768px) {
      .container {
        /* max-width: 1140px; */
      }
    }
    .container-narrow > hr {
      margin: 30px 0;
    }
    