html,
body,
.view {
	height: 100%;
}

a,
a:focus,
a:active,
a:hover {
	color: black;
}

.fp-link-blank:visited,
.fp-link:visited {
	color: white;
}

.fp-link:focus,
.fp-link:active {
	color: #B3B3B3;
}

.fp-link:hover {
	color: #B3B3B3;
}

.fp-link-blank:focus,
.fp-link-blank:active {
	color: white;
}

.fp-link-blank:hover {
	color: white;
}

.fp-link-blank,
.fp-link {
	color: white;
}

.mainpage-view {
	background: url("../img/homebg.jpg")no-repeat center center fixed;
}

.other-view {
	background: url("../img/otherbg.jpg")no-repeat center center fixed;
}

.view {
	-webkit-background-size: cover;
	-moz-background-size: cover;
	-o-background-size: cover;
	background-size: cover;
}

.title-text {
	color: #FFF;
	text-shadow: 0px 0px 5px #000;
	font-family: 'Playfair Display', serif;
	font-size: 10vw;
}

.logo-sm {
	width: 50px;
	height: 50px;
	display: inline-block;
	font-family: 'Playfair Display', serif;
	position: relative;
	color: #FFFFFF;
	text-align: center;
	text-shadow: 0px 0px 3px #000, 0px 0px 3px #000;
}

.logo {
	width: 150px;
	height: 80px;
	display: inline-block;
	font-family: 'Playfair Display', serif;
}

.logo-top {
	position: relative;
	text-align: center;
	font-size: 80px;
	line-height: 80px;
}

.logo-bottom {
	position: relative;
	text-align: center;
	font-size: 20px;
	line-height: 20px;
}

.logo-top-header {
	position: relative;
	text-align: center;
	font-size: 40px;
	line-height: 40px;
}

.logo-top-sm {
	position: relative;
	text-align: center;
	font-size: 30px;
	line-height: 30px;
}

.logo-bottom-header {
	position: relative;
	text-align: center;
	font-size: 10px;
	line-height: 10px;
}

.logo-bottom-sm {
	position: relative;
	text-align: center;
	font-size: 7px;
	line-height: 7px;
}

.top-toggle {
	position:absolute;
	right: 10px;
	top: 12px;
}

.top-toggle-icon {
	text-shadow: 0px 0px 3px #000, 0px 0px 3px #000;
}

.skytop {
	background: url("../img/navmenu.jpg")no-repeat center top;
}

.top-nav-mini {
	font-family: 'Montserrat', sans-serif;
	color: #FFFFFF;
	text-shadow: 0px 0px 3px #000, 0px 0px 3px #000;
}

.page-header {
	z-index: 5;
	background: url("../img/menubg.jpg")no-repeat center center;
	-webkit-background-size: cover;
	-moz-background-size: cover;
	-o-background-size: cover;
	background-size: cover;
	font-family: 'Montserrat', sans-serif;
	position: relative;
	top:0;
	left:0;
	width: 100%;
	color: #FFFFFF;
	text-align: center;
	text-shadow: 0px 0px 5px #000, 0px 0px 5px #000;
	font-size: 2vw;
	height: 60px;
	line-height: 50px;
	border-bottom: 2px solid white;
	box-shadow: 0px 0px 2px black;
}

.left-nav-menu {
	background: -webkit-linear-gradient(right, rgba(0,0,0,0), rgba(0,0,0,0.8)); /* For Safari 5.1 to 6.0 */
	background: -o-linear-gradient(left, rgba(0,0,0,0), rgba(0,0,0,0.8)); /* For Opera 11.1 to 12.0 */
	background: -moz-linear-gradient(left, rgba(0,0,0,0), rgba(0,0,0,0.8)); /* For Firefox 3.6 to 15 */
	background: linear-gradient(to left, rgba(0,0,0,0), rgba(0,0,0,0.8)); /* Standard syntax */
}

.bottom-footer {
	background: -webkit-linear-gradient(top, rgba(0,0,0,0), rgba(0,0,0,0.8)); /* For Safari 5.1 to 6.0 */
	background: -o-linear-gradient(bottom, rgba(0,0,0,0), rgba(0,0,0,0.8)); /* For Opera 11.1 to 12.0 */
	background: -moz-linear-gradient(bottom, rgba(0,0,0,0), rgba(0,0,0,0.8)); /* For Firefox 3.6 to 15 */
	background: linear-gradient(to bottom, rgba(0,0,0,0), rgba(0,0,0,0.8)); /* Standard syntax */
	font-family: 'Montserrat', sans-serif;
	position:absolute;
	bottom:0;
	left:0;
	width: 100%;
	color: #FFFFFF;
	text-align: center;
	text-shadow: 0px 0px 5px #000, 0px 0px 5px #000;
	font-size: 2vw;
	height: 150px;
	line-height: 150px;
}

.bottom-footer-mobile {
	background: -webkit-linear-gradient(top, rgba(0,0,0,0), rgba(0,0,0,0.8)); /* For Safari 5.1 to 6.0 */
	background: -o-linear-gradient(bottom, rgba(0,0,0,0), rgba(0,0,0,0.8)); /* For Opera 11.1 to 12.0 */
	background: -moz-linear-gradient(bottom, rgba(0,0,0,0), rgba(0,0,0,0.8)); /* For Firefox 3.6 to 15 */
	background: linear-gradient(to bottom, rgba(0,0,0,0), rgba(0,0,0,0.8)); /* Standard syntax */
	font-family: 'Montserrat', sans-serif;
	position:absolute;
	bottom:0;
	padding-bottom: 2vh;
	left:0;
	width: 100%;
	color: #FFFFFF;
	text-align: center;
	text-shadow: 0px 0px 5px #000, 0px 0px 5px #000;
	font-size: 4vw;
	line-height: 5vh;
}

.centre-holder {
	top: -100px;
}

.about-view {
	flex:1;
	display:flex;
	flex-direction:column;
	overflow:auto;
}

.main-box {
	display: flex;
	min-height: min-content;
}

.centre-content {
	width: 60vw;
	margin: 0 auto;
	margin-top: 7vh;
}

.centre-content-about {
	width: 60vw;
	margin: 0 auto;
	margin-top: 7vh;
}

.subpage-header {
	display: block;
	margin-left: -11vw;
	font-family: 'Playfair Display', serif;
	font-size: 5vw;
}

.subpage-header-about {
	display: block;
	margin-left: -11vw;
	font-family: 'Playfair Display', serif;
	font-size: 5vw;
}

.about-image-holder {
	margin-left: 0px;
	position: relative;
	font-size: 0px;
	line-height: 0px;
	width: 60vw;
	flex: 0 0 20vw;
}

.about-image {
	width: 60vw;
	height: 60vw;
	border-radius: 2vw;
}

.about-text {
	margin-left: 0px;
	flex: 1;
	padding: 3vw;
	position: relative;
	background: rgba(255,255,255, 0.8);
	border-radius: 2vw;
	display: flex;
	flex-direction: column;
	width: 60vw;
	margin-top: 10px;
	margin-bottom: 10px;
	min-height: 320px;
}

.about-text p {
	line-height: 5vw !important;
	font-size: 4vw !important;
	text-align: left !important;
}

.center-box-inline {
	margin-top: 5vh;
	width: 60vw;
	float: bottom;
	font-family: 'Lora', sans-serif;
	padding-top: 2vh;
	position: relative;
	display: flex;
	flex-direction: column;
	align-items: center;
}

.center-white-box {
	margin-top: 5vh;
	width: 60vw;
	height: 50vh;
	background: rgba(255,255,255, 0.6);
	float: bottom;
	font-family: 'Lora', sans-serif;
	padding-top: 2vh;
	position: relative;
	border-radius: 2vw;
}

.center-text-box {
	position: absolute;
    top: 50%;
    transform: translateY(-50%);
    width: 60vw;
}

.center-white-box p {
	font-size: 4vw;
	margin-left: 1vw;
	line-height: 4vw;
	text-align: center;
}

.socialmedia-buttons {
	text-align: center;
	position: absolute;
	bottom: 10px;
	width: 60vw;
}

.main-content-gallery-link {
	flex-direction: column;
}

.subpage-header-gallery {
	display: block;
	margin-left: 5vw;
	margin-top: 5vh;
	font-family: 'Playfair Display', serif;
	font-size: 5vw;
	margin-bottom: 2vw;
}

.gallery-link {
	display: flex;
	height: 50px;
	margin-top: 0px;
	margin-bottom: 0px;
	border-bottom: 2px solid white;
	box-shadow: 0px 0px 2px black;
	display: flex;
}

.gallery-text {
	position: relative;
	bottom: 0px;
	align-self: flex-end;
	color: white;
	margin-left: 10px;
	margin-bottom: 5px;
	font-size: 3vh;
	font-family: 'Playfair Display', serif;
	text-shadow: 0px 0px 2px #000, 0px 0px 2px #000;
	font-weight: bold;
	width: 100%;
}

.copyright-text {
	text-align: center;
	background-color: white;
	opacity: 0.7;
	margin-bottom: 0px;
	font-family: 'Lora', sans-serif;
}

#animals-link {
	background: url("../img/gallery/animals.jpg")no-repeat left top;
	background-size: cover;
}

#animals-link:hover {
	background: url("../img/gallery/animals_hover.jpg")no-repeat left top;
	background-size: cover;
}

#events-link {
	background: url("../img/gallery/events.jpg")no-repeat left top;
	background-size: cover;
}

#events-link:hover {
	background: url("../img/gallery/events_hover.jpg")no-repeat left top;
	background-size: cover;
}

#food-link {
	background: url("../img/gallery/food.jpg")no-repeat left top;
	background-size: cover;
}

#food-link:hover {
	background: url("../img/gallery/food_hover.jpg")no-repeat left top;
	background-size: cover;
}

#nature-link {
	background: url("../img/gallery/nature.jpg")no-repeat left top;
	background-size: cover;
}

#nature-link:hover {
	background: url("../img/gallery/nature_hover.jpg")no-repeat left top;
	background-size: cover;
}

#places-link {
	background: url("../img/gallery/places.jpg")no-repeat left top;
	background-size: cover;
}

#places-link:hover {
	background: url("../img/gallery/places_hover.jpg")no-repeat left top;
	background-size: cover;
}

#portraits-link {
	background: url("../img/gallery/portraits.jpg")no-repeat left top;
	background-size: cover;
}

#portraits-link:hover {
	background: url("../img/gallery/portraits_hover.jpg")no-repeat left top;
	background-size: cover;
}

@media (min-width: 768px) {
	.title-text {
		font-size: 4vw;
	}
	.centre-holder {
		top: auto;
	}
	.subpage-header {
		font-size: 3vw;
	}
	.subpage-header-about {
		font-size: 3vw;
	}
	.subpage-header-gallery {
		font-size: 3vw;
	}
}

@media (min-width: 576px) {
	.center-white-box p {
		font-size: 2vw;
		line-height: 2vw;
	}
	.center-box-inline {
		flex-direction: row;
		align-items: stretch;
	}
	.about-image-holder {
		width: 30vw;
		flex: 0 0 30vw;
	}
	.about-image {
		width: 30vw;
		height: 30vw;
	}
	.about-text {
		margin-top: 0px;
		margin-bottom: 0px;
		padding: 2vw;
		min-height: 0px;
		margin-left: 20px;
	}
	.about-text p {
		line-height: 2vw !important;
		font-size: 2vw !important;
	}
	.main-box:not(.main-content-gallery-link, .main-content-gallery-sub) {
		overflow-y: hidden;
	}
	.center-box-inline {
		width: 80vw;
	}
	.centre-content-about {
		width: 80vw;
	}
	.subpage-header-about {
		margin-left: -1vw;
	}
	.gallery-link {
		height: 100px;
	}
	.gallery-text {
		margin-left: 20px;
		margin-bottom: 10px;
		font-size: 5vh;
	}
}

@media (min-width: 992px) {
	.bottom-footer {
		font-size: 1.5vw;
	}
	.page-header {
		font-size: 1.5vw;
		height: 120px;
		line-height: 100px;
	}
	.logo-top-header {
		font-size: 80px;
		line-height: 80px;
	}
	.logo-bottom-header {
		font-size: 20px;
		line-height: 20px;
	}
	.about-image {
		width: 20vw;
		height: 20vw;
	}
	.about-text {
		margin-top: 0px;
	}
	.about-text p {
		line-height: 1.4vw !important;
		font-size: 1.2vw !important;
	}
	.center-box-inline {
		width: 60vw;
	}
	.centre-content-about {
		width: 60vw;
	}
	.subpage-header-about {
		margin-left: -11vw;
	}
	.about-image-holder {
		flex: 0 0 20vw;
	}
	.gallery-link {
		height: 250px;
	}
}

.main-content-gallery-sub {
	display: flex;
	flex-direction: column;
}

.masonry-wall {
	margin: 15px;
}

#masonry {
	flex-grow: 1;
	width: 90%;
	align-self: center;
}

.item {
  width: 300px;
  float: left;
  margin: 5px;
}

.item img {
  display: block;
  width: 100%;
}

.grow {
	transition: all .2s ease-in-out !important;
}

.grow:hover {
	transform: scale(1.05);
}