@charset "UTF-8";

/*Navbar section-global*/


.navbar-fixed-top {
	background-color: rgba(12,11,65,1.00);
	top: 0;
	border-width: 0px;
	width: auto;
	
}

.navbar-default {
	padding-left: 80px;
	padding-right: 80px;
	background-color: rgba(12,11,65,1.00);
	border: none;
	border-color: none;
}


.navbar-default .navbar-brand {
	align-items: center;
	color: #FE0000;
	font-family: HirukoStencil;
	font-weight: 200;
	line-height: 22px;
	font-size: 20px;
}


.navbar-default .navbar-brand:hover,
.navbar-default .navbar-brand:focus {
  color: #B3F4F6;
  background-color: transparent;
}

.navbar-default .navbar-text {
	color: #F7F7E4;
	font-family: nunito;
	font-style: normal;
	font-weight: 300;
	font-size: 16px;
	line-height: 22px;
}


.navbar-default .navbar-nav > li > a {
	align-items: center;
	color: #F7F7E4;
	font-family: nunito;
	font-style: normal;
	font-weight: 300;
	font-size: 16px;
	line-height: 22px;
  }
  
	
.navbar-default .navbar-nav > li > a:hover,
.navbar-default .navbar-nav > li > a:focus {
	color: #B3F4F6;
	background-color: transparent;
	font-family: nunito;
	font-style: normal;
	font-weight: 300;
	font-size: 16px;
	line-height: 22px;
	}
	
.navbar-toggle {
	position: relative;
	float: right;
	padding: 9px 10px;
	margin-top: 8px;
	margin-right: 15px;
	margin-bottom: 8px;
	border: none;
	background-color: none;
}

.navbar-default .navbar-toggle .icon-bar {
  background-color: #FFFFFF;
}

.dropdown-toggle{
	background-color: rgba(12,11,65,0.85);
	border: none;
	border-color: none;
	
}

.HirukoStencil { 
	font-family: HirukoStencil;
	font-weight: normal;
	font-style: normal;
}


/*Home section-global*/

.container-fluid.blocker{
	height: 60px;
	background-color: #00DCB3;
}

.band-hero {
	background-color: #00DCB3;
	padding-top: 450px;
	padding-bottom: 140px;
	padding-left: 80px;
	padding-right: 80px;
	display: -webkit-flex;
	display: -moz-flex;
	display: -ms-flex;
	display: flex;
	flex-direction: column;
	-webkit-justify-content: left;
	-moz-justify-content: left;
	-ms-justify-content: left;
	justify-content: left;
	background-repeat: no-repeat;
	background-size: contain;
	background-position: right 30% bottom;
	background-image: url(../images/background/tablet/cj_home_image.png);
}

.text-header-home {
	font-family: HirukoStencil;
	font-style: normal;
	font-size: 65px;
	font-size: 7vw;
	color: #8AFFE7;
	line-height: 60px;
}

.text-body-home {
	color: #0001CD;
	font-family: nunito;
	font-style: normal;
	font-weight: 400;
	font-size: 25px;
	font-size: 1.9vw;
	line-height: 30px;
}	


.container.spacer-header{
	height: 15px;
}

/*Service section-global*/


.band-services {
	background-color: #59C5C7;
	padding-top: 61px;
	padding-bottom: 75px;
	padding-left: 80px;
	padding-right: 80px;
	color: #0001CD;
	display: -webkit-flex;
	display: -moz-flex;
	display: -ms-flex;
	display: flex;
	align-content:space-between;
	-webkit-justify-content: space-around;
	-moz-justify-content: space-around;
	-ms-justify-content: space-around;
	justify-content: space-around;
	width: relative;
	background-repeat: no-repeat;
	background-position: center top;
	background-image: -webkit-linear-gradient(270deg,rgba(89,197,199,0.70) 0%,rgba(89,197,199,0.70) 0%,rgba(89,197,199,0.70) 100%), url(../images/background/tablet/services-bg.png);
	background-image: -moz-linear-gradient(270deg,rgba(89,197,199,0.70) 0%,rgba(89,197,199,0.70) 0%,rgba(89,197,199,0.70) 100%), url(../images/background/tablet/services-bg.png);
	background-image: -o-linear-gradient(270deg,rgba(89,197,199,0.70) 0%,rgba(89,197,199,0.70) 0%,rgba(89,197,199,0.70) 100%), url(../images/background/tablet/services-bg.png);
	background-image: linear-gradient(180deg,rgba(89,197,199,0.70) 0%,rgba(89,197,199,0.70) 0%,rgba(89,197,199,0.70) 100%), url(../images/background/tablet/services-bg.png);
	background-attachment: scroll;
	background-size: 100% 100%;
	

	
}
.img-service{
	padding-top: 25px;	
	}
	
	
.text-one {
	font-size: 80px;
	color: #00FFCC;
	font-family: HirukoStencil;
	text-align: center;
	line-height: 65%;
}
.text-two {
	color: #0001CD;
	font-weight: 400;
	font-family: nunito;
	font-style: normal;
	text-align: center;
	font-size: 30px;
}

.text-three {

	font-size: 25px;
	font-family: nunito;
	font-weight: 600;
	text-align: center;
	line-height: 65%;
}


.text-body-services {
	text-align: center;
	color: #000066;
	font-family: nunito;
	font-style: normal;
	font-weight: 300;
	font-size: 15px;
}	
	


/*Bio section-global*/

.band-bio {
	background-color: #59C5C7;
	padding-top: 60px;
	padding-left: 80px;
	padding-right: 80px;
	padding-bottom: 75px;
	display: -webkit-flex;
	display: -moz-flex;
	display: -ms-flex;
	display: flex;
	align-content:space-between;
	-webkit-justify-content: space-around;
	-moz-justify-content: space-around;
	-ms-justify-content: space-around;
	justify-content: space-around;
	width: relative;
	background-repeat: no-repeat;
	background-size: cover;
	background-position: center top;
	background-image: -webkit-linear-gradient(270deg,rgba(89,197,199,0.70) 0%,rgba(89,197,199,0.70) 100%), url(ceesite/images/background/tablet/bio-bg.png);
	background-image: -moz-linear-gradient(270deg,rgba(89,197,199,0.70) 0%,rgba(89,197,199,0.70) 100%), url(ceesite/images/background/tablet/bio-bg.png);
	background-image: -o-linear-gradient(270deg,rgba(89,197,199,0.70) 0%,rgba(89,197,199,0.70) 100%), url(ceesite/images/background/tablet/bio-bg.png);
	background-image: linear-gradient(180deg,rgba(89,197,199,0.70) 0%,rgba(89,197,199,0.70) 100%), url(ceesite/images/background/tablet/bio-bg.png);
}


.img-logo {
	width: 80%;
}


.text-body-bio{	
	color: #0C0B41;
	font-family: nunito;
	font-style: normal;
	font-weight: 300;
	font-size: 15px;


}

.text-six {
	color: #FCFBF4;
	font-family: nunito;
	font-style: normal;
	font-weight: 400;
	font-size: 24px;
	text-decoration: none;
	padding-top: 0px;
	padding-bottom: 10px;
	text-align: center;
}



/*About me section-global*/
.band-aboutme {
	background-color: #66CDCC;
	padding-top: 60px;
	padding-left: 80px;
	padding-right: 80px;
	padding-bottom: 75px;
	display: -webkit-flex;
	display: -moz-flex;
	display: -ms-flex;
	display: flex;
	align-content:space-between;
	-webkit-justify-content: space-around;
	-moz-justify-content: space-around;
	-ms-justify-content: space-around;
	justify-content: space-around;
	width: relative;
	background-image: url(../images/background/tablet/about_me_background.png);
	background-position: center center;
	background-size: cover;
	background-repeat: no-repeat;
	background-attachment: scroll;
	position: relative;
}

.text-about-head 
{
	color: #00FF33;
	font-size: 75px;
	font-family: HirukoStencil;
	text-align: center;
	line-height: 80px;
}	

.img-birds {
	padding-top: 15px;
}

/*Folio section-global*/

.band-portfolio {
	background-color: #59D9B8;
	padding-top: 60px;
	padding-left: 80px;
	padding-right: 80px;
	padding-bottom: 75px;
	background-attachment: fixed;
	background-image: -webkit-linear-gradient(270deg,rgba(89,197,199,0.65) 0%,rgba(89,197,199,0.65) 100%), url(../images/background/tablet/portfolio_background_large.png);
	background-image: -moz-linear-gradient(270deg,rgba(89,197,199,0.65) 0%,rgba(89,197,199,0.65) 100%), url(../images/background/tablet/portfolio_background_large.png);
	background-image: -o-linear-gradient(270deg,rgba(89,197,199,0.65) 0%,rgba(89,197,199,0.65) 100%), url(../images/background/tablet/portfolio_background_large.png);
	background-image: linear-gradient(180deg,rgba(89,197,199,0.65) 0%,rgba(89,197,199,0.65) 100%), url(../images/background/tablet/portfolio_background_large.png);
	background-position: center center;
	background-size: cover;
	background-repeat: no-repeat;
}

.folio-container {
	
	 padding-top: 40px;
	 padding-left: 0px;
	 padding-right: 0px;
	 padding-bottom: 40px;	
}

#portfolio {
	display:flex;
	flex-direction:row;
	flex-wrap: wrap;
	justify-content:center;
	align-content: stretch;
	-webkit-flex: 4 25%;
	-moz-flex: 4 25%;
	-ms-flex: 4 25%;
	flex: 4 25%;
	padding-left: 0px;
	padding-right: 0px;
	padding-bottom: 0px;
	padding-top: 0px;
}


 #portfolio img {
  /* Just in case there are inline attributes */
  	width: 100%;
	height: auto;
	
 }
 

.mfp-title	{
	color: #0C0B41;
	font-family: nunito;
	font-style: normal;
	font-weight: 400;
	font-size: 14px;	
	}


#portfolio li {
	
	display: -webkit-flex;
	display: -moz-flex;
	display: -ms-flex;
	display: flex;
	-webkit-justify-content: center;
	-moz-justify-content: center;
	-ms-justify-content: center;
	justify-content: center;
	width: relative;
	margin-right: 0px;
	margin-bottom: 0px;
	line-height: 0;
	
}


#portfolio li a {
	display: inherit;
	padding-top: 0px;
	padding-right: 0px;
	padding-left: 0px;
	padding-bottom: 0px;
	border-radius: 0px;
	box-sizing: border-box;	
}
 
 .folio-categories {
	display: -webkit-flex;
	display: -moz-flex;
	display: -ms-flex;
	display: flex;
	align-content:space-between;
	-webkit-justify-content: center;
	-moz-justify-content: center;
	-ms-justify-content: center;
	justify-content: center;
	width: relative;
	padding-top: 10px;	 
	 
	 
}

 
 
.folio-header {
	text-align:center;
	color: #FFFFFF;
	font-family: nunito;
	font-style: normal;
	font-weight: 400;
	font-size: 18px;
	margin-top: 5px;
	margin-bottom: 5px;
	
	
	
}


.folio-header:hover,
.folio-header:focus {
  color: #B3F4F6;
  background-color: transparent;
}



/*Contact section-global*/

.band-contact {
	background-color: #6D6DF2;
	padding-top: 60px;
	padding-left: auto;
	padding-right: 80px;
	padding-bottom: 65px;
	display: -webkit-flex;
	display: -moz-flex;
	display: -ms-flex;
	display: flex;
	align-content:space-between;
	-webkit-justify-content: space-around;
	-moz-justify-content: space-around;
	-ms-justify-content: space-around;
	justify-content: space-around;
	width: relative;
	background-image: url(../images/background/tablet/Contact-bird.png);
	background-position: left 33% bottom;
	background-repeat: no-repeat;
}


.block-contact {
	display: -webkit-flex;
   display: flex;
   -webkit-flex-direction: row; 
   -webkit-align-items: center;
   align-items: center;
   -webkit-justify-content: center;
   justify-content: center;
}


.cell-bird {
   -webkit-flex: 1 0 0; 
   flex: 1 0 0; 
}
.cell-form{
   -webkit-flex: 2 0 0;
   flex: 2 0 0;
}

/*-----error/success messages-----*/


#error {
display:none;
background: #e74c3c;
color:#FFF;
padding:25px;
margin-bottom: 25px;
}

#success{
display:none;
background: #2ecc71;
color:#FFF;
padding:25px;
margin-bottom: 25px;
}

/*-----form elements-----*/



#easy {
	float: left;
	max-width: 675px;
	margin: auto;
	text-shadow: 0px 0px;
	color: #FCFBF4;
	font-family: nunito;
	font-style: normal;
	font-weight: 300;
	font-variant: normal;
}

#easy .input {
	width: 100%;
	float: left;
	max-width: 325px;
	margin: 0 0 20px 0;
}

#easy .textarea {
	width: 100%;
	margin: 0 0 15px 0;
	max-width: 675px;
}


#easy .last {
	float: left;
}



#easy input.text, 
#easy textarea {
	font-family: nunito;
	font-weight: 300;
	font-size: 14px;
	padding: 8px 8px;
	border: 1px solid rgba(0,0,204,0.71);
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
	width: 100%;
	float: left;
	margin: 0;
	outline: none;
	background-color: rgba(0,0,204,0.52);
	color: #D1D1D7;
}


#easy input[type=text]:focus, 
#easy input[type=tel]:focus, 
#easy textarea:focus {
	margin-right: 0px;
	box-shadow: 0 0 3px rgba(52, 152, 219, 1);
	border: 1px solid rgba(0,0,204,0.71);
	color: #D1D1D7;
}

#easy input:hover,  
#easy textarea:hover {
	border: 1px solid #0000CC;
	-webkit-transition: all 0.2s ease;
	-moz-transition: all 0.2s ease;
	-o-transition: all 0.2s ease;
	transition: all 0.2s ease;
}

#easy textarea {
	height: 200px;
}

#easy span {
	color:red;
}


#easy #message {
	border-bottom: 30px;	
	
}



#easy .verification {
	display: flex;
	-webkit-display: flex;
	-moz-display: flex;
	-ms-display: flex;
	width: 100%;
	height: 42px;
	flex-direction: row;
	-webkit-flex-direction: row;
	-moz-flex-direction: row;
	-ms-flex-direction: row;
	flex-wrap: wrap;
	-webkit-flex-wrap: wrap;
	-moz-flex-wrap: wrap;
	-ms-flex-wrap: wrap;
	justify-content: space-between;
	-webkit-justify-content: space-between;
	-moz-justify-content: space-between;
	-ms-justify-content: space-between;
	align-content: flex-end;
	-webkit-align-content: flex-end;
	-moz-align-content: flex-end;
	-ms-align-content: flex-end;
	top: 10px;	
	
}

#easy #vimage {
	order:1;
	-webkit-order:1;
	-moz-order:1;
	-ms-order:1;
	
	flex-grow:1;
	-webkit-flex-grow:1;
	-moz-flex-grow:1;
	-ms-flex-grow:1;
	
	
	float: left;
	
	width: 120px;
	height: 42px;

}

#easy .refresh {
	order:2;
	-webkit-order:2;
	-moz-order:2;
	-ms-order:2;
	
	flex-grow:1;
	-webkit-flex-grow:1;
	-moz-flex-grow:1;
	-ms-flex-grow:1;
	
	float: left;
	
	width: 42px;
	height: 42px;
	display: block;
	margin: 0 7px;
	border:0;
}

#easy #verify {
	order:3;
	-webkit-order:3;
	-moz-order:3;
	-ms-order:3;
	
	flex-grow:2;
	-webkit-flex-grow:2;
	-moz-flex-grow:2;
	-ms-flex-grow:2;
	
	float: left;
	
	width: 150px;
	height: 42px;
	margin: 0;
	padding:8px;
}



#easy button {
	order:4;
	-webkit-order:4;
	-moz-order:4;
	-ms-order:4;
	
	flex-grow:2;
	-webkit-flex-grow:2;
	-moz-flex-grow:2;
	-ms-flex-grow:2;
	
	float: left;
	
	display: block;
	width: 150px;
	height: 42px;
	background-color: #22FFD2;
	padding: 12px 20px 7px !important;
	color: #09082B;
	font-family: nunito;
	text-align: center;
	margin: 0;
	border: 0;
	
	-webkit-transition: all 0.2s ease;
	-moz-transition: all 0.2s ease;
	-o-transition: all 0.2s ease;
	transition: all 0.2s ease;
	cursor: pointer;
	-webkit-box-shadow: 0 0px 0 #00FFCC;
	box-shadow: 0 0px 0 #00FFCC;
}



#easy button:hover {
	background-color: #23C5AB;
	-webkit-box-shadow: 0 0px 0 #00D8AD;
	box-shadow: 0 0px 0 #00D8AD;
}
 

.text-five  {
	font-size: 65px;
	color: #00FFCC;
	font-family: HirukoStencil;
	text-align: left;
}


/*Footer section-global*/

.band-footer {
	background-color: rgba(12,11,65,1.00);
	padding-top: 0px;
	padding-bottom: auto ;
	padding-right: 80px;
	padding-left: 80px;
	bottom: 0px;
	display: -webkit-flex;
	display: -moz-flex;
	display: -ms-flex;
	display: flex;
	align-content:space-between;
	-webkit-justify-content: space-around;
	-moz-justify-content: space-around;
	-ms-justify-content: space-around;
	justify-content: space-around;
	width: relative;
}
.block-footer {
	padding-bottom: 0px;
	padding-top: 20px;
	height: 30px;
}

.text-eight {
	color: #0F3EFF;
	font-family: nunito;
	font-style: normal;
	font-weight: 300;
	font-size: 15px;
	text-align: right;
}


.text-four {
	color: #FCFBF4;
	font-family: nunito;
	font-style: normal;
	font-weight: 400;
	font-size: 20px;
	text-decoration: none;
	padding-top: 0px;
	padding-bottom: 0px;
	position: absolute;
}


.h4{
	margin-top: 5px;
	margin-bottom: 5px;
	line-height: 10%;
  }
  

.text-justify {
	color: #0C0B41;
	font-family: nunito;
	font-style: normal;
	font-weight: 300;
	top: 0px;
	bottom: 0px;
	padding-top: 0px;
	margin-bottom: 0px;
}

a:hover,
a:focus {
	color: #B3F4F6;
	text-decoration: none;
	text-indent: 1px;
	text-align: right;
}



@media (min-width:1250px){
	
	
	/*Navbar section-big screen*/
.navbar-default {
	padding-left: 60px;
	padding-right: 60px;
	background-color: rgba(12,11,65,1.00);
	border: none;
	border-color: none;
}
	
/*Home section-big screen*/
	
	.container-fluid.blocker{
	height: 60px;
	background-color: #00DCB3;
}

.band-hero{
	padding-top: 500px;
	padding-left: 60px;
	padding-right: 60px;
	display: -webkit-flex;
	display: -moz-flex;
	display: -ms-flex;
	display: flex;
	flex-direction: column;
	align-content: center;
	-webkit-justify-content: left;
	-moz-justify-content: left;
	-ms-justify-content: left;
	justify-content: left;
	background-image: url(../images/background/tablet/cj_home_image.png);
	background-repeat: no-repeat;
	background-size: contain;
	background-position: right 30% bottom;
}

	
	.text-header-home {
	font-family: HirukoStencil;
	font-style: normal;
	font-size: 71px;
	font-size: 7.4vw;
	color: #8AFFE7;
	line-height: 80%;
}

.text-body-home {
	color: #0001CD;
	font-family: nunito;
	font-style: normal;
	font-weight: 400;
	font-size: 25px;
	font-size: 2vw;
	line-height: 30%;
}	

	.container.spacer-header{
	height: 15px;
}
	
	
	
		/*Service section-big screen*/

.band-services{
	padding-left: 60px;
	padding-right: 60px;
	}

	
	
	/*Bio section-big screen*/
.band-bio{
	padding-left: 60px;
	padding-right: 60px;
	background-repeat: no-repeat;
	background-position: center top;
	background-image: -webkit-linear-gradient(270deg,rgba(89,197,199,0.70) 0%,rgba(89,197,199,0.70) 100%), url(ceesite/images/background/tablet/bio-bg.png);
	background-image: -moz-linear-gradient(270deg,rgba(89,197,199,0.70) 0%,rgba(89,197,199,0.70) 100%), url(ceesite/images/background/tablet/bio-bg.png);
	background-image: -o-linear-gradient(270deg,rgba(89,197,199,0.70) 0%,rgba(89,197,199,0.70) 100%), url(ceesite/images/background/tablet/bio-bg.png);
	background-image: linear-gradient(180deg,rgba(89,197,199,0.70) 0%,rgba(89,197,199,0.70) 100%), url(ceesite/images/background/tablet/bio-bg.png);
	background-size: cover;
}

.img-logo {
	width: 75%;
}

	/*About me section-big screen*/

.band-aboutme{
	padding-left: 60px;
	padding-right: 60px;
}

		/*Portfolio section-big screen*/
.band-portfolio {

	background-color: #59D9B8;
	padding-top: 60px;
	padding-left: 60px;
	padding-right: 60px;
	padding-bottom: 75px;
	background-attachment: fixed;
	background-image: -webkit-linear-gradient(270deg,rgba(89,197,199,0.65) 0%,rgba(89,197,199,0.65) 100%), url(ceesite/images/background/tablet/portfolio_background_large.png);
	background-image: -moz-linear-gradient(270deg,rgba(89,197,199,0.65) 0%,rgba(89,197,199,0.65) 100%), url(ceesite/images/background/tablet/portfolio_background_large.png);
	background-image: -o-linear-gradient(270deg,rgba(89,197,199,0.65) 0%,rgba(89,197,199,0.65) 100%), url(ceesite/images/background/tablet/portfolio_background_large.png);
	background-image: linear-gradient(180deg,rgba(89,197,199,0.65) 0%,rgba(89,197,199,0.65) 100%), url(ceesite/images/background/tablet/portfolio_background_large.png);
	background-position: center center;
	background-size: cover;
	background-repeat: no-repeat;
	
	
	
}	
#portfolio {
	display:flex;
	flex-direction:row;
	flex-wrap: wrap;
	justify-content:center;
	align-content: stretch;
	-webkit-flex: 4 25%;
	-moz-flex: 4 25%;
	-ms-flex: 4 25%;
	flex: 4 25%;
	padding-left: 0px;
	padding-right: 0px;
	padding-bottom: 0px;
	padding-top: 0px;
}


 #portfolio img {
  /* Just in case there are inline attributes */
  	width: 100%;
	height: auto;
	
 }
 
#portfolio li {
	
	display: -webkit-flex;
	display: -moz-flex;
	display: -ms-flex;
	display: flex;
	-webkit-justify-content: center;
	-moz-justify-content: center;
	-ms-justify-content: center;
	justify-content: center;
	width: relative;
	margin-right: 0px;
	margin-bottom: 0px;
	line-height: 0;
	
}


	/*Contact section-big screen*/


.text-seven {
	text-align: right;
	}


	
.band-footer{
	height: 60px;
	padding-top: 5px;
	padding-bottom: 50px;
	padding-left: 60px;
	padding-right: 60px;
}


  }		
/*Large desktop view*/
@media (min-width: 1200px){

	
/*Navigation section-Large desktop view*/	
	
	.navbar-default {
	padding-left: 60px;
	padding-right: 60px;
	background-color: rgba(12,11,65,1.00);
	border: none;
	border-color: none;
}
	
	
/*Home section-Large desktop view*/	
	
	.container-fluid.blocker{
	height: 60px;
	background-color: #00DCB3;
}
	
.band-hero{
	padding-top: 500px;
	padding-left: 60px;
	padding-right: 60px;
	display: -webkit-flex;
	display: -moz-flex;
	display: -ms-flex;
	display: flex;
	flex-direction: column;
	-webkit-justify-content: left;
	-moz-justify-content: left;
	-ms-justify-content: left;
	justify-content: left;
	background-image: url(../images/background/tablet/cj_home_image.png);
	background-repeat: no-repeat;
	background-position: right 30% bottom;
	background-size: contain;
}

	
	.container.spacer-header{
	height: 15px;
}
	

	/*Services section-Large desktop view*/

.band-services{
	padding-left: 50px;
	padding-right: 50px;
	background-repeat: no-repeat;
	background-size: 100% 100%;
	background-position: center top;
	background-image: -webkit-linear-gradient(270deg,rgba(89,197,199,0.70) 0%,rgba(89,197,199,0.70) 100%), url(../images/background/tablet/services-bg.png);
	background-image: -moz-linear-gradient(270deg,rgba(89,197,199,0.70) 0%,rgba(89,197,199,0.70) 100%), url(../images/background/tablet/services-bg.png);
	background-image: -o-linear-gradient(270deg,rgba(89,197,199,0.70) 0%,rgba(89,197,199,0.70) 100%), url(../images/background/tablet/services-bg.png);
	background-image: linear-gradient(180deg,rgba(89,197,199,0.70) 0%,rgba(89,197,199,0.70) 100%), url(../images/background/tablet/services-bg.png);
	background-attachment: scroll;
}
.img-logo {
	width: 65%;
}


/*Bio section-Large desktop view*/

.band-bio{
	padding-left: 50px;
	padding-right: 50px;
	background-repeat: no-repeat;
	background-size: 100% 100%;
	background-position: center top;
	background-image: -webkit-linear-gradient(270deg,rgba(89,197,199,0.70) 0%,rgba(89,197,199,0.70) 100%), url(../images/background/tablet/bio-bg.png);
	background-image: -moz-linear-gradient(270deg,rgba(89,197,199,0.70) 0%,rgba(89,197,199,0.70) 100%), url(../images/background/tablet/bio-bg.png);
	background-image: -o-linear-gradient(270deg,rgba(89,197,199,0.70) 0%,rgba(89,197,199,0.70) 100%), url(../images/background/tablet/bio-bg.png);
	background-image: linear-gradient(180deg,rgba(89,197,199,0.70) 0%,rgba(89,197,199,0.70) 100%), url(../images/background/tablet/bio-bg.png);
	background-attachment: scroll;
}

.img-logo {
	width: 75%;
	padding-top: 13px;
	padding-bottom: 10px;
}

/*About me section-Large desktop view*/

.band-aboutme{
	padding-left: 50px;
	padding-right: 50px;
	background-image: url(../images/background/tablet/about_me_background.png);
}
	
	
	/*Portfolio section-Large desktop view*/
	
.band-portfolio {
	background-color: #59D9B8;
	padding-top: 60px;
	padding-left: 50px;
	padding-right: 50px;
	padding-bottom: 75px;
	background-attachment: fixed;
	background-image: -webkit-linear-gradient(270deg,rgba(89,197,199,0.65) 0%,rgba(89,197,199,0.65) 100%), url(../images/background/tablet/portfolio_background.png);
	background-image: -moz-linear-gradient(270deg,rgba(89,197,199,0.65) 0%,rgba(89,197,199,0.65) 100%), url(../images/background/tablet/portfolio_background.png);
	background-image: -o-linear-gradient(270deg,rgba(89,197,199,0.65) 0%,rgba(89,197,199,0.65) 100%), url(../images/background/tablet/portfolio_background.png);
	background-image: linear-gradient(180deg,rgba(89,197,199,0.65) 0%,rgba(89,197,199,0.65) 100%), url(../images/background/tablet/portfolio_background.png);
	background-position: center top;
	background-size: 100% 100%;
	background-repeat: no-repeat;
}


#portfolio {
	display:flex;
	flex-direction:row;
	flex-wrap: wrap;
	justify-content:center;
	align-content: stretch;
	-webkit-flex: 4 25%;
	-moz-flex: 4 25%;
	-ms-flex: 4 25%;
	flex: 4 25%;
	padding-left: 0px;
	padding-right: 0px;
	padding-bottom: 0px;
	padding-top: 0px;
}


 #portfolio img {
  /* Just in case there are inline attributes */
  	width: 100%;
	height: auto;
	
 }
 
#portfolio li {
	
	display: -webkit-flex;
	display: -moz-flex;
	display: -ms-flex;
	display: flex;
	-webkit-justify-content: center;
	-moz-justify-content: center;
	-ms-justify-content: center;
	justify-content: center;
	width: relative;
	margin-right: 0px;
	margin-bottom: 0px;
	line-height: 0;
	
}

	.folio-header {
	text-align:center;
	color: #FFFFFF;
	font-family: nunito;
	font-style: normal;
	font-weight: 400;
	font-size: 18px;
	margin-top: 5px;
	margin-bottom: 5px;
	
	
	
}
	
/*Footer section-Large desktop view*/
	
.band-footer{
	padding-left: 30px;
	padding-right: 30px;
	height: 60px
}	
	
	
	
	.text-three {
	font-size: 25px;
	font-family: nunito;
	font-weight: 600;
	text-align: center;
}


.text-seven {
	text-align: right;
	}


.band-footer{
	padding-left: 50px;
	padding-right: 50px;
}

.text-eight {
	text-align: right;
	}


 }	

/*Desktop view*/

	
@media (min-width: 992px) and (max-width: 1199px){
	
	
	/*Navbar section-Desktop view*/
	
	.navbar-default {
	padding-left: 40px;
	padding-right: 40px;
	background-color: rgba(12,11,65,1.00);
	border: none;
	border-color: none;
}

	/*Home section-Desktop view*/
	
	.container-fluid.blocker{
	height: 60px;
	background-color: #00DCB3;
}
	
.band-hero{
	padding-top: 400px;
	padding-left: 40px;
	padding-right: 40px;
	display: -webkit-flex;
	display: -moz-flex;
	display: -ms-flex;
	display: flex;
	flex-direction: column;
	align-content: center;
	-webkit-justify-content: left;
	-moz-justify-content:left;
	-ms-justify-content: left;
	justify-content: left;
	background-image: url(../images/background/tablet/cj_home_image.png);
	background-repeat: no-repeat;
	background-size: contain;
	background-position: right 30% bottom;
}
	
	
.text-header-home {
	font-family: HirukoStencil;
	font-style: normal;
	font-size: 80px;
	color: #8AFFE7;
	line-height: 50px;
}

.text-body-home {
	color: #0001CD;
	font-family: nunito;
	font-style: normal;
	font-weight: 400;
	font-size: 22px;
	line-height: 20px;
}	

	
	.container.spacer-header{
	height: 5px;
}
	
	
/*Services section-Desktop view*/

.band-services{
	padding-left: 40px;
	padding-right: 40px;
	background-repeat: no-repeat;
	background-position: center top;
	background-image: -webkit-linear-gradient(270deg,rgba(89,197,199,0.70) 0%,rgba(89,197,199,0.70) 100%), url(../images/background/tablet/services-bg.png);
	background-image: -moz-linear-gradient(270deg,rgba(89,197,199,0.70) 0%,rgba(89,197,199,0.70) 100%), url(../images/background/tablet/services-bg.png);
	background-image: -o-linear-gradient(270deg,rgba(89,197,199,0.70) 0%,rgba(89,197,199,0.70) 100%), url(../images/background/tablet/services-bg.png);
	background-image: linear-gradient(180deg,rgba(89,197,199,0.70) 0%,rgba(89,197,199,0.70) 100%), url(../images/background/tablet/services-bg.png);
	background-size: 100% 100%;
	background-attachment: scroll;
}

.text-body-services {
	font-family: nunito;
	font-style: normal;
	font-weight: 300;
	font-size: 15px;
	text-align: center;
	color: #000066;
}

.img-service {
	width: 65%;
}
	
.container {
	min-width: 580px;
	max-width: 80%;
}

/*Bio section-Desktop view*/

.band-bio{
	padding-left: 40px;
	padding-right: 40px;
	background-repeat: no-repeat;
	background-size: 100% 100%;
	background-position: center top;
	background-image: -webkit-linear-gradient(270deg,rgba(89,197,199,0.65) 0%,rgba(89,197,199,0.65) 100%), url(../images/background/tablet/bio-bg.png);
	background-image: -moz-linear-gradient(270deg,rgba(89,197,199,0.65) 0%,rgba(89,197,199,0.65) 100%), url(../images/background/tablet/bio-bg.png);
	background-image: -o-linear-gradient(270deg,rgba(89,197,199,0.65) 0%,rgba(89,197,199,0.65) 100%), url(../images/background/tablet/bio-bg.png);
	background-image: linear-gradient(180deg,rgba(89,197,199,0.65) 0%,rgba(89,197,199,0.65) 100%), url(../images/background/tablet/bio-bg.png);
	background-attachment: scroll;
}

.img-logo {
	width: 75%;
}


/*About me section-Desktop view*/
	
	
/*Portfolio section-Desktop view*/

.band-portfolio {
	background-color: #59D9B8;
	padding-top: 60px;
	padding-left: 40px;
	padding-right: 40px;
	padding-bottom: 75px;
	background-attachment: fixed;
	background-image: -webkit-linear-gradient(270deg,rgba(89,197,199,0.65) 0%,rgba(89,197,199,0.65) 100%), url(../images/background/tablet/portfolio_background_large.png);
	background-image: -moz-linear-gradient(270deg,rgba(89,197,199,0.65) 0%,rgba(89,197,199,0.65) 100%), url(../images/background/tablet/portfolio_background_large.png);
	background-image: -o-linear-gradient(270deg,rgba(89,197,199,0.65) 0%,rgba(89,197,199,0.65) 100%), url(../images/background/tablet/portfolio_background_large.png);
	background-image: linear-gradient(180deg,rgba(89,197,199,0.65) 0%,rgba(89,197,199,0.65) 100%), url(../images/background/tablet/portfolio_background_large.png);
	background-position: center center;
	background-size: 100% 100%;
	background-repeat: no-repeat;
}



#portfolio {
	display:flex;
	flex-direction:row;
	flex-wrap: wrap;
	justify-content:center;
	align-content: stretch;
	-webkit-flex: 4 25%;
	-moz-flex: 4 25%;
	-ms-flex: 4 25%;
	flex: 4 25%;
	padding-left: 0px;
	padding-right: 0px;
	padding-bottom: 0px;
	padding-top: 0px;
}


 #portfolio img {
  /* Just in case there are inline attributes */
  	width: 100%;
	height: auto;
	
 }
 
#portfolio li {
	
	display: -webkit-flex;
	display: -moz-flex;
	display: -ms-flex;
	display: flex;
	-webkit-justify-content: center;
	-moz-justify-content: center;
	-ms-justify-content: center;
	justify-content: center;
	margin-right: 0px;
	margin-bottom: 0px;
	line-height: 0;
}

	
	.text-three {
	font-family: nunito;
	font-size: 25px;
	font-weight: 600;
	text-align: center;
}



	
.text-seven {
	text-align: right;
	}
	
	
/*Contact section-Desktop view*/
#easy #vimage {

	order: 1;
	-webkit-order: 1;
	-moz-order: 1;
	-ms-order: 1;
	flex-shrink: 1;
	-webkit-flex-shrink: 1;
	-moz-flex-shrink: 1;
	-ms-flex-shrink: 1;
	float: left;
	width: 101px;
	height: 42px;
}	

	
	#easy .refresh {

	order:2;
	-webkit-order:2;
	-moz-order:2;
	-ms-order:2;
	
	flex-shrink: 1;
	-webkit-flex-shrink:1;
	-moz-flex-shrink:1;
	-ms-flex-shrink:1;
	
	float: left;
		
	width: 40px;
	height: 42px;
	}	
		
		
	#easy #verify {

	order:3;
	-webkit-order:3;
	-moz-order:3;
	-ms-order:3;
	
	flex-shrink: 2;
	-webkit-flex-shrink:2;
	-moz-flex-shrink:2;
	-ms-flex-shrink:2;
	
	float: right;
	text-align: center;
	width: 101px;
	height: 42px;
	
	
}	
	
	#easy button {

	order:4;
	-webkit-order:4;
	-moz-order:4;
	-ms-order:4;
	
		
	flex-shrink: 3;
	-webkit-flex-shrink:2;
	-moz-flex-shrink:2;
	-ms-flex-shrink:2;
	
		
	float: right;
		
	display: block;
	width: 101px;
	height: 42px;
	
}	
	

/*Footer section-Desktop view*/

.band-footer{
	height: 60px;
	padding-left: 40px;
	padding-right: 40px;
}

.text-eight{
	text-align: right;
	}


}


/*Tablet view*/
	
 @media (min-width: 768px) and (max-width: 991px){
	
/*Navbar section-Tablet*/	
	 
	.navbar-default {
	padding-left: 40px;
	padding-right: 40px;
	display: -webkit-flex;
	display: -moz-flex;
	display: -ms-flex;
	display: flex;
	flex-direction: row;
	-webkit-justify-content: center;
	-moz-justify-content: center;
	-ms-justify-content: center;
	justify-content: center;
	background-color: rgba(12,11,65,1.00);
	border: none;
	border-color: none;
}
	 

	/*Home section-Tablet*/	
	.container-fluid.blocker{
	height: 60px;
	background-color: #00DCB3;
}
	
.band-hero{
	padding-left: 40px;
	padding-right: 40px;
	padding-top: 440px;
	padding-bottom: 60px;
	display: -webkit-flex;
	display: -moz-flex;
	display: -ms-flex;
	display: flex;
	flex-direction: row;
	-webkit-justify-content: center;
	-moz-justify-content: center;
	-ms-justify-content: center;
	justify-content: center;
	background-size: 85%;
	background-position: right 30% bottom;
}

	 
	.text-header-home {
	font-family: HirukoStencil;
	font-style: normal;
	font-size: 80px;
	color: #8AFFE7;
	line-height: 40px;
}

.text-body-home {
	color: #0001CD;
	font-family: nunito;
	font-style: normal;
	font-weight: 400;
	font-size: 22px;
	line-height: 20px;
}	 
	 
	 
	.container.spacer-header{
	height: 5px;
} 
	 
	 
	 
/*Services section-Tablet*/	
.band-services{
	padding-left: 40px;
	padding-right: 40px;
	padding-top: 40px;
	padding-bottom: 60px;
	background-repeat: no-repeat;
	background-size: 100% 100%;
	background-position: center top;
	background-attachment: scroll;
	background-image: -webkit-linear-gradient(270deg,rgba(89,197,199,0.65) 0%,rgba(89,197,199,0.65) 100%), url(../images/background/tablet/services-bg.png);
	background-image: -moz-linear-gradient(270deg,rgba(89,197,199,0.65) 0%,rgba(89,197,199,0.65) 100%), url(../images/background/tablet/services-bg.png);
	background-image: -o-linear-gradient(270deg,rgba(89,197,199,0.65) 0%,rgba(89,197,199,0.65) 100%), url(../images/background/tablet/services-bg.png);
	background-image: linear-gradient(180deg,rgba(89,197,199,0.65) 0%,rgba(89,197,199,0.65) 100%), url(../images/background/tablet/services-bg.png);
}

.img-service {
	width: 50%;
	height: auto;
}

.text-body-services {
	color: #0C0B41;
	font-family: nunito;
	font-style: normal;
	font-weight: 300;
	font-size: 15px;
	text-align: center;
	
}

/*Bio section-Tablet*/	
.band-bio{
	padding-left: 40px;
	padding-right: 40px;
	padding-top: 40px;
	padding-bottom: 60px;
	display: -webkit-flex;
	display: -moz-flex;
	display: -ms-flex;
	display: flex;
	flex-direction: row;
	-webkit-justify-content: space-around;
	-moz-justify-content: space-around;
	-ms-justify-content: space-around;
	justify-content: space-around;
	background-repeat: no-repeat;
	background-size: 100% 100%;
	background-position: center top;
	background-image: -webkit-linear-gradient(270deg,rgba(89,197,199,0.65) 0%,rgba(89,197,199,0.65) 100%), url(../images/background/tablet/bio-bg.png);
	background-image: -moz-linear-gradient(270deg,rgba(89,197,199,0.65) 0%,rgba(89,197,199,0.65) 100%), url(../images/background/tablet/bio-bg.png);
	background-image: -o-linear-gradient(270deg,rgba(89,197,199,0.65) 0%,rgba(89,197,199,0.65) 100%), url(../images/background/tablet/bio-bg.png);
	background-image: linear-gradient(180deg,rgba(89,197,199,0.65) 0%,rgba(89,197,199,0.65) 100%), url(../images/background/tablet/bio-bg.png);
	background-attachment: scroll;
	}


.img-logo {
	width: 80%;
	height: auto;
}

/*About me section-Tablet*/	

.band-aboutme{
	padding-left: 40px;
	padding-right: 40px;
	padding-top: 40px;
	padding-bottom: 60px;
	background-image: url(../images/background/tablet/about_me_background.png);
	}


	/*Portfolio section-Tablet*/	 
	 
.band-portfolio{
	padding-left: 40px;
	padding-right: 40px;
	padding-top: 40px;
	padding-bottom: 60px;
	display: -webkit-flex;
	display: -moz-flex;
	display: -ms-flex;
	display: flex;
	flex-direction: row;
	-webkit-justify-content: center;
	-moz-justify-content: center;
	-ms-justify-content: center;
	justify-content: center; 
	background-image: -webkit-linear-gradient(270deg,rgba(89,217,184,0.65) 0%,rgba(89,217,184,0.65) 100%), url(../images/background/tablet/portfolio_background_large.png);
	background-image: -moz-linear-gradient(270deg,rgba(89,217,184,0.65) 0%,rgba(89,217,184,0.65) 100%), url(../images/background/tablet/portfolio_background_large.png);
	background-image: -o-linear-gradient(270deg,rgba(89,217,184,0.65) 0%,rgba(89,217,184,0.65) 100%), url(../images/background/tablet/portfolio_background_large.png);
	background-image: linear-gradient(180deg,rgba(89,217,184,0.65) 0%,rgba(89,217,184,0.65) 100%), url(../images/background/tablet/portfolio_background_large.png);
	background-position: center top;
	background-size: 100% 100%;
	background-attachment: fixed;
	}

	
#portfolio {
	display:flex;
	flex-direction:row;
	flex-wrap: wrap;
	justify-content:center;
	align-content: stretch;
	-webkit-flex: 4 25%;
	-moz-flex: 4 25%;
	-ms-flex: 4 25%;
	flex: 4 25%;
	padding-left: 0px;
	padding-right: 0px;
	padding-bottom: 0px;
	padding-top: 0px;
}

.mfp-title	{
	color: #0C0B41;
	font-family: nunito;
	font-style: normal;
	font-weight: 400;
	font-size: 14px;	
	}

	.text-one{
	font-family: HirukoStencil;
	font-size: 550%;	
		
	}	
	
	
	.text-three {
	font-size: 25px;
	font-family: nunito;
	font-weight: 600;
	text-align: center;
}

	
	/*Contact section-Tablet*/	
	.band-contact{
	padding-left: 40px;
	padding-right: 40px;
	padding-top: 40px;
	padding-bottom: 60px;
	display: -webkit-flex;
	display: -moz-flex;
	display: -ms-flex;
	display: flex;
	flex-direction: row;
	background-image: -webkit-linear-gradient(270deg,rgba(109,109,242,0.40) 0%,rgba(109,109,242,0.40) 100%), url(../images/background/tablet/Contact-bird.png);
	background-image: -moz-linear-gradient(270deg,rgba(109,109,242,0.40) 0%,rgba(109,109,242,0.40) 100%), url(../images/background/tablet/Contact-bird.png);
	background-image: -o-linear-gradient(270deg,rgba(109,109,242,0.40) 0%,rgba(109,109,242,0.40) 100%), url(../images/background/tablet/Contact-bird.png);
	background-image: linear-gradient(180deg,rgba(109,109,242,0.40) 0%,rgba(109,109,242,0.40) 100%), url(../images/background/tablet/Contact-bird.png);
	-webkit-justify-content: center;
	-moz-justify-content: center;
	-ms-justify-content: center;
	justify-content: center;
	 }
	 
	 
	.cell-bird {
   -webkit-flex: 0 0 0;
	-moz-flex: 0 0 0;
   flex: 0 0 0; 
}
.cell-form{
   -webkit-flex: 1 0 0;
	-moz-flex: 1 0 0;
    flex: 1 0 0;
} 
	 
	.verification {
	display:flex;
	flex-wrap: wrap;
	flex-direction:row;
	justify-content:flex-start;
	align-content: flex-start;
	height: 80px;
	
	}
	 
	 
	#easy #vimage {

	order: 1;
	-webkit-order: 1;
	-moz-order: 1;
	-ms-order: 1;
	flex-shrink: 1;
	-webkit-flex-shrink: 1;
	-moz-flex-shrink: 1;
	-ms-flex-shrink: 1;
	float: left;
	width: 101px;
	height: 42px;
}	

	
	#easy .refresh {
	
	order:2;
	-webkit-order:2;
	-moz-order:2;
	-ms-order:2;
	
	flex-shrink: 1;
	-webkit-flex-shrink:1;
	-moz-flex-shrink:1;
	-ms-flex-shrink:1;
	
	float: left;
		
	width: 40px;
	height: 42px;
	}	
		
		
	#easy #verify {
	
	order:3;
	-webkit-order:3;
	-moz-order:3;
	-ms-order:3;
	
	flex-shrink: 2;
	-webkit-flex-shrink:2;
	-moz-flex-shrink:2;
	-ms-flex-shrink:2;
	
	float: right;
	text-align: center;
	width: 101px;
	height: 42px;
	
	
}	
	
	#easy button {
	
	order:4;
	-webkit-order:4;
	-moz-order:4;
	-ms-order:4;
	
		
	flex-shrink: 3;
	-webkit-flex-shrink:2;
	-moz-flex-shrink:2;
	-ms-flex-shrink:2;
	
		
	float: right;
		
	display: block;
	width: 101px;
	height: 42px;
	
}	
		 
	 
.text-seven {
	text-align: right;
	}
/*Footer section-Tablet*/	

.band-footer{
	padding-left: 40px;
	padding-right: 40px;
	height: 60px
}
	
.text-eight{
	align-self: right;
}


.container.center-block{
	align-self: center;
	width: relative;
}


}


/*Mobile view*/
@media (max-width: 767px){
	
	
/*Navbar section-Mobile*/	
	
 .h4{
  margin-top: 0px;
  margin-bottom: 0px;
  font-size: 20px; 
  } 
  

.navbar-fixed-top {
  top: 0;
  border: none;
}

.navbar-default {
	padding-left: 20px;
	padding-right: 20px;
	width:auto;
	background-color: rgba(12,11,65,1.00);
	border: none;
	border-color: none;
}

.navbar-header {
	font-family: HirukoStencil;
	font-size: 20px;
	border: none;
	border-color: none;
}

.band-nav {
	padding-top: 0px;
	padding-left: 20px;
	padding-right: 20px;
	padding-bottom: 0px;
	border: none;
}
 
	

.navbar-default .navbar-nav > li > a {
	color: #F7F7E4;
	font-family: nunito;
	font-style: normal;
	font-weight: 300;
	font-size: 16px;
	line-height: 22px;
	text-align: left;
	padding-left: 20px;
	border: none;
	border-color: none;
	
  }
  
	
.navbar-default .navbar-nav > li > a:hover,
.navbar-default .navbar-nav > li > a:focus {
	color: #B3F4F6;
	background-color: transparent;
	font-family: nunito;
	font-style: normal;
	font-weight: 300;
	font-size: 16px;
	line-height: 22px;
	text-align: left;
	padding-left: 20px;
	border: none;
	border-color: none;
	}

	
	/*Home section-Mobile*/	
	
	.container-fluid.blocker{
	height: 50px;
	background-color: #00DCB3;
}

.band-hero {
	padding-top: 55%;
	padding-left: 20px;
	padding-right: 20px;
	padding-bottom: 35px;
	background-repeat: no-repeat;
	background-origin: padding-box;
	background-clip: padding-box;
	background-attachment: scroll;
	background-size: cover;
	background-position: right 30% bottom;
	background-image: url(../images/background/tablet/cj_home_image.png);
   }	
   
	
.text-header-home {
	font-family: HirukoStencil;
	font-size: 60px;
	font-size: 12vw;
	color: #8AFFE7;
	line-height: 50px;
	
   }
   
.text-body-home {
	font-size: 20px; 
	text-align: left;
	padding-left: 0px;
	padding-right: 0px;
	
	 }	
	
	
	.container.spacer-header{
	height: 5px;
}
   
   /*Services section-Mobile*/	
      
.band-services {
	padding-top: 30px;
	padding-left: 20px;
	padding-right: 20px;
	padding-bottom: 50px;
	background-size: 100% 100%;
	background-position: center top;
	background-repeat: no-repeat;
	background-image: -webkit-repeating-linear-gradient(270deg,rgba(89,197,199,0.65) 0%,rgba(89,197,199,0.65) 100%), url(../images/background/tablet/services-bg.png);
	background-image: -moz-repeating-linear-gradient(270deg,rgba(89,197,199,0.65) 0%,rgba(89,197,199,0.65) 100%), url(../images/background/tablet/services-bg.png);
	background-image: -o-repeating-linear-gradient(270deg,rgba(89,197,199,0.65) 0%,rgba(89,197,199,0.65) 100%), url(../images/background/tablet/services-bg.png);
	background-image: repeating-linear-gradient(180deg,rgba(89,197,199,0.65) 0%,rgba(89,197,199,0.65) 100%), url(../images/background/tablet/services-bg.png);
	background-attachment: scroll;
}

.img-service {
	width: 75%;
}
.text-body-services {
	color: #0C0B41;
	font-family: nunito;
	font-style: normal;
	font-weight: 300;
	font-size: 15px;
	text-align: center;
}

	p {
	color: #0C0B41;
	font-family: nunito;
	font-style: normal;
	font-weight: 400;
	font-size: 14px;
}
	
	
	
.text-one {
	font-family: HirukoStencil;
 	font-size: 400%;
	font-size: 10vw;

} 
	
	
	
.text-two {
	font-size: 18px;
	text-align: center;
	  } 


.text-three {
	font-size: 18px;
	font-family: nunito;
	font-style: normal;
	text-align: center;
}


/*Bio section-Mobile*/	

.band-bio {
	padding-top: 30px;
	padding-left: 20px;
	padding-right: 20px;
	padding-bottom: 50px;
	background-size: 100% 100%;
	background-position: center top;
	background-repeat: no-repeat;
	background-image: -webkit-linear-gradient(270deg,rgba(89,197,199,0.65) 0%,rgba(89,197,199,0.65) 100%), url(../images/background/tablet/bio-bg.png);
	background-image: -moz-linear-gradient(270deg,rgba(89,197,199,0.65) 0%,rgba(89,197,199,0.65) 100%), url(../images/background/tablet/bio-bg.png);
	background-image: -o-linear-gradient(270deg,rgba(89,197,199,0.65) 0%,rgba(89,197,199,0.65) 100%), url(../images/background/tablet/bio-bg.png);
	background-image: linear-gradient(180deg,rgba(89,197,199,0.65) 0%,rgba(89,197,199,0.65) 100%), url(../images/background/tablet/bio-bg.png);
	background-attachment: scroll;
}

.img-logo {
	width: 90%;
}

	
	/*About me section-Mobile*/	

.band-aboutme {
	padding-top: 30px;
	padding-left: 20px;
	padding-right: 20px;
	padding-bottom: 50px;
	background-image: url(../images/background/tablet/about_me_background.png);
	background-attachment: scroll;
 }	
 	
 .text-about-head {
	font-family: HirukoStencil;
	font-size: 400%;
	font-size: 10vw;
	line-height: 95%;
	text-align: center;
}
 
 /*Portfolio section-Mobile*/	
 
		
.band-portfolio {
	padding-top: 10px;
	padding-left: 20px;
	padding-right: 20px;
	padding-bottom: 50px;
	background-image: -webkit-linear-gradient(270deg,rgba(89,217,184,0.65) 0.06%,rgba(89,217,184,0.65) 99.87%), url(../images/background/tablet/portfolio_background.png);
	background-image: -moz-linear-gradient(270deg,rgba(89,217,184,0.65) 0.06%,rgba(89,217,184,0.65) 99.87%), url(../images/background/tablet/portfolio_background.png);
	background-image: -o-linear-gradient(270deg,rgba(89,217,184,0.65) 0.06%,rgba(89,217,184,0.65) 99.87%), url(../images/background/tablet/portfolio_background.png);
	background-image: linear-gradient(180deg,rgba(89,217,184,0.65) 0.06%,rgba(89,217,184,0.65) 99.87%), url(../images/background/tablet/portfolio_background.png);
	background-position: center top;
	background-size: cover;
	background-attachment: fixed;
}	 	 


#portfolio {
	display:flex;
	flex-direction:row;
	flex-wrap: wrap;
	justify-content:center;
	align-content: stretch;
	-webkit-flex: 2 50%;
	-moz-flex: 2 50%;
	-ms-flex: 2 50%;
	flex: 2 50%;
	padding-left: 0px;
	padding-right: 0px;
	padding-bottom: 0px;
	padding-top: 0px;
}

	
	
.mfp-title	{
	color: #0C0B41;
	font-family: nunito;
	font-style: normal;
	font-weight: 400;
	font-size: 14px;	
	}
	
	
	
	/*Contact section-Mobile*/	

.band-contact {
	padding-top: 10px;
	padding-left: 20px;
	padding-right: 20px;
	padding-bottom: 50px;
	background-image: -webkit-linear-gradient(270deg,rgba(109,109,242,0.40) 0%,rgba(109,109,242,0.40) 100%), url(../images/background/tablet/Contact-bird.png);
	background-image: -moz-linear-gradient(270deg,rgba(109,109,242,0.40) 0%,rgba(109,109,242,0.40) 100%), url(../images/background/tablet/Contact-bird.png);
	background-image: -o-linear-gradient(270deg,rgba(109,109,242,0.40) 0%,rgba(109,109,242,0.40) 100%), url(../images/background/tablet/Contact-bird.png);
	background-image: linear-gradient(180deg,rgba(109,109,242,0.40) 0%,rgba(109,109,242,0.40) 100%), url(../images/background/tablet/Contact-bird.png);
	background-size: cover;
	background-position: left 25% bottom;
	background-repeat: no-repeat;
	background-attachment: scroll;
}	
	
.cell-bird {
   -webkit-flex: 0 0 0;
	-moz-flex: 0 0 0;
   flex: 0 0 0; 
}
.cell-form{
   -webkit-flex: 1 0 0;
	-moz-flex: 1 0 0;
   flex: 1 0 0;
}
	
	
.verification {
	display: inline-flex;
	-webkit-display: inline-flex;
	-moz-display: inline-flex;
	-ms-display: inline-flex;
	flex-direction: row;
	-webkit-flex-direction: row;
	-moz-flex-direction: row;
	-ms-flex-direction: row;
	flex-wrap: wrap;
	-webkit-flex-wrap: wrap;
	-moz-flex-wrap: wrap;
	-ms-flex-wrap: wrap;
	justify-content: space-between;
	-webkit-justify-content: space-between;
	-moz-justify-content: space-between;
	-ms-justify-content: space-between;
	align-content: flex-end;
	-webkit-align-content: flex-end;
	-moz-align-content: flex-end;
	-ms-align-content: flex-end;
	height: 60px;
	border-bottom: 50px;
}	
	
	
	
	#easy #vimage {
	
	order: 1;
	-webkit-order: 1;
	-moz-order: 1;
	-ms-order: 1;
	flex-shrink: 1;
	-webkit-flex-shrink: 1;
	-moz-flex-shrink: 1;
	-ms-flex-shrink: 1;
	float: left;
	width: 101px;
	height: 42px;
}	

	
	#easy .refresh {
	
	order:2;
	-webkit-order:2;
	-moz-order:2;
	-ms-order:2;
	
	flex-shrink: 1;
	-webkit-flex-shrink:1;
	-moz-flex-shrink:1;
	-ms-flex-shrink:1;
	
	float: left;
		
	width: 40px;
	height: 42px;
	}	
		
		
	#easy #verify {
	
	order:3;
	-webkit-order:3;
	-moz-order:3;
	-ms-order:3;
	
	flex-shrink: 2;
	-webkit-flex-shrink:2;
	-moz-flex-shrink:2;
	-ms-flex-shrink:2;
	
	float: right;
	text-align: center;
	width: 101px;
	height: 42px;
	
	
}	
	
	#easy button {
	
	order:4;
	-webkit-order:4;
	-moz-order:4;
	-ms-order:4;
	
		
	flex-shrink: 3;
	-webkit-flex-shrink:2;
	-moz-flex-shrink:2;
	-ms-flex-shrink:2;
	
		
	float: right;
		
	display: block;
	width: 101px;
	height: 42px;
	
}	
	
	.container.spacer-contact {
		height: 50px
		
	}
	
 .text-seven {
	color: #0001CD;
	font-family: nunito;
	font-style: normal;
	font-weight: 700;
	font-size: 20px;
	text-align: right;
}

.band-footer {
	padding-top: 0px;
	padding-left: 20px;
	padding-right: 20px;
	padding-bottom: 0px;
	height: 50px;
	display: inherit;
}


.block-footer {
	max-height: 30px;
	padding-top: 20px;
	padding-bottom: 0px;
	min-height: 20px;
	display: inherit;
	padding-right: 15px;
	padding-left: 20px;
}

 .text-eight {
	color: #244FFF;
	font-size: 15px;
	font-family: nunito;
	font-style: normal;
	font-weight: 300;
	padding-top: 0px;
	padding-bottom: 0px;
	display: inherit;
	padding-right: 0px;
	right: 0px;
	text-align: right;
}

	 
 

.text-four {
	color: #FFFFFF;
	font-family: nunito;
	font-style: normal;
	font-weight: 400;
	text-align: left;
	font-size: 16px;
}

	
	
.text-five {
	font-family: HirukoStencil;
 	font-size: 400%;
	font-size: 10vw;
}

.text-six {
	color: #FFFFFF;
	font-family: nunito;
	font-style: normal;
	font-weight: 400;
	font-size: 18px;
}


.h4 {
	padding-bottom: 0px;
	font-size: 18px;
}

.text-center {
	font-size: 18px;
}




}
