@charset "utf-8";

body {
	background: rgb(48, 131, 169) !important;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;
	color: #fff !important;
}

.add-right-margin {
	margin-right: 12px;
}

a { color: #b4eb78 !important; text-decoration: none; }
a:hover { color: #bff880; }

.pseudo-nav {
	background: #222;
	padding-bottom: 12px;
	box-shadow: 0 0 10px #000;
	border-bottom: 4px solid #8db85e;
}

.project {
	background: #222;
	border: 4px solid #8db85e;
	border-radius: 6px;
	box-shadow: 0 0 10px #000;
	padding-top: 12px;
	padding-bottom: 12px;
	margin-bottom: 18px;
}

.project img {
	border: 1px solid #666 !important;
}

.project th {
	white-space: nowrap;
	padding-right: 14px;
	padding-bottom: 4px;
	vertical-align: top;
}

.contact-info {
	font-size: 18px;
	text-align: right;
	margin-top: 30px;
}

.contact-info small {
	font-size: 14px;
	color: #ccc;
}

.contact-info .glyphicon {
	vertical-align: text-top;
}

/* Take effect only when browser hits 'small' screens */
@media (max-width: 991px) {
	.project img {
		margin-bottom: 6px;
	}
}

/* Take effect only when browser hits 'extra-small' screens */
@media (max-width: 767px) {
	.contact-info {
		margin-top: 10px;
		text-align: center;
	}
}

