body{
	overflow-x: hidden;
	font-family: Arial;
	font-weight: bold;
	background-color: #fbfaf0;
	
	
}
#about{
	height: 30%;
}
.intro-section{
		background-color: #fbfaf0;
		 background-image: url('../images/pexels-photo.jpg');
	   	 background-repeat: no-repeat;
	  	 background-position: center center;
	     background-attachment: fixed;
	     height: 50%;
	   
	

}
.about-section{
	/* background-image: url('../images/CT-aboutBG.jpg');*/
	 background-position: center center;
	  background-repeat: no-repeat;
	  background-size: 3000px ;
	  background-color: #f9f7dc;
}
	.aPara{
		margin-top:-100px;
		margin-bottom:;
	}
.portfolio{
	 background-image: url('../images/classyTales.png');
}

#intro-2{
		background-color: #fbfaf0;
		 background-image: url('../images/pexels-photo.jpg');
	   	 background-repeat: no-repeat;
	  	 background-position: center center;
	     background-attachment: fixed;
	     height: 100%;
	   
	

}
.logo{
	font-family: 'Aguafina Script', cursive;
}
h1{
	font-size: 100px; 
	font-family: 'Aguafina Script', cursive;
}
#whyUs{
	/* background-image: url('../images/about-background.png');*/
	  background-repeat: repeat;
	  background-attachment: fixed;
}
.col-lg-3{
	background-color: #ffffff;
	height: ;
	padding: 20px;
	
}
 .button {
    background-color: #7eaaeb; 
    border: 1px;
    color: white;
    padding: 15px 32px;
    text-align: center;
    text-decoration: none;
    display: inline-block;
    font-size: 16px;
}

 .button2 {
    background-color: #ffffff; 
    border: 1px;
    color: #7eaaeb;
    padding: 15px 32px;
    text-align: center;
    text-decoration: none;
    display: inline-block;
    font-size: 16px;
    
}
.navbar{
	background-color: #f9f7dc;
	border: none;
	}

