/**@import url(https://fonts.googleapis.com/css?family=Calligraffitti&display=swap); **/
@import url(https://fonts.googleapis.com/css2?family=Gotu&display=swap);
@import url(https://fonts.googleapis.com/css?family=Roboto+Condensed:400,700&display=swap&subset=latin-ext);
html {
	overflow-y: scroll;
	overflow-x: hidden
}

body {
	overflow-y: initial;
	position: relative;
	background-color: #f1f1f1;
	font-family: 'Gotu', cursive;
	text-rendering: optimizeLegibility;
	-moz-osx-font-smoothing: grayscale;
	font-smoothing: antialiased;
	-webkit-font-smoothing: antialiased
}

header,
h1,
h2,
h3,
h4,
h5,
footer {
	font-family: 'Roboto Condensed', cursive
}

header {
	background-color: rgba(255, 250, 247, .85)
}

a {
	outline: 0
}

header.thinav {
	background-color: rgba(255, 250, 247, .95)
}

.nav-link {
	font-size: 1.5rem;
	font-weight: 700
}

#homelink {
	display: flex;
	max-height: 200px;
	opacity: 1;
	-webkit-transition: max-height 0.6s, opacity 0.5s ease-out;
	-moz-transition: max-height 0.6s, opacity 0.5s ease-out;
	-o-transition: max-height 0.6s, opacity 0.5s ease-out;
	transition: max-height 0.6s, opacity 0.5s ease-out
}

.thinav #homelink {
	max-height: 0;
	opacity: 0;
	overflow: hidden
}
/*
#homelink img {
	margin-left: 32%;
	-ms-flex: 0 0 36%;
	flex: 0 0 36%;
	max-width: 36%
}
*/
#navbarToggler.show .nav-link {
	padding-top: .25rem
}

.navbar-toggler {
	padding: .125rem .5rem;
	font-size: 1.25rem
}

.navbar-toggler:focus {
	outline: none
}

.navbar-toggler-icon {
	width: 1rem
}

.nav-link {
	position: relative;
	padding: .125rem;
	white-space: nowrap
}

.nav-link.active::after {
	display: none
}

.sub-menu {
	height: 100%;
	-ms-flex-direction: row;
	flex-direction: row
}

.nav-link.sm-ic {
	width: 1.5rem;
	margin: 0 .5rem;
	padding-top: 0;
	padding-right: .125rem;
	opacity: .75
}

.nav-link.sm-ic:hover {
	opacity: 1
}

.thinav #sitenav {
	padding-top: .125rem;
	padding-bottom: .125rem
}

.thinav .smallogo>a {
	width: 6rem;
	height: 1.5rem;
	margin-top: .175rem;
	background: center / contain no-repeat url(../pics/navbarlogo.png);
	transform: scale(1.325)
}

.thinav .smallogo>a>span {
	display: none
}

.thinav .nav-link {
	font-size: 1.25rem
}

#cwrap>div {
	min-height: 400px
}

#cwrap .divider {
	min-height: 25px
}

#cwrap h2 {
	font-size: 2.25rem;
	font-weight: 700;
	text-shadow: 1px 1px rgba(255, 250, 247, .15);
	margin-top: 25px;
	margin-bottom: 30px
}

#menu {
	position: relative
}

.overlay {
	position: absolute;
	background-color: rgba(0, 0, 0, .5);
	top: 0;
	left: 0;
	bottom: 0;
	right: 0
}

#menu>div a img {
	border: .25rem solid #fff;
	width: 75%;
	margin-left: 12.5%;
	margin-bottom: 7.5%
}

#gallery {
	padding-bottom: 20px
}

.picscol>a img,
.picsrow>a img {
	padding: 0 0 .25rem
}

.singlepic.pb-fix>a img {
	padding-bottom: .25rem
}

#cwrap #featured,
#cwrap #menu {
	background-size: cover;
	background-position: center;
	min-height: 72vh
}

#cwrap #about {
	position: relative;
	background-size: contain;
	background-position: center;
	min-height: 540px
}

#cwrap #about p {
	text-align: justify;
	text-transform: initial;
	padding: .25rem 1.5rem;
	font-size: 1.1rem
}

.form-control {
	font-family: Arial, Helvetica, sans-serif;
	opacity: .85
}

#contact a {
	color: #212529
}

#contact .card-wrap {
	padding: .625rem 1.25rem
}

#contact .card {
	background-color: #9C9693;
	border: none;
	border-radius: 0
}

.card h5 {
	text-transform: initial;
	margin: 1rem 0;
	font-size: 1.5rem;
	font-weight: 700;
	height: 2.25rem
}

.card-title.ml-3,
.card-text {
	font-family: 'Oswald', 'Calligraffitti', cursive;
	font-weight: 400
}

.card-text {
	font-size: 1.125rem;
	margin-left: 1rem;
	margin-bottom: 1rem
}

.card a img {
	opacity: .75
}

.card a:hover img {
	opacity: 1
}

.card h6 {
	font-size: 1.125rem
}

#vPlay {
	position: absolute;
	max-width: 30%;
	height: auto;
	bottom: 0;
	left: 10%;
	opacity: .5
}

a[data-target="#kkModal"] {
	position: relative
}

a[data-target="#kkModal"]:hover #vPlay {
	opacity: 1
}

.modal-open,
#kkModal,
.fixed-top {
	padding-right: 0!important
}

.modal-content {
	background-color: #ccc
}

.close {
	position: absolute;
	top: 1px;
	right: 4px
}

@media (min-width:576px) {
	.nav-link.active::after {
		position: absolute;
		bottom: 2px;
		left: 0;
		right: 0;
		content: '';
		width: 24px;
		height: 1px;
		background: rgba(0, 0, 0, .9);
		margin: 0 auto
	}
	#homelink img {
		-ms-flex: 0 0 20%;
		flex: 0 0 20%;
		width: 300px;
		height: auto;
		display: block;
		margin: 0 auto;
	}
	.nav-link.sm-ic {
		width: 2.25rem;
		margin: 0
	}
	#cwrap #featured,
	#cwrap #menu {
		min-height: 80vh
	}
}

@media (min-width:768px) {
	#cwrap #featured {
		min-height: 100vh
	}
	#menu>div a img {
		width: 30%;
		margin-left: 2.25%;
		margin-bottom: 5%
	}
	.picscol>a img,
	.picsrow>a img {
		max-width: 49.66667%
	}
	.singlepic>a img {
		max-width: 99.925%
	}
	.phmd {
		height: 7.5rem;
		font-size: 1.125rem
	}
	#kkModal .modal-dialog {
		max-width: 720px
	}
}

@media (min-width:992px) {
	.thinav #sitenav {
		padding-top: .25rem;
		padding-bottom: .25rem
	}
	.thinav .smallogo>a {
		width: 6.75rem;
		height: 2rem;
		margin-top: .25rem
	}
	.thinav .nav-link {
		padding-top: .625rem
	}
	.thinav .nav-link.sm-ic {
		padding-top: .5rem
	}
	#cwrap #about {
		background-position: -15px;
		background-size: 45%;
		min-height: 640px
	}
	#gallery {
		padding-bottom: 30px
	}
	.picscol>a img {
		max-width: 100%;
		padding-bottom: 1.475rem
	}
	.picscol>a:last-child img {
		padding-bottom: 0
	}
	.picsrow>a {
		max-width: 47.5%
	}
	.picsrow>a img {
		max-width: 100%
	}
	.spacer {
		height: 1.475rem
	}
	#contact .card-wrap {
		padding: .625rem 1.75rem
	}
	.phmd {
		height: 7rem
	}
	#kkModal .modal-dialog {
		max-width: 960px
	}
	#vPlay {
		bottom: 45%
	}
}

@media (min-width:1200px) {
	.thinav #sitenav {
		padding-top: .5rem;
		padding-bottom: .5rem
	}
	.thinav .smallogo>a {
		margin-right: 1rem
	}
}
.col-xs-5ths,
.col-sm-5ths,
.col-md-5ths,
.col-lg-5ths {
    position: relative;
    min-height: 1px;
    padding-right: 15px;
    padding-left: 15px;
}

.col-xs-5ths {
    width: 20%;
    float: left;
}

@media (min-width: 768px) {
    .col-sm-5ths {
        width: 20%;
        float: left;
    }
}

@media (min-width: 992px) {
    .col-md-5ths {
        width: 20%;
        float: left;
    }
}

@media (min-width: 1200px) {
    .col-lg-5ths {
        width: 20%;
        float: left;
    }
}
/* For Mobile */
@media screen and (max-width: 540px) {
    #homelink img{
        margin-left: 0px!important;
        width: 75px;
        height: 45px;
        max-width: 20%!important;
    }
    .navbar{
        float: right;
        margin-top: -45px
    }
}