*{
	box-sizing:border-box;
	padding:0;
	margin:0;
}



body,html{
	margin:0;
	color:#333;
	 height:100%;
	 font-family:montserrat,sans-serif;
	 /*background-color:red;*/

}


/*.logo{
	padding-top:200px;
}*/

.logo3{
	display:none;
}



i{
	font-size:60px;
	padding-bottom:10px;
	color:#92ebe9;
}


h1, h2 , h3 {
	font-family:Constantia, "Lucida Bright", "DejaVu Serif", Georgia, serif;
	letter-spacing:0.7rem;
	text-align:center;
	text-transform:uppercase;
	
}

.hero-text h1{
	background:url(../images/Text-bg.jpg);
	-webkit-text-fill-color:transparent;
	-webkit-background-clip:text;
	font-size:8rem;
	font-weight:500;
	letter-spacing:1rem;
	padding-left:2rem;
	text-transform:uppercase;
	font-family:"Lucida Grande", "Lucida Sans Unicode", "Lucida Sans", "DejaVu Sans", Verdana, sans-serif;
}

.hero-text p{
	font-family:Constantia, "Lucida Bright", "DejaVu Serif", Georgia, serif;
	letter-spacing:0.7rem;
	text-align:center;
	padding:2rem;
	text-transform:uppercase;
	font-size:2rem;
	padding-bottom:100px;
	
}
.navContainer{
	display:flex;
	display:-webkit-box;
	display:-webkit-flex;
	display:-ms-flexbox;
	flex-direction:row;
	-webkit-flex-direction:row;
	-webkit-box-align:center;
	-webkit-align-items:center;
	-ms-flex-align:center;
	align-items:center;
	-webkit-justify-content:space-around;
	-ms-flex-pack:distribute;
	justify-content:space-around;
	width:100%;
	z-index:9998;
	visibility:hidden;
	padding:0rem 0;
}

.sticky{
	position:fixed;
	display:block;
	visibility:visible;
	width:30%;
	top:5rem;
	z-index:99999;
	-webkit-transition:1.5s;
	transition:1.5s;
	left:5rem;
}

.navContainer ul li{
	padding-left:10px;
	
}

.navContainer ul li:first-child{
	padding-left:0px;
	
}
.navContainer ul .menu{
	padding:0;
	margin:0;
	display:-webkit-box;
	display:-webkit-flex;
	display:-ms-flexbox;
	display:flex;
	flex-direction:row;
	-webkit-box-pack:justify;
	-webkit-justify-content:space-between;
	z-index:99999;
	list-style:none;	
}

.navContainer ul .navDown{
	-webkit-box-orient:vertical;
	-webkit-box-direction:normal;
	-webkit-flex-direction:column;
	-ms-flex-direction:column;
	flex-direction:column;
}

.navContainer .menu li{
	display:inline;
	padding-bottom:10px;
}

.menu li a {
	font-size:20px;
	position:relative;
	color:#333;
	text-transform:uppercase;
	list-style:none;
	text-decoration:none;
	
}

 .menu li a::after {
  content: "";
  display:block;
  position: absolute;
  width: 100%;
  height: 2px;
  left:0;
  background-color: #000;
  visibility: hidden;
  -webkit-transform: scaleX(0);
  transform: scaleX(0);
  -webkit-transition: all 0.3s ease-in-out 0s;
  transition: all 0.3s ease-in-out 0s;
}

.menu li a:hover{
	color:black;
	
}

.menu li a:hover::after {
  visibility: visible;
  -webkit-transform: scaleX(1);
  transform: scaleX(1);
}

.sticky .menu li{
	display:block;
}

.sticky .menu li:hover{
	
}

.hero-image{
	position:relative;
	height:80%;
	width:100%;
	/*background-color:gray;*/
	background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
}

.hero-text {
	padding-top:40px;
 text-align: center;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
 
 
}

.aboutSection{
	webkit-transform:skewY(13deg);
	ms-transform:skewY(13deg);
	transform:skewY(13deg);
	background-color:#92ebe9;
	margin-top:30px;
	padding: 100px;
  	text-align:justify;
	z-index:-8;
	min-width:100%;
	
				
}




.aboutSection img{
	padding-bottom:40px;
}

.section2{

	padding: 20px;
  	text-align:justify;
	z-index:-8;
	position:relative;
	/*background-color:yellow;*/
	
}

.section2 h1, .section3 h1{
	padding:100px;
}

.portfolio{
	-webkit-transform:skewY(-13deg);
	-ms-transform:skewY(-13deg);
	transform:skewY(-13deg);
	background:-webkit-linear-gradient(310deg,#92ebe9 0,#92ebe9  100%);
	background:linear-gradient(310deg,#92ebe9 0,#92ebe9 100%);
	margin-top:150px;
	padding:40px;	
}

.portfolio .portfolioContent{
	-webkit-transform:skewY(13deg);
	-ms-transform:skewY(13deg);
	transform:skewY(13deg);
	display:-webkit-box;
	display:-webkit-flex;
	display:-ms-flexbox;
	display:flex;
	-webkit-box-orient:vertical;
	-webkit-box-direction:normal;
	-webkit-flex-direction:column;
	-ms-flex-direction:column;
	flex-direction:column;
	padding:12rem 0;
	
}
.portfolio .portfolioContent button{
	border:none;
	background-color:#fff;
	color:#92ebe9;
	height:60px;
	width:120px;
	font-size:20px;
	border-radius:5px;
	z-index:99999999;
}
.portfolio .portfolioContent button:hover{
	
	background-color:#35B8EF;
	color:#fff;
	height:60px;
	width:120px;
	font-size:21px;
	border-radius:5px;
	z-index:99999999;
}

.portfolio img{
	width:100%;
}

.portfolio .portfolioContent h4{
	color:#fff;
	font-style:italic;
	letter-spacing:4px;
	text-align:left;
}

 .portfolio .portfolioContent h3 {
	font-family:Constantia, "Lucida Bright", "DejaVu Serif", Georgia, serif;
	letter-spacing:0.7rem;
	text-align:left;
	
}
.portfolio .portfolioContent p{
	letter-spacing:3px;
	font-size:16px;
	
}

.portfolio .row{
	padding-top:100px;
}


.aboutSection span{
	webkit-transform:skewY(-13deg);
	ms-transform:skewY(-13deg);
	transform:skewY(-13deg);
	display:inline-block;
	padding:30px;
	font-family:Constantia, "Lucida Bright", "DejaVu Serif", Georgia, serif;
	z-index:-8;
	max-width:100%;
	
}
.aboutSection span p{
		font-family: Quicksand,sans-serif;
	    font-size:17px;
		letter-spacing:0.1rem;
		color:#333;
		line-height:3rem;
		padding:3rem;
		
}

.myImage{
	width:50%;
	height:50%;
}

.container2{
	width:900px;
}

.hideme
{
    opacity:0;
}

footer{
	padding:100px;
	font-size:18px;
	font-family:Constantia, "Lucida Bright", "DejaVu Serif", Georgia, serif;
	/*background-color:pink;*/
}

footer i{
	color:#35B8EF;
	padding-top:20px;
	font-size:18px;
	
}
footer a{
	color:#333;
	text-decoration:none;
	
}
footer a:hover{
	text-decoration:none;
}
@media only screen 
    and (device-width : 414px) 
    and (device-height : 896px) 
    and (-webkit-device-pixel-ratio : 2)
	 { 
	.logo3{
	width:70px;
	padding-top:150px;
	/*background-color:gold;*/
}
.container2{
	width:100%;
}

.hero-image h1{
	font-size:30px;
}

.hero-image p{
	font-size:12px;
}
.sticky{
	display:none;
}

	
	}

@media only screen 
    and (device-width : 414px) 
    and (device-height : 896px) 
    and (-webkit-device-pixel-ratio : 2)
	 and (orientation: landscape) { 
	.logo3{
	width:70px;
	padding-top:150px;
	/*background-color:red;*/
}
.container2{
	width:100%;
}

.hero-image h1{
	font-size:30px;
}

.hero-image p{
	font-size:12px;
}
.sticky{
	display:none;
}

	
	}
/* ----------- iPhone 5, 5S, 5C and 5SE ----------- */

/* Portrait and Landscape */
@media only screen 
  and (min-device-width: 320px) 
  and (max-device-width: 568px)
  and (-webkit-min-device-pixel-ratio: 2) {
	  .logo3{
	width:70px;
	padding-top:150px;
	/*background-color:gold;*/
}
.container2{
	width:100%;
}
.aboutSection{
	padding:30px;
	width:100%;
		
}
.aboutSection span{
	padding:20px;
}
.aboutSection span p{
	padding:0.5rem;
		
}

.hero-image h1{
	font-size:40px;
}

.hero-image p{
	font-size:14px;
}
.sticky{
	display:none;
}

}

/* Portrait */
@media only screen 
  and (min-device-width: 320px) 
  and (max-device-width: 568px)
  and (-webkit-min-device-pixel-ratio: 2)
  and (orientation: portrait) {
	   .logo3{
	width:70px;
	padding-top:150px;
	/*background-color:gold;*/
}
.container2{
	width:100%;
}
.aboutSection{
	padding:30px;
	width:100%;
		
}
.aboutSection span{
	padding:20px;
}
.aboutSection span p{
	padding:0.5rem;
		
}

.hero-image h1{
	font-size:40px;
}

.hero-image p{
	font-size:14px;
}
.sticky{
	display:none;
}
}

/* Landscape */
@media only screen 
  and (min-device-width: 320px) 
  and (max-device-width: 568px)
  and (-webkit-min-device-pixel-ratio: 2)
  and (orientation: landscape) {
	   .logo3{
	width:70px;
	padding-top:150px;
	/*background-color:gold;*/
}
.container2{
	width:100%;
}
.aboutSection{
	padding:30px;
	width:100%;
		
}
.aboutSection span{
	padding:20px;
}
.aboutSection span p{
	padding:0.5rem;
		
}

.hero-image h1{
	font-size:40px;
}

.hero-image p{
	font-size:14px;
}
.sticky{
	display:none;
}

}

/* Portrait and Landscape */
@media only screen 
  and (min-device-width: 411px) 
  and (max-device-width: 731px) 
  and (-webkit-min-device-pixel-ratio: 3) { 
  .logo3{
	width:70px;
	padding-top:150px;
	/*background-color:green;*/
}

.hero-image h1{
	font-size:40px;
}

.hero-image p{
	font-size:14px;
}
.sticky{
	display:none;
}

}

/* Portrait */
@media only screen 
  and (min-device-width: 411px) 
  and (max-device-width: 731px) 
  and (-webkit-min-device-pixel-ratio: 3)
  and (orientation: portrait) { 
    .logo3{
	width:70px;
	padding-top:150px;
	/*background-color:green;*/
}
.container2{
	width:100%;
}
.aboutSection{
	padding:30px;
	width:100%;
		
}
.aboutSection span{
	padding:20px;
}
.aboutSection span p{
	padding:0.5rem;
		
}

.hero-image h1{
	font-size:40px;
}

.hero-image p{
	font-size:14px;
}
.sticky{
	display:none;
}

}

/* Landscape */
@media only screen 
  and (min-device-width: 411px) 
  and (max-device-width: 731px) 
  and (-webkit-min-device-pixel-ratio: 3)
  and (orientation: landscape) { 
    .logo3{
	width:70px;
	padding-top:150px;
	/*background-color:green;*/
}
.container2{
	width:100%;
}
.aboutSection{
	padding:30px;
	width:100%;
		
}
.aboutSection span{
	padding:20px;
}
.aboutSection span p{
	padding:0.5rem;
		
}

.hero-image h1{
	font-size:40px;
}

.hero-image p{
	font-size:14px;
}
.sticky{
	display:none;
}

}


/* Landscape */
@media only screen 
  and (min-device-width: 375px) 
  and (max-device-width: 812px) 
  and (-webkit-min-device-pixel-ratio: 3)
  and (orientation: landscape) { 
.logo3{
	width:70px;
	padding-top:150px;
	/*background-color:red;*/
}
.container2{
	width:100%;
}
.aboutSection{
	padding:30px;
	width:100%;
		
}
.aboutSection span{
	padding:20px;
}
.aboutSection span p{
	padding:0.5rem;
		
}

.hero-image h1{
	font-size:40px;
}

.hero-image p{
	font-size:14px;
}
.sticky{
	display:none;
}
}
/* ----------- iPhone X ----------- */

/* Portrait and Landscape */
@media only screen 
  and (min-device-width: 375px) 
  and (max-device-width: 812px) 
  and (-webkit-min-device-pixel-ratio: 3) { 
.logo3{
	width:80px;
	padding-top:50px;
	/*background-color:red;*/
}
.aboutSection{
	padding:30px;
	width:100%;
		
}
.aboutSection span{
	padding:20px;
}
.aboutSection span p{
	padding:0.5rem;
		
}

.hero-image h1{
	font-size:20px;
}

.hero-image p{
	font-size:14px;
}
}

/* Portrait */
@media only screen 
  and (min-device-width: 375px) 
  and (max-device-width: 812px) 
  and (-webkit-min-device-pixel-ratio: 3)
  and (orientation: portrait) { 
.logo3{
	width:80px;
	padding-top:50px;
	/*background-color:blue;*/
}
.aboutSection{
	padding:30px;
	width:100%;
		
}
.aboutSection span{
	padding:20px;
}
.aboutSection span p{
	padding:0.5rem;
		
}

.hero-image h1{
	font-size:20px;
}

.hero-image p{
	font-size:14px;
}
}
/* Landscape */
@media only screen 
  and (min-device-width: 375px) 
  and (max-device-width: 812px) 
  and (-webkit-min-device-pixel-ratio: 3)
  and (orientation: landscape) { 
.logo3{
	width:50px;
	padding-top:150px;
	/*background-color:gold;*/
}
.aboutSection{
	padding:30px;
	width:100%;
		
}
.aboutSection span{
	padding:20px;
}
.aboutSection span p{
	padding:0.5rem;
		
}

.hero-image h1{
	font-size:20px;
}

.hero-image p{
	font-size:14px;
}
}

/* Landscape */

@media only screen 
  and (min-device-width: 375px) 
  and (max-device-width: 667px) 
  and (-webkit-min-device-pixel-ratio: 2)
  and (orientation: landscape) { 
  .logo3{
	width:50px;
	padding-top:150px;
	/*background-color:red;*/
}
.aboutSection{
	padding:30px;
	width:100%;
		
}
.aboutSection span{
	padding:20px;
}
.aboutSection span p{
	padding:0.5rem;
		
}

.hero-image h1{
	font-size:20px;
}

.hero-image p{
	font-size:14px;
}

}

/* Portrait and Landscape */
@media only screen 
  and (min-device-width: 375px) 
  and (max-device-width: 667px) 
  and (-webkit-min-device-pixel-ratio: 2) { 
  .logo3{
	width:50px;
	padding-top:150px;
	/*background-color:red;*/
}
.aboutSection{
	padding:30px;
	width:100%;
		
}
.aboutSection span{
	padding:20px;
}
.aboutSection span p{
	padding:0.5rem;
		
}
.container2{
	width:100%;
}

.hero-image h1{
	font-size:20px;
}

.hero-image p{
	font-size:12px;
}

}

/* Portrait */
@media only screen 
  and (min-device-width: 375px) 
  and (max-device-width: 667px) 
  and (-webkit-min-device-pixel-ratio: 2)
  and (orientation: portrait) { 
  .logo3{
	width:80px;
	padding-top:100px;
	/*background-color:red;*/
}
.container2{
	width:100%;
}
.aboutSection{
	padding:30px;
	width:100%;
		
}
.aboutSection span{
	padding:20px;
}
.aboutSection span p{
	padding:0.5rem;
		
}

.hero-image h1{
	font-size:40px;
}

.hero-image p{
	font-size:14px;
}

}



@media only screen 
  and (min-device-width: 1024px) 
  and (max-device-width: 1366px)
  and (-webkit-min-device-pixel-ratio: 2) {
	  .logo3{
	width:20%;
	padding-top:150px;
	/*background-color:yellow;*/
}

.hero-image h1{
	font-size:80px;
}

.hero-image p{
	font-size:30px;
}
.sticky{
	display:none;
}

}



/* ----------- iPad 1, 2, Mini and Air ----------- */

/* Portrait and Landscape */
@media only screen 
  and (min-device-width: 768px) 
  and (max-device-width: 1024px) 
  and (-webkit-min-device-pixel-ratio: 1) {
	  
	  .sticky{
	display:none;
}

.container2{
	width:100%;
}

.aboutSection{
	padding:30px;
	width:100%;
		
}
.aboutSection span{
	padding:20px;
}
.aboutSection span p{
	padding:0.5rem;
		
}
	   
	   .logo3{
	width:50px;
	padding-top:150px;
	/*background-color:gray;*/
}

.hero-image h1{
	font-size:40px;
}

.hero-image p{
	font-size:14px;
}


}

/* Portrait */
@media only screen 
  and (min-device-width: 768px) 
  and (max-device-width: 1024px) 
  and (orientation: portrait) 
  and (-webkit-min-device-pixel-ratio: 1) {
	  .sticky{
	display:none;
}

.container2{
	width:100%;
}
	   
	   .logo3{
	width:50px;
	padding-top:150px;
	/*background-color:gray;*/
}

.hero-image h1{
	font-size:40px;
}

.hero-image p{
	font-size:14px;
}

}

/* Landscape */
@media only screen 
  and (min-device-width: 768px) 
  and (max-device-width: 1024px) 
  and (orientation: landscape) 
  and (-webkit-min-device-pixel-ratio: 1) {
	  .sticky{
	display:none;
}
.container2{
	width:100%;
}

	   
	   .logo3{
	width:50px;
	padding-top:150px;
	/*background-color:gray;*/
}

.hero-image h1{
	font-size:40px;
}

.hero-image p{
	font-size:14px;
}

}

/* ----------- iPad 3, 4 and Pro 9.7" ----------- */

/* Portrait and Landscape */
@media only screen 
  and (min-device-width: 768px) 
  and (max-device-width: 1024px) 
  and (-webkit-min-device-pixel-ratio: 2) {
	   .sticky{
	display:none;
}


	   
	 .logo3{
	width:100px;
	padding-top:150px;
	/*background-color:gray;*/
}

.hero-image h1{
	font-size:50px;
}

.hero-image p{
	font-size:16px;
}

}

/* Portrait */
@media only screen 
  and (min-device-width: 768px) 
  and (max-device-width: 1024px) 
  and (orientation: portrait) 
  and (-webkit-min-device-pixel-ratio: 2) {
	   .sticky{
	display:none;
}

.container2{
	width:100%;
}
	   
	 .logo3{
	width:150px;
	padding-top:150px;
	/*background-color:gray;*/
}

.hero-image h1{
	font-size:60px;
}

.hero-image p{
	font-size:18px;
}

}

/* Landscape */
@media only screen 
  and (min-device-width: 768px) 
  and (max-device-width: 1024px) 
  and (orientation: landscape) 
  and (-webkit-min-device-pixel-ratio: 2) {
	  .container2{
	width:100%;
}
	  .sticky{
	display:none;
}


	   
	 .logo3{
	width:80px;
	padding-top:100px;
	/*background-color:red;*/
}

.hero-image h1{
	font-size:40px;
}

.hero-image p{
	font-size:16px;
}

}

/* Medium devices (landscape tablets, 768px and up) 
@media only screen and (min-width: 768px) {
	

.sticky{
	display:none;
}
.container2{
	width:100%;
}
.aboutSection{
	padding:30px;
	width:100%;
		
}
.aboutSection span{
	padding:20px;
}
.aboutSection span p{
	padding:0.5rem;
		
}

.hero-image h1{
	font-size:30px;
}

.hero-image p{
	font-size:12px;
}




} 

/* Extra small devices (phones, 600px and down) 
@media only screen and (max-width: 600px) {



.container2{
	width:100%;
}



.aboutSection span p{
		font-family: Quicksand,sans-serif;
	    font-size:17px;
		letter-spacing:0.1rem;
		color:#333;
		line-height:3rem;
		padding:0;
		
}
.aboutSection{
	padding: 30px;
		
}
.sticky{
	display:none;
}


	   
	 .logo3{
	width:50px;
	padding-top:150px;
	/*background-color:gray;
}

.hero-image h1{
	font-size:25px;
}

.hero-image p{
	font-size:12px;
}



}

/* Small devices (portrait tablets and large phones, 600px and up) 
@media only screen and (min-width: 600px) {


.container2{
	width:100%;
}
.aboutSection{
	padding:30px;
	width:100%;
		
}
.aboutSection span{
	padding:20px;
}
.aboutSection span p{
	padding:0.5rem;
		
}
.sticky{
	display:none;
}


	   
	 .logo3{
	width:50px;
	padding-top:140px;
	/*background-color:gray;
}

.hero-image h1{
	font-size:40px;
}

.hero-image p{
	font-size:12px;
}




}



/* Large devices (laptops/desktops, 992px and up) 
@media only screen and (min-width: 992px) {
  	.hero-text p{
	letter-spacing:0.4rem;
	padding:10px;
	font-size:20px;
	padding-bottom:100px;
}
.hero-text h1{
	
	font-size:80px;
	
	
}

.sticky{
	display:block;
}


.container2{
	width:900px;
}
.aboutSection{
	padding: 100px;
		
}

.aboutSection span{
	padding:30px;
}
.aboutSection span p{

		padding:3rem;
		
}

} 

/* Extra large devices (large laptops and desktops, 1200px and up) 
@media only screen and (min-width: 1200px) {
  	.hero-text p{
	letter-spacing:0.4rem;
	padding:10px;
	font-size:20px;
	padding-bottom:100px;
}
.hero-text h1{
	
	font-size:80px;
	
}
.sticky{
	display:block;
}



.aboutSection{
	padding: 50px;
		
}
.aboutSection span{
	padding:30px;
}
.aboutSection span p{

		padding:3rem;
		
}



}

