/* Custom Stylesheet */
/**
 * Use this file to override Materialize files so you can update
 * the core Materialize files in the future
 *
 * Made By MaterializeCSS.com
 */

html{
	scroll-behavior: smooth;
	-webkit-overflow-scrolling: touch;
	min-height: 100%;
	position: relative;
}

.cinta{
	text-align: center;
	color: #fff;
	line-height: 3rem;
	box-shadow: rgba(0,0,0,.5) 0px 0px 10px;
}

nav{
	margin-top: -20px;
	height: 80px;
}

.btn{
	border-radius: 7px;
}

.slider{
	margin-top: -20px;
}


.slider_h3{
	font-size: 42px !important;
}

.slider_h5{
	font-size: 32px !important;
}

.icon-block {
	padding: 0 15px;
}
.icon-block .material-icons {
	font-size: inherit;
}

.brand-logo img{
	width: 50px !important;
	padding-top: 5px;
}

.title{
	margin: 0px;
	padding: 0px;
	margin-top: 20px;
	font-size: 30px;
	font-weight: 700;
}

.contact_icon{
	width: 18px;
	margin-left: 30px;
	margin-right: 27px;
}

#parallax-container{
	box-shadow: rgba(0,0,0,.7) 0px 0px 50px;
	opacity: 90%;
}

.contact_title{
	margin-bottom: 50px;
	font-size: 24px;
}

.contact_txt{
	font-size: 16px;
}

.footer_title{
	margin: 0px;
	padding: 0px;
	font-size: 28px; 
	font-weight: bold;
	font-style: italic;
}

.footer_stitle{
	margin: 0px;
	padding: 0px;
	font-style: italic;
	font-size: 18px; 
}

.footer_txt{
	margin: 0px;
	padding: 0px;
	font-size: 16px; 
}

.icon{
	width: 20px;
	margin-right: 10px;
}

.iconG{
	width: 35px;
	margin-right: 20px;
	cursor: pointer;
}

.icon_txt{
	color: #222;
	font-size: 18px;
}

.icon_li{
	margin-bottom: 20px;
}

.btn_social{
	width: 65px;
}

.service_icon{
	width: 45px;
}

.about_service_icon{
	width: 30px;
}

.about_service_txt{
	margin-left: 10px;
	font-size: 45px;
	font-weight: bold;
	color: #ff6f00;
	/*text-shadow: rgba(0,0,0,.5) 0px 0px 5px;*/
}

/*.about_icon_div{
	border: 2px solid #c4c4c4; 
	padding: 5px; 
	border-radius: 49%;
}
*/
.about_icon{
	width: 40px;
	padding: 5px;
}

.about_row{
	margin-top: 30px;
}

.p_txt{
	margin: 0px;
	padding: 0px;
	margin-bottom: 20px;
	margin-left: 30px;
	font-size: 18px;
}

.portfolio_img{
	width: 150px;
}

.service1{
	animation-duration: 1800ms;
	animation-delay: 200ms;
}

.service2{
	animation-duration: 2100ms;
	animation-delay: 200ms;
}

.service3{
	animation-duration: 2400ms;
	animation-delay: 200ms;
}

.team_title{
	font-size: 22px !important;
	font-weight: bold !important;
}

.card{
	box-shadow: rgba(0,0,0,.5) 0px 0px 20px;
	border-radius: 7px;
}

.card p{
	margin: 0px;
	padding: 0px;
}

.members_img{
	width: 120px;
	border-radius: 50%; 
	box-shadow: rgba(0,0,0,.5) 0px 0px 20px;
	padding: 5px;
}

.card-action{
	/*background-color: #eee !important;*/
}

@media only screen and (max-width: 900px){
	.portfolio_img{
		width: 150px;
		margin-bottom: 30px;
	}

	.slider_h3{
		font-size: 36px !important;
	}

	nav{
		margin-top: 0px;
		height: 80px;
	}

}

@media only screen and (max-width: 992px){
	nav{
		margin-top: 0px;
		height: 80px;
	}

}