@charset "utf-8";
/* CSS Document */

.contacts {
	margin-top:30px;
}
.navi a.team {
	background-color: #d9912a;;
}
.og-details a {
	padding:0px;
	background-color:#fff0;
}
.og-details a:hover {
	background-color:#fff0;
}
input[type="text"], textarea {
	color:#6e7e92;
}
.my-red-bg {
    background-color: #d25454;
}
header h1 {
	max-width: 365px;
}
@media (max-width: 420px) {
	#home header .my-span4{
		position: static;
		top: 0px;
		text-align: center;
		margin-left: 0px;
	}
}
.flex-container {
	display: flex;
  justify-content: flex-end;
}

/*.flex-container > div {
}*/