#services .me-picture img {
	margin: 5px auto; border-radius: 50%;
}
#about .me-picture p {
	text-align: center;
}
.caption {
	margin-bottom: 12px;
}
.caption h3 {
	font-size: 20px;
}
.caption p {
	padding-top: 0px; font-size: 16px;
}
section {
	padding: 50px 0px;
}
.case-popup {
	margin: 0px auto; padding: 20px 0px 0px; width: auto; position: relative;
}
section ul.list {
	list-style: inside;
}
section ul.list li {
	list-style: none;
}
section p {
	text-align: justify;
}
.navbar-nav > li > .dropdown-menu {
	background: rgb(15, 17, 19);
}
.dropdown-menu > li > a:hover {
	background: inherit;
}
.dropdown-menu > li > a:focus {
	background: inherit;
}
#header {
	margin-top: 0px;
}
.full-screen#home {
	
}
@media all and (min-width:768px)
{
.navbar-right .dropdown-menu {
	left: 0px; right: auto;
}
}
