body {
    margin: 0;
    margin-top: 130;
    margin-bottom: 50;
}
*{font-family:"Open Sans";}

a {
    font-size: 20;
}
.topnav {
  overflow: hidden;
  background-color: white;
  height: 100px;
    position: fixed;
    top: 0;
    width: 100vw;
    z-index: 1;
    
    /* large shadown below */
    box-shadow: 0 0 40px rgba(0,0,0,0.08);
    /* box-shadow: 0 2px 2px 0 rgba(0,0,0,0.14), 0 3px 1px -2px rgba(0,0,0,0.2), 0 1px 5px 0 rgba(0,0,0,0.12); */
}

.topnav_image {
    float: left;
    display: block;
    width: 300px; 
    height: 50px;
    max-width: 100%;
    height: auto;
    margin-left: 50px;
    margin-top: 25px;
    cursor:pointer;

}
.pageDastreinte
{
    background-color: #ffffff;
        padding: 0px;
        align-items: center;
        padding-left: 20%;
        padding-right: 20%;
    }
    
.bigPadding{
    padding-left: 20%;
    padding-right: 20%;
}

.paying_button {
    border: none;
    background-color: #004e98;
    border-radius: 400px;
    height: 50;
    padding-left: 50;
    padding-right: 50;
    /* width: 400; */
    /* width: 100%; */
    text-align: center;
    color: white;
    font-size: large;

    justify-content: center;
    align-items: center;
    align-self: center;
    display: block;
    margin-left: auto;
    margin-right: auto;
    cursor:pointer;


}




    .page_title {
        background-color: #ffffff;
        padding: 0px;
        align-items: center;
        padding-left: 50;
        padding-right: 50;
        font-size: 50;
        font-weight: 400;
        text-align: center;
    }
    
    .page_subtitle {
        background-color: #ffffff;
        padding: 0px;
        align-items: center;
        padding-left: 50;
        padding-right: 50;
        font-size: 45;
        font-weight: 200;

        text-align: center;
    }
    
    .faq {
        background-color: #ffffff;
        padding: 0px;
        align-items: center;
            padding-left: 50;
                padding-right: 50;
                font-size: 20;
                text-align: center;
                text-decoration: underline;
}

.categoryTitle{
    font-size: large;
    font-weight: 600;
    align-self: center;
    text-align: center;
    padding-top: 20;
    padding-bottom: 20;
}

.section_title_button{

    border: none;
    background-color: transparent;
    width: 100%;
    text-align: start;
    color: none;
    padding-top: 20;
    padding-bottom: 20;
    cursor:pointer;

}

.payButtondiv {
    justify-content: center;
    align-items: center;
    align-self: center;
    display: block;
    margin-left: auto;
    margin-right: auto;
    padding-top: 15px;

}



.button_title_row{
    flex-direction: row;
        display: flex;
    justify-content: space-between;

}

.section_title{
    color: #00c8e9;
    padding-right: 20;
    font-weight: 700;
    font-size: 20;

}
.section_title_arrow{
    color: #00c8e9;
    padding-top: 20;
    
}
.wrapper {
    overflow: hidden;
    transition: height 200ms;
    height: 0;
  }

.noHeight
{
     visibility: hidden;   
}

.orangeBar {
    background-color: #fbb13c;

    padding-top: 10px;
    padding-bottom: 10px;
    display: flex;
    flex-direction: row;
    flex-wrap: nowrap;
    justify-content: center;
    align-items: center;
    color: white;
    padding: 10;
    padding-left: 40;
    padding-right: 40;
    text-align: center;
    margin-top: 20;
    margin-bottom: 20;
}

.orangeBarText {
    font-size: 15;
    text-align: center;
    color: white;
}

.inputLabel{
    display: block;
    align-self: center;
    text-align:center;
    padding-bottom: 10;
}

.inputField{
    padding-bottom: 10;
    width:100%;
    display:block;
    border-radius: 5px;
    border-width: 2px;
    border-color: #e9e8e8;
    border-style: groove;
    font-size: 15;
}


.fullTextField{
    padding-bottom: 10;
}


@media only screen and (max-width: 1000px) {
    .bigPadding{
        padding-left: 5%;
        padding-right: 5%;
    }
    .pageDastreinte
    {
        padding-left: 5%;
        padding-right: 5%;
    }

    .paying_button{
        width: 40%;
        height: 100px;
        font-size: 30px;
        padding-left: 20px;
        padding-right: 20px;
    }

    .inputField{
        min-height: 60px;
        font-size: 20;
    }

    .inputLabel{
        font-size: 30px;
    }

    .fullTextField{
        padding-bottom: 10;
    }

    .categoryTitle{
        font-size: 30px;
    }
    
    .description{
     min-height: 200px;
    }

    a {
        font-size: 15px;
    }
}
