#banner {
	text-align: center;
}

#banner img {
	margin: 0 auto;
}

#menu {
	display: flex;
	justify-content: flex-end;
	height: 100%;
}

#menu div {
	align-self: flex-end;
}

.inline {
	padding: 0;
	margin: 0;
}

.inline li {
	list-style: none;
	display:inline;
	margin: 0 10px;
}

#header {
	padding-top: 30px;
	margin-bottom: 20px;
}

#footer {
	background-color: #7a2b83;
	padding: 60px 20px;
	color: #ffffff;
}

.flex {
	display: flex;
	justify-content: center;
}

.default-height {
	min-height: 300px;
}

.default-height .feature {
	align-self: center;
	text-align: center;
}

.default-height .feature img {
	border-radius: 50%;
	width: 200px;
	height: 200px;
	margin-bottom: 10px;
}

.padding-20 {
	padding: 40px;
	text-align: justify;
}

.padding-10-20 {
	padding: 20px;
	text-align: justify;
}

#h-lg {
	display: none; 
}

#h-sm {
	display: block;
	text-align: center;
}

.visible-md {
	display: none; 
}

.hidden-md {
	display: block;
}

#contact {
	background-color: #9d9d9d;
}

#services, #bio {
	background-color: #517ce8;
}

#contact, #services, #bio {
	text-align: center;
	color: #ffffff;
	padding: 80px 0;
}

#contact .icons {
	display: flex;
	justify-content: center;
}

#contact .icons div {
	margin: 0 10px;
	text-align: center;
	cursor: pointer;
}

#contact .icons div a {
	color: #ffffff;
}

#contact .icons div a:hover {
	cursor: pointer;
	text-decoration: none;
}

.common-list {
	padding: 0;
	margin: 0;
}

.common-list li {
	list-style-type: none;
}

#develop {
	background-color: #7a2b83;
	padding: 20px;
	color: #ffffff;
	text-align: center;
	font-size: 12px
}

#develop a {
	color: #ffffff;
}

#develop a:hover {
	cursor: pointer;
	text-decoration: none
}

.text-shadow{
	text-shadow: -1px 1px 2px rgba(0, 0, 0, 1);
}

.custom-shadow {
	-webkit-box-shadow: 0px 2px 5px 3px rgba(150,150,150,1);
	-moz-box-shadow: 0px 2px 5px 3px rgba(150,150,150,1);
	box-shadow: 0px 2px 5px 3px rgba(150,150,150,1);
	/*z-index: 9999;*/
}

.blue-shadow {
	-webkit-box-shadow: 10px 7px 18px -3px rgba(37,56,105,1);
	-moz-box-shadow: 10px 7px 18px -3px rgba(37,56,105,1);
	box-shadow: 10px 7px 18px -3px rgba(37,56,105,1);
	/*z-index: 9999;*/
}

.owl-dots {
	display: none;
}

.item {
	position: relative;
}

.item .text {
	position: absolute;
	left: 30px;
	bottom: 30px;
	color: #ffffff;
	background-color: rgba(10,23,55,0.5);
	padding: 5px 10px;
	border-radius: 4px;
	text-align: left;
}

@media (min-width: 960px) {
	#h-lg, .visible-md {
		display: block;
	}

	#h-sm, .hidden-md {
		display: none; 
	}
}

a {
	color: inherit;
}