/*	VIEWPORTS ============================ */

/* VIEWPORT <= 960PX
========================================== */
@media screen and (max-width: 960px) {
  .emailform > .emailform-text,
  .emailform > .emailform-form {flex-basis:100%;}
}

/* VIEWPORT <= 800PX
========================================== */
@media screen and (max-width: 800px) {

}

/* VIEWPORT <= 640PX
========================================== */
@media screen and (max-width: 640px) {
  .formelement > div {flex-basis:100%;}
  #content .emailform {display:block;}
  #content .homepage .emailform-text .intro {text-align:center}
}

/* VIEWPORT <= 560PX
========================================== */
@media screen and (max-width: 560px) {

}

/* VIEWPORT <= 960PX
========================================== */
@media screen and (max-width: 960px) {
}



/* VIEWPORT > 960PX
========================================== */
@media screen and (min-width: 960px) {
}
