@import url('https://fonts.googleapis.com/css?family=Public+Sans&display=swap');
@import url('https://fonts.googleapis.com/css?family=Montserrat&display=swap');
.toggle-bars{
	color: #950fb7; 
	border: 1px solid #950fb7; 
	padding: 7px; 
	margin-top: -7px;
}
.navbar-transparent{
    background:transparent;
}
.nav-before{
	padding: 20px 0px;
	/*transition: all 0.5s ease-in-out;*/
}
.nav-after{
	padding: 5px 0px;
	transition: all 0.5s ease-in-out;
	background-color: #fff;
}
#tnb-navbar ul li{
	padding: 0px 10px;
}
.nav-link-before{
	color: #e3e3e3;
	font-size: 17px;
}
.nav-link-before:hover{
	color: #ffffff;
	background-color: transparent !important;
}
.nav-link-after{
	color: #000;
	font-size: 17px;
}
.nav-link-after:hover{
	color: #ddd !important;
	background-color: transparent !important;
}
#banner{
	margin-top: -20px;
	background-image: url("../img/banner/tailors-notebook.jpg");
	background-repeat: no-repeat;
	height: 105%;
	/*display: flex;*/
}
.banner-title{
	font-weight: 800;
	padding-top: 260px;
	color: #950fb7;
	font-size: 70px;
	text-shadow: 3px 3px 3px #000;
}
.banner-sub-title{
	letter-spacing: 2px;
	color: #e3e3e3;
	font-weight: 100;
	font-size: 34px;
	text-shadow: 3px 3px 5px #000;
}
.download-btn-box{
	margin-top: 80px;
}
.download-btn-img{
	width: 220px;
	margin-right: 20px;
}
#about{
	background-color: #fff; padding: 120px 0px;
}

.features-section{
	background-color: #f8f8f8;
	padding: 150px 0px;
}
.feature-icon{
	background-color: #950fb7;
	font-size: 32px;
	text-align: center;
	color: #f8f8f8;
	height: 60px;
	width: 60px;
	border-radius: 5px;
	line-height: 60px;
}

/*Footer*/
footer{
	background-color: #FFFFFF;
	padding: 150px 0px;
}
.footer-contents{
	border: 1px solid #ccc;
	background-color: #FFFFFF;
	box-shadow: 3px 3px 5px #eee;
}
.contact-info{
	/*height: 600px;*/
	background-image: url("../img/banner/tailors-notebook.jpg");
	background-repeat: no-repeat;
	background-position: center;
	padding: 130px 60px;
}
.contact-info i{
	margin-top: 30px;
	font-size: 22px;
	color: #FFFFFF;
	padding-right: 30px;
}
.contact-info h3{
	font-size: 40px;
	margin-bottom: 20px;
	color: #f8f8f8;
}
.contact-info h4{
	margin-top: 40px;
	color: #f8f8f8;
}
.contact-info p{
	margin-bottom: 20px;
	height: 60px;
	color: #f8f8f8;
}
.contact-form{
	padding: 40px 60px;
	background-color: #FFFFFF;
}
label{
	padding: 12px 16px;
	background-color: #f8f8f8;
	margin-bottom: -2px;
	border: 1px solid #ccc;
	display: block;
}
.form-input{
	font-family: calibri;
	font-size: 16px;
	width: 100%;
	margin-bottom: 20px;
	padding: 12px 16px;
}
.submit-msg-btn{
	margin-top: 20px;
	margin-bottom: 20px;
	padding: 12px 40px;
	background-color: #950fb7;
	border: 1px solid #950fb7;
	color: #f8f8f8;
	float: right;
}
.submit-msg-btn:hover{
	transition: all 0.5s ease-in-out;
	background-color: #313131;
	border: 1px solid #313131;
	color: #f8f8f8;
}

@media only screen and (max-width: 768px) {

#banner{
	padding: 0px 20px;
}
#tnb-navbar{
	padding: 10px 20px;
}
#features, #about{
	padding: 100px 20px;
}
.banner-title{
	font-size: 50px;
	font-weight: 800;
	padding-top: 160px;
}
.banner-sub-title{
	font-size: 28px;
}
.download-btn-img{
	width: 120px;
}
.contact-info{
	padding: 130px 30px;
}
.contact-form{
	padding: 40px 30px;
}

}