@charset "UTF-8";


/*desktop view*/
#marni {
	height: 100%;
	width: 100%;
}
.navbar {
	background-color: #E6E2D7;
	color: #535353;
	font-family: Didot;
	font-size: xx-large;
	text-align: center;
	vertical-align: middle;
	height: auto;
}
#designtag {
	background-color: #E6E2D7;
	color: #535353;
	text-align: center;
	font-family: "Avenir Next Ultra Light";
	font-weight: 100;
	height: 40px;
}
#inquiries {
	color: #535353;
	font-family: "Avenir Next Ultra Light";
	text-decoration: none;
}






/*tablet view*/
@media (min-width: 401px) and (max-width: 768px){
}



/*mobile view*/
@media (max-width: 400px){
body nav {
	max-width: 400px;
	font-size: x-small;
}
#marni {
	max-width: 400px;
}
#inquiries {
	font-size: xx-small;
}
}
