

body {
  color: #ffffff;
  background: #014d1e;
  background-image: none;
  font-family: proxima-nova-condensed, sans-serif;
 background: radial-gradient(#cb318c, #35113e);
 background-image:  url('/images/ribbon-left.png'), url('/images/ribbon-right.png'), radial-gradient(#cb318c, #35113e);
 background-size: 20% auto , 20% auto, 100% auto;
 background-position: top left, top right, center;
 background-repeat: no-repeat;

}

.footer {

  
  background-image: url('/images/cake-bottom.png');
  height:400px;
background-position: top;
background-repeat: no-repeat;
background-size: 100%;
margin-top: -400px;

}
.shadedarea {
  background-color: rgba(255,255,255,0.9);
  color: #000000;
}

.fill {
  background-image: url('/images/bg.jpg');
  padding-bottom: 400px;
}


.logoimg {
  position: relative !IMPORTANT;
  margin-left: auto;
  margin-right: auto;
  width: 90%;
  max-width: 500px;
  display: block;
  max-height: unset !important;
  padding-right: 0px !important;

}
.checkarea2 {

  text-align: left;
}

input[type="submit"],
input[type="reset"] {
  background-color: #04bcc0;
  border-radius: 10px;


}



.logo {
  height: auto;
  z-index: 3;
  margin-bottom: -50px;
  position: relative;
  margin-left: auto;
  margin-right: auto;


}

.btn {
  background-color: #94d40b;
}


@media only screen and (max-width: 700px) { 

.footer {

height: 230px;
    background-size: 100%;
    background-position: bottom;
    margin-top: -230px;
}
body {

 background-size: 30% auto , 30% auto, 100% auto !important; 
}
.fill {
padding-bottom: 230px;
}
}