html {
  font-size: 14px;
}

@media (min-width: 768px) {
  html {
    font-size: 16px;
  }
}

.btn:focus, .btn:active:focus, .btn-link.nav-link:focus, .form-control:focus, .form-check-input:focus {
  box-shadow: 0 0 0 0.1rem white, 0 0 0 0.25rem #258cfb;
}

html {
  position: relative;
  min-height: 100%;
}

body {
  margin-bottom: 60px;
}

.form-input{
    width:100%;
    min-height:40px;
}



.form-row label {
    display: block;
    margin-bottom: 5px;
}

.form-captcha{
    margin:10px;
}

.form-row .drawrpallete-wrapper {
    display: flex !important;
}

.row{
    margin-top:10px;
    margin-bottom:10px;
}

.form-notes {
    color: orangered;
    margin: 10px 0;
}

.form-row{
    margin:5px 0;
}

.form-notes, .field-validation-error {
    color: orangered;
    margin: 5px 0;
    display:block;
}

.form-text{
    width:100%;
}

.btn-submit {
    border: none;
    cursor: pointer;
    overflow: visible;
    display: inline-block;
    padding: 0 15px 0 15px;
    text-align: center;
    font-size: 14px;
    height: 36px;
    min-width: 135px;
    background-color: #00ACEE;
    color: #FFFFFF;
    text-transform: uppercase;
    font-weight: bold;
    border-radius:8px;
}


.navbar-light .navbar-brand {
    background-image: url(/images/logo-a.png);
    background-repeat: no-repeat;
    background-size: auto 60%;
    padding-left:30px;
    background-position-y:center;
}

.url-result{
    margin:15px 0;
}

.tips-row{
    margin-top:20px;
}

.form-input input{
    width:100%;
    height:36px;
}

.form-row textarea{
    width:100%;
}

.email-message {
    font-size: 20px;
    margin: 20px 0;
}

.url-result img{
    max-width:100%;
}

.row-space{
    margin-top:20px;
    margin-bottom:20px;
}

.container h1{
    font-size:1.75rem;
    font-weight:500;
}

.container h2 {
    font-size: 1.4rem;
    font-weight: 400;
}

.container h3 {
    font-size: 1.3rem;
    font-weight: 400;
}

.color-pick input {
    display: block !important;
    width:75%;
    margin-right: 15px;
}

.color-pick .form-checkbox {
    width: auto;
    margin-right:5px;
}

.color-pick label {
    width: auto;
}

.row-option{
    display:flex;
}

@media (min-width: 480px) {
    .color-pick input {
        width: 90px;
    }
}