
/* ====================================== Custom CSS Code =================================================*/

/* you can add any custom css code for any class, id, tags and anything here, it will be active.. */

.logo {
	margin:10px 0;
}

.flex-caption{
	width: 50%;
}

.navigation ul li a {
    display: block;
    padding: 37px 15px 40px;
}

@media only screen and (min-width: 480px) and (max-width: 960px) {

.js #nav { 
    display: none; 
}

.js .selectnav { 
	display: block;
	padding:10px;
	width:100%;
	border:1px solid #d5d5d5;
	margin-bottom: 22px;
	cursor:pointer;
	font-size: 20px;
}

}

.about-project{
	text-align: justify;
	text-justify: inter-word;
}

