@import url('https://fonts.googleapis.com/css2?family=Corinthia:wght@700&family=Lobster&display=swap');

.light-green {
    background-color: #8BC34A;
}

.bg-orange {
    background-color: darkorange;
    color: #fff;
}

body {
    background-image: url('../img/beton.jpg');
    background-repeat: no-repeat;
    background-attachment: fixed;
    background-size: cover;
}

.mt-50 {
    margin-top:50px;
}

.mt-70{
    margin-top:70px;
}

.mt-100{
    margin-top:100px;
}



.overlay {
    position: fixed; /* Sit on top of the page content */
    display: none; /* Hidden by default */
    width: 100%; /* Full width (cover the whole page) */
    height: 100%; /* Full height (cover the whole page) */
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background-color: rgba(0,0,0,0.5); /* Black background with opacity */
    z-index: 999999999; /* Specify a stack order in case you're using a different order for other elements */
    cursor: pointer; /* Add a pointer on hover */
  }
  #faqs-content, #manual-content, #agbs-content, #contact-content, #general-content, #confirmation-content{
    position: absolute;
    top: 50%;
    left: 50%;
    height: 700px;;
    font-size: 14px;
    color: 333;
    padding: 10px 20px;
    transform: translate(-50%,-50%);
    -ms-transform: translate(-50%,-50%);
    overflow-y: scroll;
  }
  
  #manual-content, #agbs-content{
    width: 90%;
  }
  #faqs-content {background: #f2f2f2 !important;}
  p.que {font-weight: bold !important; border: 0px solid #ccc; padding: 10px; background: #8BC34A; border-radius: calc(0.25rem - 1px) calc(0.25rem - 1px) 0 0;}
  p.ans {border: 0px solid #ccc; padding: 10px;margin-top: -17px; background: #ffffff; border-radius: 0 0 calc(0.25rem - 1px) calc(0.25rem - 1px) ;}
  .lightred{
      background-color: rgba(252, 5, 5, 0.2);
  }.lightgreen{
    background-color: rgba(44, 252, 72, 0.2);
}
    .cursor_pointer {
        cursor:pointer;
    }



    .lobster {font-family: 'Lobster', sans-serif;}

    .counter {font-family: Futura, Arial, sans-serif; font-size: 50px; padding-left: 12px !important; padding-right: 12px !important;}
    .fatgreen {font-weight: bold; color: #8BC34A; }
    .printcolor {color-adjust:exact; -webkit-print-color-adjust:exact;}
    .loading-icon {
        position: absolute;
        top: 50%;
        left: 50%;
        font-size: 75px;
        color: #fff;
    }
    @media screen and (max-width: 600px) {
        #contact-content {
            min-width:100%;
            overflow-y: hidden;
        }
    }
    @media screen and (min-width: 601px) {
    #contact-content {
        min-width:50%;
        overflow-y: hidden;
        }
    }