/*

colors:
bright blue - #006AFD
light blue - #81CCE7
dark grey -  #2E2F3D
light grey - #ccc

*/


 html{
	height: 100%;
	width: 100%;
	margin:0;
	padding:0;
	background: rgba(0,107,255,1);
	background: linear-gradient(315deg,rgba(0,107,255,1)  31%, rgba(63,233,251,1) 100%);
 }
body{
	height: 100%;
	width: 100%;
	margin:0;
	padding:0;
	font-family: 'Poppins','futura' , sans-serif;
	font-weight: normal;
}

/*navigation bar*/

#headerLogo{
	height:50%;
	margin:auto;
	display:block;
	text-align:center;
	padding-top:5px;
	padding-left:15px;
	position:absolute;
	left:40.5%;
	top:15px;
	z-index: 10;
}
	@media (max-width:800px) {
		#headerLogo {
		position: static;
		margin:auto;
		height: 30px;
		}
	}
	@media (max-width:450px) {
		#headerLogo {
		position: static;
		margin:auto;
		height: 25px;
		}
	}
.sign-up , .sign-in{
	text-decoration:none;
	color:#2E2F3D;
	font-size:1.5vw;
	padding-right:15px;
	border:none;
	background-color: transparent;
}

@media (max-width:850px) {
	.sign-up , .sign-in{
		color:#ffffff;
		font-size: 1.2em;
		text-align: center;
		}
	}

.error {color: #FF0000;}
.top-sign-in-up{
	text-align:right;
}
	@media (max-width:850px) {
		.top-sign-in-up {
			display: none;
			}
		}


	@media(max-width:450px){
		.gallery-container{
		height:53%;
		background-color:#31313c;
		overflow-y: scroll;	
		margin:0 auto;

		}
	}
	@media only screen and (max-width:897px) and (orientation : landscape) {
		.gallery-container{
			height:50%;
	
			}
	}
	@media(max-width:850px) and (min-width:449px){
		.gallery-container{
		height:64%;
		background-color:#31313c;
		overflow-y: scroll;		
		}
	}



.sign-up:hover , .sign-in:hover{
	color: #81CCE7;
}

  #profPic{
	 display:inline-block;
	 position:absolute;
	 right:0;
	 top:0;
	 height:50px;
	 padding-right:20px;
	 padding-top:10;

	 
  }

.nav {
	height: 70px;
	width: 100%;
	background-color: transparent;
	margin:0;
	padding:0;
	position: relative;
}

.nav > .nav-header {
  display: inline;
}

.nav > .nav-header > .nav-title {
  display: block;
  font-size: 22px;
  color: #fff;
  padding: 10px 10px 10px 10px;
}

.nav > .nav-btn {
  display: none;
}

.nav > .nav-links {
  display: inline;
  font-size: 20px;
  text-align: center;

}

.nav > .nav-links > a {
  display: inline-block;
  padding: 13px 10px 13px 10px;
  text-decoration: none;
  color: #fff;
  opacity: 1;
}

.nav > .nav-links > a:hover {
  background-color: rgba(0, 0, 0, 0.3);
  opacity: 1;
}

#nav-check {
  display: none;
}


  .nav > .nav-btn {
    display: none;
	flex-direction: column;
    position: absolute;
    right: 0px;
    top: 0px;
	height:100%;	
  }
  @media (max-width:850px) {
	.nav > .nav-btn{
		display: flex;
		z-index: 2000;
	  }
	}
  .nav > .nav-btn > label {
    display: inline-block;
    
    padding: 20px;
	
  }
  .nav > .nav-btn > label:hover {

	height:100%;

  }
  .nav > .nav-btn > label > span {
    display: block;
    width: 25px;
    height: 10px;
    border-top: 3px solid #006AFD;
	

  }
  .nav > .nav-links {
    position: fixed;
    display: block;
    width: 20%;
    background-color: #283245;
	opacity: 0.9;
    height: 0px;
    transition: all 0.3s ease-in;
    overflow-y: hidden;
    top: 0px;
    left: 0px;
	overflow: hidden;
	z-index:100;
  }
	  @media (max-width:850px) {
	  .nav > .nav-links {
		width:100%;
		left:0px;
		}
	  }
  
  .nav > .nav-links > a {
    display: block;
    width: 100%;
	overflow: hidden;
  }
  .nav > #nav-check:not(:checked) + .nav-links {
    height: 0px;
  }
  .nav > #nav-check:checked + .nav-links {
    height: 100vh;
    overflow-y: auto;
	position: fixed;
	padding-top: 30px;
	font-size: 1.7em;
  }
  /*END navigation bar*/
  
  /*Home Page*/
 .mainHeader-section{
	width:99.5%;
	max-width: 100%;
	display:flex;
	height: 75vh;
	position: relative;
 }
 	/* ipad pro Portrait*/
	 @media only screen and (min-device-width: 1024px) 
	 and (max-device-height: 1366px) 
	 and (-webkit-min-device-pixel-ratio: 2)  
	 and (orientation: portrait){
		.mainHeader-section{
			height: 45vh;
		 }
	 }
	 /*ipad landscape*/
	@media only screen and (max-height:770px) 
	and (max-width:1025px) 
	and (orientation : landscape)
	and (-webkit-min-device-pixel-ratio: 2){
		.mainHeader-section{
			position: static;
		}
	}
	@media(max-width:850px){
		.mainHeader-section{
			height: 35vh;
			position: static;
		}
	}
	@media(max-width:450px){
		.mainHeader-section{
			height: 40vh;
			position: static;
		}
	}

.mainLogo{
	position: absolute;
	width:50%;
	top: 0px;
	left: 45px;
}
/*ipad landscape*/
@media only screen and (max-height:770px) 
and (max-width:1025px) 
and (orientation : landscape)
and (-webkit-min-device-pixel-ratio: 2){
	.mainLogo{
		width:55%;
		top: 35px;
		left: 20px;
	}
}
@media (max-width:850px) {
	.mainLogo{
		width:55%;
		top: 35px;
		left: 20px;
	}
}
@media (max-width:450px){
	.mainLogo{
		width:65%;
		top: 20px;
		left: 10px;
	}
}


.leftSide-header-container{
	display: flex;
	height:100%;
	flex-direction: column;
	width: 50%;
	
}
.mainSmallText{
	font-size: 2em;
	font-weight: normal;
	margin-bottom: 0;
	padding-bottom: 0;
	padding-left: 15%;
	margin-top: 20%;
}
/*ipad pro landscape*/
@media only screen and (min-device-width: 1366px) 
	and (max-device-height: 1024px) 
	and (-webkit-min-device-pixel-ratio: 2)  
	and (orientation: landscape){
		.mainSmallText{
			padding-left: 6%;
			margin-top: 20%;
		}
	}
/*ipad landscape*/
@media only screen and (max-height:770px) 
		and (max-width:1025px) 
		and (orientation : landscape)
		and (-webkit-min-device-pixel-ratio: 2){
	.mainSmallText{
		padding-left: 6%;
		margin-top: 20%;
	}
}
@media (max-width:850px) {
	.mainSmallText{
		padding-left: 6%;
	}
}
@media (max-width:450px){
	.mainSmallText{
		padding-left: 6%;
		margin-top: 15%;
	}
}
.mainBigText{
	font-size: 3em;
	font-weight: 600;
	margin:0;
	padding-left: 15%;
	color: #006CFD;
	line-height: 99%;
}
/*ipad pro landscape*/
@media only screen and (min-device-width: 1366px) 
	and (max-device-height: 1024px) 
	and (-webkit-min-device-pixel-ratio: 2)  
	and (orientation: landscape){
		.mainBigText{
			padding-left: 6%;
		}
	}
/*ipad landscape*/
@media only screen and (max-height:770px) 
		and (max-width:1025px) 
		and (orientation : landscape)
		and (-webkit-min-device-pixel-ratio: 2){
	.mainBigText{
		padding-left: 6%;
	}
}
@media (max-width:850px) {
	.mainBigText{
		padding-left: 6%;
	}
}
@media (max-width:450px){
	.mainBigText{
		font-size: 2em;
		padding-left: 6%;
	}
}
.mainSubText{
	font-size: 1.2em;
	font-weight: normal;
	margin-top: 0;
	padding-top: 15px;
	padding-left: 15%;
	color: #2d2d2d;
}
/*ipad pro landscape*/
@media only screen and (min-device-width: 1366px) 
	and (max-device-height: 1024px) 
	and (-webkit-min-device-pixel-ratio: 2)  
	and (orientation: landscape){
		.mainSubText{
			padding-left: 6%;
		}
	}
/*ipad landscape*/
@media only screen and (max-height:770px) 
		and (max-width:1025px) 
		and (orientation : landscape)
		and (-webkit-min-device-pixel-ratio: 2){
	.mainSubText{
		padding-left: 6%;
	}
}
@media (max-width:850px) {
	.mainSubText{
		padding-left: 6%;
	}
}

@media (max-width:450px){
	.mainSubText{
		font-size: 1em;
		padding-left: 6%;
	}
}
.signupBtn{
	width: 50%;
	background-color: #006AFD;
	color:#fff;
	font-size: 1.2em;
	padding:10px;
	border: none;
	align-self: center;
	margin-top: auto;
	margin-bottom: 0;	
	text-decoration: none;
	text-align: center;	
}
/*ipad pro landscape*/
@media only screen and (min-device-width: 1366px) 
	and (max-device-height: 1024px) 
	and (-webkit-min-device-pixel-ratio: 2)  
	and (orientation: landscape){
		.signupBtn{
			width: 75%;
			padding:15px;
		}
	}
@media (max-width:450px){
	.signupBtn{
		width: 85%;
	}
}
.underButtonText{
	margin-bottom: 45px;
	margin: auto;
	text-align: center;
	margin-top: 5px;
	color: #ccc;
}
@media (max-width:450px){
	.underButtonText{
		font-size: small;
	}
}

.mainImg-container{
	width: 50%;
	display: flex;
	justify-content: flex-end;
}
#mainIpadImage{
	max-width:100%;
	max-height: 100%;
	margin:0;
	padding:0;	
}
@media (max-width:450px){
	#mainIpadImage{
		display: none;
	}
}
#mainImage-mobile{
	display: none;
	max-width:100%;
	max-height: 100%;
	margin:0;
	padding:0;	

}
@media (max-width:450px){
	#mainImage-mobile{
		display: block;
	}
}


/* your clients*/
.UIexample1-container{
	position:relative;
	align-items: center;
	justify-content: center;
	margin-top: 30px;
}
#quickSearch{
	position:absolute;
	left:7%;
	width:20%;
	top:18%;
	z-index:1;
}
#UIexample1{
	display:inline-block;
	width:40%;
	margin-left:20%;
	margin-top:5%;
	top:10%;
	box-shadow: 0 4px 8px 0 rgba(0, 0, 0, 0.2), 0 6px 20px 0 rgba(0, 0, 0, 0.19);
	border-radius: 40px;
}
@media (max-width:850px) {
	#UIexample1{
		border-radius: 25px;
	}
}
@media (max-width:450px){
	#UIexample1{
		border-radius: 10px;
	}
}
#yourClients{
	font-size:5vw;
	position:absolute;
	color:#006AFD;
	top:25%;
	right:5%;
	font-weight: normal;
}

#addClient-handwritten{
	position:absolute;
	right:15%;
	width:30%;
	top:78%;
	z-index:1;
}

/* manage clients profiles.*/
.UIexample2-container{
	position:relative;
	align-items: center;
	justify-content: center;
}
#handwrite-addClientNotes{
	position:absolute;
	left:30%;
	width:15%;
	top:36%;
	z-index:1;
}
#UIexample2{
	display:inline-block;
	width:50%;
	margin-left:40%;
	margin-top:10%;
	top:10%;
	box-shadow: 0 4px 8px 0 rgba(0, 0, 0, 0.2), 0 6px 20px 0 rgba(0, 0, 0, 0.19);
	border-radius: 40px;
}
@media (max-width:850px) {
	#UIexample2{
		border-radius: 25px;
	}
}
@media (max-width:450px){
	#UIexample2{
		border-radius: 10px;
	}
}
#manageProfiles{
	font-size:4.4vw;
	position:absolute;
	color:#006AFD;
	top:35%;
	left:4%;
}

#handwrite-uploadPhotos{
	position:absolute;
	right:8%;
	width:15%;
	top:92%;
	z-index:1;
}

#handwrite-manageForms{
	position:absolute;
	right:37%;
	width:20%;
	top:85%;
	z-index:1;
}

/* create digital forms.*/
.UIexample3-container{
	position:relative;
	align-items: center;
	justify-content: center;
}
#handwrite-formContent{
	position:absolute;
	left:5%;
	width:20%;
	top:34%;
	z-index:1;
}
#UIexample3{
	display:inline-block;
	width:40%;
	margin-left:20%;
	margin-top:10%;
	top:10%;
	box-shadow: 0 4px 8px 0 rgba(0, 0, 0, 0.2), 0 6px 20px 0 rgba(0, 0, 0, 0.19);
	border-radius: 40px;
}
@media (max-width:850px) {
	#UIexample3{
		border-radius: 25px;
	}
}
@media (max-width:450px){
	#UIexample3{
		border-radius: 10px;
	}
}
#createDigitalForms{
	font-size:5vw;
	position:absolute;
	color:#006AFD;
	top:35%;
	right:5%;
}

#handwrite-digitalSignature{
	position:absolute;
	right:25%;
	width:20%;
	top:80%;
	z-index:1;
}


.bottom-container{
	margin:auto;
	width:70%;
	display: block;
	text-align: center;
	margin-top: 10px;
}
	@media (max-width:800px){
		.bottom-container{
			width:90%;
			margin:auto;	
		}
	}
.logo-text-container{
	
	padding-top:50px;
	margin:20 auto;
	display:flex;
	align-items: center;
	justify-content: center;
	text-align: center;
}
#stackedLogo{
	width:40%;
	padding-right:10%;
	border-right:2px solid #ccc;
	
}
.tryit-container{
	text-align:center;
	display:inline-block;
	margin-left:10%;
	
}
#tryToday{
	font-size:3vw;
	margin:0;
	padding:0;
	color: #2E2F3D;
}
#price{
	font-size:6vw;
	margin:0;
	padding:0;
	color: #2E2F3D;
}
#trialButton{
	width:90%;
	border:none;
	background-color:#006AFD;
	display:block;
	margin:auto;
	color:#fff;
	font-size:2vw;
	padding:10px;
	margin-top:20px;
}
#trialButton:hover{
	background-color:#81CCE7;
}
	@media (max-width:800px){
		#trialButton{
			font-size:4vw;	
		}
	}
.footer{
	margin-top:10%;
	margin-bottom:20px;
	text-align:center;
	font-size:2vw;
}
	@media(max-width: 800px) {
		.footer {
			font-size:1.5em;
		}
	}

.footerLinks{
	text-decoration:none;
	color:rgb(255, 255, 255);
	padding:20px;
}
	@media(max-width: 800px) {
		.footerLinks{
			padding:10px;
		}
	}


.footerLinks:hover{
	color: #2E2F3D;
}

/* sign up page */
.signIn-container{
	display: flex;
	align-items: center;
	justify-content: center;
	background-color: #fff;
	width:60%;
	height: 70%;
	margin:auto;
	margin-top:55px;
	border-radius: 15px;
	position: relative;
	box-shadow: 1px 1px 8px 6px #00000061;
}
 	/* ipad pro Portrait*/
	 @media only screen and (min-device-width: 1024px) 
	 and (max-device-height: 1366px) 
	 and (-webkit-min-device-pixel-ratio: 2)  
	 and (orientation: portrait){
		.signIn-container{
			width:80%;
			height: 45%;
			margin-top:5%;
		}
	 }

@media only screen and (max-width:897px) and (orientation : landscape) {
	.signIn-container{
		width:80%;
		height: 60%;
		margin-top:5%;
		}
}
@media(max-width:850px) and (min-width:449px){
	.signIn-container{
		width:70%;
		height: 60%;
		margin-top:5%;	
	}
}
@media(max-width:450px){
	.signIn-container{
		width:90%;
		height: auto;
		margin-top:5%;
		display: flex;
		flex-direction: column;
		align-items: center;
		justify-content: center;
		padding-bottom: 25px;

	}
}
.signUp-container{
	display: flex;
	align-items: center;
	justify-content: center;
	background-color: #fff;
	width:60%;
	height: 100%;
	margin:auto;
	margin-top:10%;
	border-radius: 15px;

	box-shadow: 1px 1px 8px 6px #00000061;
}
	/* ipad pro Landscape*/
	@media only screen and (min-device-width: 1366px) 
	and (max-device-height: 1024px) 
	and (-webkit-min-device-pixel-ratio: 2)  
	and (orientation: landscape){
		.signUp-container {
			width:60%;
			margin-top:5%;
			height:auto;
		}
	}
 	/* ipad pro Portrait*/
	 @media only screen and (min-device-width: 1024px) 
	 and (max-device-height: 1366px) 
	 and (-webkit-min-device-pixel-ratio: 2)  
	 and (orientation: portrait){
		.signUp-container {
			width:90%;
			margin-top:5%;
			height:auto;
		}
	 }
	@media(max-width: 800px) {
		.signUp-container {
			width:90%;
			margin-top:5%;
			height:auto;
		}
	}

#signUpLogo{

	width:40%;
	top:30%;
	left:5%;
	padding-right:20px;
	
}
	@media(max-width: 800px) {
		#signUpLogo {
			display: none;
		}
	}

.signup-frm{
	border-left:2px solid #ccc;

	text-align:center;
	right:0%;
	top:5%;
	width:50%;
	
}
	@media(max-width: 800px) {
		.signup-frm {
			width:90%;
			border:none;
			position: relative;
			margin: auto;
		}
	}
#sign-up-title{
	margin-top:5px;
	margin-bottom:0px;
	padding-bottom:0px;
	font-size:2em ;
}
#trialText{
	position: relative;
}
.error-msg{
	font-weight: bold;
	color:#ff0000;
	text-align: center;
}
#acct-info{
	color:#006AFD;
	margin:0;
	margin-bottom:20px;
	margin-top:5px;
	padding:0;
}
.signup-fields{
	font-size:20px;
	width:90%;
	margin-bottom:30px;
	border:none;
	border-bottom: 1px solid #ccc;
}
#signup-fields-btn{
	width:90%;
	border:none;
	background-color:#006AFD;
	color: #fff;
	padding:10px;
	font-size:20px;
	margin-bottom:10px;
	-webkit-appearance: none;
	-moz-appearance: none;
}
.form-row{
	width: 90%;
	display: block;
	margin: auto;
}
#card-element{
	border-bottom: 1px solid #ccc;
	margin-top: 15px;
	margin-bottom: 25px;
}
#stripeLogo{
	width:75px;
}
#haveAccount{
	margin-top: 5px;
	margin-top: 10px;
}

/* stripe form style */

/**
* Shows how you can use CSS to style your Element's container.
*/

.MyCardElement {
  height: 40px;
  padding: 10px 12px;
  width: 90%;
  color: #32325d;
  background-color: white;
  border: 1px solid transparent;
  border-radius: 4px;

  box-shadow: 0 1px 3px 0 #e6ebf1;
  -webkit-transition: box-shadow 150ms ease;
  transition: box-shadow 150ms ease;
}

.MyCardElement--focus {
  box-shadow: 0 1px 3px 0 #cfd7df;
}

.MyCardElement--invalid {
  border-color: #fa755a;
}

.MyCardElement--webkit-autofill {
  background-color: #fefde5 !important;
}



/* sign in page*/
