@import url('https://fonts.googleapis.com/css?family=Nunito:200,200i,300,300i,400,400i,600,600i,700,700i,800,800i,900,900i&display=swap');

body {
    font-family: 'Nunito' !important;
}



.content-wrapper {
    margin: 0 auto;
    width: 70%;
}

.row-logo {
    text-align: center;
    margin: 30px;
}

.question-wrapper textarea {
    font-family: 'Nunito', sans-serif !important;
    -webkit-box-sizing: border-box !important;
    -moz-box-sizing: border-box !important;
    box-sizing: border-box !important;
    font-size: 14px !important;
    color: #f8971c !important;
    margin-left: 15px !important;
    border: 1px solid lightgray !important;
    width: 99% !important;
    max-width: 99% !important;
    min-width: 10% !important;
    resize: none !important;
}

.question-wrapper label {
    color: #f8971c !important;
   
}

.wufoo label.desc{
    color: #f8971c !important;
}

.header-row {
    margin-bottom: 30px;
}

.wufoo li div label,
.wufoo li span label,
.wufoo li .desc {
    font-family: 'Nunito', sans-serif !important;
    font-size: 19px !important;
    font-weight: normal !important;
    color: #f8971c !important;
}

.buttons {
    text-align: center !important;
}

.btTxt {
    background-color: #f8971c !important;
    width: 250px !important;
    height: 30px !important;
    font-size: 17px;
    color: white;
    border: 0px;
}

.button-submit {
    background-color: #f8971c;
    width: 250px;
    height: 30px;
    font-size: 17px;
    color: white;
    border: 0px;
}

.btTxt:hover,
.btTxt:focus {
    background-color: #e48811;
    text-decoration: none;
    cursor: pointer;
}


.logo {
    width: 420px;
    height: 68px;
}

.header-line {
    height: 5px;
    background-color: #f8971c;
}

.row-submit {
    text-align: center;
}

.text-header {
    font-size: 17px;
    color: #f8971c;
}

a {
    text-decoration: none;
}

/*
##Device = Low Resolution Tablets, Mobiles (Landscape)
##Screen = B/w 481px to 767px
*/

@media screen and (max-width: 767px) {
    .content-wrapper {
        width: 90%;
    }
    
    .logo {
        width: 220px;
        height: 48px;
    }

    .wufoo li div label,
    .wufoo li span label,
    .wufoo li .desc {
        font-size: 14px !important;
    }

    .text-header {
        font-size: 15px;
    }

    .question-wrapper textarea {
        width: 94% !important;
        max-width: 94% !important;
        min-width: 10% !important;
    }
}