body {
  	padding-top: 50px;
  	padding-bottom: 20px;
}

.gallery-logo-text {
	font-size: 25px;
	color: #0d064a;
	text-shadow: 0 0 8px #fff;
	font-family: 'Fjalla One', sans-serif;
	line-height: 20px;
	text-align: left;
	margin: 0 0 20px 0;
}

.logo-text {
	font-size: 50px;
	color: #0d064a;
	text-shadow: 0 0 8px #fff;
	font-family: 'Fjalla One', sans-serif;
	line-height: 60px;
	text-align: center;
	max-width: 500px;
	margin-top: 0;
	margin-left: auto;
	margin-right: auto;
	margin-bottom: 0;
}

@media (min-width:768px) {
	.logo-text {
		margin-top: 0;
		max-width: 100%;
		margin-left: 10px;
		margin-right: auto;
		margin-bottom: 0;
	}
}

@media (min-width:992px) {
	.logo-text {
		text-align: left;
		font-size: 60px;
		max-width: 100%;
		margin-top: 40px;
		margin-left: 60px;
		margin-right: auto;
		margin-bottom: 0;
	}
}

@media (min-width:1200px) {
	.logo-text {
		text-align: left;
		font-size: 60px;
		max-width: 100%;
		margin-top: 70px;
		margin-left: 10px;
		margin-right: auto;
		margin-bottom: 0;
	}
}


.jumbotron img {
	display: block;
	margin: 0 auto;
	max-width: 360px;
}

.logo img {
	display: block;
	margin: 0;
	padding: 0;
	max-width: 200px;
}


.description {
	color: #fff;
	text-align: center;
	font-size: 15px;
	margin-bottom: 20px;
}

@media (min-width:992px) {
	.description {
	margin-bottom: 0px;
}
}

.body-name-style {
	color: #0d064a;
	font-weight:bold;
}

.body-text {
	font-size: 20px;
	margin-bottom: 25px;
	line-height: 35px;
}

.body-background {
	background-color: rgb(204,204,204);
	margin: 0;
	padding: 0;
}

.padding {
	padding-top: 30px;
}

.footer-padding {
	padding-top: 30px;
}

.slogan-hr {
	color: rgb(102,102,102);
	border-color: rgb(153,153,153);
}

.slogan-style {
	font-family: 'Lato', sans-serif;
	font-weight: 300;
}

.about-us-images {
	margin-top: 30px;
}
	
.about-us-images img {
	width: 60%;
	border: solid 3px #fff;
	box-shadow: 1px 1px 3px #555;
	margin-bottom: 30px;
	margin-left: auto;
	margin-right: auto;
	display: block;
}
	
.about-us-row-margin {
	margin-top: 0px;
}

.vert-img {
	margin-top: 0px;
}

@media (min-width:768px) {
	.about-us-images {
		margin-top: 30px;
	}
	
	.about-us-images img {
		width: 50%;
		border: solid 3px #fff;
		box-shadow: 1px 1px 3px #555;
		margin-bottom: 30px;
		margin-left: auto;
		margin-right: auto;
		display: block;
	}
	
	.about-us-row-margin {
		margin-top: 0px;
	}

	.vert-img {
		margin-top: 0px;
	}
}

@media (min-width:992px) {
	.about-us-images {
		margin-top: 120px;
	}
	
	.about-us-images img {
		width: 100%;
		border: solid 3px #fff;
		box-shadow: 1px 1px 3px #555;
		display: block;
	}
	
	.about-us-row-margin {
		margin-top: 0px;
	}

	.vert-img {
		margin-top: 30%;
	}
}

@media (min-width:1200px) {
	.about-us-images {
		margin-top:80px;
	}
	
	.about-us-images img {
		width: 100%;
		border: solid 3px #fff;
		box-shadow: 1px 1px 3px #555;
		display: block;
	}
	
	.about-us-row-margin {
		margin-top: 0px;
	}

	.vert-img {
		margin-top: 35%;
	}
}

.tab-content {
	margin-bottom: 50px;
	padding-top: 30px;
}

.tab-content ul {
	margin-left: 15px;
	padding-left: 5px;
}

.tab-content ul li {
	font-size: 20px;
	margin-bottom: 5px;
}

.pic-desc-bold {
	font-weight: bold;
}

.portfolio-item {
    margin-bottom: 25px;
}

.portfolio-item img {
	box-shadow: 2px 2px 3px #555;
}

.portfolio-item a {
    color: #0d064a;
}

.gallery-back-arrow {
	margin: 25px 0 20px 15px;
}

.more-link {
	margin: 0;
}