﻿body {
    text-rendering: optimizeLegibility;
    -webkit-text-size-adjust: 100%;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    background: white;
    color: #333;
    font-size: 16px;
    font-family: "Century Gothic", sans-serif !important;
    font-weight: 400; 
}

h1, h2, h3, h4, h5 {
    margin: 0 auto;
    font-family: "Century Gothic", sans-serif;
    font-weight: 400;
    line-height: 1.2;
}

form {
    font-family: "Century Gothic", sans-serif;
}

textarea {
    -webkit-writing-mode: horizontal-tb !important;
    text-rendering: auto;
    color: -internal-light-dark-color(black, white);
    letter-spacing: normal;
    word-spacing: normal;
    text-transform: none;
    text-indent: 0px;
    text-shadow: none;
    text-align: start;
    -webkit-rtl-ordering: logical;
    cursor: text;
    white-space: pre-wrap;
    overflow-wrap: break-word;
    font: 400 13.3333px Arial;
}

.btn {
    font-family: 'Century Gothic',sans-serif !important;
    border: none !important;
    border-radius: 0 !important;
    cursor: pointer !important;
}

.btn-primary {
    color: white !important;
    /*background-color: #ffc107 !important;*/
    background: #5e679e !important;
    border: solid 1px #5e679e !important;
    transition: all .35s !important;
    cursor: pointer !important;
    font-size: 13px;
    border-radius: 1000px !important;
}

    .btn-primary:hover {
        color: black !important;
        border: solid 1px black !important;
    }

.btn-secondary {
    color: black !important;
    background-color: gray !important;
    border: solid 1px white !important;
    transition: all .35s !important;
    cursor: pointer !important;
    font-size: 13px;
    border-radius: 1000px !important;
}

    .btn-secondary:hover {
        color: white !important;
        border: solid 1px black !important;
    }


.bg-gradient-primary {
    background-color: #339B9A !important;
    background-image: none !important;
    background-size: cover !important;
}
.btn-primary {
    background: #3f51b5 !important;
    border-color: #3f51b5 !important;
}
/*.btn-primary {
    background: #FED136 !important;
    border-color: #FED136 !important;
}*/
.ui-state-active {
    background-color: #339B9A !important;
    border: 1px solid #339B9A !important;
}