@font-face {
    font-family: rob_bl;
    src: url("../fonts/Roboto-Black.ttf");
}


@font-face {
    font-family: rob_reg;
    src: url("../fonts/Roboto-Regular.ttf");
}


@font-face {
    font-family: rob_lt;
    src: url("../fonts/Roboto-Light.ttf");
}




body {
    font-family: rob_reg;
}



h1 {
    font-family: rob_bl;
    font-size: 3.5rem;
}



h2 {
    font-family: rob_bl;
}



h3 {
    font-family: rob_lt;
}



p {
    font-family: rob_reg;
    font-size: 1.5rem;
}




.jumbotron {
    background: url("../head.jpg") no-repeat top;
    background-size: cover;
    color: white;
    text-align: center;
    margin-bottom: 5rem;
}


.blue_h {
    background: #499fff;
    padding: 15px 0;
}


.white_table {
    overflow: hidden;
    border-radius: 15px;
    max-width: 900px;
    margin: 31px auto;
    background: white;
}


.form_btn {
    padding: 0 3.5rem;
    font-weight: bold;
    color: white;
    background: #ee7c30;
    font-family: rob_reg;
}

.my_ics img {
    max-width: 92px;
    padding-bottom: 20px;
}



.my_ics {
    margin-top: 54px;
}



.btn-primary {
    color: #fff;
    background-color: #ee7c30;
    border-color: #ee7c30;
}




.small_txt {

    font-size: 12px;
    font-family: "Roboto";
    color: rgb(168, 168, 168);
    line-height: 1.2;
    text-align: left;

}



footer {
    margin-top: 8rem;
    padding-bottom: 1rem
}


.nav a {
    color: #a8a8a8;
}


.questions1, .questions2, .questions3 , .questions4 {

    color: black;
    padding-bottom: 1rem;
    padding-top: 1rem;
    display: none
}

.questions1 ul, .questions2 ul, .questions3 ul, .questions4 .form-group {

    padding: 0 5rem;
}



.questions1 ul li, .questions2 ul li, .questions3 ul li {
    list-style: none;
    margin-bottom: 15px;
    border: 1px solid #ee7c30;
    padding: 10px 0;
    /* font-weight: bold; */
    color: black;
    font-size: 1.4rem;
    border-radius: 50px;
    cursor: pointer;
}

.questions4 .form-group input {
    margin-bottom: 15px;
    border: 1px solid #ee7c30;
    padding: 10px 20px;
    /* font-weight: bold; */
    color: black;
    font-size: 1.4rem;
    border-radius: 15px;
}




.questions1 ul li:hover, .questions2 ul li:hover, .questions3 ul li:hover {

    background: #ee7c30;
    color: white;
}