@import url('https://fonts.googleapis.com/css?family=Open+Sans:300,600,700,800');

@font-face {
    font-family: 'Cooper';
    src: url('../../../fonts/Cooper Md BT Medium.ttf');
    font-weight: normal;
    font-style: normal;
}

@font-face {
    font-family: 'Brown-light';
    src: url('../../../fonts/lineto-brown-light.ttf');
    font-weight: normal;
    font-style: normal;
}

body
{
	margin: 3% 22%;
	padding: 3%;
	padding-bottom: 10%;
}

html {
    background-size: cover;
}

.waterfall
{
	width: 100%;
}

.textinput
{
	width: 94%;
	margin-bottom: 3.5%;
	height: 50px;
}

.imgback
{
	border:1px solid #021a40;
	width: 70%;
}

.headertext
{
	font-family: 'Brown-light', Arial, sans-serif !important; 
    font-weight: 800 !important;
	text-align: left;
	font-size: 200%;
	color: #111;
}

.titletext
{
	font-family: 'Cooper', Baskerville, Arial, serif !important; 
	font-size: 600%;
	color: #111;
	text-align: center;
}

.insta
{
	width:48%; 
}

.emojis
{
	font-size: 150%;
	text-align: center;
	display: none;
	/*position: fixed;
	background-color: white;
	width: 100%;*/
}

.bodytext
{
	font-family: 'Brown-light', Arial, sans-serif !important; 
     line-height: 150%;
	text-align: left;
	font-size: 150%;
	color: #111;
}

circle:hover
{
	fill: black;
}

.fields
{
	margin: 0% 10%;
}

.leftname
{
	width: 42%;
	float:left;
	margin-bottom: 3.5%;
}

.rightname
{
	float: right;
	width: 42%;
	margin-bottom: 3.5%;
}

.emailfield
{
	width: 94%;
	margin-bottom: 3.5%;
	height: 100px;
}

.leftnum
{
	width: 24%;
	margin-right: 4.5%;
	float: left;
}

.midnum
{
	width: 25%;
}

.rightnum
{
	width: 24%;
	float: right;
}

.textfield
{
    padding: 2.5%;
    margin: none;
    font-size: 100%;
    font-family: 'Open Sans', Arial, sans-serif !important; 
}

.labeltext
{
	font-family: Baskerville, 'Open Sans', Arial, sans-serif !important; 
    line-height: 150%;
	text-align: left;
	font-size: 100%;
	color: #111;
}

.smstext
{
	font-family: Helvetica Neue, Arial, sans-serif !important;
    line-height: 150%;
	text-align: left;
	font-size: 100%;
	color: #111;

	position: relative;
	padding: 10px 20px;
	background: #E5E5E9;
	border-radius: 25px;
  	margin: 1% 20%;
}

.smstext::before {
	content:"";
	position:absolute;
	z-index:2;
	bottom:-2px;
	left:-7px;
	height:20px;
	border-left:20px solid #E5E5E9;
	border-bottom-right-radius: 16px 14px;
	-webkit-transform:translate(0, -2px);
}

.smstext::after {
	content:"";
	position:absolute;
	z-index:3;
	bottom:-2px;
	left:4px;
	width:26px;
	height:20px;
	background:white;
	border-bottom-right-radius: 10px;
	-webkit-transform:translate(-30px, -2px);
}

.smstext.image
{
	padding: 0px 0px 12px 0px;
	margin: 0% 40% 2% 20%;
	border-radius: 25px 25px 25px 25px;
	line-height: 120%;
}

a
{
	color: #50A5FF;
	text-decoration: none;
}

.torso
{
	background-color: #fff;
}

@media (max-width: 700px) {

body
{
	margin: 5% 5%;
}

html
{
	background-image: none;
}

.imgback
{
	border:1px solid #021a40;
	width: 80% !important;
}

.titletext
{
	font-size: 500%;
}

.smstext
{
	font-size: 100%;
  	margin: 1% 10%;
}

.swiper
{
  	margin-top: 10%;
}

.smstext.image
{
	padding: 0px 0px 12px 0px;
	margin: 0% 30% 2% 10%;
	border-radius: 25px 25px 25px 25px;
	line-height: 120%;
}

.fields
{
	margin: 0% 5%;
}

.bodytext
{
	font-size: 150%;
}

.textfield
{
    -webkit-appearance: none;
    border-radius: 0;
    border-color: #AAA;
}

}