@media (min-width:769px) {
  .watermark {
    background-position: right top !important;
  }
}

@media (max-width:769px) {
  .icons {
    display: block;
    margin-top: 7px!important;
  }
}

.icons {
  margin-bottom: 0px;
  margin-right: 0px;
  font-size: 70px;
}

@media (max-width:769px) {
  .clipart {
    margin-bottom: 20px;
    margin-right: 0px;
  }
}

@media (max-width:769px) {
  .contactform {
    min-width: 250px !important;
  }
}

@media (max-width:576px) {
  .container {
    max-width: 300px;
  }
}

@media (max-width:769px) {
  .container, .container-md, .container-sm {
    max-width: 300px;
  }
}

@media (max-width:769px) {
  .col-md-4 {
    min-width: 300px;
  }
}

.form-check {
  /*position: relative;*/
  display: inline-block;
  /*padding-left: 1.25rem;*/
}

.showcase .showcase-img {
  min-height: 300px;
  background-size: cover;
}

input[type="file"] {
  display: none;
}

@media (max-width: 769px) {
  .floating-btn {
    /*height: 60px!important;*/
  }
}

.floating-btn {
  width: 50px;
  height: 50px;
  background: #f5af09;
  text-decoration: none;
  border-radius: 50%;
  color: #ffffff;
  font-size: 30px;
  padding: 0;
  box-shadow: 0 1px 3px 0 rgba(0,0,0,.2), 0 1px 1px 0 rgba(0,0,0,.14), 0 2px 1px -1px rgba(0,0,0,.12);
  display: flex;
  align-items: center;
  justify-content: center;
  position: fixed;
  right: 20px;
  bottom: 20px;
  transition: background-color 0.25s ease-out, box-shadow 0.25s ease-out;
  border: none;
  cursor: pointer;
  outline: none;
  overflow: hidden;
  z-index: 99;
}

.floating-btn:hover {
  box-shadow: 0 4px 5px -2px rgba(0,0,0,.2), 0 7px 10px 1px rgba(0,0,0,.14), 0 2px 16px 1px rgba(0,0,0,.12);
}

.floating-btn.clicked {
  background-color: #3b9446;
}

.floating-btn i {
  transition: transform 0.25s cubic-bezier(.4, 0, .2, 1);
}

.floating-btn.clicked i {
  transform: rotate(315deg);
}

#labelFile {
  color: white;
  height: 30px;
  width: 125px;
  background-color: #f5af09;
  position: absolute;
  margin: auto;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  font-size: 12px;
  display: flex;
  justify-content: center;
  align-items: center;
  cursor: pointer;
  font-weight: bold;
  border-radius: 5px;
}

#legal {
  margin: 16px auto;
  text-align: center;
  color: #ccc;
  font-size: 10px;
  max-width: 25em;
  line-height: 1.0;
  letter-spacing: .2px;
}

#inputFile {
  border: 0 !important;
  margin-bottom: 10px;
}

.icon {
  margin-right: 8px;
  opacity: 0.5;
  font-size: 21px;
}

#iconPhoto {
  margin-right: 8px;
  opacity: 0.7;
  font-size: 18px;
}

.form-box {
  margin: 16px auto;
  font-size: 16px;
  border-radius: 9px;
  position: fixed;
  opacity: 0;
  overflow: hidden;
  bottom: 0;
  right: 10px;
  transform: translate(-50%,-50%);
  width: 30px;
  height: 30px;
  background: #fff;
  border: 1px solid rgba(0,0,0,0.1);
  box-shadow: 0 5px 10px rgba(0,0,0,0.2);
  box-sizing: border-box;
  background-color: #f5f5f7;
  transition: all .25s ease-in-out;
}

.form-box.open {
  transform: translate(10px, -70px);
  height: 380px;
  width: 350px;
  opacity: 1;
}

.test {
  background-color: #fff;
  padding-top: 25px;
  padding-left: 20px;
  padding-right: 20px;
  padding-bottom: 27px;
  margin-left: 37px;
  margin-right: 37px;
  margin-top: 20px;
  margin-bottom: 20px;
  border-radius: 20px;
}

.login-header {
  border-top-left-radius: 9px;
  border-top-right-radius: 9px;
  background: #3b9446;
  padding: 23px;
  font-size: 16px;
  font-weight: bold;
  text-align: center;
  color: #fff;
  text-align: center;
  margin-top: 0;
  margin-bottom: 0;
}

.form-box input {
  padding: 10px 0;
  margin-bottom: 30px;
}

.form-box textarea {
  height: 80px;
  padding: 10px 0;
  margin-bottom: 20px;
}

.form-box input, .form-box textarea {
  width: 100%;
  box-shadow: none;
  outline: none;
  box-sizing: border-box;
  border: none;
  cursor: text;
  border-bottom: 1px solid #dcdcdc;
  transition: .3s width ease-in-out;
  margin: none;
}

.form-box input[type="submit"] {
  border-bottom: none;
  cursor: pointer;
  background: #3b9446;
  color: #fff;
  margin-bottom: 0;
}

.form-box form div {
  position: relative;
}

#submitButt {
  width: 40%;
  /*margin-left: 10px;*/
  padding-top: 8px;
  padding-bottom: 8px;
  padding-left: 24px;
  padding-right: 24px;
  font-weight: bold;
  border-radius: 5px;
  margin-bottom: 5px;
  /*opacity: 10;*/
  opacity: 1 !important;
}

.active {
  opacity: 0.7 !important;
}

.form-box form div .inputLabel {
  position: absolute;
  left: -1px;
  top: 8px;
  pointer-events: none;
  color: #999;
  transition: .2s ease-in-out;
  font-size: 14px;
}

.form-box input:focus ~ .inputLabel, .form-box textarea:focus ~ .inputLabel, .form-box input:valid ~ .inputLabel, .form-box textarea:valid ~ .inputLabel {
  top: -12px;
  left: 0;
  color: #3b9446;
  font-size: 10px;
  font-weight: bold;
  transition: .2s ease-in-out;
}

.form-box input:focus, .form-box textarea:focus, .form-box textarea:valid, .form-box input:valid {
  width: 100%;
  border-bottom: 2px solid rgb(59,148,70);
}

.footer {
  margin-bottom: 0;
  min-height: 25px;
  display: flex;
  align-items: center;
  justify-content: center;
  text-align: center;
  width: 100%;
  background: #fff;
  margin-bottom: 0px;
  border-radius: 0 0 6px 6px;
}

.quote-card {
  background: #eee;
  color: #222222;
  padding: 30px;
  padding-left: 65px;
  box-sizing: border-box;
  /*box-shadow: 0 2px 4px rgba(34, 34, 34, 0.12);*/
  position: relative;
  overflow: hidden;
  min-height: 120px;
}

.quote-card p {
  font-size: 22px;
  line-height: 1.5;
  margin: 0;
  max-width: 90%;
}

.quote-card cite {
  font-size: 16px;
  margin-top: 10px;
  display: block;
  font-weight: 200;
  opacity: 0.8;
}

.quote-card:before {
  font-family: Georgia, serif;
  content: "“";
  position: absolute;
  top: 20px;
  left: 20px;
  font-size: 5em;
  color: rgba(220, 220, 220, 0.8);
  font-weight: normal;
}

.quote-card:after {
  font-family: Georgia, serif;
  content: "”";
  position: absolute;
  bottom: -110px;
  line-height: 100px;
  right: -32px;
  font-size: 25em;
  color: rgba(220, 220, 220, 0.8);
  font-weight: normal;
}

@media (max-width: 640px) {
  #thequote {height:auto;}
  .quote-card:after {
    font-size: 22em;
    right: -25px;
  }
}
