*{
	font-family: 'Dosis'; 
	color: #909090;
	/*    font-size:22px; */
}
p{
	font-size: 2rem;
}
.navbar{
	border-bottom: 3px solid #354556;
}
/*
 * section{
 *     border-bottom: 2px solid #00000011;
 *     }
 *     */
	.container::after{
		display:block;
		margin: 3em auto 0 auto;
		content:"";
		width:70%;
		border-top: 1px solid;
		/*border-color: linear-gradient(to right white, black,white);*/
		border-image-source: linear-gradient(to right, white, black, white);
		border-image-slice: 1;
	}

	.main-image{
		clip-path:polygon(8% 37%, 0% 44%, 0% 18%, 10% 0%, 100% 1%, 100% 100%, 16% 100%);
		webkit-clip-path:polygon(8% 37%, 0% 44%, 0% 18%, 10% 0%, 100% 1%, 100% 100%, 16% 100%);
	}

	body{
		padding-top: 70px; /*obligatory to navbar don't overpos another elements*/
	}

	.nav-brand {
		opacity: 0;
		transition: opacity 0.5s linear;
	}

