body {
    padding-top: 81px;
  
}

@media (min-width: 992px) {
    body {
        padding-top: 81px;
    }

    .fill {
        min-height: 100%;
        height: 100%;
    }
}

input[type="radio"] {
    margin-right: 10px;
}


input[type=text], textarea {
    -webkit-transition: all 0.30s ease-in-out;
    -moz-transition: all 0.30s ease-in-out;
    -ms-transition: all 0.30s ease-in-out;
    -o-transition: all 0.30s ease-in-out;
    outline: none;
    border: 1px solid #DDDDDD;
}

input[type=text]:focus, textarea:focus {
    box-shadow: 0 0 5px rgba(81, 203, 238, 1);
    border: 1px solid rgba(81, 203, 238, 1);
}

.bg-master {
    background-color: #f9f9f9;
}

promofont {
    font-family: Brush Script MT;
    font-size: inherit;
}
